|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Portal | |
com.arsdigita.populate.apps | |
com.arsdigita.populate.portlets | |
com.arsdigita.portal | Basic portal infrastructure. |
Uses of Portal in com.arsdigita.populate.apps |
Methods in com.arsdigita.populate.apps with parameters of type Portal | |
List |
PopulateApps.populate(int iNumApps,
Application appParent,
Portal portal)
Populates a Portal. |
List |
PopulateApps.populate(int iNumApps,
Portal parent)
Populates a Portal. |
Uses of Portal in com.arsdigita.populate.portlets |
Methods in com.arsdigita.populate.portlets with parameters of type Portal | |
List |
PopulatePortlets.populate(int iNumPortlets,
Portal portal)
Populates portal with portlets using this object's collection of PopulatePortlets |
void |
PopulatePortlet.createPortlet(Portal parent,
int iCellNumber)
|
void |
AbstractPopulatePortlet.createPortlet(Portal parent,
int iCellNumber)
|
Uses of Portal in com.arsdigita.portal |
Methods in com.arsdigita.portal that return Portal | |
Portal |
PortalCollection.getPortal()
Get the current item as a Portal domain object. |
static Portal |
Portal.createTemplate(String title)
Create a new portal template. |
static Portal |
Portal.create(String title,
Resource parent)
Create a new portal. |
static Portal |
Portal.create(String dataobj,
String title,
Resource parent)
|
static Portal |
Portal.retrieve(BigDecimal portalID)
Retrieve an existing portal based on a portal ID. |
static Portal |
Portal.retrieve(OID oid)
Retrieve an existing portal based on an OID. |
static Portal |
Portal.retrieve(DataObject dataObject)
Retrieve an existing portal based on a portal data object. |
Portal |
Portlet.getPortal()
|
Methods in com.arsdigita.portal with parameters of type Portal | |
void |
Portlet.setPortal(Portal portal)
|
static AgentPortlet |
AgentPortlet.createAgentPortlet(Portlet p,
Resource parent,
Portal portal)
|
Constructors in com.arsdigita.portal with parameters of type Portal | |
DefaultPortalModel(Portal portal)
Create a new DefaultPortalModel from the provided Portal. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |