| org.theospi.portfolio.presentation.control.AddPresentationController
AddPresentationController | public class AddPresentationController extends AbstractWizardFormController (Code) | | |
Method Summary | |
protected ServletRequestDataBinder | createBinder(HttpServletRequest request, Object command) | protected String | createFolder(String base, String append, String appendDisplay, String appendDescription) | public Object | formBackingObject(HttpServletRequest request) | public AgentManager | getAgentManager() | public AuthenticationManager | getAuthManager() | public AuthorizationFacade | getAuthzManager() | public ContentHostingService | getContentHosting() | protected Integer | getCurrentPageNumber(Presentation presentation, int page) | public List | getCustomTypedEditors() | protected int | getDirection(HttpSession session, int target, boolean cancelSwitch) | protected String | getFormDisplayName(String objectTitle, String formTypeName) | protected String | getFormSessionAttributeName() | public HomeFactory | getHomeFactory() | public IdManager | getIdManager() | protected int | getInitialPage(HttpServletRequest request) | public ListScrollIndexer | getListScrollIndexer() | public Config | getOspConfig() | protected int | getPresentationIndex(List presentations, Presentation presentation) | public PresentationManager | getPresentationManager() | public ServerConfigurationService | getServerConfigurationService() | protected int | getTargetPage(HttpServletRequest request, Object command, Errors errors, int currentPage) | protected Integer | getTotalPages(Presentation presentation, int page) | protected ContentCollection | getUserCollection() | public WorksiteManager | getWorksiteManager() | protected boolean | hasProperties(Presentation presentation) | protected void | initBinder(HttpServletRequest request, ServletRequestDataBinder binder) | protected boolean | isCancelRequest(HttpServletRequest request) | protected boolean | isFinish(HttpServletRequest request) | protected boolean | isFormSubmission(HttpServletRequest request) | protected Boolean | isMaintainer() | protected boolean | isNext(HttpServletRequest request) | protected SchemaNode | loadSchema(Id xsdId, Map model) loads a schema from a file id in the repository. | protected void | onBindAndValidate(HttpServletRequest request, Object command, BindException errors, int page) | protected int | parseTarget(String target) Parameters: target - The target parameter from the request string - Like "_target3" The number at the end of the "_target". | protected ModelAndView | processCancel(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o, BindException e) | protected ModelAndView | processFinish(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o, BindException e) | protected Map | referenceData(HttpServletRequest request, int page) | public void | setAgentManager(AgentManager agentManager) | protected void | setAudienceSelectionVariables(HttpSession session, Presentation pres) | public void | setAuthManager(AuthenticationManager authManager) | public void | setAuthzManager(AuthorizationFacade authzManager) | public void | setContentHosting(ContentHostingService contentHosting) | public void | setCustomTypedEditors(List customTypedEditors) | public void | setHomeFactory(HomeFactory homeFactory) | public void | setIdManager(IdManager idManager) | public void | setListScrollIndexer(ListScrollIndexer listScrollIndexer) | public void | setOspConfig(Config ospConfig) | public void | setPresentationManager(PresentationManager presentationManager) | public void | setServerConfigurationService(ServerConfigurationService serverConfigurationService) | public void | setWorksiteManager(WorksiteManager worksiteManager) | protected void | setupSessionInfoForPropertyForm(HttpSession session, String presentationTitle, String formTypeId, String currentFormId) | protected void | validatePage(Object model, Errors errors, int page) |
ADD_PAGE | final public static int ADD_PAGE(Code) | | |
INITIAL_PAGE | final public static int INITIAL_PAGE(Code) | | |
PAGE_DIRECTION_BACKWARD | final public static int PAGE_DIRECTION_BACKWARD(Code) | | |
PAGE_DIRECTION_FORWARD | final public static int PAGE_DIRECTION_FORWARD(Code) | | |
PARAM_FINISH_AND_NOTIFY | final public static String PARAM_FINISH_AND_NOTIFY(Code) | | |
PARAM_RESET_FORM | final public static String PARAM_RESET_FORM(Code) | | |
PRESENTATION_AUTHORIZATIONS | final public static int PRESENTATION_AUTHORIZATIONS(Code) | | |
PRESENTATION_ITEMS | final public static int PRESENTATION_ITEMS(Code) | | |
PRESENTATION_NOTIFICATIONS | final public static int PRESENTATION_NOTIFICATIONS(Code) | | |
PRESETATION_FREE_FORM_PAGES | final public static int PRESETATION_FREE_FORM_PAGES(Code) | | |
PROPERTY_PAGE | final public static int PROPERTY_PAGE(Code) | | |
SESSION_PAGE_PROP_DIRECTION | final public static String SESSION_PAGE_PROP_DIRECTION(Code) | | |
SESSION_PAGE_PROP_ENTRY | final public static String SESSION_PAGE_PROP_ENTRY(Code) | | |
logger | final protected Log logger(Code) | | |
getCustomTypedEditors | public List getCustomTypedEditors()(Code) | | |
getDirection | protected int getDirection(HttpSession session, int target, boolean cancelSwitch)(Code) | | |
getFormSessionAttributeName | protected String getFormSessionAttributeName()(Code) | | |
isMaintainer | protected Boolean isMaintainer()(Code) | | true is current agent is a maintainer in the current site |
loadSchema | protected SchemaNode loadSchema(Id xsdId, Map model)(Code) | | loads a schema from a file id in the repository. Puts
the technical metadata for the schema file in the model
Parameters: xsdId - - id of the xsd file in the repository schema |
parseTarget | protected int parseTarget(String target)(Code) | | Parameters: target - The target parameter from the request string - Like "_target3" The number at the end of the "_target". If it happens to be something else, an exception is caught and 1 is returned |
setContentHosting | public void setContentHosting(ContentHostingService contentHosting)(Code) | | Parameters: contentHosting - the contentHosting to set |
setCustomTypedEditors | public void setCustomTypedEditors(List customTypedEditors)(Code) | | |
setOspConfig | public void setOspConfig(Config ospConfig)(Code) | | |
validatePage | protected void validatePage(Object model, Errors errors, int page)(Code) | | |
|
|