Uses of Class
com.echothree.model.data.core.server.entity.EntityBlobAttribute
Packages that use EntityBlobAttribute
Package
Description
-
Uses of EntityBlobAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityBlobAttributeModifier and TypeMethodDescriptionCoreControl.createEntityBlobAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, ByteArray blobAttribute, MimeType mimeType, BasePK createdBy) CoreControl.getBestEntityBlobAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityBlobAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityBlobAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityBlobAttributeModifier and TypeMethodDescriptionCoreControl.getEntityBlobAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityBlobAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityBlobAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityBlobAttribute(EntityBlobAttribute entityBlobAttribute, BasePK deletedBy) CoreControl.getEntityBlobAttributeTransfer(UserVisit userVisit, EntityBlobAttribute entityBlobAttribute, EntityInstance entityInstance) CoreControl.getEntityBlobAttributeValueForUpdate(EntityBlobAttribute entityBlobAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityBlobAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityBlobAttributes(List<EntityBlobAttribute> entityBlobAttributes, BasePK deletedBy) -
Uses of EntityBlobAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityBlobAttributeModifier and TypeMethodDescriptionEntityBlobAttributeTransferCache.getEntityBlobAttributeTransfer(UserVisit userVisit, EntityBlobAttribute entityBlobAttribute, EntityInstance entityInstance) -
Uses of EntityBlobAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityBlobAttributeModifier and TypeMethodDescriptionEntityBlobAttributeFactory.create(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) EntityBlobAttributeFactory.create(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, ByteArray blobAttribute, MimeType mimeType, Long fromTime, Long thruTime) EntityBlobAttributeFactory.getEntityFromCache(EntityBlobAttributePK pk) EntityBlobAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityBlobAttributePK pk) EntityBlobAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityBlobAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityBlobAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityBlobAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityBlobAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityBlobAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityBlobAttributeModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityBlobAttributePK> pks) EntityBlobAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityBlobAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityBlobAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityBlobAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityBlobAttributeModifier and TypeMethodDescriptionvoidEntityBlobAttributeFactory.remove(EntityBlobAttribute entity) voidEntityBlobAttributeFactory.store(EntityBlobAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityBlobAttributeModifier and TypeMethodDescriptionvoidEntityBlobAttributeFactory.store(Collection<EntityBlobAttribute> entities)