Uses of Class
com.echothree.model.data.core.server.entity.EntityTimeAttribute
Packages that use EntityTimeAttribute
Package
Description
-
Uses of EntityTimeAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityTimeAttributeModifier and TypeMethodDescriptionCoreControl.createEntityTimeAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Long timeAttribute, BasePK createdBy) CoreControl.createEntityTimeAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Long timeAttribute, BasePK createdBy) CoreControl.getEntityTimeAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityTimeAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityTimeAttributeModifier and TypeMethodDescriptionCoreControl.getEntityTimeAttributeHistory(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityTimeAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityTimeAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityTimeAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityTimeAttribute(EntityTimeAttribute entityTimeAttribute, BasePK deletedBy) CoreControl.getEntityTimeAttributeTransfer(UserVisit userVisit, EntityTimeAttribute entityTimeAttribute, EntityInstance entityInstance) CoreControl.getEntityTimeAttributeValueForUpdate(EntityTimeAttribute entityTimeAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityTimeAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityTimeAttributes(List<EntityTimeAttribute> entityTimeAttributes, BasePK deletedBy) -
Uses of EntityTimeAttribute in com.echothree.model.control.core.server.graphql
Fields in com.echothree.model.control.core.server.graphql declared as EntityTimeAttributeModifier and TypeFieldDescriptionprotected final EntityTimeAttributeBaseEntityTimeAttributeObject.entityTimeAttributeConstructors in com.echothree.model.control.core.server.graphql with parameters of type EntityTimeAttributeModifierConstructorDescriptionBaseEntityTimeAttributeObject(EntityTimeAttribute entityTimeAttribute) EntityTimeAttributeHistoryObject(EntityTimeAttribute entityTimeAttribute) EntityTimeAttributeObject(EntityTimeAttribute entityTimeAttribute) -
Uses of EntityTimeAttribute in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return EntityTimeAttributeModifier and TypeMethodDescriptionEntityAttributeLogic.createEntityTimeAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Long timeAttribute, BasePK createdBy) -
Uses of EntityTimeAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityTimeAttributeModifier and TypeMethodDescriptionEntityTimeAttributeTransferCache.getEntityTimeAttributeTransfer(UserVisit userVisit, EntityTimeAttribute entityTimeAttribute, EntityInstance entityInstance) -
Uses of EntityTimeAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityTimeAttributeModifier and TypeMethodDescriptionEntityTimeAttributeFactory.create(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long timeAttribute, Long fromTime, Long thruTime) EntityTimeAttributeFactory.create(EntityAttribute entityAttribute, EntityInstance entityInstance, Long timeAttribute, Long fromTime, Long thruTime) EntityTimeAttributeFactory.getEntityFromCache(EntityTimeAttributePK pk) EntityTimeAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityTimeAttributePK pk) EntityTimeAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityTimeAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityTimeAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityTimeAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityTimeAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityTimeAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityTimeAttributeModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityTimeAttributePK> pks) EntityTimeAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityTimeAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityTimeAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityTimeAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityTimeAttributeModifier and TypeMethodDescriptionvoidEntityTimeAttributeFactory.remove(EntityTimeAttribute entity) voidEntityTimeAttributeFactory.store(EntityTimeAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityTimeAttributeModifier and TypeMethodDescriptionvoidEntityTimeAttributeFactory.store(Collection<EntityTimeAttribute> entities)