|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AdminSection in org.broadleafcommerce.openadmin.server.security.dao |
|---|
| Methods in org.broadleafcommerce.openadmin.server.security.dao that return AdminSection | |
|---|---|
AdminSection |
AdminNavigationDaoImpl.readAdminSectionBySectionKey(String sectionKey)
|
AdminSection |
AdminNavigationDao.readAdminSectionBySectionKey(String sectionKey)
|
AdminSection |
AdminNavigationDaoImpl.readAdminSectionByURI(String uri)
|
AdminSection |
AdminNavigationDao.readAdminSectionByURI(String uri)
|
| Methods in org.broadleafcommerce.openadmin.server.security.dao that return types with arguments of type AdminSection | |
|---|---|
List<AdminSection> |
AdminNavigationDaoImpl.readAllAdminSections()
|
List<AdminSection> |
AdminNavigationDao.readAllAdminSections()
|
| Uses of AdminSection in org.broadleafcommerce.openadmin.server.security.domain |
|---|
| Classes in org.broadleafcommerce.openadmin.server.security.domain that implement AdminSection | |
|---|---|
class |
AdminSectionImpl
|
| Fields in org.broadleafcommerce.openadmin.server.security.domain with type parameters of type AdminSection | |
|---|---|
protected List<AdminSection> |
AdminModuleImpl.sections
|
| Methods in org.broadleafcommerce.openadmin.server.security.domain that return types with arguments of type AdminSection | |
|---|---|
List<AdminSection> |
AdminModuleImpl.getSections()
|
List<AdminSection> |
AdminModule.getSections()
|
| Method parameters in org.broadleafcommerce.openadmin.server.security.domain with type arguments of type AdminSection | |
|---|---|
void |
AdminModuleImpl.setSections(List<AdminSection> sections)
|
void |
AdminModule.setSections(List<AdminSection> sections)
|
| Uses of AdminSection in org.broadleafcommerce.openadmin.server.security.service |
|---|
| Methods in org.broadleafcommerce.openadmin.server.security.service that return AdminSection | |
|---|---|
AdminSection |
AdminNavigationService.findAdminSectionBySectionKey(String sectionKey)
|
AdminSection |
AdminNavigationServiceImpl.findAdminSectionBySectionKey(String sectionKey)
|
AdminSection |
AdminNavigationService.findAdminSectionByURI(String uri)
|
AdminSection |
AdminNavigationServiceImpl.findAdminSectionByURI(String uri)
|
| Methods in org.broadleafcommerce.openadmin.server.security.service with parameters of type AdminSection | |
|---|---|
boolean |
AdminNavigationService.isUserAuthorizedToViewSection(AdminUser adminUser,
AdminSection section)
|
boolean |
AdminNavigationServiceImpl.isUserAuthorizedToViewSection(AdminUser adminUser,
AdminSection section)
|
| Uses of AdminSection in org.broadleafcommerce.openadmin.web.controller |
|---|
| Methods in org.broadleafcommerce.openadmin.web.controller that return AdminSection | |
|---|---|
AdminSection |
BroadleafAdminAbstractController.getCurrentAdminSection()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||