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
if the outcome is a redirection to another entity or service.
Since 6.0.8 the case of UserServiceNext.nextClose
is supported.
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, validate
UserServiceEventOutcome 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)
.