Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.license.messaging.LCSPortletState

Packages that use LCSPortletState
com.liferay.portal.kernel.license.messaging   
 

Uses of LCSPortletState in com.liferay.portal.kernel.license.messaging
 

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

Methods in com.liferay.portal.kernel.license.messaging with parameters of type LCSPortletState
 Message LicenseManagerMessageType.createMessage(LCSPortletState lcsPortletState)
           
 


Liferay 7.0-ce-b4