Interface AdminNavigationDao
- All Known Implementing Classes:
AdminNavigationDaoImpl
public interface AdminNavigationDao
- Author:
- elbertbautista
-
Method Summary
Modifier and TypeMethodDescriptiongetSectionKey
(boolean withTypeKey) readAdminModuleByModuleKey
(String moduleKey) readAdminSectionByClassAndSectionId
(Class<?> clazz, String sectionId) readAdminSectionBySectionKey
(String sectionKey) readAdminSectionForClassName
(String className) void
remove
(AdminSection adminSection) save
(AdminSection adminSection)
-
Method Details
-
readAllAdminModules
List<AdminModule> readAllAdminModules() -
readAllAdminSections
List<AdminSection> readAllAdminSections() -
readAdminSectionByClassAndSectionId
-
readAdminSectionByURI
-
readAdminSectionBySectionKey
-
save
-
remove
-
readAdminModuleByModuleKey
-
getSectionKey
-
readAdminSectionForClassName
-