Package ru.slie.luna.system
Class ComponentAccessor
java.lang.Object
ru.slie.luna.system.ComponentAccessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Component
public class ComponentAccessor
extends Object
implements org.springframework.context.ApplicationContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationPropertiesstatic AttachmentManagerstatic BoardManagerstatic ChangeHistoryManagerstatic CommentManagerstatic <T> TgetComponent(Class<T> clazz) static DashboardManagerstatic DirectoryManagerstatic FieldManagerstatic GlobalPermissionManagerstatic GroupManagerstatic IssueEventTypeManagerstatic IssueManagerstatic IssueTypeManagerstatic PermissionManagerstatic PluginManagerstatic PriorityManagerstatic ProjectManagerstatic PropertyManagerstatic SchedulerManagerstatic ScreenManagerstatic SearchFilterManagerstatic SearchServicestatic StatusManagerstatic UserManagerstatic WorkflowManagervoidsetApplicationContext(@NonNull org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
ComponentAccessor
public ComponentAccessor()
-
-
Method Details
-
getComponent
-
getFieldManager
-
getPermissionManager
-
getGlobalPermissionManager
-
getIssueManager
-
getIssuetypeManager
-
getPriorityManager
-
getAttachmentManager
-
getSearchService
-
getWorkflowManager
-
getScreenManager
-
getStatusManager
-
getSearchFilterManager
-
getChangeHistoryManager
-
getCommentManager
-
getUserManager
-
getGroupManager
-
getIssueEventTypeManager
-
getDirectoryManager
-
getDashboardManager
-
getBoardManager
-
getProjectManager
-
getSchedulerManager
-
getPluginManager
-
getPropertyManager
-
getApplicationProperties
-
setApplicationContext
public void setApplicationContext(@NonNull org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-