Uses of Class
com.echothree.model.data.core.server.value.EntityAliasValue
Packages that use EntityAliasValue
Package
Description
-
Uses of EntityAliasValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAliasValueModifier and TypeMethodDescriptionCoreControl.getEntityAliasValueForUpdate
(EntityAlias entityAlias) CoreControl.getEntityAliasValueForUpdate
(EntityInstance entityInstance, EntityAliasType entityAliasType) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAliasValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityAliasFromValue
(EntityAliasValue entityAliasValue, BasePK updatedBy) -
Uses of EntityAliasValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAliasValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityAliasValueConstructors in com.echothree.model.data.core.server.entity with parameters of type EntityAliasValueModifierConstructorDescriptionEntityAlias
(EntityAliasValue value, EntityPermission entityPermission) Creates a new instance of EntityAlias -
Uses of EntityAliasValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAliasValueModifier and TypeMethodDescriptionEntityAliasFactory.getValueFromPK
(Session session, EntityAliasPK pk) EntityAliasFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAliasValueModifier and TypeMethodDescriptionEntityAliasFactory.getValuesFromPKs
(Session session, Collection<EntityAliasPK> pks) EntityAliasFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAliasValueModifier and TypeMethodDescriptionEntityAliasFactory.getEntityFromValue
(EntityPermission entityPermission, EntityAliasValue value) EntityAliasFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityAliasValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAliasValueModifier and TypeMethodDescriptionvoid
EntityAliasFactory.create
(Session session, Collection<EntityAliasValue> _values) void
EntityAliasFactory.create
(Collection<EntityAliasValue> _values) -
Uses of EntityAliasValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAliasValue