public class SatManager extends BaseManager
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.List | getActiveSatAdmins()Returns a list of the activate satellite admins. | 
| static java.util.List | getAllSatAdmins()Returns a list of all the satellite admins. | 
| static SatManager | getInstance() | 
| void | grantSatAdminRoleTo(User assignee,
                   User satAdmin)Grants the sat admin role to the 'assignee' | 
| void | revokeSatAdminRoleFrom(User revokee,
                      User revoker)Revokes the sat admin role from the 'revokee' | 
makeDataResult, makeDataResult, makeDataResult, makeDataResult, makeDataResultNoPagination, makeDataResultNoPagination, processListControl, processPageControlpublic static SatManager getInstance()
public static java.util.List getAllSatAdmins()
public static java.util.List getActiveSatAdmins()
public void grantSatAdminRoleTo(User assignee, User satAdmin)
assignee - The user to whom sat admin role is to be grantedsatAdmin - the satAdmin user who is granting the role