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
Modifier and TypeFieldDescriptionstatic final boolean
Deprecated.static final long
Deprecated. -
Constructor Summary
ConstructorDescriptionSimpleUriTarget
(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 TypeMethodDescriptionvoid
delete()
Deprecated.get()
Deprecated.@Nullable org.joda.time.DateTime
Deprecated.@Nullable String
Deprecated.Deprecated.getType()
Deprecated.getUri()
Deprecated.long
Deprecated.boolean
Deprecated.This method is used by internal URI cache to determine if an item retrieved from cache is still valid.boolean
Deprecated.void
Deprecated.
-
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:
getMethods
in interfaceUriTarget
-
getType
Deprecated. -
get
Deprecated.- Specified by:
get
in interfaceUriTarget
- Throws:
UriStoreException
-
put
Deprecated.- Specified by:
put
in interfaceUriTarget
- Throws:
UriStoreException
-
delete
Deprecated.- Specified by:
delete
in interfaceUriTarget
- Throws:
UriStoreException
-
getUri
Deprecated. -
getVersion
public long getVersion()Deprecated.- Specified by:
getVersion
in interfaceUriTarget
-
getLastModUser
Deprecated.- Specified by:
getLastModUser
in interfaceUriTarget
- Throws:
UriStoreException
-
getLastModTime
Deprecated.- Specified by:
getLastModTime
in interfaceUriTarget
- Throws:
UriStoreException
-
isPersistent
public boolean isPersistent()Deprecated.- Specified by:
isPersistent
in interfaceUriTarget
-
isInvalid
public boolean isInvalid()Deprecated.Description copied from interface:UriTarget
This 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.
-