com.atlassian.jira.appconsistency.integrity.amendment
Class DeletePortletAmendment

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.check.AbstractAmendment
      extended by com.atlassian.jira.appconsistency.integrity.amendment.DeletePortletAmendment
All Implemented Interfaces:
Amendment

public class DeletePortletAmendment
extends AbstractAmendment

Created by IntelliJ IDEA. User: owenfellows Date: 20-Jun-2004 Time: 14:57:03 To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from interface com.atlassian.jira.appconsistency.integrity.amendment.Amendment
CORRECTION, ERROR, UNFIXABLE_ERROR
 
Constructor Summary
DeletePortletAmendment(int type, String message, org.ofbiz.core.entity.GenericValue portletConfiguration)
           
 
Method Summary
 org.ofbiz.core.entity.GenericValue getPortletConfiguration()
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.AbstractAmendment
equals, getBugId, getMessage, getType, hashCode, isCorrection, isError, isValidType, isWarning, setBugId, setMessage, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeletePortletAmendment

public DeletePortletAmendment(int type,
                              String message,
                              org.ofbiz.core.entity.GenericValue portletConfiguration)
Method Detail

getPortletConfiguration

public org.ofbiz.core.entity.GenericValue getPortletConfiguration()


Copyright © 2002-2007 Atlassian. All Rights Reserved.