Package org.cyclos.impl.access
Interface InitializationServiceLocal
-
- All Superinterfaces:
InitializationService,Service
public interface InitializationServiceLocal extends InitializationService
Local interface forInitializationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortedSet<String>getSvgIconNames()Returns the names of SVG icons used by entities, such as ad categories, records, custom operations, custom wizards, custom pages, etc.booleanisHideUserSearchInMenu()Returns whether the search users menu must be hidden for the current user.-
Methods inherited from interface org.cyclos.services.access.InitializationService
getBasicInitializationData, getBasicInitializationWithContentData, getHomeData, getInitializationData, getResourceCacheKey, ping
-
-
-
-
Method Detail
-
getSvgIconNames
SortedSet<String> getSvgIconNames()
Returns the names of SVG icons used by entities, such as ad categories, records, custom operations, custom wizards, custom pages, etc.
-
isHideUserSearchInMenu
boolean isHideUserSearchInMenu()
Returns whether the search users menu must be hidden for the current user.
-
-