Modifier and Type | Method and Description |
---|---|
protected tags |
BackendTagsResource.getRootTag() |
tags |
BackendTagsResource.TagNameResolver.lookupEntity(Guid id) |
tags |
AbstractBackendAssignedTagsResource.TagIdResolver.lookupEntity(Guid nullId) |
tags |
AbstractBackendAssignedTagsResource.lookupTagById(Guid id) |
protected tags |
BackendTagsResource.lookupTagByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<tags> |
BackendVmTagsResource.getCollection() |
List<tags> |
BackendUserTagsResource.getCollection() |
List<tags> |
BackendHostTagsResource.getCollection() |
protected abstract List<tags> |
AbstractBackendAssignedTagsResource.getCollection() |
List<tags> |
BackendGroupTagsResource.getCollection() |
protected List<tags> |
BackendTagsResource.getTags() |
Modifier and Type | Method and Description |
---|---|
VdcActionParametersBase |
BackendTagResource.UpdateParametersProvider.getParameters(Tag incoming,
tags entity) |
Modifier and Type | Method and Description |
---|---|
protected Tags |
BackendTagsResource.mapCollection(List<tags> entities) |
Modifier and Type | Method and Description |
---|---|
static tags |
TagMapper.map(Tag model,
tags template) |
Modifier and Type | Method and Description |
---|---|
static Tag |
TagMapper.map(tags entity,
Tag template) |
static tags |
TagMapper.map(Tag model,
tags template) |
Modifier and Type | Field and Description |
---|---|
protected tags |
AdGroupsHandlingCommandBase._tag |
Modifier and Type | Method and Description |
---|---|
tags |
TagsDirector.GetRootTag()
Returns the root tag in the system.
|
protected tags |
TagsCommandBase.getTag() |
protected tags |
TagsCommandOperationBase.getTag() |
tags |
TagsDirector.GetTagById(Guid tagId)
Get tag from in memory data structure (by ID).
|
tags |
TagsDirector.GetTagByName(String tagName)
Get tag from in memory data structure (by name).
|
tags |
Backend.GetTagByTagName(String tagName) |
tags |
TagsHandler.GetTagByTagName(String tagName) |
Modifier and Type | Method and Description |
---|---|
ArrayList<tags> |
TagsDirector.GetAllTags()
Gets a list of all the tags in the system.
|
protected List<tags> |
CommandBase.GetTagsAttachedToObject() |
protected List<tags> |
VmPoolCommandBase.GetTagsAttachedToObject() |
protected List<tags> |
VmCommand.GetTagsAttachedToObject() |
Modifier and Type | Method and Description |
---|---|
void |
TagsDirector.AddTag(tags tag) |
void |
TagsDirector.UpdateTag(tags tag)
Update tag.
|
protected void |
TagsDirector.updateTagInBackend(tags tag) |
Modifier and Type | Method and Description |
---|---|
tags |
TagsOperationParameters.getTag() |
Constructor and Description |
---|
TagsOperationParameters(tags tag) |
Modifier and Type | Method and Description |
---|---|
List<tags> |
tags.getChildren() |
ArrayList<tags> |
permissions.getTags() |
Modifier and Type | Method and Description |
---|---|
void |
tags.UpdateTag(tags from) |
Modifier and Type | Method and Description |
---|---|
void |
tags.setChildren(List<tags> children) |
void |
permissions.setTags(ArrayList<tags> value) |
Modifier and Type | Method and Description |
---|---|
tags |
ITagsHandler.GetTagByTagName(String tagName) |
Modifier and Type | Method and Description |
---|---|
tags |
TagDAODbFacadeImpl.get(Guid id) |
tags |
TagDAO.get(Guid id)
Retrieves the tag with the specified id.
|
tags |
TagDAODbFacadeImpl.getByName(String name) |
tags |
TagDAO.getByName(String name)
Retrieves the tag with the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<tags> |
TagDAODbFacadeImpl.getAll() |
List<tags> |
TagDAO.getAll()
Retrieves all tags.
|
List<tags> |
TagDAODbFacadeImpl.getAllForParent(Guid id) |
List<tags> |
TagDAO.getAllForParent(Guid id)
Retrieves all tags with the given parent id.
|
List<tags> |
TagDAODbFacadeImpl.getAllForUserGroups(String ids) |
List<tags> |
TagDAO.getAllForUserGroups(String ids)
Retrieves the list of tags for the given user group ids.
|
List<tags> |
TagDAODbFacadeImpl.getAllForUsers(String ids) |
List<tags> |
TagDAO.getAllForUsers(String ids)
Retrieves the list of tags for a given user ids.
|
List<tags> |
TagDAODbFacadeImpl.getAllForUsersWithIds(String ids) |
List<tags> |
TagDAO.getAllForUsersWithIds(String ids)
Retrieves the list of user tags for a given tag id.
|
List<tags> |
TagDAODbFacadeImpl.getAllForVds(String ids) |
List<tags> |
TagDAO.getAllForVds(String ids)
Retrieves the list of tags for the given VDS ids.
|
List<tags> |
TagDAODbFacadeImpl.getAllForVdsWithIds(String ids) |
List<tags> |
TagDAO.getAllForVdsWithIds(String ids)
Retrieves the list of VDS tags with the given tag ids.
|
List<tags> |
TagDAODbFacadeImpl.getAllForVm(String ids) |
List<tags> |
TagDAO.getAllForVm(String ids)
Retrieves the list of tags for the given VM ids.
|
List<tags> |
TagDAODbFacadeImpl.getAllForVmPools(String ids) |
List<tags> |
TagDAO.getAllForVmPools(String ids)
Retrieves the list of tags for the given VM pool ids.
|
List<tags> |
TagDAODbFacadeImpl.getAllUserGroupTagsWithIds(String ids) |
List<tags> |
TagDAO.getAllUserGroupTagsWithIds(String ids)
Retrieves the list of user group tags by the given ids.
|
List<tags> |
TagDAODbFacadeImpl.getAllVmTagsWithIds(String ids) |
List<tags> |
TagDAO.getAllVmTagsWithIds(String ids)
Retrieves the list of VM tags for the given tag ids.
|
Modifier and Type | Method and Description |
---|---|
void |
TagDAODbFacadeImpl.save(tags tag) |
void |
TagDAO.save(tags tag)
Saves the supplied tag.
|
void |
TagDAODbFacadeImpl.update(tags tag) |
void |
TagDAO.update(tags tag)
Updates the supplied tag.
|
Copyright © 2012. All Rights Reserved.