|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.web.bindery.requestfactory.shared.Locator<T,java.lang.Void> com.google.web.bindery.requestfactory.shared.ValueLocator<T>
T
- the type of domain object the Locator will operate onpublic abstract class ValueLocator<T>
A Locator
for use with value types (as opposed to entities), which
are not persisted. Abstract methods from the Locator
class that are
not relevant for value types are implemented to return null
.
Constructor Summary | |
---|---|
ValueLocator()
|
Method Summary | |
---|---|
java.lang.Class<T> |
getDomainType()
Returns null . |
java.lang.Void |
getId(T domainObject)
Returns null . |
java.lang.Class<java.lang.Void> |
getIdType()
Returns null . |
java.lang.Object |
getVersion(T domainObject)
Returns null . |
Methods inherited from class com.google.web.bindery.requestfactory.shared.Locator |
---|
create, find, isLive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueLocator()
Method Detail |
---|
public final java.lang.Class<T> getDomainType()
null
.
getDomainType
in class Locator<T,java.lang.Void>
public final java.lang.Void getId(T domainObject)
null
.
getId
in class Locator<T,java.lang.Void>
domainObject
- the object to obtain an id for
null
public final java.lang.Class<java.lang.Void> getIdType()
null
.
getIdType
in class Locator<T,java.lang.Void>
public final java.lang.Object getVersion(T domainObject)
null
.
getVersion
in class Locator<T,java.lang.Void>
domainObject
- the object to obtain an id for
null
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |