Uses of Enum Class
com.liferay.portal.kernel.application.type.ApplicationType
Packages that use ApplicationType
Package
Description
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 ApplicationTypeModifier and TypeMethodDescriptionstatic ApplicationTypestatic ApplicationTypeReturns the enum constant of this class with the specified name.static ApplicationType[]ApplicationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApplicationType in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return types with arguments of type ApplicationTypeModifier and TypeMethodDescriptionPortlet.getApplicationTypes()Returns the application types of the portlet.PortletWrapper.getApplicationTypes()Returns the application types of the portlet.Methods in com.liferay.portal.kernel.model with parameters of type ApplicationTypeModifier and TypeMethodDescriptionvoidPortlet.addApplicationType(ApplicationType applicationType) Adds an application type.voidPortletWrapper.addApplicationType(ApplicationType applicationType) Adds an application type.Method parameters in com.liferay.portal.kernel.model with type arguments of type ApplicationTypeModifier and TypeMethodDescriptionvoidPortlet.setApplicationTypes(Set<ApplicationType> applicationTypes) Sets the application types of the portlet.voidPortletWrapper.setApplicationTypes(Set<ApplicationType> applicationTypes) Sets the application types of the portlet.