|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Methods in org.esupportail.portal.channels.CStockage with parameters of type BufferAction | |
private static boolean |
CStockage.initSpace(Space space,
org.jasig.portal.security.IPerson person,
java.lang.String portalLogin,
java.util.ArrayList spaces,
BufferAction buffer,
java.util.Vector userGroups)
Init the actions and server of a space |
static void |
CStockage.xsltTransformation(org.jasig.portal.utils.XSLT xslt,
java.lang.StringBuffer xmlTemp,
org.xml.sax.ContentHandler out,
org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
BufferAction buffer,
boolean isSpacesPersonalization)
Do the XSLT transformation in the channel |
static Space |
CStockage.setSpacesIntoMenu(java.util.ArrayList spaces,
Space currentSpace,
PersonalizationTool tool,
org.jasig.portal.security.IPerson person,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
java.util.TreeMap usedSpaces,
BufferAction buffer)
Set the personal spaces into the spaces menu |
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,
java.lang.String currentSortType)
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,
java.lang.String currentSortType)
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,
java.lang.String currentSortType)
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,
java.lang.String currentSortType)
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,
java.lang.String currentSortType)
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |