public interface UserServiceInitializeContext<S extends EntitySelection> extends UserServiceInvocationContext<S>, UserServiceRequest, UserServiceResourceLocator
UserServiceExtended.initialize(UserServiceInitializeContext)| Modifier and Type | Method and Description | 
|---|---|
| void | addError(String aMessage)Adds the specified error message. | 
| void | addInfo(String aMessage)Adds the specified information message. | 
| void | addMessage(UserMessage aMessage)Adds a message that will be displayed in the standard message pane of the user
 interface using same severity as  aMessage.getSeverity(). | 
| void | addWarning(String aMessage)Adds the specified warning message. | 
| UserServiceTransaction | createTransaction()Creates an instance of UserServiceTransaction object that allows to execute
 multiple custom procedures. | 
getEntitySelectioncanClose, getCurrentPerspective, getParameter, getParameterValues, getRepository, getServiceDescription, getServiceKey, getServiceLabel, getServiceModuleName, getSession, isInitialDisplaygetURLForAction, getURLForAction, getURLForAjaxRequest, getURLForAjaxRequest, getURLForEndingService, getURLForGetRequest, getURLForGetRequest, getURLForResource, getURLForResource, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelectioncreateWebComponentForRootSession, createWebComponentForSubSession, getURLForAjaxComponent, getURLForAjaxComponent, getURLForPerspectiveSelection, getURLForPerspectiveSelection, getURLForResource, getURLForResource, getURLForResource, getURLForResource, getURLForResource, getURLForRest, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForViewSelectionvoid addMessage(UserMessage aMessage)
aMessage.getSeverity().aMessage - the message.void addError(String aMessage)
aMessage - the message.addMessage(UserMessage)void addWarning(String aMessage)
aMessage - the message.addMessage(UserMessage)void addInfo(String aMessage)
aMessage - the message.addMessage(UserMessage)UserServiceTransaction createTransaction()
UserServiceTransaction object.