com.atlassian.greenhopper.web.rapid.view
Class RapidViewEditHelper

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.global.AbstractResultBuilder
          extended by com.atlassian.greenhopper.web.rapid.view.RapidViewEditHelper

@Service
public class RapidViewEditHelper
extends AbstractResultBuilder


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
AbstractResultBuilder.SuccessBuilder<T>
 
Field Summary
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
RapidViewEditHelper()
           
 
Method Summary
 RapidViewEditModel buildRapidViewEditModel(com.atlassian.crowd.embedded.api.User user, ErrorCollection errors, java.lang.Long id)
           
 ResultEntry getEditModel(com.atlassian.crowd.embedded.api.User user, java.lang.Long id)
          Get the edit model for a given rapid view
 ResultEntry updateRapidViewName(com.atlassian.crowd.embedded.api.User user, RapidViewEditModel editModel)
          Update the rapid view name
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
buildCombinedResult, buildErrorOnlyResult, buildResult, buildResult
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logException, logInfo, logTrace, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidViewEditHelper

public RapidViewEditHelper()
Method Detail

getEditModel

public ResultEntry getEditModel(com.atlassian.crowd.embedded.api.User user,
                                java.lang.Long id)
Get the edit model for a given rapid view


buildRapidViewEditModel

public RapidViewEditModel buildRapidViewEditModel(com.atlassian.crowd.embedded.api.User user,
                                                  ErrorCollection errors,
                                                  java.lang.Long id)

updateRapidViewName

public ResultEntry updateRapidViewName(com.atlassian.crowd.embedded.api.User user,
                                       RapidViewEditModel editModel)
Update the rapid view name



Copyright © 2007-2011 Atlassian. All Rights Reserved.