Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.application.type.ApplicationType

Packages that use ApplicationType
com.liferay.portal.kernel.application.type   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of ApplicationType in com.liferay.portal.kernel.application.type
 

Methods in com.liferay.portal.kernel.application.type that return ApplicationType
static ApplicationType ApplicationType.parse(String value)
           
static ApplicationType ApplicationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ApplicationType[] ApplicationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ApplicationType in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type ApplicationType
 Set<ApplicationType> PortletWrapper.getApplicationTypes()
          Returns the application types of the portlet.
 Set<ApplicationType> Portlet.getApplicationTypes()
          Returns the application types of the portlet.
 

Methods in com.liferay.portal.model with parameters of type ApplicationType
 void PortletWrapper.addApplicationType(ApplicationType applicationType)
          Adds an application type.
 void Portlet.addApplicationType(ApplicationType applicationType)
          Adds an application type.
 

Method parameters in com.liferay.portal.model with type arguments of type ApplicationType
 void PortletWrapper.setApplicationTypes(Set<ApplicationType> applicationTypes)
          Sets the application types of the portlet.
 void Portlet.setApplicationTypes(Set<ApplicationType> applicationTypes)
          Sets the application types of the portlet.
 


Liferay 7.0-ce-b4