com.atlassian.jira.portal
Interface PortletConfigurationStore

All Known Implementing Classes:
OfbizPortletConfigurationStore

public interface PortletConfigurationStore


Method Summary
 PortletConfiguration add(PortletConfiguration pc)
           
 void delete(PortletConfiguration pc)
           
 List getByPortalPage(Long portalPageId)
           
 PortletConfiguration getByPortletId(Long portletId)
           
 void store(PortletConfiguration pc)
           
 

Method Detail

getByPortalPage

List getByPortalPage(Long portalPageId)

getByPortletId

PortletConfiguration getByPortletId(Long portletId)

delete

void delete(PortletConfiguration pc)

store

void store(PortletConfiguration pc)

add

PortletConfiguration add(PortletConfiguration pc)


Copyright © 2002-2007 Atlassian. All Rights Reserved.