Package org.apache.isis.nof.core.util

Examples of org.apache.isis.nof.core.util.NotImplementedException


  public ObjectAction[] getActions() {
    return new ObjectAction[0];
  }

  public ObjectAdapter[] getDefaultParameterValues(ObjectAdapterReference target) {
    throw new NotImplementedException();
  }
View Full Code Here


  public String getId() {
    return NameConvertor.simpleName(peer.getIdentifier().getName());
  }

  public MemberIdentifier getIdentifier() {
    throw new NotImplementedException();
  }
View Full Code Here

    public boolean isVisible(final ObjectAdapterReference target) {
    return peer.isVisible(target);
  }

    public ObjectAdapter[] parameterStubs() {
    throw new NotImplementedException();
  }
View Full Code Here

TOP

Related Classes of org.apache.isis.nof.core.util.NotImplementedException

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.