Uses of Class
com.echothree.model.data.core.server.entity.EntityAttributeLong
Packages that use EntityAttributeLong
Package
Description
-
Uses of EntityAttributeLong in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeLongModifier and TypeMethodDescriptionCoreControl.createEntityAttributeLong(EntityAttribute entityAttribute, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, BasePK createdBy) CoreControl.getEntityAttributeLong(EntityAttribute entityAttribute) CoreControl.getEntityAttributeLongForUpdate(EntityAttribute entityAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeLongModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityAttributeLong(EntityAttributeLong entityAttributeLong, BasePK deletedBy) CoreControl.getEntityAttributeLongValue(EntityAttributeLong entityAttributeLong) -
Uses of EntityAttributeLong in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeLongModifier and TypeMethodDescriptionEntityAttributeLongFactory.create(EntityAttributePK entityAttributePK, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) EntityAttributeLongFactory.create(EntityAttribute entityAttribute, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) EntityAttributeLongFactory.getEntityFromCache(EntityAttributeLongPK pk) EntityAttributeLongFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeLongPK pk) EntityAttributeLongFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeLongFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeLongFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeLongFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityAttributeLongFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeLongValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeLongModifier and TypeMethodDescriptionEntityAttributeLongFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeLongPK> pks) EntityAttributeLongFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeLongFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeLongFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeLongFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeLongModifier and TypeMethodDescriptionvoidEntityAttributeLongFactory.remove(EntityAttributeLong entity) voidEntityAttributeLongFactory.store(EntityAttributeLong entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeLongModifier and TypeMethodDescriptionvoidEntityAttributeLongFactory.store(Collection<EntityAttributeLong> entities)