com.arsdigita.portal.apportlet
Class AppPortletType

java.lang.Object
  extended bycom.arsdigita.domain.DomainObject
      extended bycom.arsdigita.kernel.ResourceType
          extended bycom.arsdigita.portal.PortletType
              extended bycom.arsdigita.portal.apportlet.AppPortletType

public final class AppPortletType
extends PortletType

Author:
Jim Parsons

Field Summary
 
Fields inherited from class com.arsdigita.portal.PortletType
BASE_DATA_OBJECT_TYPE, NARROW_PROFILE, WIDE_PROFILE
 
Fields inherited from class com.arsdigita.kernel.ResourceType
s_defaultConfig, versionId
 
Constructor Summary
protected AppPortletType(DataObject dataObject)
           
protected AppPortletType(String dataObjectType, String title, String profile, String portletObjectType)
           
 
Method Summary
static AppPortletType createAppPortletType(String title, String profile, String portletObjectType)
           
 boolean isPortalApplication()
           
static AppPortletType retrieveAppPortletType(BigDecimal id)
           
static AppPortletType retrieveAppPortletType(DataObject dataObject)
           
static AppPortletType retrieveAppPortletType(OID oid)
           
static AppPortletType retrieveAppPortletTypeForAppPortlet(String portletObjectType)
           
 void setPortalApplication(boolean isPortalApplication)
           
 
Methods inherited from class com.arsdigita.portal.PortletType
createPortletType, getBaseDataObjectType, getProfile, getProviderApplicationType, hasEmbeddedView, hasFullPageView, retrieveAllPortletTypes, retrievePortletType, retrievePortletType, retrievePortletType, retrievePortletTypeForPortlet, setEmbeddedView, setFullPageView, setProfile, setProviderApplicationType, setProviderApplicationType
 
Methods inherited from class com.arsdigita.kernel.ResourceType
addRelevantPrivilege, addRelevantPrivilege, createResourceType, getConfig, getConfigs, getCreateComponent, getCreateFormSection, getDescription, getID, getModifyComponent, getModifyFormSection, getRelevantPrivileges, getResourceObjectType, getTitle, hasConfig, isInstalled, registerResourceTypeConfig, removeRelevantPrivilege, removeRelevantPrivilege, retrieveAllResourceTypes, retrieveResourceType, retrieveResourceType, retrieveResourceType, retrieveResourceTypeForResource, setDescription, setResourceObjectType, setTitle
 
Methods inherited from class com.arsdigita.domain.DomainObject
add, add, addToAssociation, afterDelete, afterSave, beforeDelete, beforeSave, clear, delete, disconnect, equals, get, getObjectType, getOID, getSession, hashCode, initialize, isDeleted, isDisconnected, isModified, isNew, isPropertyModified, isValid, remove, remove, remove, removeFromAssociation, save, set, setAssociation, setAssociation, specializeDataObject, specializeDataObject, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppPortletType

protected AppPortletType(DataObject dataObject)

AppPortletType

protected AppPortletType(String dataObjectType,
                         String title,
                         String profile,
                         String portletObjectType)
Method Detail

retrieveAppPortletType

public static AppPortletType retrieveAppPortletType(BigDecimal id)

retrieveAppPortletType

public static AppPortletType retrieveAppPortletType(OID oid)

retrieveAppPortletType

public static AppPortletType retrieveAppPortletType(DataObject dataObject)

retrieveAppPortletTypeForAppPortlet

public static AppPortletType retrieveAppPortletTypeForAppPortlet(String portletObjectType)

createAppPortletType

public static AppPortletType createAppPortletType(String title,
                                                  String profile,
                                                  String portletObjectType)

setPortalApplication

public void setPortalApplication(boolean isPortalApplication)

isPortalApplication

public boolean isPortalApplication()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC