Uses of Class
org.esupportail.portal.channels.CStockage.channelAction.BufferAction

Packages that use BufferAction
org.esupportail.portal.channels.CStockage   
org.esupportail.portal.channels.CStockage.channelAction   
org.esupportail.portal.channels.CStockage.channelAction.classic   
org.esupportail.portal.channels.CStockage.channelAction.injac   
org.esupportail.portal.channels.CStockage.channelAction.injac.actions   
org.esupportail.portal.channels.CStockage.config   
 

Uses of BufferAction in org.esupportail.portal.channels.CStockage
 

Fields in org.esupportail.portal.channels.CStockage declared as BufferAction
private  BufferAction CStockage.buffer
          Object used to keep the objects used between 2 actions, for example, the clipboard
 

Uses of BufferAction in org.esupportail.portal.channels.CStockage.channelAction
 

Fields in org.esupportail.portal.channels.CStockage.channelAction declared as BufferAction
protected  BufferAction AbstractChannelAction.buffer
          Object used to keep the objects used between 2 actions, for example, the clipboard
 

Methods in org.esupportail.portal.channels.CStockage.channelAction with parameters of type BufferAction
 void AbstractChannelAction.init(org.jasig.portal.security.IPerson person, Space currentSpace, java.util.ArrayList spaces, BufferAction buffer, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Init the object used to manage the actions of the channel
 

Uses of BufferAction in org.esupportail.portal.channels.CStockage.channelAction.classic
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.classic with parameters of type BufferAction
 void ChannelAction.init(org.jasig.portal.security.IPerson person, Space currentSpace, java.util.ArrayList spaces, BufferAction buffer, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Init the object used to manage the actions of the channel
 

Uses of BufferAction in org.esupportail.portal.channels.CStockage.channelAction.injac
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac with parameters of type BufferAction
 void ChannelAction.init(org.jasig.portal.security.IPerson person, Space currentSpace, java.util.ArrayList spaces, BufferAction buffer, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Init the object used to manage the actions of the channel
 

Uses of BufferAction in org.esupportail.portal.channels.CStockage.channelAction.injac.actions
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.actions with parameters of type BufferAction
static java.lang.StringBuffer MetadataManagerAction.renderXmlMetadataManager(org.jasig.portal.ChannelRuntimeData runtimeData, java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, BufferAction buffer)
          Generate the xml for the metadata management
private static java.lang.StringBuffer MetadataManagerAction.submitMetadataManager(org.jasig.portal.ChannelRuntimeData runtimeData, java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentName, java.lang.String documentPath, java.lang.String actionType, BufferAction buffer)
          Generate the xml and submit the metadata
private static void MetadataManagerAction.setMetadataToSet(org.jasig.portal.ChannelRuntimeData runtimeData, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentName, java.lang.String documentPath, java.lang.String actionType, BufferAction buffer)
          Set the metadata list we want to set
static java.lang.StringBuffer DocumentUnpublicationAction.renderXmlConfirmUnpublish(org.jasig.portal.ChannelRuntimeData runtimeData, BufferAction buffer, java.lang.StringBuffer stylesheet, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties)
          Generate the XML when we ask an unpublication confirmation
static java.lang.StringBuffer DocumentRejectAction.renderXmlConfirmReject(org.jasig.portal.ChannelRuntimeData runtimeData, BufferAction buffer, java.lang.StringBuffer stylesheet, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties)
          Generate the XML when we ask a reject confirmation
static java.lang.StringBuffer DocumentRejectAction.reject(org.jasig.portal.ChannelRuntimeData runtimeData, java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, BufferAction buffer)
          Generate the XML String and reject the document
static java.lang.StringBuffer DocumentPublicationAction.renderXmlConfirmPublish(org.jasig.portal.ChannelRuntimeData runtimeData, BufferAction buffer, java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties)
          Generate the XML when we ask a publish confirmation
private static java.lang.StringBuffer DocumentPublicationAction.renderXmlConfirmPublishNewDocument(BufferAction buffer, Space currentSpace, DirectoryProperties directoryProperties)
          Generate the XML when we ask a publish confirmation of a new document
static java.lang.StringBuffer DocumentPublicationAction.publish(org.jasig.portal.ChannelRuntimeData runtimeData, java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, BufferAction buffer)
          Generate the XML String and publish the document
static java.lang.StringBuffer DocumentEditionAction.renderXmlConfirmSubmit(org.jasig.portal.ChannelRuntimeData runtimeData, BufferAction buffer, java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties)
          Generate the XML when we ask a submit confirmation
private static java.lang.StringBuffer DocumentEditionAction.renderXmlConfirmSubmitNewDocument(BufferAction buffer, Space currentSpace, DirectoryProperties directoryProperties)
          Generate the XML when we ask a submit confirmation of a new document
static java.lang.StringBuffer DocumentEditionAction.submit(org.jasig.portal.ChannelRuntimeData runtimeData, java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, BufferAction buffer)
          Generate the XML String and submit the document
 

Uses of BufferAction in org.esupportail.portal.channels.CStockage.config
 

Methods in org.esupportail.portal.channels.CStockage.config with parameters of type BufferAction
 boolean Space.setChannelActionObject(org.jasig.portal.security.IPerson person, java.util.ArrayList spaces, BufferAction buffer, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Set the object used to manage the actions of the channel