com.atlassian.greenhopper.gadget
Class RapidGadgetHelper

java.lang.Object
  extended by com.atlassian.greenhopper.gadget.RapidGadgetHelper

@Service
public class RapidGadgetHelper
extends java.lang.Object

Rapid Board Gadget validation methods


Constructor Summary
RapidGadgetHelper()
           
 
Method Summary
 boolean validateLicense(java.util.Collection<ValidationError> errors)
          Validate the GreenHopper license
 RapidView validateRapidViewId(java.util.Collection<ValidationError> validationErrors, java.lang.Long rapidViewId)
          Validates a rapid view id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidGadgetHelper

public RapidGadgetHelper()
Method Detail

validateLicense

public boolean validateLicense(java.util.Collection<ValidationError> errors)
Validate the GreenHopper license

Parameters:
errors -
Returns:
true if the validation succeeded

validateRapidViewId

public RapidView validateRapidViewId(java.util.Collection<ValidationError> validationErrors,
                                     java.lang.Long rapidViewId)
Validates a rapid view id.



Copyright © 2007-2012 Atlassian. All Rights Reserved.