Uses of Class
com.echothree.model.data.index.server.entity.IndexField
Packages that use IndexField
Package
Description
-
Uses of IndexField in com.echothree.control.user.index.server.command
Methods in com.echothree.control.user.index.server.command that return IndexFieldModifier and TypeMethodDescriptionEditIndexFieldCommand.getEntity(EditIndexFieldResult result) EditIndexFieldCommand.getLockEntity(IndexField indexField) EditIndexFieldDescriptionCommand.getLockEntity(IndexFieldDescription indexFieldDescription) Methods in com.echothree.control.user.index.server.command with parameters of type IndexFieldModifier and TypeMethodDescriptionvoidEditIndexFieldCommand.canUpdate(IndexField indexField) voidEditIndexFieldCommand.doLock(IndexFieldEdit edit, IndexField indexField) voidEditIndexFieldCommand.doUpdate(IndexField indexField) voidEditIndexFieldCommand.fillInResult(EditIndexFieldResult result, IndexField indexField) EditIndexFieldCommand.getLockEntity(IndexField indexField) -
Uses of IndexField in com.echothree.model.control.index.server.control
Methods in com.echothree.model.control.index.server.control that return IndexFieldModifier and TypeMethodDescriptionIndexControl.createIndexField(IndexType indexType, String indexFieldName, Boolean isDefault, Integer sortOrder, BasePK createdBy) IndexControl.getDefaultIndexField(IndexType indexType) IndexControl.getDefaultIndexFieldForUpdate(IndexType indexType) IndexControl.getIndexFieldByName(IndexType indexType, String indexFieldName) IndexControl.getIndexFieldByNameForUpdate(IndexType indexType, String indexFieldName) Methods in com.echothree.model.control.index.server.control that return types with arguments of type IndexFieldModifier and TypeMethodDescriptionIndexControl.getIndexFields(IndexType indexType) IndexControl.getIndexFieldsForUpdate(IndexType indexType) Methods in com.echothree.model.control.index.server.control with parameters of type IndexFieldModifier and TypeMethodDescriptionIndexControl.createIndexFieldDescription(IndexField indexField, Language language, String description, BasePK createdBy) voidIndexControl.deleteIndexField(IndexField indexField, BasePK deletedBy) voidIndexControl.deleteIndexFieldDescriptionsByIndexField(IndexField indexField, BasePK deletedBy) IndexControl.getBestIndexFieldDescription(IndexField indexField, Language language) IndexControl.getIndexFieldDescription(IndexField indexField, Language language) IndexControl.getIndexFieldDescriptionForUpdate(IndexField indexField, Language language) IndexControl.getIndexFieldDescriptionsByIndexField(IndexField indexField) IndexControl.getIndexFieldDescriptionsByIndexFieldForUpdate(IndexField indexField) IndexControl.getIndexFieldDescriptionTransfersByIndexField(UserVisit userVisit, IndexField indexField) IndexControl.getIndexFieldDescriptionValueForUpdate(IndexField indexField, Language language) IndexControl.getIndexFieldDetailValueForUpdate(IndexField indexField) IndexControl.getIndexFieldTransfer(UserVisit userVisit, IndexField indexField) -
Uses of IndexField in com.echothree.model.control.index.server.transfer
Methods in com.echothree.model.control.index.server.transfer with parameters of type IndexFieldModifier and TypeMethodDescriptionIndexFieldTransferCache.getIndexFieldTransfer(UserVisit userVisit, IndexField indexField) -
Uses of IndexField in com.echothree.model.control.search.server.control
Methods in com.echothree.model.control.search.server.control with parameters of type IndexFieldModifier and TypeMethodDescriptionSearchControl.createCachedSearchIndexField(CachedSearch cachedSearch, IndexField indexField, BasePK createdBy) voidSearchControl.deleteCachedSearchIndexFieldsByIndexField(IndexField indexField, BasePK deletedBy) SearchControl.getCachedSearchIndexField(CachedSearch cachedSearch, IndexField indexField) SearchControl.getCachedSearchIndexFieldsByIndexFieldForUpdate(IndexField indexField) -
Uses of IndexField in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexFieldModifier and TypeMethodDescriptionIndexFieldDescription.getIndexField()IndexFieldDescription.getIndexField(EntityPermission entityPermission) IndexFieldDetail.getIndexField()IndexFieldDetail.getIndexField(EntityPermission entityPermission) IndexFieldDescription.getIndexFieldForUpdate()IndexFieldDetail.getIndexFieldForUpdate()Methods in com.echothree.model.data.index.server.entity with parameters of type IndexFieldModifier and TypeMethodDescriptionvoidIndexFieldDescription.setIndexField(IndexField entity) voidIndexFieldDetail.setIndexField(IndexField entity) -
Uses of IndexField in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexFieldModifier and TypeMethodDescriptionIndexFieldFactory.create()IndexFieldFactory.create(IndexFieldDetailPK activeDetailPK, IndexFieldDetailPK lastDetailPK) IndexFieldFactory.create(IndexFieldDetail activeDetail, IndexFieldDetail lastDetail) IndexFieldFactory.getEntityFromCache(IndexFieldPK pk) IndexFieldFactory.getEntityFromPK(EntityPermission entityPermission, IndexFieldPK pk) IndexFieldFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexFieldFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexFieldFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexFieldFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) IndexFieldFactory.getEntityFromValue(EntityPermission entityPermission, IndexFieldValue value) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexFieldModifier and TypeMethodDescriptionIndexFieldFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IndexFieldPK> pks) IndexFieldFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexFieldFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexFieldFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexFieldFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexFieldModifier and TypeMethodDescriptionIndexFieldDescriptionFactory.create(IndexField indexField, Language language, String description, Long fromTime, Long thruTime) IndexFieldDetailFactory.create(IndexField indexField, IndexType indexType, String indexFieldName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidIndexFieldFactory.remove(IndexField entity) voidIndexFieldFactory.store(IndexField entity) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexField -
Uses of IndexField in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return IndexFieldModifier and TypeMethodDescriptionCachedSearchIndexField.getIndexField()CachedSearchIndexField.getIndexField(EntityPermission entityPermission) CachedSearchIndexField.getIndexFieldForUpdate()Methods in com.echothree.model.data.search.server.entity with parameters of type IndexField -
Uses of IndexField in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory with parameters of type IndexFieldModifier and TypeMethodDescriptionCachedSearchIndexFieldFactory.create(CachedSearch cachedSearch, IndexField indexField, Long fromTime, Long thruTime)