Uses of Class
com.atlassian.greenhopper.model.rapid.Swimlane

Packages that use Swimlane
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.service.rapid   
com.atlassian.greenhopper.service.rapid.view   
com.atlassian.greenhopper.web.rapid.chart   
 

Uses of Swimlane in com.atlassian.greenhopper.model.rapid
 

Methods in com.atlassian.greenhopper.model.rapid that return Swimlane
 Swimlane Swimlane.SwimlaneBuilder.build()
           
 

Methods in com.atlassian.greenhopper.model.rapid with parameters of type Swimlane
static Swimlane.SwimlaneBuilder Swimlane.builder(Swimlane swimlane)
           
 

Constructors in com.atlassian.greenhopper.model.rapid with parameters of type Swimlane
Swimlane.SwimlaneBuilder(Swimlane swimlane)
           
 

Uses of Swimlane in com.atlassian.greenhopper.service.rapid
 

Methods in com.atlassian.greenhopper.service.rapid that return Swimlane
 Swimlane PoolService.SwimlaneIssuesResult.getSwimlane()
           
 

Constructors in com.atlassian.greenhopper.service.rapid with parameters of type Swimlane
PoolService.SwimlaneIssuesResult(Swimlane swimlane, java.util.Set<java.lang.Long> issueIds, boolean maxIssuesExceeded)
           
 

Uses of Swimlane in com.atlassian.greenhopper.service.rapid.view
 

Methods in com.atlassian.greenhopper.service.rapid.view that return Swimlane
 Swimlane SwimlaneServiceImpl.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Adds a new swimlane
 Swimlane SwimlaneService.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Adds a new swimlane
 Swimlane SwimlaneServiceImpl.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long swimlaneId, ErrorCollection errors)
           
 Swimlane SwimlaneService.get(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, long swimlaneId, ErrorCollection errors)
          Get a swimlane given its id
 Swimlane SwimlaneAOMapper.toModel(SwimlaneAO swimlaneAO)
           
 Swimlane SwimlaneServiceImpl.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Updates a single swimlane for a given rapidView
 Swimlane SwimlaneService.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Updates a single swimlane for a given rapidView
 

Methods in com.atlassian.greenhopper.service.rapid.view that return types with arguments of type Swimlane
 java.util.List<Swimlane> SwimlaneServiceImpl.copy(java.util.List<Swimlane> sourceSwimlanes)
           
 java.util.List<Swimlane> SwimlaneService.copy(java.util.List<Swimlane> sourceSwimlanes)
          Copies the Swimlanes specified.
 java.util.List<Swimlane> RapidViewPresetService.createDefaultSwimlanes(RapidViewPreset rapidViewPreset)
           
 java.util.List<Swimlane> SwimlaneServiceImpl.loadSwimlanes(RapidView rapidView)
           
 java.util.List<Swimlane> SwimlaneService.loadSwimlanes(RapidView rapidView)
           
 java.util.List<Swimlane> SwimlaneServiceImpl.replace(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Swimlane> swimlanes, ErrorCollection errors)
           
 java.util.List<Swimlane> SwimlaneService.replace(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Swimlane> swimlanes, ErrorCollection errors)
          Replaces all swimlanes for a given rapid view with the specified swimlanes (keeping the order in the list).
 

Methods in com.atlassian.greenhopper.service.rapid.view with parameters of type Swimlane
 Swimlane SwimlaneServiceImpl.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Adds a new swimlane
 Swimlane SwimlaneService.add(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Adds a new swimlane
 void SwimlaneAOListMapper.addCreateValues(Swimlane swimlane, java.util.Map<java.lang.String,java.lang.Object> params)
           
 SwimlaneAO SwimlaneAOListMapper.findExisting(SwimlaneAO[] ts, Swimlane u)
           
 void SwimlaneAOListMapper.postCreateUpdate(SwimlaneAO t, Swimlane u)
           
 void SwimlaneAOListMapper.setValues(SwimlaneAO swimlaneAO, Swimlane swimlane)
           
 java.util.Map<java.lang.String,java.lang.Object> SwimlaneAOMapper.toAO(RapidViewAO rapidViewAO, Swimlane swimlane)
           
 Swimlane SwimlaneServiceImpl.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Updates a single swimlane for a given rapidView
 Swimlane SwimlaneService.update(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Swimlane swimlane, ErrorCollection errors)
          Updates a single swimlane for a given rapidView
 SwimlaneAO SwimlaneDao.updateSwimlane(Swimlane swimlane, ErrorCollection errors)
           
 

Method parameters in com.atlassian.greenhopper.service.rapid.view with type arguments of type Swimlane
 java.util.List<Swimlane> SwimlaneServiceImpl.copy(java.util.List<Swimlane> sourceSwimlanes)
           
 java.util.List<Swimlane> SwimlaneService.copy(java.util.List<Swimlane> sourceSwimlanes)
          Copies the Swimlanes specified.
 java.util.List<Swimlane> SwimlaneServiceImpl.replace(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Swimlane> swimlanes, ErrorCollection errors)
           
 java.util.List<Swimlane> SwimlaneService.replace(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<Swimlane> swimlanes, ErrorCollection errors)
          Replaces all swimlanes for a given rapid view with the specified swimlanes (keeping the order in the list).
 java.util.List<SwimlaneAO> SwimlaneDao.updateSwimlanes(RapidViewAO rapidViewAO, java.util.List<Swimlane> swimlanes)
           
 

Uses of Swimlane in com.atlassian.greenhopper.web.rapid.chart
 

Method parameters in com.atlassian.greenhopper.web.rapid.chart with type arguments of type Swimlane
protected  ServiceOutcome<ChartDataHelper.SwimlaneFilter> ChartDataHelper.getSwimlaneFilter(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query query, java.util.List<Swimlane> allSwimlanes, java.util.Set<java.lang.Long> swimlaneIds, I18n2 i18n)
          Compute the filter for the selected swimlanes.
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.