Class CardColorManagerImpl
java.lang.Object
com.atlassian.greenhopper.manager.color.CardColorManagerImpl
- All Implemented Interfaces:
CardColorManager,GreenHopperCache
Card color manager impl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when all caches in the plugin need to be cleared.voidinit()voidinvalidate(RapidView view) invalidates the cache entry for a given RV, should only be called by other services.Same asCardColorService.moveAfter(com.atlassian.jira.user.ApplicationUser, com.atlassian.greenhopper.model.rapid.RapidView, long, Long)except this method applies no permission check
-
Constructor Details
-
CardColorManagerImpl
public CardColorManagerImpl()
-
-
Method Details
-
init
@PostConstruct public void init() -
getAll
- Specified by:
getAllin interfaceCardColorManager
-
get
- Specified by:
getin interfaceCardColorManager
-
add
- Specified by:
addin interfaceCardColorManager
-
update
- Specified by:
updatein interfaceCardColorManager
-
set
- Specified by:
setin interfaceCardColorManager
-
delete
- Specified by:
deletein interfaceCardColorManager
-
moveAfter
Description copied from interface:CardColorManagerSame asCardColorService.moveAfter(com.atlassian.jira.user.ApplicationUser, com.atlassian.greenhopper.model.rapid.RapidView, long, Long)except this method applies no permission check- Specified by:
moveAfterin interfaceCardColorManager- See Also:
-
copy
- Specified by:
copyin interfaceCardColorManager
-
invalidate
Description copied from interface:CardColorManagerinvalidates the cache entry for a given RV, should only be called by other services. Ideally, the cache should be in a manager which lies between the service and dao- Specified by:
invalidatein interfaceCardColorManager
-
flushCache
public void flushCache()Description copied from interface:GreenHopperCacheInvoked when all caches in the plugin need to be cleared.- Specified by:
flushCachein interfaceGreenHopperCache
-