|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortletTypeDAO
IPortletTypeDAO Interface
Method Summary | |
---|---|
void |
delete(String strPortletTypeId)
Delete a record from the table |
void |
insert(PortletType portletType)
Insert a new record in the table PortletType |
PortletType |
load(String strPortletTypeId)
Load the data of PortletType from the table |
int |
selectNbPortletTypeByPortlet(String strPortletTypeId)
Returns the portlet count for a given provider |
ReferenceList |
selectPortletsTypesList(Locale locale)
Return a Reference List of portletType |
String |
selectPortletTypeId(String strPluginHomeClass)
Returns the portlet type identifier |
List<PortletType> |
selectPortletTypesList()
Returns the list of the portlet types |
Method Detail |
---|
void insert(PortletType portletType)
portletType
- The portlet Type objectPortletType load(String strPortletTypeId)
strPortletTypeId
- The identifier of PortletType
void delete(String strPortletTypeId)
strPortletTypeId
- The POrtletTYpe identifierString selectPortletTypeId(String strPluginHomeClass)
strPluginHomeClass
- the name of the portlet type
int selectNbPortletTypeByPortlet(String strPortletTypeId)
strPortletTypeId
- The provider's identifier
ReferenceList selectPortletsTypesList(Locale locale)
locale
- The locale
List<PortletType> selectPortletTypesList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |