|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to provide a hook into the POST_STORE event processing
of WTUsers. Solution specific handling of this event is obtained by
implementing the NewUserProcessingDelegate interface and plugging it
in via the service.properties file.
Supported API: false
Extendable: false
Field Summary | |
static String |
USER
Label for the attribute. |
Method Summary | |
void |
execute()
Method that performs solution specific processing of the POST_STORE event for which the target of the event is a WTUser. |
WTUser |
getUser()
Gets the value of the attribute: USER. |
void |
setUser(WTUser a_User)
Sets the value of the attribute: USER. |
Field Detail |
public static final String USER
Method Detail |
public WTUser getUser()
public void setUser(WTUser a_User) throws WTPropertyVetoException
a_User
-
WTPropertyVetoException
public void execute() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |