Uses of Class
com.sapportals.portal.prt.component.PortalComponentRequestType

Packages that use PortalComponentRequestType
com.sapportals.portal.prt.component   
 

Uses of PortalComponentRequestType in com.sapportals.portal.prt.component
 

Fields in com.sapportals.portal.prt.component declared as PortalComponentRequestType
static PortalComponentRequestType PortalComponentRequestType.CONTENT
          Deprecated. A request of type CONTENT is asking for a Portal Component's content.
static PortalComponentRequestType PortalComponentRequestType.EDIT
          Deprecated. A request of type EDIT is asking for a Portal Component's personalization dialog.
static PortalComponentRequestType PortalComponentRequestType.PREVIEW
          Deprecated. A request of type PREVIEW is asking for a preview on the typical output generated by the Portal Component.
static PortalComponentRequestType PortalComponentRequestType.ABOUT
          Deprecated. A request of type ABOUT is asking for an "about" type information generated by the Portal Component.
static PortalComponentRequestType PortalComponentRequestType.HELP
          Deprecated. A request of type HELP is asking for the help information of the component.
static PortalComponentRequestType PortalComponentRequestType.SAVE
          Deprecated. Reserved for future purposes.
static PortalComponentRequestType PortalComponentRequestType.REFRESH
          Deprecated. A request of type refresh is asking for refreshed content, i.e. expiration of all caching done by the Portal Component.
static PortalComponentRequestType PortalComponentRequestType.CLOSE
          Deprecated. Reserved for future purposes.
 

Methods in com.sapportals.portal.prt.component that return PortalComponentRequestType
 PortalComponentRequestType IPortalComponentRequest.getRequestType()
          Deprecated. Instead of referring to request types, please use the mode information provided by the current node.
 

Methods in com.sapportals.portal.prt.component with parameters of type PortalComponentRequestType
 void IPortalComponentRequest.setRequestType(PortalComponentRequestType requestType)
          Deprecated. Instead of referring to request types, please use the mode information provided by the current node.