public interface UserServiceExtended<S extends EntitySelection> extends UserService<S>
Restrictions
 Currently user services without display of nature Association or
 AssociationRecord
 are not supported and should not implement this interface.
 
Services without display are also not supported if called from a perspective action or as a Web component.
UserService| Modifier and Type | Method and Description | 
|---|---|
| UserServiceEventOutcome | initialize(UserServiceInitializeContext<S> aContext)This method is called on the user service creation before display. | 
processEventOutcome, setupDisplay, setupObjectContext, validateUserServiceEventOutcome initialize(UserServiceInitializeContext<S> aContext)
aContext - provides information about the current context.null or invalid value, the user service is
         displayed normally.
         if not null, the value is processed by the
         method
         UserService.processEventOutcome(UserServiceProcessEventOutcomeContext, UserServiceEventOutcome).