public interface CatalogVersionJobDao
| Modifier and Type | Method and Description |
|---|---|
int |
getItemInstanceCount(CatalogModel catalogModel,
java.util.Collection<ComposedTypeModel> composedTypes)
Returns the item count for the given catalog.
|
int |
getItemInstanceCount(CatalogVersionModel catalogVersion,
java.util.Collection<ComposedTypeModel> composedTypes)
Return the item count which match the given
CatalogVersionModel. |
int |
getItemInstanceCount(CatalogVersionModel catalogVersion,
ComposedTypeModel composedType)
Returns the item count which match the given
ComposedTypeModel and CatalogVersionModel. |
int |
getItemInstanceCount(java.util.Collection<CatalogVersionModel> catalogVersions,
java.util.Collection<ComposedTypeModel> composedTypes)
Returns the item count for the given collection of
CatalogVersionModels. |
java.util.List<ComposedTypeModel> |
getOrderedComposedTypes()
Returns sorted
ComposedTypeModel list according to ComposedTypeSorter strategy. |
java.util.List<PK> |
getPKList(ComposedTypeModel composedTypeModel,
CatalogVersionModel version)
|
int getItemInstanceCount(CatalogModel catalogModel, java.util.Collection<ComposedTypeModel> composedTypes)
ComposedTypeModels with a catalogversion
attribute in all CatalogVersionModels of the catalog are countedint getItemInstanceCount(java.util.Collection<CatalogVersionModel> catalogVersions, java.util.Collection<ComposedTypeModel> composedTypes)
CatalogVersionModels. All ComposedTypeModels
with a catalogversion attribute are counted.int getItemInstanceCount(CatalogVersionModel catalogVersion, java.util.Collection<ComposedTypeModel> composedTypes)
CatalogVersionModel. All ComposedTypeModels with a
catalogversion attribute are counted.int getItemInstanceCount(CatalogVersionModel catalogVersion, ComposedTypeModel composedType)
ComposedTypeModel and CatalogVersionModel.java.util.List<ComposedTypeModel> getOrderedComposedTypes()
ComposedTypeModel list according to ComposedTypeSorter strategy.java.util.List<PK> getPKList(ComposedTypeModel composedTypeModel, CatalogVersionModel version)
Copyright © 2018 SAP SE. All Rights Reserved.