|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletEntityCtrl
The PortletEntityCtrl
interface represents a single portlet occurance,
that can be shown on a single page or on multiple pages.
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
Method Summary | |
---|---|
void |
reset()
Reset all changes made until the last store
call in the persistent store. |
void |
setId(java.lang.String id)
binds an identifier to this portlet instance |
void |
setPortletDefinition(PortletDefinition portletDefinition)
Sets the portlet definition for this entity. |
void |
store()
Stores the object persistently |
Method Detail |
---|
void setId(java.lang.String id)
id
- the new identifiervoid setPortletDefinition(PortletDefinition portletDefinition)
portletDefinition
- the portlet descriptionvoid store() throws java.io.IOException
java.io.IOException
- in case of trouble fulfilling the requestvoid reset() throws java.io.IOException
store
call in the persistent store.
java.io.IOException
- in case of trouble fulfilling the request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |