public abstract class GeneratedCatalogManager extends Extension
CatalogManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<AbstractOrderEntryProductInfo> |
ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATIONPRODUCTINFOSHANDLER
OneToManyHandler for handling 1:n PRODUCTINFOS's relation attributes from 'many' side. |
protected static String |
CATEGORY2PRINCIPALRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Category2PrincipalRelation from ((catalog))
|
protected static String |
CATEGORY2PRINCIPALRELATION_SRC_ORDERED
Relation ordering override parameter constants for Category2PrincipalRelation from ((catalog))
|
protected static String |
CATEGORY2PRINCIPALRELATION_TGT_ORDERED |
protected static String |
CATEGORYMEDIARELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CategoryMediaRelation from ((catalog))
|
protected static String |
CATEGORYMEDIARELATION_SRC_ORDERED
Relation ordering override parameter constants for CategoryMediaRelation from ((catalog))
|
protected static String |
CATEGORYMEDIARELATION_TGT_ORDERED |
protected static String |
CATEGORYPRODUCTRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CategoryProductRelation from ((catalog))
|
protected static String |
CATEGORYPRODUCTRELATION_SRC_ORDERED
Relation ordering override parameter constants for CategoryProductRelation from ((catalog))
|
protected static String |
CATEGORYPRODUCTRELATION_TGT_ORDERED |
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
protected static String |
PRINCIPAL2READABLECATALOGVERSIONRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2ReadableCatalogVersionRelation from ((catalog))
|
protected static String |
PRINCIPAL2READABLECATALOGVERSIONRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2ReadableCatalogVersionRelation from ((catalog))
|
protected static String |
PRINCIPAL2READABLECATALOGVERSIONRELATION_TGT_ORDERED |
protected static String |
PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2WriteableCatalogVersionRelation from ((catalog))
|
protected static String |
PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2WriteableCatalogVersionRelation from ((catalog))
|
protected static String |
PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_TGT_ORDERED |
protected static OneToManyHandler<ProductFeature> |
PRODUCT2FEATURERELATIONFEATURESHANDLER
OneToManyHandler for handling 1:n FEATURES's relation attributes from 'many' side. |
protected static String |
PRODUCT2KEYWORDRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Product2KeywordRelation from ((catalog))
|
protected static String |
PRODUCT2KEYWORDRELATION_SRC_ORDERED
Relation ordering override parameter constants for Product2KeywordRelation from ((catalog))
|
protected static String |
PRODUCT2KEYWORDRELATION_TGT_ORDERED |
protected static OneToManyHandler<VariantProduct> |
PRODUCT2VARIANTRELATIONVARIANTSHANDLER
OneToManyHandler for handling 1:n VARIANTS's relation attributes from 'many' side. |
protected static OneToManyHandler<ProductReference> |
PRODUCTREFERENCERELATIONPRODUCTREFERENCESHANDLER
OneToManyHandler for handling 1:n PRODUCTREFERENCES's relation attributes from 'many' side. |
protected static String |
SYNCITEMJOB2PRINCIPAL_MARKMODIFIED
Relation disable markmodifed parameter constants for SyncItemJob2Principal from ((catalog))
|
protected static String |
SYNCITEMJOB2PRINCIPAL_SRC_ORDERED
Relation ordering override parameter constants for SyncItemJob2Principal from ((catalog))
|
protected static String |
SYNCITEMJOB2PRINCIPAL_TGT_ORDERED |
protected static String |
SYNCJOB2LANGREL_MARKMODIFIED
Relation disable markmodifed parameter constants for SyncJob2LangRel from ((catalog))
|
protected static String |
SYNCJOB2LANGREL_SRC_ORDERED
Relation ordering override parameter constants for SyncJob2LangRel from ((catalog))
|
protected static String |
SYNCJOB2LANGREL_TGT_ORDERED |
protected static String |
SYNCJOB2TYPEREL_MARKMODIFIED
Relation disable markmodifed parameter constants for SyncJob2TypeRel from ((catalog))
|
protected static String |
SYNCJOB2TYPEREL_SRC_ORDERED
Relation ordering override parameter constants for SyncJob2TypeRel from ((catalog))
|
protected static String |
SYNCJOB2TYPEREL_TGT_ORDERED |
| Constructor and Description |
|---|
GeneratedCatalogManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToFeatures(Product item,
ProductFeature value)
Generated method - Adds
value to features. |
void |
addToFeatures(SessionContext ctx,
Product item,
ProductFeature value)
Generated method - Adds
value to features. |
void |
addToKeywords(Product item,
Language lang,
Keyword value)
Generated method - Adds
value to keywords. |
void |
addToKeywords(SessionContext ctx,
Product item,
Language lang,
Keyword value)
Generated method - Adds
value to keywords. |
void |
addToProductInfos(AbstractOrderEntry item,
AbstractOrderEntryProductInfo value)
Generated method - Adds
value to productInfos. |
void |
addToProductInfos(SessionContext ctx,
AbstractOrderEntry item,
AbstractOrderEntryProductInfo value)
Generated method - Adds
value to productInfos. |
void |
addToProductReferences(Product item,
ProductReference value)
Generated method - Adds
value to productReferences. |
void |
addToProductReferences(SessionContext ctx,
Product item,
ProductReference value)
Generated method - Adds
value to productReferences. |
void |
addToReadableCatalogVersions(Principal item,
CatalogVersion value)
Generated method - Adds
value to readableCatalogVersions. |
void |
addToReadableCatalogVersions(SessionContext ctx,
Principal item,
CatalogVersion value)
Generated method - Adds
value to readableCatalogVersions. |
void |
addToSupercategories(Media item,
Category value)
Generated method - Adds
value to supercategories. |
void |
addToSupercategories(Product item,
Category value)
Generated method - Adds
value to supercategories. |
void |
addToSupercategories(SessionContext ctx,
Media item,
Category value)
Generated method - Adds
value to supercategories. |
void |
addToSupercategories(SessionContext ctx,
Product item,
Category value)
Generated method - Adds
value to supercategories. |
void |
addToSyncJobs(Principal item,
SyncItemJob value)
Generated method - Adds
value to syncJobs. |
void |
addToSyncJobs(SessionContext ctx,
Principal item,
SyncItemJob value)
Generated method - Adds
value to syncJobs. |
void |
addToVariants(Product item,
VariantProduct value)
Generated method - Adds
value to variants. |
void |
addToVariants(SessionContext ctx,
Product item,
VariantProduct value)
Generated method - Adds
value to variants. |
void |
addToWritableCatalogVersions(Principal item,
CatalogVersion value)
Generated method - Adds
value to writableCatalogVersions. |
void |
addToWritableCatalogVersions(SessionContext ctx,
Principal item,
CatalogVersion value)
Generated method - Adds
value to writableCatalogVersions. |
Agreement |
createAgreement(Map attributeValues) |
Agreement |
createAgreement(SessionContext ctx,
Map attributeValues) |
AttributeValueAssignment |
createAttributeValueAssignment(Map attributeValues) |
AttributeValueAssignment |
createAttributeValueAssignment(SessionContext ctx,
Map attributeValues) |
Catalog |
createCatalog(Map attributeValues) |
Catalog |
createCatalog(SessionContext ctx,
Map attributeValues) |
CatalogUnawareMedia |
createCatalogUnawareMedia(Map attributeValues) |
CatalogUnawareMedia |
createCatalogUnawareMedia(SessionContext ctx,
Map attributeValues) |
CatalogVersion |
createCatalogVersion(Map attributeValues) |
CatalogVersion |
createCatalogVersion(SessionContext ctx,
Map attributeValues) |
CatalogVersionSyncCronJob |
createCatalogVersionSyncCronJob(Map attributeValues) |
CatalogVersionSyncCronJob |
createCatalogVersionSyncCronJob(SessionContext ctx,
Map attributeValues) |
CatalogVersionSyncJob |
createCatalogVersionSyncJob(Map attributeValues) |
CatalogVersionSyncJob |
createCatalogVersionSyncJob(SessionContext ctx,
Map attributeValues) |
CatalogVersionSyncScheduleMedia |
createCatalogVersionSyncScheduleMedia(Map attributeValues) |
CatalogVersionSyncScheduleMedia |
createCatalogVersionSyncScheduleMedia(SessionContext ctx,
Map attributeValues) |
Category |
createCategory(Map attributeValues) |
Category |
createCategory(SessionContext ctx,
Map attributeValues) |
CategoryCatalogVersionDifference |
createCategoryCatalogVersionDifference(Map attributeValues) |
CategoryCatalogVersionDifference |
createCategoryCatalogVersionDifference(SessionContext ctx,
Map attributeValues) |
ClassAttributeAssignment |
createClassAttributeAssignment(Map attributeValues) |
ClassAttributeAssignment |
createClassAttributeAssignment(SessionContext ctx,
Map attributeValues) |
ClassificationAttribute |
createClassificationAttribute(Map attributeValues) |
ClassificationAttribute |
createClassificationAttribute(SessionContext ctx,
Map attributeValues) |
ClassificationAttributeUnit |
createClassificationAttributeUnit(Map attributeValues) |
ClassificationAttributeUnit |
createClassificationAttributeUnit(SessionContext ctx,
Map attributeValues) |
ClassificationAttributeValue |
createClassificationAttributeValue(Map attributeValues) |
ClassificationAttributeValue |
createClassificationAttributeValue(SessionContext ctx,
Map attributeValues) |
ClassificationClass |
createClassificationClass(Map attributeValues) |
ClassificationClass |
createClassificationClass(SessionContext ctx,
Map attributeValues) |
ClassificationKeyword |
createClassificationKeyword(Map attributeValues) |
ClassificationKeyword |
createClassificationKeyword(SessionContext ctx,
Map attributeValues) |
ClassificationSystem |
createClassificationSystem(Map attributeValues) |
ClassificationSystem |
createClassificationSystem(SessionContext ctx,
Map attributeValues) |
ClassificationSystemVersion |
createClassificationSystemVersion(Map attributeValues) |
ClassificationSystemVersion |
createClassificationSystemVersion(SessionContext ctx,
Map attributeValues) |
Company |
createCompany(Map attributeValues) |
Company |
createCompany(SessionContext ctx,
Map attributeValues) |
CompareCatalogVersionsCronJob |
createCompareCatalogVersionsCronJob(Map attributeValues) |
CompareCatalogVersionsCronJob |
createCompareCatalogVersionsCronJob(SessionContext ctx,
Map attributeValues) |
CompareCatalogVersionsJob |
createCompareCatalogVersionsJob(Map attributeValues) |
CompareCatalogVersionsJob |
createCompareCatalogVersionsJob(SessionContext ctx,
Map attributeValues) |
ConfigurationCategory |
createConfigurationCategory(Map attributeValues) |
ConfigurationCategory |
createConfigurationCategory(SessionContext ctx,
Map attributeValues) |
ItemSyncDescriptor |
createItemSyncDescriptor(Map attributeValues) |
ItemSyncDescriptor |
createItemSyncDescriptor(SessionContext ctx,
Map attributeValues) |
ItemSyncTimestamp |
createItemSyncTimestamp(Map attributeValues) |
ItemSyncTimestamp |
createItemSyncTimestamp(SessionContext ctx,
Map attributeValues) |
Keyword |
createKeyword(Map attributeValues) |
Keyword |
createKeyword(SessionContext ctx,
Map attributeValues) |
PreviewTicket |
createPreviewTicket(Map attributeValues) |
PreviewTicket |
createPreviewTicket(SessionContext ctx,
Map attributeValues) |
ProductCatalogVersionDifference |
createProductCatalogVersionDifference(Map attributeValues) |
ProductCatalogVersionDifference |
createProductCatalogVersionDifference(SessionContext ctx,
Map attributeValues) |
ProductFeature |
createProductFeature(Map attributeValues) |
ProductFeature |
createProductFeature(SessionContext ctx,
Map attributeValues) |
ProductReference |
createProductReference(Map attributeValues) |
ProductReference |
createProductReference(SessionContext ctx,
Map attributeValues) |
RemoveCatalogVersionCronJob |
createRemoveCatalogVersionCronJob(Map attributeValues) |
RemoveCatalogVersionCronJob |
createRemoveCatalogVersionCronJob(SessionContext ctx,
Map attributeValues) |
RemoveCatalogVersionJob |
createRemoveCatalogVersionJob(Map attributeValues) |
RemoveCatalogVersionJob |
createRemoveCatalogVersionJob(SessionContext ctx,
Map attributeValues) |
SyncAttributeDescriptorConfig |
createSyncAttributeDescriptorConfig(Map attributeValues) |
SyncAttributeDescriptorConfig |
createSyncAttributeDescriptorConfig(SessionContext ctx,
Map attributeValues) |
SyncItemCronJob |
createSyncItemCronJob(Map attributeValues) |
SyncItemCronJob |
createSyncItemCronJob(SessionContext ctx,
Map attributeValues) |
SyncItemJob |
createSyncItemJob(Map attributeValues) |
SyncItemJob |
createSyncItemJob(SessionContext ctx,
Map attributeValues) |
VariantAttributeDescriptor |
createVariantAttributeDescriptor(Map attributeValues) |
VariantAttributeDescriptor |
createVariantAttributeDescriptor(SessionContext ctx,
Map attributeValues) |
VariantProduct |
createVariantProduct(Map attributeValues) |
VariantProduct |
createVariantProduct(SessionContext ctx,
Map attributeValues) |
VariantType |
createVariantType(Map attributeValues) |
VariantType |
createVariantType(SessionContext ctx,
Map attributeValues) |
Collection<Category> |
getAccessibleCategories(Principal item)
Generated method - Getter of the
Principal.accessibleCategories attribute. |
Collection<Category> |
getAccessibleCategories(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.accessibleCategories attribute. |
long |
getAccessibleCategoriesCount(Principal item) |
long |
getAccessibleCategoriesCount(SessionContext ctx,
Principal item) |
Map<Language,Map<EnumerationValue,String>> |
getAllArticleStatus(Product item)
Generated method - Getter of the
Product.articleStatus attribute. |
Map<Language,Map<EnumerationValue,String>> |
getAllArticleStatus(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.articleStatus attribute. |
Map<EnumerationValue,String> |
getAllBuyerIDS(Product item)
Generated method - Getter of the
Product.buyerIDS attribute. |
Map<EnumerationValue,String> |
getAllBuyerIDS(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.buyerIDS attribute. |
Map<Language,String> |
getAllClassificationIndexString(Product item)
Generated method - Getter of the
Product.classificationIndexString attribute. |
abstract Map<Language,String> |
getAllClassificationIndexString(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.classificationIndexString attribute. |
Map<Language,List<Keyword>> |
getAllKeywords(Product item)
Generated method - Getter of the
Product.keywords attribute. |
Map<Language,List<Keyword>> |
getAllKeywords(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.keywords attribute. |
Map<Language,String> |
getAllManufacturerTypeDescription(Product item)
Generated method - Getter of the
Product.manufacturerTypeDescription attribute. |
Map<Language,String> |
getAllManufacturerTypeDescription(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.manufacturerTypeDescription attribute. |
Map<Language,String> |
getAllRemarks(Product item)
Generated method - Getter of the
Product.remarks attribute. |
Map<Language,String> |
getAllRemarks(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.remarks attribute. |
Map<Language,String> |
getAllSegment(Product item)
Generated method - Getter of the
Product.segment attribute. |
Map<Language,String> |
getAllSegment(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.segment attribute. |
Map<String,String> |
getAllSpecialTreatmentClasses(Product item)
Generated method - Getter of the
Product.specialTreatmentClasses attribute. |
Map<String,String> |
getAllSpecialTreatmentClasses(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.specialTreatmentClasses attribute. |
EnumerationValue |
getApprovalStatus(Product item)
Generated method - Getter of the
Product.approvalStatus attribute. |
EnumerationValue |
getApprovalStatus(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.approvalStatus attribute. |
Map<EnumerationValue,String> |
getArticleStatus(Product item)
Generated method - Getter of the
Product.articleStatus attribute. |
Map<EnumerationValue,String> |
getArticleStatus(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.articleStatus attribute. |
CatalogVersion |
getCatalogVersion(Media item)
Generated method - Getter of the
Media.catalogVersion attribute. |
CatalogVersion |
getCatalogVersion(MediaContainer item)
Generated method - Getter of the
MediaContainer.catalogVersion attribute. |
CatalogVersion |
getCatalogVersion(Product item)
Generated method - Getter of the
Product.catalogVersion attribute. |
CatalogVersion |
getCatalogVersion(SessionContext ctx,
Media item)
Generated method - Getter of the
Media.catalogVersion attribute. |
CatalogVersion |
getCatalogVersion(SessionContext ctx,
MediaContainer item)
Generated method - Getter of the
MediaContainer.catalogVersion attribute. |
CatalogVersion |
getCatalogVersion(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.catalogVersion attribute. |
AttributeDescriptor |
getCatalogVersionAttribute(ComposedType item)
Generated method - Getter of the
ComposedType.catalogVersionAttribute attribute. |
abstract AttributeDescriptor |
getCatalogVersionAttribute(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.catalogVersionAttribute attribute. |
String |
getClassificationIndexString(Product item)
Generated method - Getter of the
Product.classificationIndexString attribute. |
abstract String |
getClassificationIndexString(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.classificationIndexString attribute. |
Unit |
getContentUnit(Product item)
Generated method - Getter of the
Product.contentUnit attribute. |
Unit |
getContentUnit(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.contentUnit attribute. |
Collection<Media> |
getData_sheet(Product item)
Generated method - Getter of the
Product.data_sheet attribute. |
Collection<Media> |
getData_sheet(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.data_sheet attribute. |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
Double |
getDeliveryTime(Product item)
Generated method - Getter of the
Product.deliveryTime attribute. |
Double |
getDeliveryTime(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.deliveryTime attribute. |
double |
getDeliveryTimeAsPrimitive(Product item)
Generated method - Getter of the
Product.deliveryTime attribute. |
double |
getDeliveryTimeAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.deliveryTime attribute. |
Collection<Media> |
getDetail(Product item)
Generated method - Getter of the
Product.detail attribute. |
Collection<Media> |
getDetail(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.detail attribute. |
String |
getEan(Product item)
Generated method - Getter of the
Product.ean attribute. |
String |
getEan(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.ean attribute. |
Integer |
getEndLineNumber(Product item)
Generated method - Getter of the
Product.endLineNumber attribute. |
Integer |
getEndLineNumber(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.endLineNumber attribute. |
int |
getEndLineNumberAsPrimitive(Product item)
Generated method - Getter of the
Product.endLineNumber attribute. |
int |
getEndLineNumberAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.endLineNumber attribute. |
String |
getErpGroupBuyer(Product item)
Generated method - Getter of the
Product.erpGroupBuyer attribute. |
String |
getErpGroupBuyer(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.erpGroupBuyer attribute. |
String |
getErpGroupSupplier(Product item)
Generated method - Getter of the
Product.erpGroupSupplier attribute. |
String |
getErpGroupSupplier(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.erpGroupSupplier attribute. |
List<ProductFeature> |
getFeatures(Product item)
Generated method - Getter of the
Product.features attribute. |
List<ProductFeature> |
getFeatures(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.features attribute. |
List<Keyword> |
getKeywords(Product item)
Generated method - Getter of the
Product.keywords attribute. |
List<Keyword> |
getKeywords(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.keywords attribute. |
long |
getKeywordsCount(Product item) |
long |
getKeywordsCount(Product item,
Language lang) |
long |
getKeywordsCount(SessionContext ctx,
Product item) |
long |
getKeywordsCount(SessionContext ctx,
Product item,
Language lang) |
Collection<Media> |
getLogo(Product item)
Generated method - Getter of the
Product.logo attribute. |
Collection<Media> |
getLogo(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.logo attribute. |
String |
getManufacturerAID(Product item)
Generated method - Getter of the
Product.manufacturerAID attribute. |
String |
getManufacturerAID(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.manufacturerAID attribute. |
String |
getManufacturerName(Product item)
Generated method - Getter of the
Product.manufacturerName attribute. |
String |
getManufacturerName(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.manufacturerName attribute. |
String |
getManufacturerTypeDescription(Product item)
Generated method - Getter of the
Product.manufacturerTypeDescription attribute. |
String |
getManufacturerTypeDescription(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.manufacturerTypeDescription attribute. |
Integer |
getMaxOrderQuantity(Product item)
Generated method - Getter of the
Product.maxOrderQuantity attribute. |
Integer |
getMaxOrderQuantity(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.maxOrderQuantity attribute. |
int |
getMaxOrderQuantityAsPrimitive(Product item)
Generated method - Getter of the
Product.maxOrderQuantity attribute. |
int |
getMaxOrderQuantityAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.maxOrderQuantity attribute. |
Integer |
getMinOrderQuantity(Product item)
Generated method - Getter of the
Product.minOrderQuantity attribute. |
Integer |
getMinOrderQuantity(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.minOrderQuantity attribute. |
int |
getMinOrderQuantityAsPrimitive(Product item)
Generated method - Getter of the
Product.minOrderQuantity attribute. |
int |
getMinOrderQuantityAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.minOrderQuantity attribute. |
String |
getName() |
Collection<Media> |
getNormal(Product item)
Generated method - Getter of the
Product.normal attribute. |
Collection<Media> |
getNormal(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.normal attribute. |
Double |
getNumberContentUnits(Product item)
Generated method - Getter of the
Product.numberContentUnits attribute. |
Double |
getNumberContentUnits(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.numberContentUnits attribute. |
double |
getNumberContentUnitsAsPrimitive(Product item)
Generated method - Getter of the
Product.numberContentUnits attribute. |
double |
getNumberContentUnitsAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.numberContentUnits attribute. |
Date |
getOfflineDate(Product item)
Generated method - Getter of the
Product.offlineDate attribute. |
Date |
getOfflineDate(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.offlineDate attribute. |
Date |
getOnlineDate(Product item)
Generated method - Getter of the
Product.onlineDate attribute. |
Date |
getOnlineDate(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.onlineDate attribute. |
Integer |
getOrder(Product item)
Generated method - Getter of the
Product.order attribute. |
Integer |
getOrder(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.order attribute. |
int |
getOrderAsPrimitive(Product item)
Generated method - Getter of the
Product.order attribute. |
int |
getOrderAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.order attribute. |
Integer |
getOrderQuantityInterval(Product item)
Generated method - Getter of the
Product.orderQuantityInterval attribute. |
Integer |
getOrderQuantityInterval(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.orderQuantityInterval attribute. |
int |
getOrderQuantityIntervalAsPrimitive(Product item)
Generated method - Getter of the
Product.orderQuantityInterval attribute. |
int |
getOrderQuantityIntervalAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.orderQuantityInterval attribute. |
Collection<Media> |
getOthers(Product item)
Generated method - Getter of the
Product.others attribute. |
Collection<Media> |
getOthers(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.others attribute. |
Collection<CatalogVersion> |
getPreviewCatalogVersions(Customer item)
Generated method - Getter of the
Customer.previewCatalogVersions attribute. |
Collection<CatalogVersion> |
getPreviewCatalogVersions(SessionContext ctx,
Customer item)
Generated method - Getter of the
Customer.previewCatalogVersions attribute. |
Double |
getPriceQuantity(Product item)
Generated method - Getter of the
Product.priceQuantity attribute. |
Double |
getPriceQuantity(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.priceQuantity attribute. |
double |
getPriceQuantityAsPrimitive(Product item)
Generated method - Getter of the
Product.priceQuantity attribute. |
double |
getPriceQuantityAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.priceQuantity attribute. |
List<AbstractOrderEntryProductInfo> |
getProductInfos(AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.productInfos attribute. |
List<AbstractOrderEntryProductInfo> |
getProductInfos(SessionContext ctx,
AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.productInfos attribute. |
Collection<ProductReference> |
getProductReferences(Product item)
Generated method - Getter of the
Product.productReferences attribute. |
Collection<ProductReference> |
getProductReferences(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.productReferences attribute. |
String |
getPublicKey(Address item)
Generated method - Getter of the
Address.publicKey attribute. |
String |
getPublicKey(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.publicKey attribute. |
List<CatalogVersion> |
getReadableCatalogVersions(Principal item)
Generated method - Getter of the
Principal.readableCatalogVersions attribute. |
List<CatalogVersion> |
getReadableCatalogVersions(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.readableCatalogVersions attribute. |
long |
getReadableCatalogVersionsCount(Principal item) |
long |
getReadableCatalogVersionsCount(SessionContext ctx,
Principal item) |
String |
getRemarks(Address item)
Generated method - Getter of the
Address.remarks attribute. |
String |
getRemarks(Product item)
Generated method - Getter of the
Product.remarks attribute. |
String |
getRemarks(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.remarks attribute. |
String |
getRemarks(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.remarks attribute. |
String |
getSegment(Product item)
Generated method - Getter of the
Product.segment attribute. |
String |
getSegment(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.segment attribute. |
Integer |
getStartLineNumber(Product item)
Generated method - Getter of the
Product.startLineNumber attribute. |
Integer |
getStartLineNumber(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.startLineNumber attribute. |
int |
getStartLineNumberAsPrimitive(Product item)
Generated method - Getter of the
Product.startLineNumber attribute. |
int |
getStartLineNumberAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.startLineNumber attribute. |
Collection<Category> |
getSupercategories(Media item)
Generated method - Getter of the
Media.supercategories attribute. |
Collection<Category> |
getSupercategories(Product item)
Generated method - Getter of the
Product.supercategories attribute. |
Collection<Category> |
getSupercategories(SessionContext ctx,
Media item)
Generated method - Getter of the
Media.supercategories attribute. |
Collection<Category> |
getSupercategories(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.supercategories attribute. |
long |
getSupercategoriesCount(Media item) |
long |
getSupercategoriesCount(Product item) |
long |
getSupercategoriesCount(SessionContext ctx,
Media item) |
long |
getSupercategoriesCount(SessionContext ctx,
Product item) |
String |
getSupplierAlternativeAID(Product item)
Generated method - Getter of the
Product.supplierAlternativeAID attribute. |
String |
getSupplierAlternativeAID(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.supplierAlternativeAID attribute. |
List<ItemSyncTimestamp> |
getSynchronizationSources(Item item)
Generated method - Getter of the
Item.synchronizationSources attribute. |
abstract List<ItemSyncTimestamp> |
getSynchronizationSources(SessionContext ctx,
Item item)
Generated method - Getter of the
Item.synchronizationSources attribute. |
List<ItemSyncTimestamp> |
getSynchronizedCopies(Item item)
Generated method - Getter of the
Item.synchronizedCopies attribute. |
abstract List<ItemSyncTimestamp> |
getSynchronizedCopies(SessionContext ctx,
Item item)
Generated method - Getter of the
Item.synchronizedCopies attribute. |
Collection<SyncItemJob> |
getSyncJobs(Principal item)
Generated method - Getter of the
Principal.syncJobs attribute. |
Collection<SyncItemJob> |
getSyncJobs(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.syncJobs attribute. |
long |
getSyncJobsCount(Principal item) |
long |
getSyncJobsCount(SessionContext ctx,
Principal item) |
Collection<Media> |
getThumbnails(Product item)
Generated method - Getter of the
Product.thumbnails attribute. |
Collection<Media> |
getThumbnails(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.thumbnails attribute. |
Collection<AttributeDescriptor> |
getUniqueKeyAttributes(ComposedType item)
Generated method - Getter of the
ComposedType.uniqueKeyAttributes attribute. |
abstract Collection<AttributeDescriptor> |
getUniqueKeyAttributes(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.uniqueKeyAttributes attribute. |
String |
getUrl(Address item)
Generated method - Getter of the
Address.url attribute. |
String |
getUrl(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.url attribute. |
Collection<VariantProduct> |
getVariants(Product item)
Generated method - Getter of the
Product.variants attribute. |
Collection<VariantProduct> |
getVariants(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.variants attribute. |
VariantType |
getVariantType(Product item)
Generated method - Getter of the
Product.variantType attribute. |
VariantType |
getVariantType(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.variantType attribute. |
List<CatalogVersion> |
getWritableCatalogVersions(Principal item)
Generated method - Getter of the
Principal.writableCatalogVersions attribute. |
List<CatalogVersion> |
getWritableCatalogVersions(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.writableCatalogVersions attribute. |
long |
getWritableCatalogVersionsCount(Principal item) |
long |
getWritableCatalogVersionsCount(SessionContext ctx,
Principal item) |
String |
getXmlcontent(Product item)
Generated method - Getter of the
Product.xmlcontent attribute. |
String |
getXmlcontent(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.xmlcontent attribute. |
Boolean |
isBillingAddress(Address item)
Generated method - Getter of the
Address.billingAddress attribute. |
Boolean |
isBillingAddress(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.billingAddress attribute. |
boolean |
isBillingAddressAsPrimitive(Address item)
Generated method - Getter of the
Address.billingAddress attribute. |
boolean |
isBillingAddressAsPrimitive(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.billingAddress attribute. |
Boolean |
isCatalogItemType(ComposedType item)
Generated method - Getter of the
ComposedType.catalogItemType attribute. |
Boolean |
isCatalogItemType(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.catalogItemType attribute. |
boolean |
isCatalogItemTypeAsPrimitive(ComposedType item)
Generated method - Getter of the
ComposedType.catalogItemType attribute. |
boolean |
isCatalogItemTypeAsPrimitive(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.catalogItemType attribute. |
Boolean |
isContactAddress(Address item)
Generated method - Getter of the
Address.contactAddress attribute. |
Boolean |
isContactAddress(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.contactAddress attribute. |
boolean |
isContactAddressAsPrimitive(Address item)
Generated method - Getter of the
Address.contactAddress attribute. |
boolean |
isContactAddressAsPrimitive(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.contactAddress attribute. |
Boolean |
isDontCopy(AttributeDescriptor item)
Generated method - Getter of the
AttributeDescriptor.dontCopy attribute. |
Boolean |
isDontCopy(SessionContext ctx,
AttributeDescriptor item)
Generated method - Getter of the
AttributeDescriptor.dontCopy attribute. |
boolean |
isDontCopyAsPrimitive(AttributeDescriptor item)
Generated method - Getter of the
AttributeDescriptor.dontCopy attribute. |
boolean |
isDontCopyAsPrimitive(SessionContext ctx,
AttributeDescriptor item)
Generated method - Getter of the
AttributeDescriptor.dontCopy attribute. |
Boolean |
isShippingAddress(Address item)
Generated method - Getter of the
Address.shippingAddress attribute. |
Boolean |
isShippingAddress(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.shippingAddress attribute. |
boolean |
isShippingAddressAsPrimitive(Address item)
Generated method - Getter of the
Address.shippingAddress attribute. |
boolean |
isShippingAddressAsPrimitive(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.shippingAddress attribute. |
Boolean |
isUnloadingAddress(Address item)
Generated method - Getter of the
Address.unloadingAddress attribute. |
Boolean |
isUnloadingAddress(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.unloadingAddress attribute. |
boolean |
isUnloadingAddressAsPrimitive(Address item)
Generated method - Getter of the
Address.unloadingAddress attribute. |
boolean |
isUnloadingAddressAsPrimitive(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.unloadingAddress attribute. |
void |
removeFromFeatures(Product item,
ProductFeature value)
Generated method - Removes
value from features. |
void |
removeFromFeatures(SessionContext ctx,
Product item,
ProductFeature value)
Generated method - Removes
value from features. |
void |
removeFromKeywords(Product item,
Language lang,
Keyword value)
Generated method - Removes
value from keywords. |
void |
removeFromKeywords(SessionContext ctx,
Product item,
Language lang,
Keyword value)
Generated method - Removes
value from keywords. |
void |
removeFromProductInfos(AbstractOrderEntry item,
AbstractOrderEntryProductInfo value)
Generated method - Removes
value from productInfos. |
void |
removeFromProductInfos(SessionContext ctx,
AbstractOrderEntry item,
AbstractOrderEntryProductInfo value)
Generated method - Removes
value from productInfos. |
void |
removeFromProductReferences(Product item,
ProductReference value)
Generated method - Removes
value from productReferences. |
void |
removeFromProductReferences(SessionContext ctx,
Product item,
ProductReference value)
Generated method - Removes
value from productReferences. |
void |
removeFromReadableCatalogVersions(Principal item,
CatalogVersion value)
Generated method - Removes
value from readableCatalogVersions. |
void |
removeFromReadableCatalogVersions(SessionContext ctx,
Principal item,
CatalogVersion value)
Generated method - Removes
value from readableCatalogVersions. |
void |
removeFromSupercategories(Media item,
Category value)
Generated method - Removes
value from supercategories. |
void |
removeFromSupercategories(Product item,
Category value)
Generated method - Removes
value from supercategories. |
void |
removeFromSupercategories(SessionContext ctx,
Media item,
Category value)
Generated method - Removes
value from supercategories. |
void |
removeFromSupercategories(SessionContext ctx,
Product item,
Category value)
Generated method - Removes
value from supercategories. |
void |
removeFromSyncJobs(Principal item,
SyncItemJob value)
Generated method - Removes
value from syncJobs. |
void |
removeFromSyncJobs(SessionContext ctx,
Principal item,
SyncItemJob value)
Generated method - Removes
value from syncJobs. |
void |
removeFromVariants(Product item,
VariantProduct value)
Generated method - Removes
value from variants. |
void |
removeFromVariants(SessionContext ctx,
Product item,
VariantProduct value)
Generated method - Removes
value from variants. |
void |
removeFromWritableCatalogVersions(Principal item,
CatalogVersion value)
Generated method - Removes
value from writableCatalogVersions. |
void |
removeFromWritableCatalogVersions(SessionContext ctx,
Principal item,
CatalogVersion value)
Generated method - Removes
value from writableCatalogVersions. |
void |
setAllArticleStatus(Product item,
Map<Language,Map<EnumerationValue,String>> value)
Generated method - Setter of the
Product.articleStatus attribute. |
void |
setAllArticleStatus(SessionContext ctx,
Product item,
Map<Language,Map<EnumerationValue,String>> value)
Generated method - Setter of the
Product.articleStatus attribute. |
void |
setAllBuyerIDS(Product item,
Map<EnumerationValue,String> value)
Generated method - Setter of the
Product.buyerIDS attribute. |
void |
setAllBuyerIDS(SessionContext ctx,
Product item,
Map<EnumerationValue,String> value)
Generated method - Setter of the
Product.buyerIDS attribute. |
void |
setAllKeywords(Product item,
Map<Language,List<Keyword>> value)
Generated method - Setter of the
Product.keywords attribute. |
void |
setAllKeywords(SessionContext ctx,
Product item,
Map<Language,List<Keyword>> value)
Generated method - Setter of the
Product.keywords attribute. |
void |
setAllManufacturerTypeDescription(Product item,
Map<Language,String> value)
Generated method - Setter of the
Product.manufacturerTypeDescription attribute. |
void |
setAllManufacturerTypeDescription(SessionContext ctx,
Product item,
Map<Language,String> value)
Generated method - Setter of the
Product.manufacturerTypeDescription attribute. |
void |
setAllRemarks(Product item,
Map<Language,String> value)
Generated method - Setter of the
Product.remarks attribute. |
void |
setAllRemarks(SessionContext ctx,
Product item,
Map<Language,String> value)
Generated method - Setter of the
Product.remarks attribute. |
void |
setAllSegment(Product item,
Map<Language,String> value)
Generated method - Setter of the
Product.segment attribute. |
void |
setAllSegment(SessionContext ctx,
Product item,
Map<Language,String> value)
Generated method - Setter of the
Product.segment attribute. |
void |
setAllSpecialTreatmentClasses(Product item,
Map<String,String> value)
Generated method - Setter of the
Product.specialTreatmentClasses attribute. |
void |
setAllSpecialTreatmentClasses(SessionContext ctx,
Product item,
Map<String,String> value)
Generated method - Setter of the
Product.specialTreatmentClasses attribute. |
void |
setApprovalStatus(Product item,
EnumerationValue value)
Generated method - Setter of the
Product.approvalStatus attribute. |
void |
setApprovalStatus(SessionContext ctx,
Product item,
EnumerationValue value)
Generated method - Setter of the
Product.approvalStatus attribute. |
void |
setArticleStatus(Product item,
Map<EnumerationValue,String> value)
Generated method - Setter of the
Product.articleStatus attribute. |
void |
setArticleStatus(SessionContext ctx,
Product item,
Map<EnumerationValue,String> value)
Generated method - Setter of the
Product.articleStatus attribute. |
void |
setBillingAddress(Address item,
boolean value)
Generated method - Setter of the
Address.billingAddress attribute. |
void |
setBillingAddress(Address item,
Boolean value)
Generated method - Setter of the
Address.billingAddress attribute. |
void |
setBillingAddress(SessionContext ctx,
Address item,
boolean value)
Generated method - Setter of the
Address.billingAddress attribute. |
void |
setBillingAddress(SessionContext ctx,
Address item,
Boolean value)
Generated method - Setter of the
Address.billingAddress attribute. |
void |
setCatalogItemType(ComposedType item,
boolean value)
Generated method - Setter of the
ComposedType.catalogItemType attribute. |
void |
setCatalogItemType(ComposedType item,
Boolean value)
Generated method - Setter of the
ComposedType.catalogItemType attribute. |
void |
setCatalogItemType(SessionContext ctx,
ComposedType item,
boolean value)
Generated method - Setter of the
ComposedType.catalogItemType attribute. |
void |
setCatalogItemType(SessionContext ctx,
ComposedType item,
Boolean value)
Generated method - Setter of the
ComposedType.catalogItemType attribute. |
void |
setCatalogVersion(Media item,
CatalogVersion value)
Generated method - Setter of the
Media.catalogVersion attribute. |
void |
setCatalogVersion(MediaContainer item,
CatalogVersion value)
Generated method - Setter of the
MediaContainer.catalogVersion attribute. |
void |
setCatalogVersion(Product item,
CatalogVersion value)
Generated method - Setter of the
Product.catalogVersion attribute. |
void |
setCatalogVersion(SessionContext ctx,
Media item,
CatalogVersion value)
Generated method - Setter of the
Media.catalogVersion attribute. |
void |
setCatalogVersion(SessionContext ctx,
MediaContainer item,
CatalogVersion value)
Generated method - Setter of the
MediaContainer.catalogVersion attribute. |
void |
setCatalogVersion(SessionContext ctx,
Product item,
CatalogVersion value)
Generated method - Setter of the
Product.catalogVersion attribute. |
void |
setCatalogVersionAttribute(ComposedType item,
AttributeDescriptor value)
Generated method - Setter of the
ComposedType.catalogVersionAttribute attribute. |
abstract void |
setCatalogVersionAttribute(SessionContext ctx,
ComposedType item,
AttributeDescriptor value)
Generated method - Setter of the
ComposedType.catalogVersionAttribute attribute. |
void |
setContactAddress(Address item,
boolean value)
Generated method - Setter of the
Address.contactAddress attribute. |
void |
setContactAddress(Address item,
Boolean value)
Generated method - Setter of the
Address.contactAddress attribute. |
void |
setContactAddress(SessionContext ctx,
Address item,
boolean value)
Generated method - Setter of the
Address.contactAddress attribute. |
void |
setContactAddress(SessionContext ctx,
Address item,
Boolean value)
Generated method - Setter of the
Address.contactAddress attribute. |
void |
setContentUnit(Product item,
Unit value)
Generated method - Setter of the
Product.contentUnit attribute. |
void |
setContentUnit(SessionContext ctx,
Product item,
Unit value)
Generated method - Setter of the
Product.contentUnit attribute. |
void |
setData_sheet(Product item,
Collection<Media> value)
Generated method - Setter of the
Product.data_sheet attribute. |
void |
setData_sheet(SessionContext ctx,
Product item,
Collection<Media> value)
Generated method - Setter of the
Product.data_sheet attribute. |
void |
setDeliveryTime(Product item,
double value)
Generated method - Setter of the
Product.deliveryTime attribute. |
void |
setDeliveryTime(Product item,
Double value)
Generated method - Setter of the
Product.deliveryTime attribute. |
void |
setDeliveryTime(SessionContext ctx,
Product item,
double value)
Generated method - Setter of the
Product.deliveryTime attribute. |
void |
setDeliveryTime(SessionContext ctx,
Product item,
Double value)
Generated method - Setter of the
Product.deliveryTime attribute. |
void |
setDetail(Product item,
Collection<Media> value)
Generated method - Setter of the
Product.detail attribute. |
void |
setDetail(SessionContext ctx,
Product item,
Collection<Media> value)
Generated method - Setter of the
Product.detail attribute. |
void |
setDontCopy(AttributeDescriptor item,
boolean value)
Generated method - Setter of the
AttributeDescriptor.dontCopy attribute. |
void |
setDontCopy(AttributeDescriptor item,
Boolean value)
Generated method - Setter of the
AttributeDescriptor.dontCopy attribute. |
void |
setDontCopy(SessionContext ctx,
AttributeDescriptor item,
boolean value)
Generated method - Setter of the
AttributeDescriptor.dontCopy attribute. |
void |
setDontCopy(SessionContext ctx,
AttributeDescriptor item,
Boolean value)
Generated method - Setter of the
AttributeDescriptor.dontCopy attribute. |
void |
setEan(Product item,
String value)
Generated method - Setter of the
Product.ean attribute. |
void |
setEan(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.ean attribute. |
void |
setEndLineNumber(Product item,
int value)
Generated method - Setter of the
Product.endLineNumber attribute. |
void |
setEndLineNumber(Product item,
Integer value)
Generated method - Setter of the
Product.endLineNumber attribute. |
void |
setEndLineNumber(SessionContext ctx,
Product item,
int value)
Generated method - Setter of the
Product.endLineNumber attribute. |
void |
setEndLineNumber(SessionContext ctx,
Product item,
Integer value)
Generated method - Setter of the
Product.endLineNumber attribute. |
void |
setErpGroupBuyer(Product item,
String value)
Generated method - Setter of the
Product.erpGroupBuyer attribute. |
void |
setErpGroupBuyer(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.erpGroupBuyer attribute. |
void |
setErpGroupSupplier(Product item,
String value)
Generated method - Setter of the
Product.erpGroupSupplier attribute. |
void |
setErpGroupSupplier(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.erpGroupSupplier attribute. |
void |
setFeatures(Product item,
List<ProductFeature> value)
Generated method - Setter of the
Product.features attribute. |
void |
setFeatures(SessionContext ctx,
Product item,
List<ProductFeature> value)
Generated method - Setter of the
Product.features attribute. |
void |
setKeywords(Product item,
List<Keyword> value)
Generated method - Setter of the
Product.keywords attribute. |
void |
setKeywords(SessionContext ctx,
Product item,
List<Keyword> value)
Generated method - Setter of the
Product.keywords attribute. |
void |
setLogo(Product item,
Collection<Media> value)
Generated method - Setter of the
Product.logo attribute. |
void |
setLogo(SessionContext ctx,
Product item,
Collection<Media> value)
Generated method - Setter of the
Product.logo attribute. |
void |
setManufacturerAID(Product item,
String value)
Generated method - Setter of the
Product.manufacturerAID attribute. |
void |
setManufacturerAID(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.manufacturerAID attribute. |
void |
setManufacturerName(Product item,
String value)
Generated method - Setter of the
Product.manufacturerName attribute. |
void |
setManufacturerName(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.manufacturerName attribute. |
void |
setManufacturerTypeDescription(Product item,
String value)
Generated method - Setter of the
Product.manufacturerTypeDescription attribute. |
void |
setManufacturerTypeDescription(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.manufacturerTypeDescription attribute. |
void |
setMaxOrderQuantity(Product item,
int value)
Generated method - Setter of the
Product.maxOrderQuantity attribute. |
void |
setMaxOrderQuantity(Product item,
Integer value)
Generated method - Setter of the
Product.maxOrderQuantity attribute. |
void |
setMaxOrderQuantity(SessionContext ctx,
Product item,
int value)
Generated method - Setter of the
Product.maxOrderQuantity attribute. |
void |
setMaxOrderQuantity(SessionContext ctx,
Product item,
Integer value)
Generated method - Setter of the
Product.maxOrderQuantity attribute. |
void |
setMinOrderQuantity(Product item,
int value)
Generated method - Setter of the
Product.minOrderQuantity attribute. |
void |
setMinOrderQuantity(Product item,
Integer value)
Generated method - Setter of the
Product.minOrderQuantity attribute. |
void |
setMinOrderQuantity(SessionContext ctx,
Product item,
int value)
Generated method - Setter of the
Product.minOrderQuantity attribute. |
void |
setMinOrderQuantity(SessionContext ctx,
Product item,
Integer value)
Generated method - Setter of the
Product.minOrderQuantity attribute. |
void |
setNormal(Product item,
Collection<Media> value)
Generated method - Setter of the
Product.normal attribute. |
void |
setNormal(SessionContext ctx,
Product item,
Collection<Media> value)
Generated method - Setter of the
Product.normal attribute. |
void |
setNumberContentUnits(Product item,
double value)
Generated method - Setter of the
Product.numberContentUnits attribute. |
void |
setNumberContentUnits(Product item,
Double value)
Generated method - Setter of the
Product.numberContentUnits attribute. |
void |
setNumberContentUnits(SessionContext ctx,
Product item,
double value)
Generated method - Setter of the
Product.numberContentUnits attribute. |
void |
setNumberContentUnits(SessionContext ctx,
Product item,
Double value)
Generated method - Setter of the
Product.numberContentUnits attribute. |
void |
setOfflineDate(Product item,
Date value)
Generated method - Setter of the
Product.offlineDate attribute. |
void |
setOfflineDate(SessionContext ctx,
Product item,
Date value)
Generated method - Setter of the
Product.offlineDate attribute. |
void |
setOnlineDate(Product item,
Date value)
Generated method - Setter of the
Product.onlineDate attribute. |
void |
setOnlineDate(SessionContext ctx,
Product item,
Date value)
Generated method - Setter of the
Product.onlineDate attribute. |
void |
setOrder(Product item,
int value)
Generated method - Setter of the
Product.order attribute. |
void |
setOrder(Product item,
Integer value)
Generated method - Setter of the
Product.order attribute. |
void |
setOrder(SessionContext ctx,
Product item,
int value)
Generated method - Setter of the
Product.order attribute. |
void |
setOrder(SessionContext ctx,
Product item,
Integer value)
Generated method - Setter of the
Product.order attribute. |
void |
setOrderQuantityInterval(Product item,
int value)
Generated method - Setter of the
Product.orderQuantityInterval attribute. |
void |
setOrderQuantityInterval(Product item,
Integer value)
Generated method - Setter of the
Product.orderQuantityInterval attribute. |
void |
setOrderQuantityInterval(SessionContext ctx,
Product item,
int value)
Generated method - Setter of the
Product.orderQuantityInterval attribute. |
void |
setOrderQuantityInterval(SessionContext ctx,
Product item,
Integer value)
Generated method - Setter of the
Product.orderQuantityInterval attribute. |
void |
setOthers(Product item,
Collection<Media> value)
Generated method - Setter of the
Product.others attribute. |
void |
setOthers(SessionContext ctx,
Product item,
Collection<Media> value)
Generated method - Setter of the
Product.others attribute. |
void |
setPreviewCatalogVersions(Customer item,
Collection<CatalogVersion> value)
Generated method - Setter of the
Customer.previewCatalogVersions attribute. |
void |
setPreviewCatalogVersions(SessionContext ctx,
Customer item,
Collection<CatalogVersion> value)
Generated method - Setter of the
Customer.previewCatalogVersions attribute. |
void |
setPriceQuantity(Product item,
double value)
Generated method - Setter of the
Product.priceQuantity attribute. |
void |
setPriceQuantity(Product item,
Double value)
Generated method - Setter of the
Product.priceQuantity attribute. |
void |
setPriceQuantity(SessionContext ctx,
Product item,
double value)
Generated method - Setter of the
Product.priceQuantity attribute. |
void |
setPriceQuantity(SessionContext ctx,
Product item,
Double value)
Generated method - Setter of the
Product.priceQuantity attribute. |
void |
setProductInfos(AbstractOrderEntry item,
List<AbstractOrderEntryProductInfo> value)
Generated method - Setter of the
AbstractOrderEntry.productInfos attribute. |
void |
setProductInfos(SessionContext ctx,
AbstractOrderEntry item,
List<AbstractOrderEntryProductInfo> value)
Generated method - Setter of the
AbstractOrderEntry.productInfos attribute. |
void |
setProductReferences(Product item,
Collection<ProductReference> value)
Generated method - Setter of the
Product.productReferences attribute. |
void |
setProductReferences(SessionContext ctx,
Product item,
Collection<ProductReference> value)
Generated method - Setter of the
Product.productReferences attribute. |
void |
setPublicKey(Address item,
String value)
Generated method - Setter of the
Address.publicKey attribute. |
void |
setPublicKey(SessionContext ctx,
Address item,
String value)
Generated method - Setter of the
Address.publicKey attribute. |
void |
setReadableCatalogVersions(Principal item,
List<CatalogVersion> value)
Generated method - Setter of the
Principal.readableCatalogVersions attribute. |
void |
setReadableCatalogVersions(SessionContext ctx,
Principal item,
List<CatalogVersion> value)
Generated method - Setter of the
Principal.readableCatalogVersions attribute. |
void |
setRemarks(Address item,
String value)
Generated method - Setter of the
Address.remarks attribute. |
void |
setRemarks(Product item,
String value)
Generated method - Setter of the
Product.remarks attribute. |
void |
setRemarks(SessionContext ctx,
Address item,
String value)
Generated method - Setter of the
Address.remarks attribute. |
void |
setRemarks(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.remarks attribute. |
void |
setSegment(Product item,
String value)
Generated method - Setter of the
Product.segment attribute. |
void |
setSegment(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.segment attribute. |
void |
setShippingAddress(Address item,
boolean value)
Generated method - Setter of the
Address.shippingAddress attribute. |
void |
setShippingAddress(Address item,
Boolean value)
Generated method - Setter of the
Address.shippingAddress attribute. |
void |
setShippingAddress(SessionContext ctx,
Address item,
boolean value)
Generated method - Setter of the
Address.shippingAddress attribute. |
void |
setShippingAddress(SessionContext ctx,
Address item,
Boolean value)
Generated method - Setter of the
Address.shippingAddress attribute. |
void |
setStartLineNumber(Product item,
int value)
Generated method - Setter of the
Product.startLineNumber attribute. |
void |
setStartLineNumber(Product item,
Integer value)
Generated method - Setter of the
Product.startLineNumber attribute. |
void |
setStartLineNumber(SessionContext ctx,
Product item,
int value)
Generated method - Setter of the
Product.startLineNumber attribute. |
void |
setStartLineNumber(SessionContext ctx,
Product item,
Integer value)
Generated method - Setter of the
Product.startLineNumber attribute. |
void |
setSupercategories(Media item,
Collection<Category> value)
Generated method - Setter of the
Media.supercategories attribute. |
void |
setSupercategories(Product item,
Collection<Category> value)
Generated method - Setter of the
Product.supercategories attribute. |
void |
setSupercategories(SessionContext ctx,
Media item,
Collection<Category> value)
Generated method - Setter of the
Media.supercategories attribute. |
void |
setSupercategories(SessionContext ctx,
Product item,
Collection<Category> value)
Generated method - Setter of the
Product.supercategories attribute. |
void |
setSupplierAlternativeAID(Product item,
String value)
Generated method - Setter of the
Product.supplierAlternativeAID attribute. |
void |
setSupplierAlternativeAID(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.supplierAlternativeAID attribute. |
void |
setSyncJobs(Principal item,
Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
void |
setSyncJobs(SessionContext ctx,
Principal item,
Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
void |
setThumbnails(Product item,
Collection<Media> value)
Generated method - Setter of the
Product.thumbnails attribute. |
void |
setThumbnails(SessionContext ctx,
Product item,
Collection<Media> value)
Generated method - Setter of the
Product.thumbnails attribute. |
void |
setUniqueKeyAttributes(ComposedType item,
Collection<AttributeDescriptor> value)
Generated method - Setter of the
ComposedType.uniqueKeyAttributes attribute. |
abstract void |
setUniqueKeyAttributes(SessionContext ctx,
ComposedType item,
Collection<AttributeDescriptor> value)
Generated method - Setter of the
ComposedType.uniqueKeyAttributes attribute. |
void |
setUnloadingAddress(Address item,
boolean value)
Generated method - Setter of the
Address.unloadingAddress attribute. |
void |
setUnloadingAddress(Address item,
Boolean value)
Generated method - Setter of the
Address.unloadingAddress attribute. |
void |
setUnloadingAddress(SessionContext ctx,
Address item,
boolean value)
Generated method - Setter of the
Address.unloadingAddress attribute. |
void |
setUnloadingAddress(SessionContext ctx,
Address item,
Boolean value)
Generated method - Setter of the
Address.unloadingAddress attribute. |
void |
setUrl(Address item,
String value)
Generated method - Setter of the
Address.url attribute. |
void |
setUrl(SessionContext ctx,
Address item,
String value)
Generated method - Setter of the
Address.url attribute. |
void |
setVariants(Product item,
Collection<VariantProduct> value)
Generated method - Setter of the
Product.variants attribute. |
void |
setVariants(SessionContext ctx,
Product item,
Collection<VariantProduct> value)
Generated method - Setter of the
Product.variants attribute. |
void |
setVariantType(Product item,
VariantType value)
Generated method - Setter of the
Product.variantType attribute. |
void |
setVariantType(SessionContext ctx,
Product item,
VariantType value)
Generated method - Setter of the
Product.variantType attribute. |
void |
setWritableCatalogVersions(Principal item,
List<CatalogVersion> value)
Generated method - Setter of the
Principal.writableCatalogVersions attribute. |
void |
setWritableCatalogVersions(SessionContext ctx,
Principal item,
List<CatalogVersion> value)
Generated method - Setter of the
Principal.writableCatalogVersions attribute. |
void |
setXmlcontent(Product item,
String value)
Generated method - Setter of the
Product.xmlcontent attribute. |
void |
setXmlcontent(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.xmlcontent attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static String SYNCJOB2TYPEREL_SRC_ORDERED
protected static String SYNCJOB2TYPEREL_TGT_ORDERED
protected static String SYNCJOB2TYPEREL_MARKMODIFIED
protected static String PRODUCT2KEYWORDRELATION_SRC_ORDERED
protected static String PRODUCT2KEYWORDRELATION_TGT_ORDERED
protected static String PRODUCT2KEYWORDRELATION_MARKMODIFIED
protected static String CATEGORYPRODUCTRELATION_SRC_ORDERED
protected static String CATEGORYPRODUCTRELATION_TGT_ORDERED
protected static String CATEGORYPRODUCTRELATION_MARKMODIFIED
protected static final OneToManyHandler<ProductFeature> PRODUCT2FEATURERELATIONFEATURESHANDLER
OneToManyHandler for handling 1:n FEATURES's relation attributes from 'many' side.protected static final OneToManyHandler<VariantProduct> PRODUCT2VARIANTRELATIONVARIANTSHANDLER
OneToManyHandler for handling 1:n VARIANTS's relation attributes from 'many' side.protected static final OneToManyHandler<ProductReference> PRODUCTREFERENCERELATIONPRODUCTREFERENCESHANDLER
OneToManyHandler for handling 1:n PRODUCTREFERENCES's relation attributes from 'many' side.protected static String CATEGORYMEDIARELATION_SRC_ORDERED
protected static String CATEGORYMEDIARELATION_TGT_ORDERED
protected static String CATEGORYMEDIARELATION_MARKMODIFIED
protected static final OneToManyHandler<AbstractOrderEntryProductInfo> ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATIONPRODUCTINFOSHANDLER
OneToManyHandler for handling 1:n PRODUCTINFOS's relation attributes from 'many' side.protected static String CATEGORY2PRINCIPALRELATION_SRC_ORDERED
protected static String CATEGORY2PRINCIPALRELATION_TGT_ORDERED
protected static String CATEGORY2PRINCIPALRELATION_MARKMODIFIED
protected static String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_SRC_ORDERED
protected static String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_TGT_ORDERED
protected static String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_MARKMODIFIED
protected static String PRINCIPAL2READABLECATALOGVERSIONRELATION_SRC_ORDERED
protected static String PRINCIPAL2READABLECATALOGVERSIONRELATION_TGT_ORDERED
protected static String PRINCIPAL2READABLECATALOGVERSIONRELATION_MARKMODIFIED
protected static String SYNCITEMJOB2PRINCIPAL_SRC_ORDERED
protected static String SYNCITEMJOB2PRINCIPAL_TGT_ORDERED
protected static String SYNCITEMJOB2PRINCIPAL_MARKMODIFIED
protected static String SYNCJOB2LANGREL_SRC_ORDERED
protected static String SYNCJOB2LANGREL_TGT_ORDERED
protected static String SYNCJOB2LANGREL_MARKMODIFIED
protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic Collection<Category> getAccessibleCategories(SessionContext ctx, Principal item)
Principal.accessibleCategories attribute.public Collection<Category> getAccessibleCategories(Principal item)
Principal.accessibleCategories attribute.public long getAccessibleCategoriesCount(SessionContext ctx, Principal item)
public long getAccessibleCategoriesCount(Principal item)
public EnumerationValue getApprovalStatus(SessionContext ctx, Product item)
Product.approvalStatus attribute.public EnumerationValue getApprovalStatus(Product item)
Product.approvalStatus attribute.public void setApprovalStatus(SessionContext ctx, Product item, EnumerationValue value)
Product.approvalStatus attribute.value - the approvalStatuspublic void setApprovalStatus(Product item, EnumerationValue value)
Product.approvalStatus attribute.value - the approvalStatuspublic Map<EnumerationValue,String> getArticleStatus(SessionContext ctx, Product item)
Product.articleStatus attribute.public Map<EnumerationValue,String> getArticleStatus(Product item)
Product.articleStatus attribute.public Map<Language,Map<EnumerationValue,String>> getAllArticleStatus(SessionContext ctx, Product item)
Product.articleStatus attribute.public Map<Language,Map<EnumerationValue,String>> getAllArticleStatus(Product item)
Product.articleStatus attribute.public void setArticleStatus(SessionContext ctx, Product item, Map<EnumerationValue,String> value)
Product.articleStatus attribute.value - the articleStatuspublic void setArticleStatus(Product item, Map<EnumerationValue,String> value)
Product.articleStatus attribute.value - the articleStatuspublic void setAllArticleStatus(SessionContext ctx, Product item, Map<Language,Map<EnumerationValue,String>> value)
Product.articleStatus attribute.value - the articleStatuspublic void setAllArticleStatus(Product item, Map<Language,Map<EnumerationValue,String>> value)
Product.articleStatus attribute.value - the articleStatuspublic Boolean isBillingAddress(SessionContext ctx, Address item)
Address.billingAddress attribute.public Boolean isBillingAddress(Address item)
Address.billingAddress attribute.public boolean isBillingAddressAsPrimitive(SessionContext ctx, Address item)
Address.billingAddress attribute.public boolean isBillingAddressAsPrimitive(Address item)
Address.billingAddress attribute.public void setBillingAddress(SessionContext ctx, Address item, Boolean value)
Address.billingAddress attribute.value - the billingAddress - billingAddresspublic void setBillingAddress(Address item, Boolean value)
Address.billingAddress attribute.value - the billingAddress - billingAddresspublic void setBillingAddress(SessionContext ctx, Address item, boolean value)
Address.billingAddress attribute.value - the billingAddress - billingAddresspublic void setBillingAddress(Address item, boolean value)
Address.billingAddress attribute.value - the billingAddress - billingAddresspublic Map<EnumerationValue,String> getAllBuyerIDS(SessionContext ctx, Product item)
Product.buyerIDS attribute.public Map<EnumerationValue,String> getAllBuyerIDS(Product item)
Product.buyerIDS attribute.public void setAllBuyerIDS(SessionContext ctx, Product item, Map<EnumerationValue,String> value)
Product.buyerIDS attribute.value - the buyerIDSpublic void setAllBuyerIDS(Product item, Map<EnumerationValue,String> value)
Product.buyerIDS attribute.value - the buyerIDSpublic Boolean isCatalogItemType(SessionContext ctx, ComposedType item)
ComposedType.catalogItemType attribute.public Boolean isCatalogItemType(ComposedType item)
ComposedType.catalogItemType attribute.public boolean isCatalogItemTypeAsPrimitive(SessionContext ctx, ComposedType item)
ComposedType.catalogItemType attribute.public boolean isCatalogItemTypeAsPrimitive(ComposedType item)
ComposedType.catalogItemType attribute.public void setCatalogItemType(SessionContext ctx, ComposedType item, Boolean value)
ComposedType.catalogItemType attribute.value - the catalogItemTypepublic void setCatalogItemType(ComposedType item, Boolean value)
ComposedType.catalogItemType attribute.value - the catalogItemTypepublic void setCatalogItemType(SessionContext ctx, ComposedType item, boolean value)
ComposedType.catalogItemType attribute.value - the catalogItemTypepublic void setCatalogItemType(ComposedType item, boolean value)
ComposedType.catalogItemType attribute.value - the catalogItemTypepublic CatalogVersion getCatalogVersion(SessionContext ctx, Product item)
Product.catalogVersion attribute.public CatalogVersion getCatalogVersion(Product item)
Product.catalogVersion attribute.public void setCatalogVersion(SessionContext ctx, Product item, CatalogVersion value)
Product.catalogVersion attribute.value - the catalogVersionpublic void setCatalogVersion(Product item, CatalogVersion value)
Product.catalogVersion attribute.value - the catalogVersionpublic CatalogVersion getCatalogVersion(SessionContext ctx, Media item)
Media.catalogVersion attribute.public CatalogVersion getCatalogVersion(Media item)
Media.catalogVersion attribute.public void setCatalogVersion(SessionContext ctx, Media item, CatalogVersion value)
Media.catalogVersion attribute.value - the catalogVersionpublic void setCatalogVersion(Media item, CatalogVersion value)
Media.catalogVersion attribute.value - the catalogVersionpublic CatalogVersion getCatalogVersion(SessionContext ctx, MediaContainer item)
MediaContainer.catalogVersion attribute.public CatalogVersion getCatalogVersion(MediaContainer item)
MediaContainer.catalogVersion attribute.public void setCatalogVersion(SessionContext ctx, MediaContainer item, CatalogVersion value)
MediaContainer.catalogVersion attribute.value - the catalogVersionpublic void setCatalogVersion(MediaContainer item, CatalogVersion value)
MediaContainer.catalogVersion attribute.value - the catalogVersionpublic abstract AttributeDescriptor getCatalogVersionAttribute(SessionContext ctx, ComposedType item)
ComposedType.catalogVersionAttribute attribute.public AttributeDescriptor getCatalogVersionAttribute(ComposedType item)
ComposedType.catalogVersionAttribute attribute.public abstract void setCatalogVersionAttribute(SessionContext ctx, ComposedType item, AttributeDescriptor value)
ComposedType.catalogVersionAttribute attribute.value - the catalogVersionAttributepublic void setCatalogVersionAttribute(ComposedType item, AttributeDescriptor value)
ComposedType.catalogVersionAttribute attribute.value - the catalogVersionAttributepublic abstract String getClassificationIndexString(SessionContext ctx, Product item)
Product.classificationIndexString attribute.public String getClassificationIndexString(Product item)
Product.classificationIndexString attribute.public abstract Map<Language,String> getAllClassificationIndexString(SessionContext ctx, Product item)
Product.classificationIndexString attribute.public Map<Language,String> getAllClassificationIndexString(Product item)
Product.classificationIndexString attribute.public Boolean isContactAddress(SessionContext ctx, Address item)
Address.contactAddress attribute.public Boolean isContactAddress(Address item)
Address.contactAddress attribute.public boolean isContactAddressAsPrimitive(SessionContext ctx, Address item)
Address.contactAddress attribute.public boolean isContactAddressAsPrimitive(Address item)
Address.contactAddress attribute.public void setContactAddress(SessionContext ctx, Address item, Boolean value)
Address.contactAddress attribute.value - the contactAddress - contactAddresspublic void setContactAddress(Address item, Boolean value)
Address.contactAddress attribute.value - the contactAddress - contactAddresspublic void setContactAddress(SessionContext ctx, Address item, boolean value)
Address.contactAddress attribute.value - the contactAddress - contactAddresspublic void setContactAddress(Address item, boolean value)
Address.contactAddress attribute.value - the contactAddress - contactAddresspublic Unit getContentUnit(SessionContext ctx, Product item)
Product.contentUnit attribute.public Unit getContentUnit(Product item)
Product.contentUnit attribute.public void setContentUnit(SessionContext ctx, Product item, Unit value)
Product.contentUnit attribute.value - the contentUnitpublic void setContentUnit(Product item, Unit value)
Product.contentUnit attribute.value - the contentUnitpublic Agreement createAgreement(SessionContext ctx, Map attributeValues)
public AttributeValueAssignment createAttributeValueAssignment(SessionContext ctx, Map attributeValues)
public AttributeValueAssignment createAttributeValueAssignment(Map attributeValues)
public Catalog createCatalog(SessionContext ctx, Map attributeValues)
public CatalogUnawareMedia createCatalogUnawareMedia(SessionContext ctx, Map attributeValues)
public CatalogUnawareMedia createCatalogUnawareMedia(Map attributeValues)
public CatalogVersion createCatalogVersion(SessionContext ctx, Map attributeValues)
public CatalogVersion createCatalogVersion(Map attributeValues)
public CatalogVersionSyncCronJob createCatalogVersionSyncCronJob(SessionContext ctx, Map attributeValues)
public CatalogVersionSyncCronJob createCatalogVersionSyncCronJob(Map attributeValues)
public CatalogVersionSyncJob createCatalogVersionSyncJob(SessionContext ctx, Map attributeValues)
public CatalogVersionSyncJob createCatalogVersionSyncJob(Map attributeValues)
public CatalogVersionSyncScheduleMedia createCatalogVersionSyncScheduleMedia(SessionContext ctx, Map attributeValues)
public CatalogVersionSyncScheduleMedia createCatalogVersionSyncScheduleMedia(Map attributeValues)
public Category createCategory(SessionContext ctx, Map attributeValues)
public CategoryCatalogVersionDifference createCategoryCatalogVersionDifference(SessionContext ctx, Map attributeValues)
public CategoryCatalogVersionDifference createCategoryCatalogVersionDifference(Map attributeValues)
public ClassAttributeAssignment createClassAttributeAssignment(SessionContext ctx, Map attributeValues)
public ClassAttributeAssignment createClassAttributeAssignment(Map attributeValues)
public ClassificationAttribute createClassificationAttribute(SessionContext ctx, Map attributeValues)
public ClassificationAttribute createClassificationAttribute(Map attributeValues)
public ClassificationAttributeUnit createClassificationAttributeUnit(SessionContext ctx, Map attributeValues)
public ClassificationAttributeUnit createClassificationAttributeUnit(Map attributeValues)
public ClassificationAttributeValue createClassificationAttributeValue(SessionContext ctx, Map attributeValues)
public ClassificationAttributeValue createClassificationAttributeValue(Map attributeValues)
public ClassificationClass createClassificationClass(SessionContext ctx, Map attributeValues)
public ClassificationClass createClassificationClass(Map attributeValues)
public ClassificationKeyword createClassificationKeyword(SessionContext ctx, Map attributeValues)
public ClassificationKeyword createClassificationKeyword(Map attributeValues)
public ClassificationSystem createClassificationSystem(SessionContext ctx, Map attributeValues)
public ClassificationSystem createClassificationSystem(Map attributeValues)
public ClassificationSystemVersion createClassificationSystemVersion(SessionContext ctx, Map attributeValues)
public ClassificationSystemVersion createClassificationSystemVersion(Map attributeValues)
public Company createCompany(SessionContext ctx, Map attributeValues)
public CompareCatalogVersionsCronJob createCompareCatalogVersionsCronJob(SessionContext ctx, Map attributeValues)
public CompareCatalogVersionsCronJob createCompareCatalogVersionsCronJob(Map attributeValues)
public CompareCatalogVersionsJob createCompareCatalogVersionsJob(SessionContext ctx, Map attributeValues)
public CompareCatalogVersionsJob createCompareCatalogVersionsJob(Map attributeValues)
public ConfigurationCategory createConfigurationCategory(SessionContext ctx, Map attributeValues)
public ConfigurationCategory createConfigurationCategory(Map attributeValues)
public ItemSyncDescriptor createItemSyncDescriptor(SessionContext ctx, Map attributeValues)
public ItemSyncDescriptor createItemSyncDescriptor(Map attributeValues)
public ItemSyncTimestamp createItemSyncTimestamp(SessionContext ctx, Map attributeValues)
public ItemSyncTimestamp createItemSyncTimestamp(Map attributeValues)
public Keyword createKeyword(SessionContext ctx, Map attributeValues)
public PreviewTicket createPreviewTicket(SessionContext ctx, Map attributeValues)
public PreviewTicket createPreviewTicket(Map attributeValues)
public ProductCatalogVersionDifference createProductCatalogVersionDifference(SessionContext ctx, Map attributeValues)
public ProductCatalogVersionDifference createProductCatalogVersionDifference(Map attributeValues)
public ProductFeature createProductFeature(SessionContext ctx, Map attributeValues)
public ProductFeature createProductFeature(Map attributeValues)
public ProductReference createProductReference(SessionContext ctx, Map attributeValues)
public ProductReference createProductReference(Map attributeValues)
public RemoveCatalogVersionCronJob createRemoveCatalogVersionCronJob(SessionContext ctx, Map attributeValues)
public RemoveCatalogVersionCronJob createRemoveCatalogVersionCronJob(Map attributeValues)
public RemoveCatalogVersionJob createRemoveCatalogVersionJob(SessionContext ctx, Map attributeValues)
public RemoveCatalogVersionJob createRemoveCatalogVersionJob(Map attributeValues)
public SyncAttributeDescriptorConfig createSyncAttributeDescriptorConfig(SessionContext ctx, Map attributeValues)
public SyncAttributeDescriptorConfig createSyncAttributeDescriptorConfig(Map attributeValues)
public SyncItemCronJob createSyncItemCronJob(SessionContext ctx, Map attributeValues)
public SyncItemCronJob createSyncItemCronJob(Map attributeValues)
public SyncItemJob createSyncItemJob(SessionContext ctx, Map attributeValues)
public SyncItemJob createSyncItemJob(Map attributeValues)
public VariantAttributeDescriptor createVariantAttributeDescriptor(SessionContext ctx, Map attributeValues)
public VariantAttributeDescriptor createVariantAttributeDescriptor(Map attributeValues)
public VariantProduct createVariantProduct(SessionContext ctx, Map attributeValues)
public VariantProduct createVariantProduct(Map attributeValues)
public VariantType createVariantType(SessionContext ctx, Map attributeValues)
public VariantType createVariantType(Map attributeValues)
public Collection<Media> getData_sheet(SessionContext ctx, Product item)
Product.data_sheet attribute.public Collection<Media> getData_sheet(Product item)
Product.data_sheet attribute.public void setData_sheet(SessionContext ctx, Product item, Collection<Media> value)
Product.data_sheet attribute.value - the data_sheetpublic void setData_sheet(Product item, Collection<Media> value)
Product.data_sheet attribute.value - the data_sheetpublic Double getDeliveryTime(SessionContext ctx, Product item)
Product.deliveryTime attribute.public Double getDeliveryTime(Product item)
Product.deliveryTime attribute.public double getDeliveryTimeAsPrimitive(SessionContext ctx, Product item)
Product.deliveryTime attribute.public double getDeliveryTimeAsPrimitive(Product item)
Product.deliveryTime attribute.public void setDeliveryTime(SessionContext ctx, Product item, Double value)
Product.deliveryTime attribute.value - the deliveryTimepublic void setDeliveryTime(Product item, Double value)
Product.deliveryTime attribute.value - the deliveryTimepublic void setDeliveryTime(SessionContext ctx, Product item, double value)
Product.deliveryTime attribute.value - the deliveryTimepublic void setDeliveryTime(Product item, double value)
Product.deliveryTime attribute.value - the deliveryTimepublic Collection<Media> getDetail(SessionContext ctx, Product item)
Product.detail attribute.public Collection<Media> getDetail(Product item)
Product.detail attribute.public void setDetail(SessionContext ctx, Product item, Collection<Media> value)
Product.detail attribute.value - the detailpublic void setDetail(Product item, Collection<Media> value)
Product.detail attribute.value - the detailpublic Boolean isDontCopy(SessionContext ctx, AttributeDescriptor item)
AttributeDescriptor.dontCopy attribute.public Boolean isDontCopy(AttributeDescriptor item)
AttributeDescriptor.dontCopy attribute.public boolean isDontCopyAsPrimitive(SessionContext ctx, AttributeDescriptor item)
AttributeDescriptor.dontCopy attribute.public boolean isDontCopyAsPrimitive(AttributeDescriptor item)
AttributeDescriptor.dontCopy attribute.public void setDontCopy(SessionContext ctx, AttributeDescriptor item, Boolean value)
AttributeDescriptor.dontCopy attribute.value - the dontCopypublic void setDontCopy(AttributeDescriptor item, Boolean value)
AttributeDescriptor.dontCopy attribute.value - the dontCopypublic void setDontCopy(SessionContext ctx, AttributeDescriptor item, boolean value)
AttributeDescriptor.dontCopy attribute.value - the dontCopypublic void setDontCopy(AttributeDescriptor item, boolean value)
AttributeDescriptor.dontCopy attribute.value - the dontCopypublic String getEan(SessionContext ctx, Product item)
Product.ean attribute.public String getEan(Product item)
Product.ean attribute.public void setEan(SessionContext ctx, Product item, String value)
Product.ean attribute.value - the eanpublic void setEan(Product item, String value)
Product.ean attribute.value - the eanpublic Integer getEndLineNumber(SessionContext ctx, Product item)
Product.endLineNumber attribute.public Integer getEndLineNumber(Product item)
Product.endLineNumber attribute.public int getEndLineNumberAsPrimitive(SessionContext ctx, Product item)
Product.endLineNumber attribute.public int getEndLineNumberAsPrimitive(Product item)
Product.endLineNumber attribute.public void setEndLineNumber(SessionContext ctx, Product item, Integer value)
Product.endLineNumber attribute.value - the endLineNumberpublic void setEndLineNumber(Product item, Integer value)
Product.endLineNumber attribute.value - the endLineNumberpublic void setEndLineNumber(SessionContext ctx, Product item, int value)
Product.endLineNumber attribute.value - the endLineNumberpublic void setEndLineNumber(Product item, int value)
Product.endLineNumber attribute.value - the endLineNumberpublic String getErpGroupBuyer(SessionContext ctx, Product item)
Product.erpGroupBuyer attribute.public String getErpGroupBuyer(Product item)
Product.erpGroupBuyer attribute.public void setErpGroupBuyer(SessionContext ctx, Product item, String value)
Product.erpGroupBuyer attribute.value - the erpGroupBuyerpublic void setErpGroupBuyer(Product item, String value)
Product.erpGroupBuyer attribute.value - the erpGroupBuyerpublic String getErpGroupSupplier(SessionContext ctx, Product item)
Product.erpGroupSupplier attribute.public String getErpGroupSupplier(Product item)
Product.erpGroupSupplier attribute.public void setErpGroupSupplier(SessionContext ctx, Product item, String value)
Product.erpGroupSupplier attribute.value - the erpGroupSupplierpublic void setErpGroupSupplier(Product item, String value)
Product.erpGroupSupplier attribute.value - the erpGroupSupplierpublic List<ProductFeature> getFeatures(SessionContext ctx, Product item)
Product.features attribute.public List<ProductFeature> getFeatures(Product item)
Product.features attribute.public void setFeatures(SessionContext ctx, Product item, List<ProductFeature> value)
Product.features attribute.value - the featurespublic void setFeatures(Product item, List<ProductFeature> value)
Product.features attribute.value - the featurespublic void addToFeatures(SessionContext ctx, Product item, ProductFeature value)
value to features.value - the item to add to featurespublic void addToFeatures(Product item, ProductFeature value)
value to features.value - the item to add to featurespublic void removeFromFeatures(SessionContext ctx, Product item, ProductFeature value)
value from features.value - the item to remove from featurespublic void removeFromFeatures(Product item, ProductFeature value)
value from features.value - the item to remove from featurespublic List<Keyword> getKeywords(SessionContext ctx, Product item)
Product.keywords attribute.public List<Keyword> getKeywords(Product item)
Product.keywords attribute.public Map<Language,List<Keyword>> getAllKeywords(SessionContext ctx, Product item)
Product.keywords attribute.public Map<Language,List<Keyword>> getAllKeywords(Product item)
Product.keywords attribute.public long getKeywordsCount(SessionContext ctx, Product item, Language lang)
public long getKeywordsCount(SessionContext ctx, Product item)
public long getKeywordsCount(Product item)
public void setKeywords(SessionContext ctx, Product item, List<Keyword> value)
Product.keywords attribute.value - the keywords - Keywordspublic void setKeywords(Product item, List<Keyword> value)
Product.keywords attribute.value - the keywords - Keywordspublic void setAllKeywords(SessionContext ctx, Product item, Map<Language,List<Keyword>> value)
Product.keywords attribute.value - the keywords - Keywordspublic void setAllKeywords(Product item, Map<Language,List<Keyword>> value)
Product.keywords attribute.value - the keywords - Keywordspublic void addToKeywords(SessionContext ctx, Product item, Language lang, Keyword value)
value to keywords.value - the item to add to keywords - Keywordspublic void addToKeywords(Product item, Language lang, Keyword value)
value to keywords.value - the item to add to keywords - Keywordspublic void removeFromKeywords(SessionContext ctx, Product item, Language lang, Keyword value)
value from keywords.value - the item to remove from keywords - Keywordspublic void removeFromKeywords(Product item, Language lang, Keyword value)
value from keywords.value - the item to remove from keywords - Keywordspublic Collection<Media> getLogo(SessionContext ctx, Product item)
Product.logo attribute.public Collection<Media> getLogo(Product item)
Product.logo attribute.public void setLogo(SessionContext ctx, Product item, Collection<Media> value)
Product.logo attribute.value - the logopublic void setLogo(Product item, Collection<Media> value)
Product.logo attribute.value - the logopublic String getManufacturerAID(SessionContext ctx, Product item)
Product.manufacturerAID attribute.public String getManufacturerAID(Product item)
Product.manufacturerAID attribute.public void setManufacturerAID(SessionContext ctx, Product item, String value)
Product.manufacturerAID attribute.value - the manufacturerAIDpublic void setManufacturerAID(Product item, String value)
Product.manufacturerAID attribute.value - the manufacturerAIDpublic String getManufacturerName(SessionContext ctx, Product item)
Product.manufacturerName attribute.public String getManufacturerName(Product item)
Product.manufacturerName attribute.public void setManufacturerName(SessionContext ctx, Product item, String value)
Product.manufacturerName attribute.value - the manufacturerNamepublic void setManufacturerName(Product item, String value)
Product.manufacturerName attribute.value - the manufacturerNamepublic String getManufacturerTypeDescription(SessionContext ctx, Product item)
Product.manufacturerTypeDescription attribute.public String getManufacturerTypeDescription(Product item)
Product.manufacturerTypeDescription attribute.public Map<Language,String> getAllManufacturerTypeDescription(SessionContext ctx, Product item)
Product.manufacturerTypeDescription attribute.public Map<Language,String> getAllManufacturerTypeDescription(Product item)
Product.manufacturerTypeDescription attribute.public void setManufacturerTypeDescription(SessionContext ctx, Product item, String value)
Product.manufacturerTypeDescription attribute.value - the manufacturerTypeDescriptionpublic void setManufacturerTypeDescription(Product item, String value)
Product.manufacturerTypeDescription attribute.value - the manufacturerTypeDescriptionpublic void setAllManufacturerTypeDescription(SessionContext ctx, Product item, Map<Language,String> value)
Product.manufacturerTypeDescription attribute.value - the manufacturerTypeDescriptionpublic void setAllManufacturerTypeDescription(Product item, Map<Language,String> value)
Product.manufacturerTypeDescription attribute.value - the manufacturerTypeDescriptionpublic Integer getMaxOrderQuantity(SessionContext ctx, Product item)
Product.maxOrderQuantity attribute.public Integer getMaxOrderQuantity(Product item)
Product.maxOrderQuantity attribute.public int getMaxOrderQuantityAsPrimitive(SessionContext ctx, Product item)
Product.maxOrderQuantity attribute.public int getMaxOrderQuantityAsPrimitive(Product item)
Product.maxOrderQuantity attribute.public void setMaxOrderQuantity(SessionContext ctx, Product item, Integer value)
Product.maxOrderQuantity attribute.value - the maxOrderQuantitypublic void setMaxOrderQuantity(Product item, Integer value)
Product.maxOrderQuantity attribute.value - the maxOrderQuantitypublic void setMaxOrderQuantity(SessionContext ctx, Product item, int value)
Product.maxOrderQuantity attribute.value - the maxOrderQuantitypublic void setMaxOrderQuantity(Product item, int value)
Product.maxOrderQuantity attribute.value - the maxOrderQuantitypublic Integer getMinOrderQuantity(SessionContext ctx, Product item)
Product.minOrderQuantity attribute.public Integer getMinOrderQuantity(Product item)
Product.minOrderQuantity attribute.public int getMinOrderQuantityAsPrimitive(SessionContext ctx, Product item)
Product.minOrderQuantity attribute.public int getMinOrderQuantityAsPrimitive(Product item)
Product.minOrderQuantity attribute.public void setMinOrderQuantity(SessionContext ctx, Product item, Integer value)
Product.minOrderQuantity attribute.value - the minOrderQuantitypublic void setMinOrderQuantity(Product item, Integer value)
Product.minOrderQuantity attribute.value - the minOrderQuantitypublic void setMinOrderQuantity(SessionContext ctx, Product item, int value)
Product.minOrderQuantity attribute.value - the minOrderQuantitypublic void setMinOrderQuantity(Product item, int value)
Product.minOrderQuantity attribute.value - the minOrderQuantitypublic Collection<Media> getNormal(SessionContext ctx, Product item)
Product.normal attribute.public Collection<Media> getNormal(Product item)
Product.normal attribute.public void setNormal(SessionContext ctx, Product item, Collection<Media> value)
Product.normal attribute.value - the normalpublic void setNormal(Product item, Collection<Media> value)
Product.normal attribute.value - the normalpublic Double getNumberContentUnits(SessionContext ctx, Product item)
Product.numberContentUnits attribute.public Double getNumberContentUnits(Product item)
Product.numberContentUnits attribute.public double getNumberContentUnitsAsPrimitive(SessionContext ctx, Product item)
Product.numberContentUnits attribute.public double getNumberContentUnitsAsPrimitive(Product item)
Product.numberContentUnits attribute.public void setNumberContentUnits(SessionContext ctx, Product item, Double value)
Product.numberContentUnits attribute.value - the numberContentUnitspublic void setNumberContentUnits(Product item, Double value)
Product.numberContentUnits attribute.value - the numberContentUnitspublic void setNumberContentUnits(SessionContext ctx, Product item, double value)
Product.numberContentUnits attribute.value - the numberContentUnitspublic void setNumberContentUnits(Product item, double value)
Product.numberContentUnits attribute.value - the numberContentUnitspublic Date getOfflineDate(SessionContext ctx, Product item)
Product.offlineDate attribute.public Date getOfflineDate(Product item)
Product.offlineDate attribute.public void setOfflineDate(SessionContext ctx, Product item, Date value)
Product.offlineDate attribute.value - the offlineDatepublic void setOfflineDate(Product item, Date value)
Product.offlineDate attribute.value - the offlineDatepublic Date getOnlineDate(SessionContext ctx, Product item)
Product.onlineDate attribute.public Date getOnlineDate(Product item)
Product.onlineDate attribute.public void setOnlineDate(SessionContext ctx, Product item, Date value)
Product.onlineDate attribute.value - the onlineDatepublic void setOnlineDate(Product item, Date value)
Product.onlineDate attribute.value - the onlineDatepublic Integer getOrder(SessionContext ctx, Product item)
Product.order attribute.public Integer getOrder(Product item)
Product.order attribute.public int getOrderAsPrimitive(SessionContext ctx, Product item)
Product.order attribute.public int getOrderAsPrimitive(Product item)
Product.order attribute.public void setOrder(SessionContext ctx, Product item, Integer value)
Product.order attribute.value - the orderpublic void setOrder(Product item, Integer value)
Product.order attribute.value - the orderpublic void setOrder(SessionContext ctx, Product item, int value)
Product.order attribute.value - the orderpublic void setOrder(Product item, int value)
Product.order attribute.value - the orderpublic Integer getOrderQuantityInterval(SessionContext ctx, Product item)
Product.orderQuantityInterval attribute.public Integer getOrderQuantityInterval(Product item)
Product.orderQuantityInterval attribute.public int getOrderQuantityIntervalAsPrimitive(SessionContext ctx, Product item)
Product.orderQuantityInterval attribute.public int getOrderQuantityIntervalAsPrimitive(Product item)
Product.orderQuantityInterval attribute.public void setOrderQuantityInterval(SessionContext ctx, Product item, Integer value)
Product.orderQuantityInterval attribute.value - the orderQuantityIntervalpublic void setOrderQuantityInterval(Product item, Integer value)
Product.orderQuantityInterval attribute.value - the orderQuantityIntervalpublic void setOrderQuantityInterval(SessionContext ctx, Product item, int value)
Product.orderQuantityInterval attribute.value - the orderQuantityIntervalpublic void setOrderQuantityInterval(Product item, int value)
Product.orderQuantityInterval attribute.value - the orderQuantityIntervalpublic Collection<Media> getOthers(SessionContext ctx, Product item)
Product.others attribute.public Collection<Media> getOthers(Product item)
Product.others attribute.public void setOthers(SessionContext ctx, Product item, Collection<Media> value)
Product.others attribute.value - the otherspublic void setOthers(Product item, Collection<Media> value)
Product.others attribute.value - the otherspublic Collection<CatalogVersion> getPreviewCatalogVersions(SessionContext ctx, Customer item)
Customer.previewCatalogVersions attribute.public Collection<CatalogVersion> getPreviewCatalogVersions(Customer item)
Customer.previewCatalogVersions attribute.public void setPreviewCatalogVersions(SessionContext ctx, Customer item, Collection<CatalogVersion> value)
Customer.previewCatalogVersions attribute.value - the previewCatalogVersionspublic void setPreviewCatalogVersions(Customer item, Collection<CatalogVersion> value)
Customer.previewCatalogVersions attribute.value - the previewCatalogVersionspublic Double getPriceQuantity(SessionContext ctx, Product item)
Product.priceQuantity attribute.public Double getPriceQuantity(Product item)
Product.priceQuantity attribute.public double getPriceQuantityAsPrimitive(SessionContext ctx, Product item)
Product.priceQuantity attribute.public double getPriceQuantityAsPrimitive(Product item)
Product.priceQuantity attribute.public void setPriceQuantity(SessionContext ctx, Product item, Double value)
Product.priceQuantity attribute.value - the priceQuantitypublic void setPriceQuantity(Product item, Double value)
Product.priceQuantity attribute.value - the priceQuantitypublic void setPriceQuantity(SessionContext ctx, Product item, double value)
Product.priceQuantity attribute.value - the priceQuantitypublic void setPriceQuantity(Product item, double value)
Product.priceQuantity attribute.value - the priceQuantitypublic List<AbstractOrderEntryProductInfo> getProductInfos(SessionContext ctx, AbstractOrderEntry item)
AbstractOrderEntry.productInfos attribute.public List<AbstractOrderEntryProductInfo> getProductInfos(AbstractOrderEntry item)
AbstractOrderEntry.productInfos attribute.public void setProductInfos(SessionContext ctx, AbstractOrderEntry item, List<AbstractOrderEntryProductInfo> value)
AbstractOrderEntry.productInfos attribute.value - the productInfospublic void setProductInfos(AbstractOrderEntry item, List<AbstractOrderEntryProductInfo> value)
AbstractOrderEntry.productInfos attribute.value - the productInfospublic void addToProductInfos(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntryProductInfo value)
value to productInfos.value - the item to add to productInfospublic void addToProductInfos(AbstractOrderEntry item, AbstractOrderEntryProductInfo value)
value to productInfos.value - the item to add to productInfospublic void removeFromProductInfos(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntryProductInfo value)
value from productInfos.value - the item to remove from productInfospublic void removeFromProductInfos(AbstractOrderEntry item, AbstractOrderEntryProductInfo value)
value from productInfos.value - the item to remove from productInfospublic Collection<ProductReference> getProductReferences(SessionContext ctx, Product item)
Product.productReferences attribute.public Collection<ProductReference> getProductReferences(Product item)
Product.productReferences attribute.public void setProductReferences(SessionContext ctx, Product item, Collection<ProductReference> value)
Product.productReferences attribute.value - the productReferencespublic void setProductReferences(Product item, Collection<ProductReference> value)
Product.productReferences attribute.value - the productReferencespublic void addToProductReferences(SessionContext ctx, Product item, ProductReference value)
value to productReferences.value - the item to add to productReferencespublic void addToProductReferences(Product item, ProductReference value)
value to productReferences.value - the item to add to productReferencespublic void removeFromProductReferences(SessionContext ctx, Product item, ProductReference value)
value from productReferences.value - the item to remove from productReferencespublic void removeFromProductReferences(Product item, ProductReference value)
value from productReferences.value - the item to remove from productReferencespublic String getPublicKey(SessionContext ctx, Address item)
Address.publicKey attribute.public String getPublicKey(Address item)
Address.publicKey attribute.public void setPublicKey(SessionContext ctx, Address item, String value)
Address.publicKey attribute.value - the publicKeypublic void setPublicKey(Address item, String value)
Address.publicKey attribute.value - the publicKeypublic List<CatalogVersion> getReadableCatalogVersions(SessionContext ctx, Principal item)
Principal.readableCatalogVersions attribute.public List<CatalogVersion> getReadableCatalogVersions(Principal item)
Principal.readableCatalogVersions attribute.public long getReadableCatalogVersionsCount(SessionContext ctx, Principal item)
public long getReadableCatalogVersionsCount(Principal item)
public void setReadableCatalogVersions(SessionContext ctx, Principal item, List<CatalogVersion> value)
Principal.readableCatalogVersions attribute.value - the readableCatalogVersionspublic void setReadableCatalogVersions(Principal item, List<CatalogVersion> value)
Principal.readableCatalogVersions attribute.value - the readableCatalogVersionspublic void addToReadableCatalogVersions(SessionContext ctx, Principal item, CatalogVersion value)
value to readableCatalogVersions.value - the item to add to readableCatalogVersionspublic void addToReadableCatalogVersions(Principal item, CatalogVersion value)
value to readableCatalogVersions.value - the item to add to readableCatalogVersionspublic void removeFromReadableCatalogVersions(SessionContext ctx, Principal item, CatalogVersion value)
value from readableCatalogVersions.value - the item to remove from readableCatalogVersionspublic void removeFromReadableCatalogVersions(Principal item, CatalogVersion value)
value from readableCatalogVersions.value - the item to remove from readableCatalogVersionspublic String getRemarks(SessionContext ctx, Address item)
Address.remarks attribute.public String getRemarks(Address item)
Address.remarks attribute.public void setRemarks(SessionContext ctx, Address item, String value)
Address.remarks attribute.value - the remarkspublic void setRemarks(Address item, String value)
Address.remarks attribute.value - the remarkspublic String getRemarks(SessionContext ctx, Product item)
Product.remarks attribute.public String getRemarks(Product item)
Product.remarks attribute.public Map<Language,String> getAllRemarks(SessionContext ctx, Product item)
Product.remarks attribute.public Map<Language,String> getAllRemarks(Product item)
Product.remarks attribute.public void setRemarks(SessionContext ctx, Product item, String value)
Product.remarks attribute.value - the remarkspublic void setRemarks(Product item, String value)
Product.remarks attribute.value - the remarkspublic void setAllRemarks(SessionContext ctx, Product item, Map<Language,String> value)
Product.remarks attribute.value - the remarkspublic void setAllRemarks(Product item, Map<Language,String> value)
Product.remarks attribute.value - the remarkspublic String getSegment(SessionContext ctx, Product item)
Product.segment attribute.public String getSegment(Product item)
Product.segment attribute.public Map<Language,String> getAllSegment(SessionContext ctx, Product item)
Product.segment attribute.public Map<Language,String> getAllSegment(Product item)
Product.segment attribute.public void setSegment(SessionContext ctx, Product item, String value)
Product.segment attribute.value - the segmentpublic void setSegment(Product item, String value)
Product.segment attribute.value - the segmentpublic void setAllSegment(SessionContext ctx, Product item, Map<Language,String> value)
Product.segment attribute.value - the segmentpublic void setAllSegment(Product item, Map<Language,String> value)
Product.segment attribute.value - the segmentpublic Boolean isShippingAddress(SessionContext ctx, Address item)
Address.shippingAddress attribute.public Boolean isShippingAddress(Address item)
Address.shippingAddress attribute.public boolean isShippingAddressAsPrimitive(SessionContext ctx, Address item)
Address.shippingAddress attribute.public boolean isShippingAddressAsPrimitive(Address item)
Address.shippingAddress attribute.public void setShippingAddress(SessionContext ctx, Address item, Boolean value)
Address.shippingAddress attribute.value - the shippingAddress - shippingAddresspublic void setShippingAddress(Address item, Boolean value)
Address.shippingAddress attribute.value - the shippingAddress - shippingAddresspublic void setShippingAddress(SessionContext ctx, Address item, boolean value)
Address.shippingAddress attribute.value - the shippingAddress - shippingAddresspublic void setShippingAddress(Address item, boolean value)
Address.shippingAddress attribute.value - the shippingAddress - shippingAddresspublic Map<String,String> getAllSpecialTreatmentClasses(SessionContext ctx, Product item)
Product.specialTreatmentClasses attribute.public Map<String,String> getAllSpecialTreatmentClasses(Product item)
Product.specialTreatmentClasses attribute.public void setAllSpecialTreatmentClasses(SessionContext ctx, Product item, Map<String,String> value)
Product.specialTreatmentClasses attribute.value - the specialTreatmentClassespublic void setAllSpecialTreatmentClasses(Product item, Map<String,String> value)
Product.specialTreatmentClasses attribute.value - the specialTreatmentClassespublic Integer getStartLineNumber(SessionContext ctx, Product item)
Product.startLineNumber attribute.public Integer getStartLineNumber(Product item)
Product.startLineNumber attribute.public int getStartLineNumberAsPrimitive(SessionContext ctx, Product item)
Product.startLineNumber attribute.public int getStartLineNumberAsPrimitive(Product item)
Product.startLineNumber attribute.public void setStartLineNumber(SessionContext ctx, Product item, Integer value)
Product.startLineNumber attribute.value - the startLineNumberpublic void setStartLineNumber(Product item, Integer value)
Product.startLineNumber attribute.value - the startLineNumberpublic void setStartLineNumber(SessionContext ctx, Product item, int value)
Product.startLineNumber attribute.value - the startLineNumberpublic void setStartLineNumber(Product item, int value)
Product.startLineNumber attribute.value - the startLineNumberpublic Collection<Category> getSupercategories(SessionContext ctx, Product item)
Product.supercategories attribute.public Collection<Category> getSupercategories(Product item)
Product.supercategories attribute.public long getSupercategoriesCount(SessionContext ctx, Product item)
public long getSupercategoriesCount(Product item)
public void setSupercategories(SessionContext ctx, Product item, Collection<Category> value)
Product.supercategories attribute.value - the supercategories - Super Categoriespublic void setSupercategories(Product item, Collection<Category> value)
Product.supercategories attribute.value - the supercategories - Super Categoriespublic void addToSupercategories(SessionContext ctx, Product item, Category value)
value to supercategories.value - the item to add to supercategories - Super Categoriespublic void addToSupercategories(Product item, Category value)
value to supercategories.value - the item to add to supercategories - Super Categoriespublic void removeFromSupercategories(SessionContext ctx, Product item, Category value)
value from supercategories.value - the item to remove from supercategories - Super Categoriespublic void removeFromSupercategories(Product item, Category value)
value from supercategories.value - the item to remove from supercategories - Super Categoriespublic Collection<Category> getSupercategories(SessionContext ctx, Media item)
Media.supercategories attribute.public Collection<Category> getSupercategories(Media item)
Media.supercategories attribute.public long getSupercategoriesCount(SessionContext ctx, Media item)
public long getSupercategoriesCount(Media item)
public void setSupercategories(SessionContext ctx, Media item, Collection<Category> value)
Media.supercategories attribute.value - the supercategories - Super Categoriespublic void setSupercategories(Media item, Collection<Category> value)
Media.supercategories attribute.value - the supercategories - Super Categoriespublic void addToSupercategories(SessionContext ctx, Media item, Category value)
value to supercategories.value - the item to add to supercategories - Super Categoriespublic void addToSupercategories(Media item, Category value)
value to supercategories.value - the item to add to supercategories - Super Categoriespublic void removeFromSupercategories(SessionContext ctx, Media item, Category value)
value from supercategories.value - the item to remove from supercategories - Super Categoriespublic void removeFromSupercategories(Media item, Category value)
value from supercategories.value - the item to remove from supercategories - Super Categoriespublic String getSupplierAlternativeAID(SessionContext ctx, Product item)
Product.supplierAlternativeAID attribute.public String getSupplierAlternativeAID(Product item)
Product.supplierAlternativeAID attribute.public void setSupplierAlternativeAID(SessionContext ctx, Product item, String value)
Product.supplierAlternativeAID attribute.value - the supplierAlternativeAIDpublic void setSupplierAlternativeAID(Product item, String value)
Product.supplierAlternativeAID attribute.value - the supplierAlternativeAIDpublic abstract List<ItemSyncTimestamp> getSynchronizationSources(SessionContext ctx, Item item)
Item.synchronizationSources attribute.public List<ItemSyncTimestamp> getSynchronizationSources(Item item)
Item.synchronizationSources attribute.public abstract List<ItemSyncTimestamp> getSynchronizedCopies(SessionContext ctx, Item item)
Item.synchronizedCopies attribute.public List<ItemSyncTimestamp> getSynchronizedCopies(Item item)
Item.synchronizedCopies attribute.public Collection<SyncItemJob> getSyncJobs(SessionContext ctx, Principal item)
Principal.syncJobs attribute.public Collection<SyncItemJob> getSyncJobs(Principal item)
Principal.syncJobs attribute.public long getSyncJobsCount(SessionContext ctx, Principal item)
public long getSyncJobsCount(Principal item)
public void setSyncJobs(SessionContext ctx, Principal item, Collection<SyncItemJob> value)
Principal.syncJobs attribute.value - the syncJobspublic void setSyncJobs(Principal item, Collection<SyncItemJob> value)
Principal.syncJobs attribute.value - the syncJobspublic void addToSyncJobs(SessionContext ctx, Principal item, SyncItemJob value)
value to syncJobs.value - the item to add to syncJobspublic void addToSyncJobs(Principal item, SyncItemJob value)
value to syncJobs.value - the item to add to syncJobspublic void removeFromSyncJobs(SessionContext ctx, Principal item, SyncItemJob value)
value from syncJobs.value - the item to remove from syncJobspublic void removeFromSyncJobs(Principal item, SyncItemJob value)
value from syncJobs.value - the item to remove from syncJobspublic Collection<Media> getThumbnails(SessionContext ctx, Product item)
Product.thumbnails attribute.public Collection<Media> getThumbnails(Product item)
Product.thumbnails attribute.public void setThumbnails(SessionContext ctx, Product item, Collection<Media> value)
Product.thumbnails attribute.value - the thumbnailspublic void setThumbnails(Product item, Collection<Media> value)
Product.thumbnails attribute.value - the thumbnailspublic abstract Collection<AttributeDescriptor> getUniqueKeyAttributes(SessionContext ctx, ComposedType item)
ComposedType.uniqueKeyAttributes attribute.public Collection<AttributeDescriptor> getUniqueKeyAttributes(ComposedType item)
ComposedType.uniqueKeyAttributes attribute.public abstract void setUniqueKeyAttributes(SessionContext ctx, ComposedType item, Collection<AttributeDescriptor> value)
ComposedType.uniqueKeyAttributes attribute.value - the uniqueKeyAttributespublic void setUniqueKeyAttributes(ComposedType item, Collection<AttributeDescriptor> value)
ComposedType.uniqueKeyAttributes attribute.value - the uniqueKeyAttributespublic Boolean isUnloadingAddress(SessionContext ctx, Address item)
Address.unloadingAddress attribute.public Boolean isUnloadingAddress(Address item)
Address.unloadingAddress attribute.public boolean isUnloadingAddressAsPrimitive(SessionContext ctx, Address item)
Address.unloadingAddress attribute.public boolean isUnloadingAddressAsPrimitive(Address item)
Address.unloadingAddress attribute.public void setUnloadingAddress(SessionContext ctx, Address item, Boolean value)
Address.unloadingAddress attribute.value - the unloadingAddress - unloadingAddresspublic void setUnloadingAddress(Address item, Boolean value)
Address.unloadingAddress attribute.value - the unloadingAddress - unloadingAddresspublic void setUnloadingAddress(SessionContext ctx, Address item, boolean value)
Address.unloadingAddress attribute.value - the unloadingAddress - unloadingAddresspublic void setUnloadingAddress(Address item, boolean value)
Address.unloadingAddress attribute.value - the unloadingAddress - unloadingAddresspublic String getUrl(SessionContext ctx, Address item)
Address.url attribute.public String getUrl(Address item)
Address.url attribute.public void setUrl(SessionContext ctx, Address item, String value)
Address.url attribute.value - the urlpublic void setUrl(Address item, String value)
Address.url attribute.value - the urlpublic Collection<VariantProduct> getVariants(SessionContext ctx, Product item)
Product.variants attribute.public Collection<VariantProduct> getVariants(Product item)
Product.variants attribute.public void setVariants(SessionContext ctx, Product item, Collection<VariantProduct> value)
Product.variants attribute.value - the variantspublic void setVariants(Product item, Collection<VariantProduct> value)
Product.variants attribute.value - the variantspublic void addToVariants(SessionContext ctx, Product item, VariantProduct value)
value to variants.value - the item to add to variantspublic void addToVariants(Product item, VariantProduct value)
value to variants.value - the item to add to variantspublic void removeFromVariants(SessionContext ctx, Product item, VariantProduct value)
value from variants.value - the item to remove from variantspublic void removeFromVariants(Product item, VariantProduct value)
value from variants.value - the item to remove from variantspublic VariantType getVariantType(SessionContext ctx, Product item)
Product.variantType attribute.public VariantType getVariantType(Product item)
Product.variantType attribute.public void setVariantType(SessionContext ctx, Product item, VariantType value)
Product.variantType attribute.value - the variantTypepublic void setVariantType(Product item, VariantType value)
Product.variantType attribute.value - the variantTypepublic List<CatalogVersion> getWritableCatalogVersions(SessionContext ctx, Principal item)
Principal.writableCatalogVersions attribute.public List<CatalogVersion> getWritableCatalogVersions(Principal item)
Principal.writableCatalogVersions attribute.public long getWritableCatalogVersionsCount(SessionContext ctx, Principal item)
public long getWritableCatalogVersionsCount(Principal item)
public void setWritableCatalogVersions(SessionContext ctx, Principal item, List<CatalogVersion> value)
Principal.writableCatalogVersions attribute.value - the writableCatalogVersionspublic void setWritableCatalogVersions(Principal item, List<CatalogVersion> value)
Principal.writableCatalogVersions attribute.value - the writableCatalogVersionspublic void addToWritableCatalogVersions(SessionContext ctx, Principal item, CatalogVersion value)
value to writableCatalogVersions.value - the item to add to writableCatalogVersionspublic void addToWritableCatalogVersions(Principal item, CatalogVersion value)
value to writableCatalogVersions.value - the item to add to writableCatalogVersionspublic void removeFromWritableCatalogVersions(SessionContext ctx, Principal item, CatalogVersion value)
value from writableCatalogVersions.value - the item to remove from writableCatalogVersionspublic void removeFromWritableCatalogVersions(Principal item, CatalogVersion value)
value from writableCatalogVersions.value - the item to remove from writableCatalogVersionspublic String getXmlcontent(SessionContext ctx, Product item)
Product.xmlcontent attribute.public String getXmlcontent(Product item)
Product.xmlcontent attribute.public void setXmlcontent(SessionContext ctx, Product item, String value)
Product.xmlcontent attribute.value - the xmlcontentCopyright © 2017 SAP SE. All Rights Reserved.