|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the Interface for the CodeHelper. Implementations of this interface, will be used to return code-description pairs.
| Method Summary | |
void |
destroy()
This should be invoked, when done with the helper. |
CodeHelperOutDto |
getCodes(CodeHelperInDto input)
Retrieves the Codes for the specified domainClassName passed in the input. |
| Method Detail |
public void destroy()
public CodeHelperOutDto getCodes(CodeHelperInDto input)
throws ApplicationExceptions,
FrameworkException
input - The input dto, containing a list of domainClass to retrieve.
ApplicationExceptions - This will be thrown if any invalid data is passed.
FrameworkException - Indicates some system error.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||