|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.rendering.base.MetaStatus
This status simply holds a mapping for keys generated by an IProxyControl
with keys generated by the ControlStatusService.
| Constructor Summary | |
MetaStatus()
|
|
| Method Summary | |
StatusInformation |
execute(IExecutable p0)
carries out the action described by the given parameter. |
StatusInformation |
execute(java.lang.String p0)
different signature for this method. |
IExecutable |
getAction(FieldIdentifier p0)
returns the IExecutable with the given ident-parameter or
null , if no such instance could be found. |
java.util.List |
getActions()
returns a list with all IExecutable s defined by the
implementing class |
IField |
getField(FieldIdentifier p0)
returns the field with the given ident-parameter or null , if
no such instance could be found. |
java.util.List |
getFields()
returns a list with all fields defined by the implementing class |
java.lang.String |
getID()
returns the ID under which this status was registered by the Service |
java.lang.String |
getProxyStatusID()
|
StatusInformation |
getStatusInformation()
returns the status of the implementing class. |
java.util.Properties |
getStatusMapping()
|
void |
setID(java.lang.String ID)
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 |
setProxyStatusID(java.lang.String id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MetaStatus()
| Method Detail |
public StatusInformation execute(IExecutable p0)
throws WcmException
IControlStatusexecute in interface IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatusexecutable - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situationpublic java.util.Properties getStatusMapping()
public java.lang.String getProxyStatusID()
public void setProxyStatusID(java.lang.String id)
public StatusInformation execute(java.lang.String p0)
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 IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatusexecution - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situationWcmException, - if no matching class could be found.public IField getField(FieldIdentifier p0)
IControlStatusnull , if
no such instance could be found.getField in interface IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatusident - TBD: Description of the incoming method parameterpublic IExecutable getAction(FieldIdentifier p0)
IControlStatusIExecutable with the given ident-parameter or
null , if no such instance could be found.getAction in interface IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatusident - TBD: Description of the incoming method parameterpublic java.util.List getFields()
IControlStatusgetFields in interface IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatuspublic java.util.List getActions()
IControlStatusIExecutable s defined by the
implementing classgetActions in interface IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatuspublic StatusInformation getStatusInformation()
IControlStatusnull will be used and
its status will be returned. Consequently, this method might return
nullgetStatusInformation in interface IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatuspublic java.lang.String getID()
IControlStatusgetID in interface IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatuspublic void setID(java.lang.String ID)
IControlStatussetID in interface IControlStatuscom.sapportals.wcm.util.controlstatus.IControlStatusid - iD to be set
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||