com.stratelia.silverpeas.pdcPeas.control
Class PdcUtilizationSessionController

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

public class PdcUtilizationSessionController
extends AbstractComponentSessionController


Field Summary
 
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController
CHARACTER_ENCODING, context
 
Constructor Summary
PdcUtilizationSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
           
 
Method Summary
 int addUsedAxis(UsedAxis usedAxis)
           
 void deleteUsedAxis(String usedAxisId)
           
 List<AxisHeader> getAxis()
           
 Axis getAxisDetail(String axisId)
           
 Axis getCurrentAxis()
           
 String getCurrentView()
           
 PdcFieldTemplateManager getPdcFieldTemplateManager()
           
 List<AxisHeader> getPrimaryAxis()
           
 List<AxisHeader> getSecondaryAxis()
           
 UsedAxis getUsedAxis(String usedAxisId)
           
 List<UsedAxis> getUsedAxisList()
           
 void init()
           
 void init(String componentId)
           
 boolean isAxisInvarianceUsed()
           
 void setCurrentView(String view)
           
 int updateUsedAxis(UsedAxis usedAxis)
           
 
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

PdcUtilizationSessionController

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

init

public void init(String componentId)

isAxisInvarianceUsed

public boolean isAxisInvarianceUsed()

init

public void init()

setCurrentView

public void setCurrentView(String view)
                    throws PdcException
Throws:
PdcException

getCurrentView

public String getCurrentView()
                      throws PdcException
Throws:
PdcException

getCurrentAxis

public Axis getCurrentAxis()
                    throws PdcException
Throws:
PdcException

getPdcFieldTemplateManager

public PdcFieldTemplateManager getPdcFieldTemplateManager()

getPrimaryAxis

public List<AxisHeader> getPrimaryAxis()
                                throws PdcException
Throws:
PdcException

getSecondaryAxis

public List<AxisHeader> getSecondaryAxis()
                                  throws PdcException
Throws:
PdcException

getAxis

public List<AxisHeader> getAxis()
                         throws PdcException
Throws:
PdcException

getAxisDetail

public Axis getAxisDetail(String axisId)
                   throws PdcException
Throws:
PdcException

getUsedAxis

public UsedAxis getUsedAxis(String usedAxisId)
                     throws PdcException
Throws:
PdcException

getUsedAxisList

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

addUsedAxis

public int addUsedAxis(UsedAxis usedAxis)
                throws PdcException
Throws:
PdcException

updateUsedAxis

public int updateUsedAxis(UsedAxis usedAxis)
                   throws PdcException
Throws:
PdcException

deleteUsedAxis

public void deleteUsedAxis(String usedAxisId)
                    throws PdcException
Throws:
PdcException


Copyright © 2016 Silverpeas. All Rights Reserved.