|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionListCustomizationHandlerService
A remotable service which handles processing of a client application's custom processing of action list attributes.
| Method Summary | |
|---|---|
List<ActionItemCustomization> |
customizeActionList(String principalId,
List<ActionItem> actionItems)
Returns a list of Action Item Customizations from the given list of Action Items and Principal ID. |
| Method Detail |
|---|
List<ActionItemCustomization> customizeActionList(String principalId,
List<ActionItem> actionItems)
throws RiceIllegalArgumentException
Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.
principalId - the id of the principal on whose behalf these customizations are being processedactionItems - the list of Action Items to get customizations for.
RiceIllegalArgumentException - if the given principalId is a null or blank value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||