Liferay 6.2-ce-ga5

com.liferay.portal.uuid
Class PortalUUIDImpl

java.lang.Object
  extended by com.liferay.portal.uuid.PortalUUIDImpl
All Implemented Interfaces:
PortalUUID

public class PortalUUIDImpl
extends Object
implements PortalUUID


Constructor Summary
PortalUUIDImpl()
           
 
Method Summary
 String fromJsSafeUuid(String jsSafeUuid)
           
 String generate()
           
 String generate(byte[] bytes)
           
 String toJsSafeUuid(String uuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalUUIDImpl

public PortalUUIDImpl()
Method Detail

fromJsSafeUuid

public String fromJsSafeUuid(String jsSafeUuid)
Specified by:
fromJsSafeUuid in interface PortalUUID

generate

public String generate()
Specified by:
generate in interface PortalUUID

generate

public String generate(byte[] bytes)
Specified by:
generate in interface PortalUUID

toJsSafeUuid

public String toJsSafeUuid(String uuid)
Specified by:
toJsSafeUuid in interface PortalUUID

Liferay 6.2-ce-ga5