Package com.atlassian.jira.bc.favourites
Class DefaultFavouritesService
java.lang.Object
com.atlassian.jira.bc.favourites.DefaultFavouritesService
- All Implemented Interfaces:
FavouritesService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFavourite(JiraServiceContext ctx, SharedEntity entity) Add the given entity as a favourite of the user passed in the contextvoidaddFavouriteInPosition(JiraServiceContext ctx, SharedEntity entity, long position) Add the given entity as a favourite of the user passed in the context and place it in the specified position.booleanisFavourite(ApplicationUser user, SharedEntity entity) Check that the given entity is a favourite of the user passed in the contextvoidremoveFavourite(JiraServiceContext ctx, SharedEntity entity) Remove the given entity as a favourite of the user passed in the context
-
Constructor Details
-
DefaultFavouritesService
-
-
Method Details