Package org.silverpeas.web.pdc.control
Class PdcClassifySessionController
- java.lang.Object
-
- org.silverpeas.core.web.mvc.controller.AbstractComponentSessionController
-
- org.silverpeas.web.pdc.control.PdcClassifySessionController
-
- All Implemented Interfaces:
Serializable
,ComponentSessionController
,SessionCloseable
public class PdcClassifySessionController extends AbstractComponentSessionController
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.web.mvc.controller.AbstractComponentSessionController
context
-
-
Constructor Summary
Constructors Constructor Description PdcClassifySessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 org.silverpeas.core.web.mvc.controller.AbstractComponentSessionController
addClipboardSelection, clipboardPasteDone, close, getClipboardErrorMessage, getClipboardExceptionError, getClipboardObjects, getClipboardSelectedObjects, getClipboardSize, getComponentAccessController, getComponentId, getComponentLabel, getComponentName, getComponentParameterValue, getComponentParameterValue, getComponentRootName, getComponentUrl, getHighestSilverpeasUserRole, getIcon, getLanguage, getLook, getMultilang, getOrganisationController, getPersonalization, getRSSUrl, getSelection, getSettings, getSilverpeasUserRoles, getSpaceId, getSpaceLabel, getString, getSubscriptionContext, getUrlEncodedParameter, getUserAccessLevel, getUserAvailComponentIds, getUserDetail, getUserDetail, getUserId, getUserManageableGroupIds, getUserManageableSpaceIds, getUserRoles, getZoneId, isAppInMaintenance, isGroupManager, isPasswordChangeAllowed, isSpaceInMaintenance, removeClipboardElement, setAppModeMaintenance, setClipboardSelectedElement, setComponentRootName, setSpaceModeMaintenance
-
-
-
-
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()
-
addCurrentSilverObjectId
public void addCurrentSilverObjectId(String silverObjectId)
-
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()
-
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()
-
-