com.liferay.portal.uuid
Class PortalUUIDImpl
java.lang.Object
com.liferay.portal.uuid.PortalUUIDImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.uuid.PortalUUID
public class PortalUUIDImpl
- extends Object
- implements com.liferay.portal.kernel.uuid.PortalUUID
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalUUIDImpl
public PortalUUIDImpl()
fromJsSafeUuid
public String fromJsSafeUuid(String jsSafeUuid)
- Specified by:
fromJsSafeUuid in interface com.liferay.portal.kernel.uuid.PortalUUID
generate
public String generate()
- Specified by:
generate in interface com.liferay.portal.kernel.uuid.PortalUUID
generate
public String generate(byte[] bytes)
- Specified by:
generate in interface com.liferay.portal.kernel.uuid.PortalUUID
toJsSafeUuid
public String toJsSafeUuid(String uuid)
- Specified by:
toJsSafeUuid in interface com.liferay.portal.kernel.uuid.PortalUUID