Uses of Class
com.echothree.model.control.core.common.transfer.EntityAttributeGroupTransfer
Packages that use EntityAttributeGroupTransfer
Package
Description
-
Uses of EntityAttributeGroupTransfer in com.echothree.control.user.core.common.result
Methods in com.echothree.control.user.core.common.result that return EntityAttributeGroupTransferModifier and TypeMethodDescriptionEditEntityAttributeGroupResult.getEntityAttributeGroup()
GetEntityAttributeEntityAttributeGroupsResult.getEntityAttributeGroup()
GetEntityAttributeGroupDescriptionsResult.getEntityAttributeGroup()
GetEntityAttributeGroupResult.getEntityAttributeGroup()
Methods in com.echothree.control.user.core.common.result that return types with arguments of type EntityAttributeGroupTransferMethods in com.echothree.control.user.core.common.result with parameters of type EntityAttributeGroupTransferModifier and TypeMethodDescriptionvoid
EditEntityAttributeGroupResult.setEntityAttributeGroup
(EntityAttributeGroupTransfer entityAttributeGroup) void
GetEntityAttributeEntityAttributeGroupsResult.setEntityAttributeGroup
(EntityAttributeGroupTransfer entityAttributeGroup) void
GetEntityAttributeGroupDescriptionsResult.setEntityAttributeGroup
(EntityAttributeGroupTransfer entityAttributeGroup) void
GetEntityAttributeGroupResult.setEntityAttributeGroup
(EntityAttributeGroupTransfer entityAttributeGroup) Method parameters in com.echothree.control.user.core.common.result with type arguments of type EntityAttributeGroupTransferModifier and TypeMethodDescriptionvoid
GetEntityAttributeGroupsResult.setEntityAttributeGroups
(List<EntityAttributeGroupTransfer> entityAttributeGroups) -
Uses of EntityAttributeGroupTransfer in com.echothree.model.control.core.common.transfer
Methods in com.echothree.model.control.core.common.transfer that return EntityAttributeGroupTransferModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroupTransfer.getEntityAttributeGroup()
Returns the entityAttributeGroup.EntityAttributeGroupDescriptionTransfer.getEntityAttributeGroup()
Methods in com.echothree.model.control.core.common.transfer with parameters of type EntityAttributeGroupTransferModifier and TypeMethodDescriptionvoid
EntityAttributeEntityAttributeGroupTransfer.setEntityAttributeGroup
(EntityAttributeGroupTransfer entityAttributeGroup) Sets the entityAttributeGroup.void
EntityAttributeGroupDescriptionTransfer.setEntityAttributeGroup
(EntityAttributeGroupTransfer entityAttributeGroup) Constructors in com.echothree.model.control.core.common.transfer with parameters of type EntityAttributeGroupTransferModifierConstructorDescriptionEntityAttributeEntityAttributeGroupTransfer
(EntityAttributeTransfer entityAttribute, EntityAttributeGroupTransfer entityAttributeGroup, Integer sortOrder) Creates a new instance of EntityAttributeEntityAttributeGroupTransferEntityAttributeGroupDescriptionTransfer
(LanguageTransfer language, EntityAttributeGroupTransfer entityAttributeGroup, String description) Creates a new instance of EntityAttributeGroupDescriptionTransfer -
Uses of EntityAttributeGroupTransfer in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeGroupTransferModifier and TypeMethodDescriptionCoreControl.getEntityAttributeGroupTransfer
(UserVisit userVisit, EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityAttributeGroupTransferModifier and TypeMethodDescriptionCoreControl.getEntityAttributeGroupTransfers
(UserVisit userVisit, EntityInstance entityInstance) CoreControl.getEntityAttributeGroupTransfers
(UserVisit userVisit, Collection<EntityAttributeGroup> entityAttributeGroups, EntityInstance entityInstance) CoreControl.getEntityAttributeGroupTransfersByEntityType
(UserVisit userVisit, EntityType entityType, EntityInstance entityInstance) -
Uses of EntityAttributeGroupTransfer in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer that return EntityAttributeGroupTransferModifier and TypeMethodDescriptionEntityAttributeGroupTransferCache.getEntityAttributeGroupTransfer
(EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance) -
Uses of EntityAttributeGroupTransfer in com.echothree.util.common.transfer
Methods in com.echothree.util.common.transfer that return types with arguments of type EntityAttributeGroupTransferMethod parameters in com.echothree.util.common.transfer with type arguments of type EntityAttributeGroupTransferModifier and TypeMethodDescriptionvoid
BaseTransfer.setEntityAttributeGroups
(MapWrapper<EntityAttributeGroupTransfer> entityAttributeGroups)