Uses of Class
com.echothree.model.data.core.server.entity.EntityIntegerRange
Packages that use EntityIntegerRange
Package
Description
-
Uses of EntityIntegerRange in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return EntityIntegerRangeModifier and TypeMethodDescriptionEditEntityIntegerRangeCommand.getEntity(EditEntityIntegerRangeResult result) protected EntityIntegerRangeGetEntityIntegerRangeCommand.getEntity()EditEntityIntegerRangeCommand.getLockEntity(EntityIntegerRange entityIntegerRange) EditEntityIntegerRangeDescriptionCommand.getLockEntity(EntityIntegerRangeDescription entityIntegerRangeDescription) Methods in com.echothree.control.user.core.server.command that return types with arguments of type EntityIntegerRangeModifier and TypeMethodDescriptionprotected Collection<EntityIntegerRange> GetEntityIntegerRangesCommand.getEntities()Methods in com.echothree.control.user.core.server.command with parameters of type EntityIntegerRangeModifier and TypeMethodDescriptionvoidEditEntityIntegerRangeCommand.canUpdate(EntityIntegerRange entityIntegerRange) voidEditEntityIntegerRangeCommand.doLock(EntityIntegerRangeEdit edit, EntityIntegerRange entityIntegerRange) voidEditEntityIntegerRangeCommand.doUpdate(EntityIntegerRange entityIntegerRange) voidEditEntityIntegerRangeCommand.fillInResult(EditEntityIntegerRangeResult result, EntityIntegerRange entityIntegerRange) EditEntityIntegerRangeCommand.getLockEntity(EntityIntegerRange entityIntegerRange) protected BaseResultGetEntityIntegerRangeCommand.getResult(EntityIntegerRange entityIntegerRange) Method parameters in com.echothree.control.user.core.server.command with type arguments of type EntityIntegerRangeModifier and TypeMethodDescriptionprotected BaseResultGetEntityIntegerRangesCommand.getResult(Collection<EntityIntegerRange> entities) -
Uses of EntityIntegerRange in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityIntegerRangeModifier and TypeMethodDescriptionCoreControl.createEntityIntegerRange(EntityAttribute entityAttribute, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.getDefaultEntityIntegerRange(EntityAttribute entityAttribute) CoreControl.getDefaultEntityIntegerRangeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityIntegerRangeByEntityInstance(EntityInstance entityInstance) Assume that the entityInstance passed to this function is a ECHO_THREE.EntityIntegerRangeCoreControl.getEntityIntegerRangeByName(EntityAttribute entityAttribute, String entityIntegerRangeName) CoreControl.getEntityIntegerRangeByNameForUpdate(EntityAttribute entityAttribute, String entityIntegerRangeName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityIntegerRangeModifier and TypeMethodDescriptionCoreControl.getEntityIntegerRanges(EntityAttribute entityAttribute) CoreControl.getEntityIntegerRangesForUpdate(EntityAttribute entityAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityIntegerRangeModifier and TypeMethodDescriptionCoreControl.createEntityIntegerRangeDescription(EntityIntegerRange entityIntegerRange, Language language, String description, BasePK createdBy) voidCoreControl.deleteEntityIntegerRange(EntityIntegerRange entityIntegerRange, BasePK deletedBy) voidCoreControl.deleteEntityIntegerRangeDescriptionsByEntityIntegerRange(EntityIntegerRange entityIntegerRange, BasePK deletedBy) CoreControl.getBestEntityIntegerRangeDescription(EntityIntegerRange entityIntegerRange, Language language) CoreControl.getEntityIntegerRangeDescription(EntityIntegerRange entityIntegerRange, Language language) CoreControl.getEntityIntegerRangeDescriptionForUpdate(EntityIntegerRange entityIntegerRange, Language language) CoreControl.getEntityIntegerRangeDescriptionsByEntityIntegerRange(EntityIntegerRange entityIntegerRange) CoreControl.getEntityIntegerRangeDescriptionsByEntityIntegerRangeForUpdate(EntityIntegerRange entityIntegerRange) CoreControl.getEntityIntegerRangeDescriptionTransfersByEntityIntegerRange(UserVisit userVisit, EntityIntegerRange entityIntegerRange, EntityInstance entityInstance) CoreControl.getEntityIntegerRangeDescriptionValueForUpdate(EntityIntegerRange entityIntegerRange, Language language) CoreControl.getEntityIntegerRangeDetailValueForUpdate(EntityIntegerRange entityIntegerRange) CoreControl.getEntityIntegerRangeTransfer(UserVisit userVisit, EntityIntegerRange entityIntegerRange, EntityInstance entityInstance) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityIntegerRangeModifier and TypeMethodDescriptionCoreControl.getEntityIntegerRangeTransfers(UserVisit userVisit, Collection<EntityIntegerRange> entityIntegerRanges, EntityInstance entityInstance) -
Uses of EntityIntegerRange in com.echothree.model.control.core.server.graphql
Constructors in com.echothree.model.control.core.server.graphql with parameters of type EntityIntegerRange -
Uses of EntityIntegerRange in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityIntegerRangeModifier and TypeMethodDescriptionEntityIntegerRangeTransferCache.getEntityIntegerRangeTransfer(UserVisit userVisit, EntityIntegerRange entityIntegerRange, EntityInstance entityInstance) -
Uses of EntityIntegerRange in com.echothree.model.control.search.server.graphql
Methods in com.echothree.model.control.search.server.graphql that return EntityIntegerRangeConstructors in com.echothree.model.control.search.server.graphql with parameters of type EntityIntegerRangeModifierConstructorDescriptionUserVisitSearchFacetIntegerObject(EntityIntegerRange entityIntegerRange, Long count) Creates a new instance of UserVisitSearchFacetIntegerObject -
Uses of EntityIntegerRange in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityIntegerRangeModifier and TypeMethodDescriptionEntityIntegerRangeDescription.getEntityIntegerRange()EntityIntegerRangeDescription.getEntityIntegerRange(EntityPermission entityPermission) EntityIntegerRangeDetail.getEntityIntegerRange()EntityIntegerRangeDetail.getEntityIntegerRange(EntityPermission entityPermission) EntityIntegerRangeDescription.getEntityIntegerRangeForUpdate()EntityIntegerRangeDetail.getEntityIntegerRangeForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type EntityIntegerRangeModifier and TypeMethodDescriptionvoidEntityIntegerRangeDescription.setEntityIntegerRange(EntityIntegerRange entity) voidEntityIntegerRangeDetail.setEntityIntegerRange(EntityIntegerRange entity) -
Uses of EntityIntegerRange in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityIntegerRangeModifier and TypeMethodDescriptionEntityIntegerRangeFactory.create()EntityIntegerRangeFactory.create(EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) EntityIntegerRangeFactory.create(EntityIntegerRangeDetail activeDetail, EntityIntegerRangeDetail lastDetail) EntityIntegerRangeFactory.getEntityFromCache(EntityIntegerRangePK pk) EntityIntegerRangeFactory.getEntityFromPK(EntityPermission entityPermission, EntityIntegerRangePK pk) EntityIntegerRangeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityIntegerRangeFactory.getEntityFromValue(EntityPermission entityPermission, EntityIntegerRangeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityIntegerRangeModifier and TypeMethodDescriptionEntityIntegerRangeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityIntegerRangePK> pks) EntityIntegerRangeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityIntegerRangeModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionFactory.create(EntityIntegerRange entityIntegerRange, Language language, String description, Long fromTime, Long thruTime) EntityIntegerRangeDetailFactory.create(EntityIntegerRange entityIntegerRange, EntityAttribute entityAttribute, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidEntityIntegerRangeFactory.remove(EntityIntegerRange entity) voidEntityIntegerRangeFactory.store(EntityIntegerRange entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityIntegerRangeModifier and TypeMethodDescriptionvoidEntityIntegerRangeFactory.store(Collection<EntityIntegerRange> entities)