Uses of Class
com.echothree.model.data.core.server.entity.EntityAttributeBlob
Packages that use EntityAttributeBlob
Package
Description
-
Uses of EntityAttributeBlob in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeBlobModifier and TypeMethodDescriptionCoreControl.createEntityAttributeBlob(EntityAttribute entityAttribute, Boolean checkContentWebAddress, BasePK createdBy) CoreControl.getEntityAttributeBlob(EntityAttribute entityAttribute) CoreControl.getEntityAttributeBlobForUpdate(EntityAttribute entityAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeBlobModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityAttributeBlob(EntityAttributeBlob entityAttributeBlob, BasePK deletedBy) CoreControl.getEntityAttributeBlobValue(EntityAttributeBlob entityAttributeBlob) -
Uses of EntityAttributeBlob in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeBlobModifier and TypeMethodDescriptionEntityAttributeBlobFactory.create(EntityAttributePK entityAttributePK, Boolean checkContentWebAddress, Long fromTime, Long thruTime) EntityAttributeBlobFactory.create(EntityAttribute entityAttribute, Boolean checkContentWebAddress, Long fromTime, Long thruTime) EntityAttributeBlobFactory.getEntityFromCache(EntityAttributeBlobPK pk) EntityAttributeBlobFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeBlobPK pk) EntityAttributeBlobFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeBlobFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeBlobFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeBlobFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityAttributeBlobFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeBlobValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeBlobModifier and TypeMethodDescriptionEntityAttributeBlobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeBlobPK> pks) EntityAttributeBlobFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeBlobFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeBlobFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeBlobFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeBlobModifier and TypeMethodDescriptionvoidEntityAttributeBlobFactory.remove(EntityAttributeBlob entity) voidEntityAttributeBlobFactory.store(EntityAttributeBlob entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeBlobModifier and TypeMethodDescriptionvoidEntityAttributeBlobFactory.store(Collection<EntityAttributeBlob> entities)