|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.IdentityHelper
public class IdentityHelper
The IdentityHelper provides access to the identity service through its
public 'service' member.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static IdentityService |
service
Supported API: true |
| Method Summary | |
|---|---|
static boolean |
isChangeable(Object obj)
Used in conjunction with system generation's "Changeable ViaOtherMeans" property to restrict changes to the identity of persisted objects. |
static void |
setIdentity(Identified obj,
IdentificationObject identity)
Sets the identity of the Identified object passed as argument to the one held by the IdentificationObject, also passed as argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final IdentityService service
| Method Detail |
|---|
public static void setIdentity(Identified obj,
IdentificationObject identity)
throws WTException
obj - identity -
WTExceptionpublic static final boolean isChangeable(Object obj)
obj -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||