wt.org
Interface NewUserProcessingDelegate

All Known Implementing Classes:
DefaultNewUserProcessDelegate

public interface NewUserProcessingDelegate

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

USER

public static final String USER
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getUser

public WTUser getUser()
Gets the value of the attribute: USER.

Supported API: false

Returns:
WTUser

setUser

public void setUser(WTUser a_User)
             throws WTPropertyVetoException
Sets the value of the attribute: USER.

Supported API: false

Parameters:
a_User -
Throws:
WTPropertyVetoException

execute

public void execute()
             throws WTException
Method that performs solution specific processing of the POST_STORE event for which the target of the event is a WTUser.

Supported API: false

Throws:
WTException