Uses of Class
com.echothree.model.data.core.server.entity.EntityLongAttribute
Packages that use EntityLongAttribute
Package
Description
-
Uses of EntityLongAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityLongAttributeModifier and TypeMethodDescriptionCoreControl.createEntityLongAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Long longAttribute, BasePK createdBy) CoreControl.createEntityLongAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Long longAttribute, BasePK createdBy) CoreControl.getEntityLongAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityLongAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityLongAttributeModifier and TypeMethodDescriptionCoreControl.getEntityLongAttributeHistory(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityLongAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityLongAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityLongAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityLongAttribute(EntityLongAttribute entityLongAttribute, BasePK deletedBy) CoreControl.getEntityLongAttributeTransfer(UserVisit userVisit, EntityLongAttribute entityLongAttribute, EntityInstance entityInstance) CoreControl.getEntityLongAttributeValueForUpdate(EntityLongAttribute entityLongAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityLongAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityLongAttributes(List<EntityLongAttribute> entityLongAttributes, BasePK deletedBy) -
Uses of EntityLongAttribute in com.echothree.model.control.core.server.graphql
Fields in com.echothree.model.control.core.server.graphql declared as EntityLongAttributeModifier and TypeFieldDescriptionprotected final EntityLongAttributeBaseEntityLongAttributeObject.entityLongAttributeConstructors in com.echothree.model.control.core.server.graphql with parameters of type EntityLongAttributeModifierConstructorDescriptionBaseEntityLongAttributeObject(EntityLongAttribute entityLongAttribute) EntityLongAttributeHistoryObject(EntityLongAttribute entityLongAttribute) EntityLongAttributeObject(EntityLongAttribute entityLongAttribute) -
Uses of EntityLongAttribute in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return EntityLongAttributeModifier and TypeMethodDescriptionEntityAttributeLogic.createEntityLongAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Long longAttribute, BasePK createdBy) -
Uses of EntityLongAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityLongAttributeModifier and TypeMethodDescriptionEntityLongAttributeTransferCache.getEntityLongAttributeTransfer(UserVisit userVisit, EntityLongAttribute entityLongAttribute, EntityInstance entityInstance) -
Uses of EntityLongAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityLongAttributeModifier and TypeMethodDescriptionEntityLongAttributeFactory.create(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long longAttribute, Long fromTime, Long thruTime) EntityLongAttributeFactory.create(EntityAttribute entityAttribute, EntityInstance entityInstance, Long longAttribute, Long fromTime, Long thruTime) EntityLongAttributeFactory.getEntityFromCache(EntityLongAttributePK pk) EntityLongAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityLongAttributePK pk) EntityLongAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityLongAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityLongAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityLongAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityLongAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityLongAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityLongAttributeModifier and TypeMethodDescriptionEntityLongAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityLongAttributePK> pks) EntityLongAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityLongAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityLongAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityLongAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongAttributeModifier and TypeMethodDescriptionvoidEntityLongAttributeFactory.remove(EntityLongAttribute entity) voidEntityLongAttributeFactory.store(EntityLongAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongAttributeModifier and TypeMethodDescriptionvoidEntityLongAttributeFactory.store(Collection<EntityLongAttribute> entities)