| Modifier and Type | Method and Description |
|---|---|
AdminSection |
AdminNavigationDaoImpl.readAdminSectionBySectionKey(String sectionKey) |
AdminSection |
AdminNavigationDao.readAdminSectionBySectionKey(String sectionKey) |
AdminSection |
AdminNavigationDaoImpl.readAdminSectionByURI(String uri) |
AdminSection |
AdminNavigationDao.readAdminSectionByURI(String uri) |
| Modifier and Type | Method and Description |
|---|---|
List<AdminSection> |
AdminNavigationDaoImpl.readAllAdminSections() |
List<AdminSection> |
AdminNavigationDao.readAllAdminSections() |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminSectionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<AdminSection> |
AdminModuleImpl.sections |
| Modifier and Type | Method and Description |
|---|---|
List<AdminSection> |
AdminModuleImpl.getSections() |
List<AdminSection> |
AdminModule.getSections() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminModuleImpl.setSections(List<AdminSection> sections) |
void |
AdminModule.setSections(List<AdminSection> sections) |
| Modifier and Type | Method and Description |
|---|---|
AdminSection |
AdminNavigationService.findAdminSectionBySectionKey(String sectionKey) |
AdminSection |
AdminNavigationServiceImpl.findAdminSectionBySectionKey(String sectionKey) |
AdminSection |
AdminNavigationService.findAdminSectionByURI(String uri) |
AdminSection |
AdminNavigationServiceImpl.findAdminSectionByURI(String uri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AdminNavigationService.isUserAuthorizedToViewSection(AdminUser adminUser,
AdminSection section) |
boolean |
AdminNavigationServiceImpl.isUserAuthorizedToViewSection(AdminUser adminUser,
AdminSection section) |
| Modifier and Type | Method and Description |
|---|---|
AdminSection |
BroadleafAdminAbstractController.getCurrentAdminSection() |
Copyright © 2015. All Rights Reserved.