@Controller(value="blAdminSiteController")
@RequestMapping(value={"/site","/template-site","/profile"})
public class AdminSiteController
extends org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PROFILE_SECTION_KEY |
protected static String |
SECTION_KEY_PARAM |
static String |
SELECT_FOR_USE_CC |
protected static String |
SITE_SECTION_KEY |
protected static String |
SITE_TYPE_PARAM |
protected static String |
TEMPLATE_SECTION_KEY |
adminUserDao, adornedTargetAutoPopulateExtensionManager, ALTERNATE_ID_PROPERTY, CUSTOM_CRITERIA, duplicator, dynamicEntityDao, genericEntityService, IS_SELECTIZE_REQUEST, LOG, rowLevelSecurityService, sandBoxHelperadminNavigationService, adminRemoteSecurityService, CURRENT_ADMIN_MODULE_ATTRIBUTE_NAME, CURRENT_ADMIN_SECTION_ATTRIBUTE_NAME, customCriteriaService, DEFAULT_CONTAINER_VIEW, entityConfiguration, entityFormValidator, extensionManager, FILTER_VALUE_SEPARATOR, FILTER_VALUE_SEPARATOR_REGEX, filterProductTypeExtensionManager, formService, MODAL_CONTAINER_VIEW, service, validationService| Constructor and Description |
|---|
AdminSiteController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
attachSectionSpecificInfo(org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest ppr,
Map<String,String> pathVars) |
protected String |
getSectionKey(Map<String,String> pathVars) |
String |
getSiteType() |
protected void |
modifyAddEntityForm(org.broadleafcommerce.openadmin.web.form.entity.EntityForm ef,
Map<String,String> pathVars) |
protected void |
modifyEntityForm(org.broadleafcommerce.openadmin.web.form.entity.EntityForm ef,
Map<String,String> pathVars) |
String |
showSwitchToSiteModal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Map<String,String> pathVars,
org.springframework.util.MultiValueMap<String,String> requestParams) |
addAddActionIfAllowed, addAuditableDisplayFields, addCollectionItem, addCollectionItem, addEmptyCollectionItem, addEntity, addSelectizeCollectionItem, buildAddCollectionItemModel, buildDirtyList, buildSelectizeCustomCriteria, declareShouldIgnoreAdditionStatusFilter, determineEntityType, duplicateEntity, getCollectionFieldRecords, getCollectionValueDetails, getCurrentTabName, getCustomCriteria, getErrorDuplicatingResponse, getModalForBlankEntityType, getSelectizeCollectionOptions, getViewSubRecords, initBinder, isAddActionAllowed, isNotReadOnly, modifyEntityForm, reinitializeEntityForm, removeCollectionItem, removeCollectionItem, removeEntity, resolveAppropriateEntityView, saveEntity, saveEntityJson, setTypedEntityModelAttributes, setupViewEntityListBasicModel, showAddCollectionItem, showUpdateCollectionItem, showUpdateCollectionItem, showViewCollectionItem, showViewCollectionItem, showViewUpdateCollection, showViewUpdateCollection, showViewUpdateCollection, showViewUpdateCollection, updateCollectionItem, updateCollectionItem, updateCollectionItemSequence, updateCollectionItemSequence, viewAddEntityForm, viewCollectionItemDetails, viewCollectionItemTab, viewEntityForm, viewEntityList, viewEntityListSelectize, viewEntityTabattachSectionSpecificInfo, createSectionCrumb, extractDynamicFormFields, getAddEntityTypes, getClassNameForSection, getCollectionListGrid, getCollectionListGrid, getCriteria, getDefaultEntityType, getDynamicFieldTemplateForm, getDynamicForm, getEntityForm, getEntityForm, getEntityForm, getFirstId, getLastId, getLowerCount, getMaxIndex, getMaxResults, getPageSize, getPersistencePackageRequest, getSectionCrumbs, getSectionCustomCriteria, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSectionPersistencePackageRequest, getSortDirections, getSortPropertyNames, getStartIndex, getUpperCount, modifyCriteria, populateJsonValidationErrors, setModelAttributes, setSpecializedNameForFields, translateErrorMessageprotected static final String SITE_SECTION_KEY
protected static final String TEMPLATE_SECTION_KEY
protected static final String PROFILE_SECTION_KEY
protected static final String SECTION_KEY_PARAM
protected static final String SITE_TYPE_PARAM
public static final String SELECT_FOR_USE_CC
@RequestMapping(value="/select-for-use",
method=GET)
public String showSwitchToSiteModal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
@PathVariable
Map<String,String> pathVars,
@RequestParam
org.springframework.util.MultiValueMap<String,String> requestParams)
throws Exception
Exceptionprotected void modifyAddEntityForm(org.broadleafcommerce.openadmin.web.form.entity.EntityForm ef,
Map<String,String> pathVars)
modifyAddEntityForm in class org.broadleafcommerce.openadmin.web.controller.AdminAbstractControllerprotected void modifyEntityForm(org.broadleafcommerce.openadmin.web.form.entity.EntityForm ef,
Map<String,String> pathVars)
modifyEntityForm in class org.broadleafcommerce.openadmin.web.controller.AdminAbstractControllerprotected String getSectionKey(Map<String,String> pathVars)
getSectionKey in class org.broadleafcommerce.openadmin.web.controller.AdminAbstractControllerprotected void attachSectionSpecificInfo(org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest ppr,
Map<String,String> pathVars)
attachSectionSpecificInfo in class org.broadleafcommerce.openadmin.web.controller.AdminAbstractControllerpublic String getSiteType()
Copyright © 2020. All rights reserved.