|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPortletDefinitionDao
Provides APIs for creating, storing and retrieving IPortletDefinition objects.
| Method Summary | |
|---|---|
IPortletDefinition |
getPortletDefinition(int channelPublishId)
Get an existing portlet definition for the channel publish id. |
IPortletDefinition |
getPortletDefinition(IPortletDefinitionId portletDefinitionId)
Get a IPortletDefinition for the specified IPortletDefinitionId. |
void |
updatePortletDefinition(IPortletDefinition portletDefinition)
Persists changes to a IPortletDefinition. |
| Method Detail |
|---|
void updatePortletDefinition(IPortletDefinition portletDefinition)
IPortletDefinition.
portletDefinition - The portlet definition to store the changes for
IllegalArgumentException - if portletDefinition is null.IPortletDefinition getPortletDefinition(IPortletDefinitionId portletDefinitionId)
IPortletDefinition for the specified IPortletDefinitionId.
portletDefinitionId - The id to get the definition for.
IllegalArgumentException - if portletDefinitionId is null.IPortletDefinition getPortletDefinition(int channelPublishId)
channelPublishId - The id of the org.jasig.portal.ChannelDefinition this portlet definition represents.
IllegalArgumentException - If channelPublishId is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||