com.atlassian.jira.appconsistency.integrity.check
Class FieldLayoutCheck

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.check.CheckImpl
      extended by com.atlassian.jira.appconsistency.integrity.check.FieldLayoutCheck
All Implemented Interfaces:
Check

public class FieldLayoutCheck
extends CheckImpl


Field Summary
 
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
id, ofBizDelegator
 
Constructor Summary
FieldLayoutCheck(OfBizDelegator ofBizDelegator, Long id)
           
 
Method Summary
 List correct()
           
 String getDescription()
           
 String getUnavailableMessage()
           
 boolean isAvailable()
           
 List preview()
           
 void setFieldManager(FieldManager fieldManager)
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
getI18NBean, getId, getIntegrityCheck, setIntegrityCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldLayoutCheck

public FieldLayoutCheck(OfBizDelegator ofBizDelegator,
                        Long id)
Method Detail

getDescription

public String getDescription()

preview

public List preview()
             throws IntegrityException
Throws:
IntegrityException

correct

public List correct()
             throws IntegrityException
Throws:
IntegrityException

isAvailable

public boolean isAvailable()

getUnavailableMessage

public String getUnavailableMessage()

setFieldManager

public void setFieldManager(FieldManager fieldManager)


Copyright © 2002-2009 Atlassian. All Rights Reserved.