com.atlassian.jira.portal
Interface PortletConfiguration

All Superinterfaces:
Comparable, com.atlassian.configurable.ObjectConfigurable
All Known Implementing Classes:
PortletConfigurationImpl

public interface PortletConfiguration
extends Comparable, com.atlassian.configurable.ObjectConfigurable


Method Summary
 Integer getColumn()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
          Deprecated. Please avoid using this method and manipulating the GenericValue directly. Use the setters on this interface to manipulate a PortletConfiguration.
 Long getId()
           
 Long getPortalPageId()
           
 Portlet getPortlet()
           
 Integer getRow()
           
 void setColumn(Integer column)
           
 void setPortalPageId(Long portalPageId)
           
 void setRow(Integer row)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.atlassian.configurable.ObjectConfigurable
getDefaultProperty, getKey, getLongProperty, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty
 

Method Detail

getGenericValue

org.ofbiz.core.entity.GenericValue getGenericValue()
Deprecated. Please avoid using this method and manipulating the GenericValue directly. Use the setters on this interface to manipulate a PortletConfiguration.


getId

Long getId()

getPortlet

Portlet getPortlet()

getColumn

Integer getColumn()

setColumn

void setColumn(Integer column)

getRow

Integer getRow()

setRow

void setRow(Integer row)

getPortalPageId

Long getPortalPageId()

setPortalPageId

void setPortalPageId(Long portalPageId)


Copyright © 2002-2007 Atlassian. All Rights Reserved.