Class SubNavigatorSettingServiceImpl
java.lang.Object
com.atlassian.jira.projects.subnavigator.SubNavigatorSettingServiceImpl
- All Implemented Interfaces:
SubNavigatorSettingService
@Component
public class SubNavigatorSettingServiceImpl
extends Object
implements SubNavigatorSettingService
-
Constructor Summary
ConstructorsConstructorDescriptionSubNavigatorSettingServiceImpl(UserPropertyManager userPropertyManager, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteSubNavigatorPinStatus(String subNavId) Clears the sub navigator pinned or unpinned state.io.atlassian.fugue.Option<Boolean> isSubNavigationPinned(String subNavId) Returns an option of pinned or unpinned state as set by the user.voidpinSubNavigator(String subNavId) Sets the sub navigator to pinnedvoidunpinSubNavigator(String subNavId) Sets the sub navigator to unpinned
-
Constructor Details
-
SubNavigatorSettingServiceImpl
@Autowired public SubNavigatorSettingServiceImpl(UserPropertyManager userPropertyManager, JiraAuthenticationContext authenticationContext)
-
-
Method Details