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 UriTarget
UriTarget.Method -
Field Summary
Fields inherited from class AbstractPersistUriTarget
resolverFields inherited from class AbstractUriTarget
methods, type, uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Queryprotected UriTargetCache.Creator<AbstractEntityUri, URI> Methods inherited from class QueryUri
createDeleteHandler, creatorByIndex, creatorForNew, doParametrize, get, getEntityList, getQuery, parametrize, read, resolveMethods inherited from class AbstractPersistUriTarget
getLastModTime, getLastModUser, getVersion, isPersistentMethods inherited from class 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
-