Class SimpleUriTarget<T>
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.SimpleUriTarget<T>
- All Implemented Interfaces:
UriTarget
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.netui.api.bind.UriTarget
UriTarget.Method -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanDeprecated.static final longDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionSimpleUriTarget(Class<T> type, URI uri, T value) Deprecated.SimpleUriTarget(Class<T> type, URI uri, T value, boolean persistent) Deprecated.SimpleUriTarget(Class<T> type, URI uri, T value, long version) Deprecated.SimpleUriTarget(Class<T> type, URI uri, T value, long version, boolean persistent) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deprecated.get()Deprecated.@Nullable org.joda.time.DateTimeDeprecated.@Nullable StringDeprecated.Deprecated.getType()Deprecated.getUri()Deprecated.longDeprecated.booleanDeprecated.This method is used by internal URI cache to determine if an item retrieved from cache is still valid.booleanDeprecated.voidDeprecated.
-
Field Details
-
DEFAULT_VERSION
public static final long DEFAULT_VERSIONDeprecated.- See Also:
-
DEFAULT_PERSISTENT
public static final boolean DEFAULT_PERSISTENTDeprecated.- See Also:
-
-
Constructor Details
-
SimpleUriTarget
Deprecated. -
SimpleUriTarget
Deprecated. -
SimpleUriTarget
Deprecated. -
SimpleUriTarget
Deprecated.
-
-
Method Details
-
getMethods
Deprecated.- Specified by:
getMethodsin interfaceUriTarget
-
getType
Deprecated. -
get
Deprecated.- Specified by:
getin interfaceUriTarget- Throws:
UriStoreException
-
put
Deprecated.- Specified by:
putin interfaceUriTarget- Throws:
UriStoreException
-
delete
Deprecated.- Specified by:
deletein interfaceUriTarget- Throws:
UriStoreException
-
getUri
Deprecated. -
getVersion
public long getVersion()Deprecated.- Specified by:
getVersionin interfaceUriTarget
-
getLastModUser
Deprecated.- Specified by:
getLastModUserin interfaceUriTarget- Throws:
UriStoreException
-
getLastModTime
Deprecated.- Specified by:
getLastModTimein interfaceUriTarget- Throws:
UriStoreException
-
isPersistent
public boolean isPersistent()Deprecated.- Specified by:
isPersistentin interfaceUriTarget
-
isInvalid
public boolean isInvalid()Deprecated.Description copied from interface:UriTargetThis method is used by internal URI cache to determine if an item retrieved from cache is still valid. If the target is invalid, the URI will be resolved again.
-