Operation |
Details |
private static activate( UserGroup userGroup, String userHandle):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Activates the user group in the coreservice. | |
private static addSelectors( Selectors selectors, UserGroup userGroup, String userHandle):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Adds selectors to a given user group. | |
private static create( UserGroup userGroup, String userHandle):UserGroup |
Sequential Tags: | throws=RuntimeException
| Notes: | Creates the given user group in the coreservice. @return The created User Group. | |
private static deactivate( UserGroup userGroup, String userHandle):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Deactivates the user group in the coreservice. | |
private static delete( UserGroup userGroup, String userHandle):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Deletes the given user group in the coreservice. | |
private static removeSelectors( Selectors selectors, UserGroup userGroup, String userHandle):void |
Sequential Tags: | throws=RuntimeException
| Notes: | Removes selectors from a given user group. | |
private static retrieve( String id, String userHandle):UserGroup |
Sequential Tags: | throws=RuntimeException
| Notes: | Retrieves a user group from the coreservice. @return The User Group object that was retrieved. | |
private static update( UserGroup userGroup, String userHandle):UserGroup |
Sequential Tags: | throws=RuntimeException
| Notes: | Updates the given User group in the coreservice. @return The updated user group VO. | |