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
(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.getEntityLongAttributesByEntityAttributeForUpdate
(EntityAttribute entityAttribute) CoreControl.getEntityLongAttributesByEntityInstanceForUpdate
(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityLongAttributeModifier and TypeMethodDescriptionvoid
CoreControl.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 TypeMethodDescriptionvoid
CoreControl.deleteEntityLongAttributes
(List<EntityLongAttribute> entityLongAttributes, BasePK deletedBy) -
Uses of EntityLongAttribute in com.echothree.model.control.core.server.graphql
Constructors in com.echothree.model.control.core.server.graphql with parameters of type 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
(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.create
(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long longAttribute, Long fromTime, Long thruTime) EntityLongAttributeFactory.create
(Session session, EntityAttribute entityAttribute, EntityInstance entityInstance, Long longAttribute, Long fromTime, Long thruTime) EntityLongAttributeFactory.getEntityFromCache
(Session session, EntityLongAttributePK pk) EntityLongAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityLongAttributePK pk) EntityLongAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityLongAttributePK pk) EntityLongAttributeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityLongAttributeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityLongAttributeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityLongAttributeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) EntityLongAttributeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) EntityLongAttributeFactory.getEntityFromValue
(EntityPermission entityPermission, EntityLongAttributeValue value) EntityLongAttributeFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityLongAttributePK> pks) EntityLongAttributeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityLongAttributeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityLongAttributeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityLongAttributeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) EntityLongAttributeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongAttributeModifier and TypeMethodDescriptionvoid
EntityLongAttributeFactory.remove
(Session session, EntityLongAttribute entity) void
EntityLongAttributeFactory.store
(Session session, EntityLongAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongAttributeModifier and TypeMethodDescriptionvoid
EntityLongAttributeFactory.store
(Session session, Collection<EntityLongAttribute> entities) void
EntityLongAttributeFactory.store
(Collection<EntityLongAttribute> entities)