com.atlassian.greenhopper.service.rapid
Class RapidViewClauseServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.rapid.RapidViewClauseServiceImpl
All Implemented Interfaces:
RapidViewClauseService

@Service
public class RapidViewClauseServiceImpl
extends java.lang.Object
implements RapidViewClauseService

Implementation of RapidViewClauseService


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.greenhopper.service.rapid.RapidViewClauseService
RapidViewClauseService.ClauseType
 
Constructor Summary
RapidViewClauseServiceImpl()
           
 
Method Summary
 ServiceOutcome<ClauseToAdd> getClauseForBuilder(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, RapidViewClauseService.ClauseType clauseType)
          Applies a clause of given type to the passed builder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidViewClauseServiceImpl

public RapidViewClauseServiceImpl()
Method Detail

getClauseForBuilder

public ServiceOutcome<ClauseToAdd> getClauseForBuilder(com.atlassian.crowd.embedded.api.User user,
                                                       RapidView rapidView,
                                                       RapidViewClauseService.ClauseType clauseType)
Description copied from interface: RapidViewClauseService
Applies a clause of given type to the passed builder

Specified by:
getClauseForBuilder in interface RapidViewClauseService


Copyright © 2007-2014 Atlassian. All Rights Reserved.