|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TapestryCrudModule
Interface that defines information about a module, whatever its conventions are.
| Method Summary | ||
|---|---|---|
|
getActivationContextEncoderClass(Class<T> entityClass)
Returns the activation context encoder class corresponding to a given entity class. |
|
|
getEncoderClass(Class<T> entityClass)
Returns the encoder class corresponding to a given entity class. |
|
|
getLabelEncoderClass(Class<T> entityClass)
Returns the label encoder class corresponding to a given entity class. |
|
String |
getName()
Returns the module name. |
|
|
getPrimaryKeyEncoderClass(Class<T> entityClass)
Returns the label encoder class corresponding to a given entity class. |
|
| Method Detail |
|---|
<T> Class<? extends ActivationContextEncoder<T>> getActivationContextEncoderClass(Class<T> entityClass)
T - the entity type.entityClass - a Class instance. It cannot be null.
ActivationContextEncoder or null (if no corresponding one is found).<T> Class<? extends Encoder<T,?>> getEncoderClass(Class<T> entityClass)
T - the entity type.entityClass - a Class instance. It cannot be null.
Encoder or null (if no corresponding one is found).<T> Class<? extends LabelEncoder<T>> getLabelEncoderClass(Class<T> entityClass)
T - the entity type.entityClass - a Class instance. It cannot be null.
LabelEncoder or null (if no corresponding one is found).<T> Class<? extends PrimaryKeyEncoder<?,T>> getPrimaryKeyEncoderClass(Class<T> entityClass)
T - the entity type.entityClass - a Class instance. It cannot be null.
PrimaryKeyEncoder or null (if no corresponding one is found).String getName()
String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||