Uses of Interface
org.broadleafcommerce.openadmin.server.security.domain.AdminSection
Packages that use AdminSection
Package
Description
-
Uses of AdminSection in org.broadleafcommerce.openadmin.server.security.dao
Methods in org.broadleafcommerce.openadmin.server.security.dao that return AdminSectionModifier and TypeMethodDescriptionAdminNavigationDao.readAdminSectionByClassAndSectionId(Class<?> clazz, String sectionId) AdminNavigationDaoImpl.readAdminSectionByClassAndSectionId(Class<?> clazz, String sectionId) AdminNavigationDao.readAdminSectionBySectionKey(String sectionKey) AdminNavigationDaoImpl.readAdminSectionBySectionKey(String sectionKey) AdminNavigationDao.readAdminSectionByURI(String uri) AdminNavigationDaoImpl.readAdminSectionByURI(String uri) AdminNavigationDao.save(AdminSection adminSection) AdminNavigationDaoImpl.save(AdminSection adminSection) Methods in org.broadleafcommerce.openadmin.server.security.dao that return types with arguments of type AdminSectionModifier and TypeMethodDescriptionAdminNavigationDao.readAdminSectionForClassName(String className) AdminNavigationDaoImpl.readAdminSectionForClassName(String className) AdminNavigationDao.readAllAdminSections()AdminNavigationDaoImpl.readAllAdminSections()Methods in org.broadleafcommerce.openadmin.server.security.dao with parameters of type AdminSectionModifier and TypeMethodDescriptionvoidAdminNavigationDao.remove(AdminSection adminSection) voidAdminNavigationDaoImpl.remove(AdminSection adminSection) AdminNavigationDao.save(AdminSection adminSection) AdminNavigationDaoImpl.save(AdminSection adminSection) -
Uses of AdminSection in org.broadleafcommerce.openadmin.server.security.domain
Classes in org.broadleafcommerce.openadmin.server.security.domain that implement AdminSectionFields in org.broadleafcommerce.openadmin.server.security.domain with type parameters of type AdminSectionModifier and TypeFieldDescriptionprotected List<AdminSection>AdminModuleDTO.sectionsprotected List<AdminSection>AdminModuleImpl.sectionsMethods in org.broadleafcommerce.openadmin.server.security.domain that return types with arguments of type AdminSectionModifier and TypeMethodDescriptionAdminModule.getSections()AdminModuleDTO.getSections()AdminModuleImpl.getSections()Method parameters in org.broadleafcommerce.openadmin.server.security.domain with type arguments of type AdminSectionModifier and TypeMethodDescriptionvoidAdminModule.setSections(List<AdminSection> sections) voidAdminModuleDTO.setSections(List<AdminSection> sections) voidAdminModuleImpl.setSections(List<AdminSection> sections) -
Uses of AdminSection in org.broadleafcommerce.openadmin.web.filter
Methods in org.broadleafcommerce.openadmin.web.filter with parameters of type AdminSectionModifier and TypeMethodDescriptionprotected booleanBroadleafAdminTypedEntityRequestFilter.adminUserHasAccess(AdminSection typedEntitySection) protected StringBroadleafAdminTypedEntityRequestFilter.getTypeFieldName(AdminSection adminSection)