Class | com.enterworks.client.facade.administration.AdministrationFacade |
---|---|
Parameters | SessionProfile profile — the session profile object for the current logged-in Session GroupVO group — the group object that holds the user information required by the API to create the group, along with any group members which are GroupUserVOs containing UserVOs. |
Description | This method will use the GroupVO value object passed to it to add a new group to the system. Note that the method also returns a reference to a new GroupVO object that contains any additional data that may have been added to the object within the façade or in the EPX EJB responsible for managing groups. This new object reference should be used if any additional manipulation of the object is to be done. The name of the group is required and is the key when adding a group. The group name should not contain any spaces and should include only alpha-numeric characters. |