|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKeyTranslator<T>
Specifies a way in which an object instance can be converted to an unique key representation of that object (usually by just rendering the primary key as a string), and the reverse.
Method Summary | |
---|---|
T |
getObjectByKey(java.lang.String key)
|
java.lang.String |
getRenderableKey(T source)
|
Method Detail |
---|
java.lang.String getRenderableKey(T source)
T getObjectByKey(java.lang.String key) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |