com.stratelia.silverpeas.pdcPeas.control
Class PdcClassifySessionController

java.lang.Object
  extended by com.stratelia.silverpeas.peasCore.AbstractComponentSessionController
      extended by com.stratelia.silverpeas.pdcPeas.control.PdcClassifySessionController
All Implemented Interfaces:
ComponentSessionController

public class PdcClassifySessionController
extends AbstractComponentSessionController


Field Summary
 
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController
CHARACTER_ENCODING, context
 
Constructor Summary
PdcClassifySessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
           
 
Method Summary
 void addCurrentSilverObjectId(String silverObjectId)
           
 int addPosition(ClassifyPosition position)
           
 void clearCurrentSilverObjectIds()
           
 void deletePosition(int positionId)
           
 void deletePosition(String positionId)
           
 boolean getActiveThesaurus()
           
 String getCurrentComponentId()
           
 String getCurrentComponentName()
           
 int getCurrentSilverObjectId()
           
 List<String> getCurrentSilverObjectIds()
           
 Jargon getJargon()
           
 PdcFieldPositionsManager getPdcFieldPositionsManager()
           
 List<ClassifyPosition> getPositions()
           
 List<UsedAxis> getUsedAxis()
           
 List<UsedAxis> getUsedAxisToClassify()
           
 void initializeJargon()
           
 boolean isSendSubscriptions()
           
 void setCurrentComponentId(String componentId)
           
 void setCurrentSilverObjectId(int silverObjectId)
           
 void setCurrentSilverObjectId(String silverObjectId)
           
 void setSendSubscriptions(boolean sendSubscriptions)
           
 int updatePosition(ClassifyPosition position)
           
 
Methods inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController
addClipboardSelection, clipboardPasteDone, close, getAlertUser, getClipboardCount, getClipboardErrorMessage, getClipboardExceptionError, getClipboardName, getClipboardObjects, getClipboardSelectedObjects, getClipboardSize, getComponentAccessController, getComponentId, getComponentLabel, getComponentName, getComponentParameters, getComponentParameterValue, getComponentParameterValue, getComponentRootName, getComponentUrl, getFavoriteSpace, getGenericPanel, getHighestSilverpeasUserRole, getIcon, getLanguage, getLastResults, getLook, getMultilang, getOrganisationController, getPersonalization, getRSSUrl, getSelection, getServerNameAndPort, getSettings, getSilverpeasUserRoles, getSpaceId, getSpaceLabel, getString, getSubscriptionContext, getUrlEncodedParameter, getUserAccessLevel, getUserAvailComponentIds, getUserAvailSpaceIds, getUserDetail, getUserDetail, getUserId, getUserManageableGroupIds, getUserManageableSpaceIds, getUserRoleLevel, getUserRoles, isAppInMaintenance, isGroupManager, isPasswordChangeAllowed, isSpaceInMaintenance, removeClipboardElement, setAppModeMaintenance, setClipboardError, setClipboardSelectedElement, setComponentRootName, setFavoriteSpaceToMainSessionController, setGenericPanel, setIconFileName, setLastResults, setMultilangFileName, setResourceFileName, setSpaceModeMaintenance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdcClassifySessionController

public PdcClassifySessionController(MainSessionController mainSessionCtrl,
                                    ComponentContext componentContext,
                                    String multilangBundle,
                                    String iconBundle)
Method Detail

setCurrentSilverObjectId

public void setCurrentSilverObjectId(String silverObjectId)

setCurrentSilverObjectId

public void setCurrentSilverObjectId(int silverObjectId)

getCurrentSilverObjectId

public int getCurrentSilverObjectId()
                             throws PdcException
Throws:
PdcException

addCurrentSilverObjectId

public void addCurrentSilverObjectId(String silverObjectId)

getCurrentSilverObjectIds

public List<String> getCurrentSilverObjectIds()
                                       throws PdcException
Throws:
PdcException

clearCurrentSilverObjectIds

public void clearCurrentSilverObjectIds()

setCurrentComponentId

public void setCurrentComponentId(String componentId)

getCurrentComponentId

public String getCurrentComponentId()

getCurrentComponentName

public String getCurrentComponentName()

getUsedAxisToClassify

public List<UsedAxis> getUsedAxisToClassify()
                                     throws PdcException
Throws:
PdcException

addPosition

public int addPosition(ClassifyPosition position)
                throws PdcException
Throws:
PdcException

updatePosition

public int updatePosition(ClassifyPosition position)
                   throws PdcException
Throws:
PdcException

deletePosition

public void deletePosition(int positionId)
                    throws PdcException
Throws:
PdcException

deletePosition

public void deletePosition(String positionId)
                    throws PdcException
Throws:
PdcException

getPositions

public List<ClassifyPosition> getPositions()
                                    throws PdcException
Throws:
PdcException

getUsedAxis

public List<UsedAxis> getUsedAxis()
                           throws PdcException
Throws:
PdcException

getActiveThesaurus

public boolean getActiveThesaurus()
                           throws PdcException
Throws:
PdcException

initializeJargon

public void initializeJargon()
                      throws PdcException
Throws:
PdcException

getJargon

public Jargon getJargon()

isSendSubscriptions

public boolean isSendSubscriptions()

setSendSubscriptions

public void setSendSubscriptions(boolean sendSubscriptions)

getPdcFieldPositionsManager

public PdcFieldPositionsManager getPdcFieldPositionsManager()


Copyright © 2016 Silverpeas. All Rights Reserved.