Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.uuid
Interface PortalUUID


public interface PortalUUID


Method Summary
 String fromJsSafeUuid(String jsSafeUuid)
           
 String generate()
           
 String generate(byte[] bytes)
           
 String toJsSafeUuid(String uuid)
           
 

Method Detail

fromJsSafeUuid

String fromJsSafeUuid(String jsSafeUuid)

generate

String generate()

generate

String generate(byte[] bytes)

toJsSafeUuid

String toJsSafeUuid(String uuid)

Liferay 6.1.2-ce-ga3