Interface UserServiceInitializeContext<S extends EntitySelection>
- All Superinterfaces:
- UIResourceLocator,- UserServiceInvocationContext<S>,- UserServiceRequest,- UserServiceResourceLocator
 
 - public interface UserServiceInitializeContext<S extends EntitySelection> extends UserServiceInvocationContext<S>, UserServiceRequest, UserServiceResourceLocator This interface provides information and utility methods useful when initializing a user service.- Since:
- 5.8.1
- See Also:
- UserServiceExtended.initialize(UserServiceInitializeContext)
 
-   Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddError (String aMessage)Adds the specified error message.voidaddInfo (String aMessage)Adds the specified information message.voidaddMessage (UserMessage aMessage)Adds a message that will be displayed in the standard message pane of the user interface using same severity asaMessage.getSeverity().voidaddWarning (String aMessage)Adds the specified warning message.UserServiceTransactioncreateTransaction()Creates an instance of UserServiceTransaction object that allows to execute multiple custom procedures.-   Methods inherited from interface com.orchestranetworks.ui.UIResourceLocatorcreateWebComponentForRootSession, createWebComponentForSubSession, getURLForAjaxComponent, getURLForAjaxComponent, getURLForPerspectiveSelection, getURLForPerspectiveSelection, getURLForResource, getURLForResource, getURLForResource, getURLForResource, getURLForResource, getURLForRest, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForSelection, getURLForViewSelection
 -   Methods inherited from interface com.orchestranetworks.userservice.UserServiceInvocationContextgetEntitySelection
 -   Methods inherited from interface com.orchestranetworks.userservice.UserServiceRequestcanClose, getCurrentPerspective, getParameter, getParameterValues, getRepository, getServiceDescription, getServiceKey, getServiceLabel, getServiceModuleName, getSession, isInitialDisplay
 -   Methods inherited from interface com.orchestranetworks.userservice.UserServiceResourceLocatorgetURLForAction, getURLForAction, getURLForAjaxRequest, getURLForAjaxRequest, getURLForEndingService, getURLForGetRequest, getURLForGetRequest, getURLForResource, getURLForResource, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection, getURLForServiceSelection
 
-   
 
-   
-   Method Detail- addMessage- 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().- Parameters:
- aMessage- the message.
 
 - addError- void addError(String aMessage) Adds the specified error message.- Parameters:
- aMessage- the message.
- See Also:
- addMessage(UserMessage)
 
 - addWarning- void addWarning(String aMessage) Adds the specified warning message.- Parameters:
- aMessage- the message.
- See Also:
- addMessage(UserMessage)
 
 - addInfo- void addInfo(String aMessage) Adds the specified information message.- Parameters:
- aMessage- the message.
- See Also:
- addMessage(UserMessage)
 
 - createTransaction- UserServiceTransaction createTransaction() Creates an instance of UserServiceTransaction object that allows to execute multiple custom procedures.- Returns:
- the new UserServiceTransactionobject.
 
 
 
-