Uses of Class
com.echothree.model.data.index.server.entity.IndexFieldDetail
Packages that use IndexFieldDetail
Package
Description
-
Uses of IndexFieldDetail in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexFieldDetailModifier and TypeMethodDescriptionIndexField.getActiveDetail()IndexField.getActiveDetail(EntityPermission entityPermission) IndexField.getActiveDetailForUpdate()IndexField.getLastDetail()IndexField.getLastDetail(EntityPermission entityPermission) IndexField.getLastDetailForUpdate()Methods in com.echothree.model.data.index.server.entity with parameters of type IndexFieldDetailModifier and TypeMethodDescriptionvoidIndexField.setActiveDetail(IndexFieldDetail entity) voidIndexField.setLastDetail(IndexFieldDetail entity) -
Uses of IndexFieldDetail in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexFieldDetailModifier and TypeMethodDescriptionIndexFieldDetailFactory.create(IndexFieldPK indexFieldPK, IndexTypePK indexTypePK, String indexFieldName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IndexFieldDetailFactory.create(IndexField indexField, IndexType indexType, String indexFieldName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IndexFieldDetailFactory.getEntityFromCache(IndexFieldDetailPK pk) IndexFieldDetailFactory.getEntityFromPK(EntityPermission entityPermission, IndexFieldDetailPK pk) IndexFieldDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexFieldDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexFieldDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexFieldDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) IndexFieldDetailFactory.getEntityFromValue(EntityPermission entityPermission, IndexFieldDetailValue value) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexFieldDetailModifier and TypeMethodDescriptionIndexFieldDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IndexFieldDetailPK> pks) IndexFieldDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexFieldDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexFieldDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexFieldDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexFieldDetailModifier and TypeMethodDescriptionIndexFieldFactory.create(IndexFieldDetail activeDetail, IndexFieldDetail lastDetail) voidIndexFieldDetailFactory.remove(IndexFieldDetail entity) voidIndexFieldDetailFactory.store(IndexFieldDetail entity) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexFieldDetailModifier and TypeMethodDescriptionvoidIndexFieldDetailFactory.store(Collection<IndexFieldDetail> entities)