| java.lang.Object com.nabhinc.portal.model.BaseProtectable com.nabhinc.portal.model.PortalApplication
PortalApplication | public class PortalApplication extends BaseProtectable implements Ownable,Protectable(Code) | | author: Padmanabh Dabke author: (c) 2006 Nabh Information Systems, Inc. All Rights Reserved. |
addPage | public void addPage(PortalPage newPage, int index)(Code) | | Add a new tab to the display at the given index. If the index
is negative or out of range, it adds it at the end.
|
deletePage | public void deletePage(int index)(Code) | | Delete an existing page if the index is within the range.
|
getNextID | protected synchronized int getNextID()(Code) | | |
getNextPageID | protected synchronized int getNextPageID()(Code) | | |
getOwnerId | public long getOwnerId()(Code) | | |
getTimezone | public String getTimezone()(Code) | | Returns Timezone ID
String representing the timezone ID. |
isDisplayTitle | public boolean isDisplayTitle()(Code) | | |
isStale | public boolean isStale()(Code) | | |
reorderPage | public void reorderPage(int oldIndex, int newIndex)(Code) | | Re-ordering tab
Parameters: oldIndex - Parameters: newIndex - |
reorderPage | public void reorderPage(PortalPage p, int oldIndex, int newIndex)(Code) | | |
setDisplayTitle | public void setDisplayTitle(boolean flag)(Code) | | |
setOwnerId | public void setOwnerId(long n)(Code) | | |
setStale | public void setStale(boolean flag)(Code) | | |
|
|