Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.uuid.PortalUUID

Packages that use PortalUUID
com.liferay.portal.kernel.messaging.sender   
com.liferay.portal.kernel.uuid   
com.liferay.portal.uuid   
 

Uses of PortalUUID in com.liferay.portal.kernel.messaging.sender
 

Methods in com.liferay.portal.kernel.messaging.sender with parameters of type PortalUUID
 void DefaultSynchronousMessageSender.setPortalUUID(PortalUUID portalUUID)
           
 

Constructors in com.liferay.portal.kernel.messaging.sender with parameters of type PortalUUID
DefaultSynchronousMessageSender(MessageBus messageBus, PortalUUID portalUUID, long timeout)
          Deprecated. As of 6.1.0
 

Uses of PortalUUID in com.liferay.portal.kernel.uuid
 

Methods in com.liferay.portal.kernel.uuid that return PortalUUID
static PortalUUID PortalUUIDUtil.getPortalUUID()
           
 

Methods in com.liferay.portal.kernel.uuid with parameters of type PortalUUID
 void PortalUUIDUtil.setPortalUUID(PortalUUID portalUUID)
           
 

Uses of PortalUUID in com.liferay.portal.uuid
 

Classes in com.liferay.portal.uuid that implement PortalUUID
 class PortalUUIDImpl
           
 


Liferay 6.2-ce-ga5