CStockage 4.2_beta-RC-1
API Documentation

org.esupportail.portal.channels.CStockage.channelAction.injac.actions
Class DocumentRejectAction

java.lang.Object
  extended byorg.esupportail.portal.channels.CStockage.channelAction.injac.actions.DocumentRejectAction

public class DocumentRejectAction
extends java.lang.Object

Id: DocumentRejectAction.java,v 1.0 27 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: DocumentRejectAction Original Author: Yohan Colmant Action for the document reject


Constructor Summary
DocumentRejectAction()
           
 
Method Summary
static java.lang.StringBuffer 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 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentRejectAction

public DocumentRejectAction()
Method Detail

renderXmlConfirmReject

public static java.lang.StringBuffer 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)
                                                     throws ChannelException
Generate the XML when we ask a reject confirmation

Parameters:
runtimeData - the channel runtimedata object
buffer - the buffer used for the clipboard
stylesheet - the channel stylesheet we are going to use
metadataToSet - the metatada list we want to set
userPortalLogin - the user portal login
userGroups - the user portal groups
currentSpace - the current space
directoryProperties - the current directory properties
Returns:
the XML String for this mod
Throws:
ChannelException

reject

public static java.lang.StringBuffer 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)
                                     throws ChannelException
Generate the XML String and reject the document

Parameters:
runtimeData - the runtime data channel object
stylesheet - the stylesheet we are about to use
spaces - the spaces list
metadataToSet - the metadata list we want to set
userPortalLogin - the user portal login
userGroups - the user portal groups
currentSpace - the current space
directoryProperties - the current directory properties
buffer - the buffer used for example for the clipboard
currentSortType - The current and default sort type for the resources
Returns:
the XML String for this mod
Throws:
ChannelException

CStockage 4.2_beta-RC-1
API Documentation