Uses of Interface
com.atlassian.greenhopper.service.rapid.view.SwimlaneAO
Packages that use SwimlaneAO
-
Uses of SwimlaneAO in com.atlassian.greenhopper.service.rapid.view
Methods in com.atlassian.greenhopper.service.rapid.view that return SwimlaneAOModifier and TypeMethodDescriptionSwimlaneAOListMapper.getExisting()
SwimlaneDao.getForParent
(RapidViewAO parent) SwimlaneDao.getForParent
(Long rapidViewId) SwimlaneDao.getSwimlane
(long rapidViewId, long swimlaneId) RapidViewAO.getSwimlanes()
SwimlanesSwimlaneDao.updateSwimlane
(Swimlane swimlane, ErrorCollection errors) Methods in com.atlassian.greenhopper.service.rapid.view that return types with arguments of type SwimlaneAOModifier and TypeMethodDescriptionSwimlaneAOListMapper.getActiveObjectClass()
SwimlaneDao.updateForParent
(RapidViewAO rapidViewAO, List<Swimlane> swimlanes) Methods in com.atlassian.greenhopper.service.rapid.view with parameters of type SwimlaneAOModifier and TypeMethodDescriptionvoid
SwimlaneAOListMapper.postCreateUpdate
(SwimlaneAO t, Swimlane u) void
SwimlaneAOListMapper.preDelete
(SwimlaneAO t) SwimlaneAOMapper.toModel
(SwimlaneAO swimlaneAO) void
SwimlaneAOMapper.update
(Swimlane source, SwimlaneAO target) Constructor parameters in com.atlassian.greenhopper.service.rapid.view with type arguments of type SwimlaneAOModifierConstructorDescriptionSwimlaneAOListMapper
(RapidViewAO parentAO, RelatedAOMapper<RapidViewAO, SwimlaneAO, Swimlane> mapper)