com.atlassian.jira.appconsistency.integrity
Class SearchRequestPortletCheck

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

public class SearchRequestPortletCheck
extends PortletCheck

Removes portlets which reference non-existent Search Requests.


Field Summary
 
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.PortletCheck
log
 
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
id, ofBizDelegator
 
Constructor Summary
SearchRequestPortletCheck(OfBizDelegator ofBizDelegator, Long id, PortalPageManager portalPageManager, UserManager getUserManager)
           
 
Method Summary
protected  String getPropertyEntity()
           
protected  String getPropertyKey()
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.PortletCheck
correct, getAmendments, getDescription, getIntegrityCheck, getUnavailableMessage, getUserManager, isAvailable, preview, setIntegrityCheck, shouldPortletBeDeleted
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
getI18NBean, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchRequestPortletCheck

public SearchRequestPortletCheck(OfBizDelegator ofBizDelegator,
                                 Long id,
                                 PortalPageManager portalPageManager,
                                 UserManager getUserManager)
Method Detail

getPropertyKey

protected String getPropertyKey()
Specified by:
getPropertyKey in class PortletCheck

getPropertyEntity

protected String getPropertyEntity()
Specified by:
getPropertyEntity in class PortletCheck


Copyright © 2002-2009 Atlassian. All Rights Reserved.