Uses of Class
com.echothree.model.data.core.server.entity.EntityStringAttribute
Packages that use EntityStringAttribute
Package
Description
-
Uses of EntityStringAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityStringAttributeModifier and TypeMethodDescriptionCoreControl.createEntityStringAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) CoreControl.createEntityStringAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) CoreControl.getBestEntityStringAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityStringAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityStringAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityStringAttributeModifier and TypeMethodDescriptionCoreControl.getEntityStringAttributeHistory(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityStringAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityStringAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityStringAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityStringAttribute(EntityStringAttribute entityStringAttribute, BasePK deletedBy) CoreControl.getEntityStringAttributeTransfer(UserVisit userVisit, EntityStringAttribute entityStringAttribute, EntityInstance entityInstance) CoreControl.getEntityStringAttributeValueForUpdate(EntityStringAttribute entityStringAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityStringAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityStringAttributes(List<EntityStringAttribute> entityStringAttributes, BasePK deletedBy) -
Uses of EntityStringAttribute in com.echothree.model.control.core.server.graphql
Fields in com.echothree.model.control.core.server.graphql declared as EntityStringAttributeModifier and TypeFieldDescriptionprotected final EntityStringAttributeBaseEntityStringAttributeObject.entityStringAttributeConstructors in com.echothree.model.control.core.server.graphql with parameters of type EntityStringAttributeModifierConstructorDescriptionprotectedBaseEntityStringAttributeObject(EntityStringAttribute entityStringAttribute) EntityStringAttributeHistoryObject(EntityStringAttribute entityStringAttribute) EntityStringAttributeObject(EntityStringAttribute entityStringAttribute) -
Uses of EntityStringAttribute in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return EntityStringAttributeModifier and TypeMethodDescriptionEntityAttributeLogic.createEntityStringAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) -
Uses of EntityStringAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityStringAttributeModifier and TypeMethodDescriptionEntityStringAttributeTransferCache.getEntityStringAttributeTransfer(UserVisit userVisit, EntityStringAttribute entityStringAttribute, EntityInstance entityInstance) -
Uses of EntityStringAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityStringAttributeModifier and TypeMethodDescriptionEntityStringAttributeFactory.create(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) EntityStringAttributeFactory.create(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, Long fromTime, Long thruTime) EntityStringAttributeFactory.create(Session session, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) EntityStringAttributeFactory.create(Session session, EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, Long fromTime, Long thruTime) EntityStringAttributeFactory.getEntityFromCache(Session session, EntityStringAttributePK pk) EntityStringAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityStringAttributePK pk) EntityStringAttributeFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityStringAttributePK pk) EntityStringAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) EntityStringAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityStringAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityStringAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityStringAttributeFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityStringAttributeFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityStringAttributeFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityStringAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityStringAttributeFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) EntityStringAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityStringAttributeValue value) EntityStringAttributeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityStringAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityStringAttributeModifier and TypeMethodDescriptionEntityStringAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityStringAttributePK> pks) EntityStringAttributeFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityStringAttributePK> pks) EntityStringAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) EntityStringAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityStringAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityStringAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityStringAttributeFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityStringAttributeFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityStringAttributeFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityStringAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityStringAttributeFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityStringAttributeModifier and TypeMethodDescriptionvoidEntityStringAttributeFactory.remove(Session session, EntityStringAttribute entity) voidEntityStringAttributeFactory.store(Session session, EntityStringAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityStringAttributeModifier and TypeMethodDescriptionvoidEntityStringAttributeFactory.store(Session session, Collection<EntityStringAttribute> entities) voidEntityStringAttributeFactory.store(Collection<EntityStringAttribute> entities)