Modifier and Type | Method and Description |
---|---|
protected ad_groups |
BackendGroupsResource.getAdGroup(Group group) |
ad_groups |
BackendGroupsResource.GroupIdResolver.lookupEntity(Guid nullId) |
ad_groups |
BackendGroupsResource.lookupGroupById(Guid id) |
Modifier and Type | Method and Description |
---|---|
protected List<ad_groups> |
BackendGroupsResource.getGroupsFromDomain() |
Modifier and Type | Method and Description |
---|---|
protected Group |
BackendGroupsResource.mapAdGroup(ad_groups entity) |
Modifier and Type | Method and Description |
---|---|
protected Groups |
BackendGroupsResource.mapDomainGroupsCollection(List<ad_groups> entities) |
Modifier and Type | Method and Description |
---|---|
static Group |
GroupMapper.map(ad_groups entity,
Group template) |
Modifier and Type | Field and Description |
---|---|
protected ad_groups |
PermissionsCommandBase._adGroup |
Modifier and Type | Method and Description |
---|---|
protected ad_groups |
AdGroupsHandlingCommandBase.getAdGroup() |
protected ad_groups |
AdGroupsHandlingOperationBase.getAdGroup() |
static ad_groups |
AdGroupsHandlingCommandBase.initAdGroup(ad_groups adGroup) |
Modifier and Type | Method and Description |
---|---|
protected ArrayList<ad_groups> |
SearchQuery.searchAdGroups() |
Modifier and Type | Method and Description |
---|---|
static void |
AdGroupsHandlingOperationBase.AddAdGroupToDBWithPermissionIfNeeded(ad_groups AdGroup,
String sessionId,
CompensationContext compensationContext) |
static ad_groups |
AdGroupsHandlingCommandBase.initAdGroup(ad_groups adGroup) |
Modifier and Type | Method and Description |
---|---|
void |
DbUserCacheManager.refreshAllUserData(List<ad_groups> updatedGroups) |
Modifier and Type | Method and Description |
---|---|
static ad_groups |
InternalBrokerUtils.getGroupByGroupGuid(Guid groupGuid) |
Modifier and Type | Method and Description |
---|---|
static List<ad_groups> |
InternalBrokerUtils.getAllGroups() |
Modifier and Type | Method and Description |
---|---|
static void |
LdapBrokerUtils.performGroupPopulationForUsers(ArrayList<AdUser> adUsers,
String domain,
List<ad_groups> updatedGroups) |
static void |
LdapBrokerUtils.performGroupPopulationForUsers(List<AdUser> users,
String loginName,
String password,
String domainName,
List<ad_groups> updatedGroups)
This method performs group population for the given list of users.
|
protected void |
LdapBrokerCommandBase.PopulateGroup(LdapQueryData queryData,
String domain,
Map<String,ad_groups> groupsDict,
String loginName,
String password) |
Constructor and Description |
---|
GroupSearchResult(ad_groups groups) |
Modifier and Type | Method and Description |
---|---|
ad_groups |
AdGroupElementParametersBase.getAdGroup() |
ad_groups |
AttachAdGroupTimeLeasedPoolCommandParameters.getAdGroup() |
ad_groups |
PermissionsOperationsParametes.getAdGroup() |
ad_groups |
AddUserParameters.getAdGroup() |
Modifier and Type | Method and Description |
---|---|
void |
PermissionsOperationsParametes.setAdGroup(ad_groups value) |
void |
AddUserParameters.setAdGroup(ad_groups adGroup) |
Constructor and Description |
---|
AdGroupElementParametersBase(ad_groups adGroup) |
AttachAdGroupTimeLeasedPoolCommandParameters(ad_groups group,
time_lease_vm_pool_map map) |
PermissionsOperationsParametes(permissions permission,
ad_groups adGroup) |
SetAdGroupRoleParameters(ad_groups adGroup,
boolean isRestored) |
VmPoolToAdGroupParameters(Guid vmPoolId,
ad_groups group,
boolean isInternal) |
VmToAdGroupParameters(Guid vmId,
ad_groups adGroup) |
Modifier and Type | Method and Description |
---|---|
ad_groups |
tags.getUserGroup() |
Modifier and Type | Method and Description |
---|---|
Map<String,ad_groups> |
AdUser.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
AdUser.setGroups(HashMap<String,ad_groups> value) |
Modifier and Type | Method and Description |
---|---|
ad_groups |
AdGroupDAODbFacadeImpl.get(Guid id) |
ad_groups |
AdGroupDAO.get(Guid id)
Retrieves the instance with the specified id.
|
ad_groups |
AdGroupDAODbFacadeImpl.getByName(String name) |
ad_groups |
AdGroupDAO.getByName(String name)
Retrieves the group with the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<ad_groups> |
AdGroupDAODbFacadeImpl.getAll() |
List<ad_groups> |
AdGroupDAO.getAll()
Retrieves all groups.
|
List<ad_groups> |
AdGroupDAODbFacadeImpl.getAllTimeLeasedForPool(int id) |
List<ad_groups> |
AdGroupDAO.getAllTimeLeasedForPool(int id)
Retrieves all time leased groups for the specified pool.
|
Modifier and Type | Method and Description |
---|---|
void |
AdGroupDAODbFacadeImpl.save(ad_groups group) |
void |
AdGroupDAO.save(ad_groups group)
Saves the supplied group.
|
void |
AdGroupDAODbFacadeImpl.update(ad_groups group) |
void |
AdGroupDAO.update(ad_groups group)
Updates the supplied group.
|
Copyright © 2012. All Rights Reserved.