Class RootEntityUri
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
ch.tocco.nice2.netui.impl.bind.protocols.entity.AbstractPersistUriTarget
ch.tocco.nice2.netui.impl.bind.protocols.entity.QueryUri
ch.tocco.nice2.netui.impl.bind.protocols.entity.RootEntityUri
- All Implemented Interfaces:
UriTarget,EntityListUriTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
UriTarget.Method -
Field Summary
Fields inherited from class ch.tocco.nice2.netui.impl.bind.protocols.entity.AbstractPersistUriTarget
resolverFields inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
methods, type, uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Queryprotected UriTargetCache.Creator<AbstractEntityUri, URI> Methods inherited from class ch.tocco.nice2.netui.impl.bind.protocols.entity.QueryUri
createDeleteHandler, creatorByIndex, creatorForNew, doParametrize, get, getEntityList, getQuery, parametrize, read, resolveMethods inherited from class ch.tocco.nice2.netui.impl.bind.protocols.entity.AbstractPersistUriTarget
getLastModTime, getLastModUser, getVersion, isPersistentMethods inherited from class ch.tocco.nice2.netui.spi.bind.util.AbstractUriTarget
checkMethod, checkNotNull, checkType, delete, finalUri, finalUri, getMethods, getType, getUri, isInvalid, put, stripFragment, toString, unsupportedType
-
Constructor Details
-
RootEntityUri
public RootEntityUri(URI uri, UriResolver resolver, EntityManager manager) throws UnresolvableUriException - Throws:
UnresolvableUriException
-
-
Method Details
-
createQuery
- Specified by:
createQueryin classQueryUri- Throws:
PersistException
-
creatorByKey
- Overrides:
creatorByKeyin classQueryUri
-