Uses of Class
com.echothree.model.data.core.server.entity.EntityAttributeInteger
Packages that use EntityAttributeInteger
Package
Description
-
Uses of EntityAttributeInteger in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeIntegerModifier and TypeMethodDescriptionCoreControl.createEntityAttributeInteger(EntityAttribute entityAttribute, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, BasePK createdBy) CoreControl.getEntityAttributeInteger(EntityAttribute entityAttribute) CoreControl.getEntityAttributeIntegerForUpdate(EntityAttribute entityAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeIntegerModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityAttributeInteger(EntityAttributeInteger entityAttributeInteger, BasePK deletedBy) CoreControl.getEntityAttributeIntegerValue(EntityAttributeInteger entityAttributeInteger) -
Uses of EntityAttributeInteger in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeIntegerModifier and TypeMethodDescriptionEntityAttributeIntegerFactory.create(EntityAttributePK entityAttributePK, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, Long fromTime, Long thruTime) EntityAttributeIntegerFactory.create(EntityAttribute entityAttribute, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, Long fromTime, Long thruTime) EntityAttributeIntegerFactory.getEntityFromCache(EntityAttributeIntegerPK pk) EntityAttributeIntegerFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeIntegerPK pk) EntityAttributeIntegerFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeIntegerFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeIntegerFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeIntegerFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityAttributeIntegerFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeIntegerValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeIntegerModifier and TypeMethodDescriptionEntityAttributeIntegerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeIntegerPK> pks) EntityAttributeIntegerFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeIntegerFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeIntegerFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeIntegerFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeIntegerModifier and TypeMethodDescriptionvoidEntityAttributeIntegerFactory.remove(EntityAttributeInteger entity) voidEntityAttributeIntegerFactory.store(EntityAttributeInteger entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeIntegerModifier and TypeMethodDescriptionvoidEntityAttributeIntegerFactory.store(Collection<EntityAttributeInteger> entities)