Package org.apache.isis.core.commons.exceptions

Examples of org.apache.isis.core.commons.exceptions.NotYetImplementedException


        // does nothing
    }

    @Override
    public SpecificationLoader getSpecificationLoader() {
        throw new NotYetImplementedException();
    }
View Full Code Here


    // Not yet implemented
    // //////////////////////////////////////////////////////////////

    @Override
    public void resolveImmediately(final ObjectAdapter object) {
        throw new NotYetImplementedException();
    }
View Full Code Here

        actions.addElement("object deleted " + object.getOid());
    }

    @Override
    protected ObjectAdapter[] getInstances(final PersistenceQuery criteria) {
        throw new NotYetImplementedException();
    }
View Full Code Here

        throw new NotYetImplementedException();
    }

    @Override
    protected Oid getOidForService(final String name) {
        throw new NotYetImplementedException();
    }
View Full Code Here

        throw new NotYetImplementedException();
    }

    @Override
    protected void registerService(final String name, final Oid oid) {
        throw new NotYetImplementedException();
    }
View Full Code Here

        throw new NotYetImplementedException();
    }

    @Override
    public void reload(final ObjectAdapter adapter) {
        throw new NotYetImplementedException();
    }
View Full Code Here

        throw new NotYetImplementedException();
    }

    @Override
    public boolean isFixturesInstalled() {
        throw new NotYetImplementedException();
    }
View Full Code Here

        throw new NotYetImplementedException();
    }

    @Override
    public boolean hasInstances(final ObjectSpecification specification) {
        throw new NotYetImplementedException();
    }
View Full Code Here

        }
    }

    @Override
    public void replacePojo(final Object pojo) {
        throw new NotYetImplementedException();
    }
View Full Code Here

        return false;
    }

    @Override
    public FacetHolder getFacetHolder() {
        throw new NotYetImplementedException();
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.core.commons.exceptions.NotYetImplementedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.