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

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.ColumnEditHelper

@Service
public class ColumnEditHelper
extends AbstractResultBuilder

Handles reading/writing from/to the rapid list


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
ColumnEditHelper()
           
 
Method Summary
 ResultEntry<ColumnEditRequest> buildModel(com.atlassian.crowd.embedded.api.User user, I18n2 i18n, RapidView view, ErrorCollection errors)
           
 ServiceOutcome<ColumnEditRequest> updateStatusMapping(com.atlassian.crowd.embedded.api.User user, ColumnEditRequest columnEditModel)
          Updates the status mapping configuration with the new values
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder
buildCombinedResult, buildErrorOnlyResult, buildResult, buildResult
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn, setInfoLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnEditHelper

public ColumnEditHelper()
Method Detail

updateStatusMapping

public ServiceOutcome<ColumnEditRequest> updateStatusMapping(com.atlassian.crowd.embedded.api.User user,
                                                             ColumnEditRequest columnEditModel)
Updates the status mapping configuration with the new values


buildModel

public ResultEntry<ColumnEditRequest> buildModel(com.atlassian.crowd.embedded.api.User user,
                                                 I18n2 i18n,
                                                 RapidView view,
                                                 ErrorCollection errors)


Copyright © 2007-2012 Atlassian. All Rights Reserved.