|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TapestryCrudModuleService
Service that provides module-related methods.
Module| 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. |
|
Set<TapestryCrudModule> |
getModules()
Returns the set of all modules. |
|
|
getPrimaryKeyEncoderClass(Class<T> entityClass)
Returns the primary key encoder class corresponding to a given entity class. |
|
| Method Detail |
|---|
Set<TapestryCrudModule> getModules()
Set of TapestryCrudModules.<T> Class<? extends ActivationContextEncoder<T>> getActivationContextEncoderClass(Class<T> entityClass)
T - the entity type.entityClass - a Class instance. It cannot be null.
Class or null (if no corresponding one is found).<T> Class<? extends ActivationContextEncoder<T>> getEncoderClass(Class<T> entityClass)
T - the entity type.entityClass - a Class instance. It cannot be null.
Class 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.
Class 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.
Class or null (if no corresponding one is found).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||