|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.services.entitymanager.IdentifiableUtil
public final class IdentifiableUtil
This is a utility class for the creation of WmIds for WebManager entity instances.
| Method Summary | |
|---|---|
static WmId |
getId(java.lang.Object entity)
Creates a WmId instance for a given entity. |
static WmId |
getIdFromString(java.lang.String strId)
Create a WmId instance from the given ID string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WmId getId(java.lang.Object entity)
WmId instance for a given entity.
entity - the entity to create a WmId for
WmId for the given entity
DomainError - if a WmId cannot be obtained (for instance, when an unknown entity type is
given)public static WmId getIdFromString(java.lang.String strId)
WmId instance from the given ID string.
strId - The identitier string, typically originally generated from WmId.toString().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||