Interface CatalogVersionJobDao
- All Known Implementing Classes:
DefaultCatalogVersionJobDao
public interface CatalogVersionJobDao
- Since:
- 4.3
- Spring Bean ID:
- removeItemCounter
-
Method Summary
Modifier and TypeMethodDescriptionintgetItemInstanceCount(CatalogModel catalogModel, Collection<ComposedTypeModel> composedTypes) Returns the item count for the given catalog.intgetItemInstanceCount(CatalogVersionModel catalogVersion, ComposedTypeModel composedType) Returns the item count which match the givenComposedTypeModelandCatalogVersionModel.intgetItemInstanceCount(CatalogVersionModel catalogVersion, Collection<ComposedTypeModel> composedTypes) Return the item count which match the givenCatalogVersionModel.intgetItemInstanceCount(Collection<CatalogVersionModel> catalogVersions, Collection<ComposedTypeModel> composedTypes) Returns the item count for the given collection ofCatalogVersionModels.Returns sortedComposedTypeModellist according toComposedTypeSorterstrategy.getPKList(ComposedTypeModel composedTypeModel, CatalogVersionModel version)
-
Method Details
-
getItemInstanceCount
Returns the item count for the given catalog. AllComposedTypeModels with acatalogversionattribute in allCatalogVersionModels of the catalog are counted -
getItemInstanceCount
int getItemInstanceCount(Collection<CatalogVersionModel> catalogVersions, Collection<ComposedTypeModel> composedTypes) Returns the item count for the given collection ofCatalogVersionModels. AllComposedTypeModels with acatalogversionattribute are counted. -
getItemInstanceCount
int getItemInstanceCount(CatalogVersionModel catalogVersion, Collection<ComposedTypeModel> composedTypes) Return the item count which match the givenCatalogVersionModel. AllComposedTypeModels with acatalogversionattribute are counted. -
getItemInstanceCount
Returns the item count which match the givenComposedTypeModelandCatalogVersionModel. -
getOrderedComposedTypes
List<ComposedTypeModel> getOrderedComposedTypes()Returns sortedComposedTypeModellist according toComposedTypeSorterstrategy. -
getPKList
-