Uses of Class
com.echothree.model.data.core.server.value.EntityTimeAttributeValue
Packages that use EntityTimeAttributeValue
Package
Description
-
Uses of EntityTimeAttributeValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityTimeAttributeValueModifier and TypeMethodDescriptionCoreControl.getEntityTimeAttributeValueForUpdate
(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityTimeAttributeValueForUpdate
(EntityTimeAttribute entityTimeAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityTimeAttributeValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityTimeAttributeFromValue
(EntityTimeAttributeValue entityTimeAttributeValue, BasePK updatedBy) -
Uses of EntityTimeAttributeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityTimeAttributeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityTimeAttributeValueModifier and TypeMethodDescriptionvoid
EntityTimeAttribute.setEntityTimeAttributeValue
(EntityTimeAttributeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityTimeAttributeValueModifierConstructorDescriptionEntityTimeAttribute
(EntityTimeAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityTimeAttribute -
Uses of EntityTimeAttributeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityTimeAttributeValueModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getValueFromPK
(Session session, EntityTimeAttributePK pk) EntityTimeAttributeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityTimeAttributeValueModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityTimeAttributePK> pks) EntityTimeAttributeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityTimeAttributeValueModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getEntityFromValue
(EntityPermission entityPermission, EntityTimeAttributeValue value) EntityTimeAttributeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityTimeAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityTimeAttributeValueModifier and TypeMethodDescriptionvoid
EntityTimeAttributeFactory.create
(Session session, Collection<EntityTimeAttributeValue> _values) void
EntityTimeAttributeFactory.create
(Collection<EntityTimeAttributeValue> _values) -
Uses of EntityTimeAttributeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityTimeAttributeValue