|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.service.discussion.SingleDiscPersistenceData
| Field Summary | |
static String |
SINGLE_DISC_PERSISTENCE_DATA_CACHE_ID
|
| Constructor Summary | |
SingleDiscPersistenceData()
|
|
| Method Summary | |
StatusInformation |
execute(IExecutable arg0)
carries out the action described by the given parameter. |
StatusInformation |
execute(String arg0)
different signature for this method. |
IExecutable |
getAction(FieldIdentifier arg0)
returns the IExecutable with the given ident-parameter or
null , if no such instance could be found. |
List |
getActions()
returns a list with all IExecutable s defined by the
implementing class |
String |
getAllItems()
|
Vector |
getCurrentPostsListRidVector()
|
IField |
getField(FieldIdentifier arg0)
returns the field with the given ident-parameter or null , if
no such instance could be found. |
List |
getFields()
returns a list with all fields defined by the implementing class |
String |
getID()
returns the ID under which this status was registered by the Service |
String |
getItemsPerPage()
|
String |
getMarkPostsID()
|
IResource |
getSelectedPostInTree()
|
String |
getStartRow()
|
StatusInformation |
getStatusInformation()
returns the status of the implementing class. |
String |
getTopicRepliesFolder()
|
void |
setAllItems(String string)
|
void |
setCurrentPostsListRidVector(Vector vector)
|
void |
setID(String controlStatusID)
sets the ID under which this status was registered by the service this field is set by the service and must not be altered afterwards. |
void |
setItemsPerPage(String itemsPerPage)
|
void |
setMarkPostsID(String string)
|
void |
setSelectedPostInTree(IResource resource)
|
void |
setStartRow(String startRow)
|
void |
setTopicRepliesFolder(String string)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static String SINGLE_DISC_PERSISTENCE_DATA_CACHE_ID
| Constructor Detail |
public SingleDiscPersistenceData()
| Method Detail |
public String getItemsPerPage()
public String getStartRow()
public void setItemsPerPage(String itemsPerPage)
public void setStartRow(String startRow)
public String getMarkPostsID()
public void setMarkPostsID(String string)
public String getAllItems()
public void setAllItems(String string)
public Vector getCurrentPostsListRidVector()
public void setCurrentPostsListRidVector(Vector vector)
public IResource getSelectedPostInTree()
public void setSelectedPostInTree(IResource resource)
resource - public String getTopicRepliesFolder()
public void setTopicRepliesFolder(String string)
string -
public StatusInformation execute(IExecutable arg0)
throws WcmException
IControlStatus
execute in interface IControlStatusarg0 - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situation
public StatusInformation execute(String arg0)
throws WcmException
IControlStatusIExecutable objects. If the given
parameter matches the IExecutable 's getIdentifier.getID
, this IExecutable must be passed to the other
signature of this method.
execute in interface IControlStatusarg0 - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situationpublic IField getField(FieldIdentifier arg0)
IControlStatusnull , if
no such instance could be found.
getField in interface IControlStatusarg0 - TBD: Description of the incoming method parameter
public IExecutable getAction(FieldIdentifier arg0)
IControlStatusIExecutable with the given ident-parameter or
null , if no such instance could be found.
getAction in interface IControlStatusarg0 - TBD: Description of the incoming method parameter
public List getFields()
IControlStatus
getFields in interface IControlStatuspublic List getActions()
IControlStatusIExecutable s defined by the
implementing class
getActions in interface IControlStatuspublic StatusInformation getStatusInformation()
IControlStatusnull will be used and
its status will be returned. Consequently, this method might return
null
getStatusInformation in interface IControlStatuspublic String getID()
IControlStatus
getID in interface IControlStatuspublic void setID(String controlStatusID)
IControlStatus
setID in interface IControlStatuscontrolStatusID - iD to be set
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||