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 java.lang.String |
CATEGORY2PRINCIPALRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Category2PrincipalRelation from ((catalog))
|
protected static java.lang.String |
CATEGORY2PRINCIPALRELATION_SRC_ORDERED
Relation ordering override parameter constants for Category2PrincipalRelation from ((catalog))
|
protected static java.lang.String |
CATEGORY2PRINCIPALRELATION_TGT_ORDERED |
protected static java.lang.String |
CATEGORYMEDIARELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CategoryMediaRelation from ((catalog))
|
protected static java.lang.String |
CATEGORYMEDIARELATION_SRC_ORDERED
Relation ordering override parameter constants for CategoryMediaRelation from ((catalog))
|
protected static java.lang.String |
CATEGORYMEDIARELATION_TGT_ORDERED |
protected static java.lang.String |
CATEGORYPRODUCTRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CategoryProductRelation from ((catalog))
|
protected static java.lang.String |
CATEGORYPRODUCTRELATION_SRC_ORDERED
Relation ordering override parameter constants for CategoryProductRelation from ((catalog))
|
protected static java.lang.String |
CATEGORYPRODUCTRELATION_TGT_ORDERED |
protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
protected static java.lang.String |
PRINCIPAL2READABLECATALOGVERSIONRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2ReadableCatalogVersionRelation from ((catalog))
|
protected static java.lang.String |
PRINCIPAL2READABLECATALOGVERSIONRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2ReadableCatalogVersionRelation from ((catalog))
|
protected static java.lang.String |
PRINCIPAL2READABLECATALOGVERSIONRELATION_TGT_ORDERED |
protected static java.lang.String |
PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Principal2WriteableCatalogVersionRelation from ((catalog))
|
protected static java.lang.String |
PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_SRC_ORDERED
Relation ordering override parameter constants for Principal2WriteableCatalogVersionRelation from ((catalog))
|
protected static java.lang.String |
PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_TGT_ORDERED |
protected static OneToManyHandler<ProductFeature> |
PRODUCT2FEATURERELATIONFEATURESHANDLER
OneToManyHandler for handling 1:n FEATURES's relation attributes from 'many' side. |
protected static java.lang.String |
PRODUCT2KEYWORDRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Product2KeywordRelation from ((catalog))
|
protected static java.lang.String |
PRODUCT2KEYWORDRELATION_SRC_ORDERED
Relation ordering override parameter constants for Product2KeywordRelation from ((catalog))
|
protected static java.lang.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 java.lang.String |
SYNCITEMJOB2PRINCIPAL_MARKMODIFIED
Relation disable markmodifed parameter constants for SyncItemJob2Principal from ((catalog))
|
protected static java.lang.String |
SYNCITEMJOB2PRINCIPAL_SRC_ORDERED
Relation ordering override parameter constants for SyncItemJob2Principal from ((catalog))
|
protected static java.lang.String |
SYNCITEMJOB2PRINCIPAL_TGT_ORDERED |
protected static java.lang.String |
SYNCJOB2LANGREL_MARKMODIFIED
Relation disable markmodifed parameter constants for SyncJob2LangRel from ((catalog))
|
protected static java.lang.String |
SYNCJOB2LANGREL_SRC_ORDERED
Relation ordering override parameter constants for SyncJob2LangRel from ((catalog))
|
protected static java.lang.String |
SYNCJOB2LANGREL_TGT_ORDERED |
protected static java.lang.String |
SYNCJOB2TYPEREL_MARKMODIFIED
Relation disable markmodifed parameter constants for SyncJob2TypeRel from ((catalog))
|
protected static java.lang.String |
SYNCJOB2TYPEREL_SRC_ORDERED
Relation ordering override parameter constants for SyncJob2TypeRel from ((catalog))
|
protected static java.lang.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(java.util.Map attributeValues) |
Agreement |
createAgreement(SessionContext ctx,
java.util.Map attributeValues) |
AttributeValueAssignment |
createAttributeValueAssignment(java.util.Map attributeValues) |
AttributeValueAssignment |
createAttributeValueAssignment(SessionContext ctx,
java.util.Map attributeValues) |
Catalog |
createCatalog(java.util.Map attributeValues) |
Catalog |
createCatalog(SessionContext ctx,
java.util.Map attributeValues) |
CatalogUnawareMedia |
createCatalogUnawareMedia(java.util.Map attributeValues) |
CatalogUnawareMedia |
createCatalogUnawareMedia(SessionContext ctx,
java.util.Map attributeValues) |
CatalogVersion |
createCatalogVersion(java.util.Map attributeValues) |
CatalogVersion |
createCatalogVersion(SessionContext ctx,
java.util.Map attributeValues) |
CatalogVersionSyncCronJob |
createCatalogVersionSyncCronJob(java.util.Map attributeValues) |
CatalogVersionSyncCronJob |
createCatalogVersionSyncCronJob(SessionContext ctx,
java.util.Map attributeValues) |
CatalogVersionSyncCronJobHistory |
createCatalogVersionSyncCronJobHistory(java.util.Map attributeValues) |
CatalogVersionSyncCronJobHistory |
createCatalogVersionSyncCronJobHistory(SessionContext ctx,
java.util.Map attributeValues) |
CatalogVersionSyncJob |
createCatalogVersionSyncJob(java.util.Map attributeValues) |
CatalogVersionSyncJob |
createCatalogVersionSyncJob(SessionContext ctx,
java.util.Map attributeValues) |
CatalogVersionSyncScheduleMedia |
createCatalogVersionSyncScheduleMedia(java.util.Map attributeValues) |
CatalogVersionSyncScheduleMedia |
createCatalogVersionSyncScheduleMedia(SessionContext ctx,
java.util.Map attributeValues) |
Category |
createCategory(java.util.Map attributeValues) |
Category |
createCategory(SessionContext ctx,
java.util.Map attributeValues) |
CategoryCatalogVersionDifference |
createCategoryCatalogVersionDifference(java.util.Map attributeValues) |
CategoryCatalogVersionDifference |
createCategoryCatalogVersionDifference(SessionContext ctx,
java.util.Map attributeValues) |
ClassAttributeAssignment |
createClassAttributeAssignment(java.util.Map attributeValues) |
ClassAttributeAssignment |
createClassAttributeAssignment(SessionContext ctx,
java.util.Map attributeValues) |
ClassificationAttribute |
createClassificationAttribute(java.util.Map attributeValues) |
ClassificationAttribute |
createClassificationAttribute(SessionContext ctx,
java.util.Map attributeValues) |
ClassificationAttributeUnit |
createClassificationAttributeUnit(java.util.Map attributeValues) |
ClassificationAttributeUnit |
createClassificationAttributeUnit(SessionContext ctx,
java.util.Map attributeValues) |
ClassificationAttributeValue |
createClassificationAttributeValue(java.util.Map attributeValues) |
ClassificationAttributeValue |
createClassificationAttributeValue(SessionContext ctx,
java.util.Map attributeValues) |
ClassificationClass |
createClassificationClass(java.util.Map attributeValues) |
ClassificationClass |
createClassificationClass(SessionContext ctx,
java.util.Map attributeValues) |
ClassificationKeyword |
createClassificationKeyword(java.util.Map attributeValues) |
ClassificationKeyword |
createClassificationKeyword(SessionContext ctx,
java.util.Map attributeValues) |
ClassificationSystem |
createClassificationSystem(java.util.Map attributeValues) |
ClassificationSystem |
createClassificationSystem(SessionContext ctx,
java.util.Map attributeValues) |
ClassificationSystemVersion |
createClassificationSystemVersion(java.util.Map attributeValues) |
ClassificationSystemVersion |
createClassificationSystemVersion(SessionContext ctx,
java.util.Map attributeValues) |
Company |
createCompany(java.util.Map attributeValues) |
Company |
createCompany(SessionContext ctx,
java.util.Map attributeValues) |
CompareCatalogVersionsCronJob |
createCompareCatalogVersionsCronJob(java.util.Map attributeValues) |
CompareCatalogVersionsCronJob |
createCompareCatalogVersionsCronJob(SessionContext ctx,
java.util.Map attributeValues) |
CompareCatalogVersionsJob |
createCompareCatalogVersionsJob(java.util.Map attributeValues) |
CompareCatalogVersionsJob |
createCompareCatalogVersionsJob(SessionContext ctx,
java.util.Map attributeValues) |
ConfigurationCategory |
createConfigurationCategory(java.util.Map attributeValues) |
ConfigurationCategory |
createConfigurationCategory(SessionContext ctx,
java.util.Map attributeValues) |
ItemSyncDescriptor |
createItemSyncDescriptor(java.util.Map attributeValues) |
ItemSyncDescriptor |
createItemSyncDescriptor(SessionContext ctx,
java.util.Map attributeValues) |
ItemSyncTimestamp |
createItemSyncTimestamp(java.util.Map attributeValues) |
ItemSyncTimestamp |
createItemSyncTimestamp(SessionContext ctx,
java.util.Map attributeValues) |
Keyword |
createKeyword(java.util.Map attributeValues) |
Keyword |
createKeyword(SessionContext ctx,
java.util.Map attributeValues) |
PreviewTicket |
createPreviewTicket(java.util.Map attributeValues) |
PreviewTicket |
createPreviewTicket(SessionContext ctx,
java.util.Map attributeValues) |
ProductCatalogVersionDifference |
createProductCatalogVersionDifference(java.util.Map attributeValues) |
ProductCatalogVersionDifference |
createProductCatalogVersionDifference(SessionContext ctx,
java.util.Map attributeValues) |
ProductFeature |
createProductFeature(java.util.Map attributeValues) |
ProductFeature |
createProductFeature(SessionContext ctx,
java.util.Map attributeValues) |
ProductReference |
createProductReference(java.util.Map attributeValues) |
ProductReference |
createProductReference(SessionContext ctx,
java.util.Map attributeValues) |
RemoveCatalogVersionCronJob |
createRemoveCatalogVersionCronJob(java.util.Map attributeValues) |
RemoveCatalogVersionCronJob |
createRemoveCatalogVersionCronJob(SessionContext ctx,
java.util.Map attributeValues) |
RemoveCatalogVersionJob |
createRemoveCatalogVersionJob(java.util.Map attributeValues) |
RemoveCatalogVersionJob |
createRemoveCatalogVersionJob(SessionContext ctx,
java.util.Map attributeValues) |
SyncAttributeDescriptorConfig |
createSyncAttributeDescriptorConfig(java.util.Map attributeValues) |
SyncAttributeDescriptorConfig |
createSyncAttributeDescriptorConfig(SessionContext ctx,
java.util.Map attributeValues) |
SyncItemCronJob |
createSyncItemCronJob(java.util.Map attributeValues) |
SyncItemCronJob |
createSyncItemCronJob(SessionContext ctx,
java.util.Map attributeValues) |
SyncItemJob |
createSyncItemJob(java.util.Map attributeValues) |
SyncItemJob |
createSyncItemJob(SessionContext ctx,
java.util.Map attributeValues) |
VariantAttributeDescriptor |
createVariantAttributeDescriptor(java.util.Map attributeValues) |
VariantAttributeDescriptor |
createVariantAttributeDescriptor(SessionContext ctx,
java.util.Map attributeValues) |
VariantProduct |
createVariantProduct(java.util.Map attributeValues) |
VariantProduct |
createVariantProduct(SessionContext ctx,
java.util.Map attributeValues) |
VariantType |
createVariantType(java.util.Map attributeValues) |
VariantType |
createVariantType(SessionContext ctx,
java.util.Map attributeValues) |
java.util.Collection<Category> |
getAccessibleCategories(Principal item)
Generated method - Getter of the
Principal.accessibleCategories attribute. |
java.util.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) |
java.util.Map<Language,java.util.Map<EnumerationValue,java.lang.String>> |
getAllArticleStatus(Product item)
Generated method - Getter of the
Product.articleStatus attribute. |
java.util.Map<Language,java.util.Map<EnumerationValue,java.lang.String>> |
getAllArticleStatus(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.articleStatus attribute. |
java.util.Map<EnumerationValue,java.lang.String> |
getAllBuyerIDS(Product item)
Generated method - Getter of the
Product.buyerIDS attribute. |
java.util.Map<EnumerationValue,java.lang.String> |
getAllBuyerIDS(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.buyerIDS attribute. |
java.util.Map<Language,java.lang.String> |
getAllClassificationIndexString(Product item)
Generated method - Getter of the
Product.classificationIndexString attribute. |
abstract java.util.Map<Language,java.lang.String> |
getAllClassificationIndexString(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.classificationIndexString attribute. |
java.util.Map<Language,java.util.List<Keyword>> |
getAllKeywords(Product item)
Generated method - Getter of the
Product.keywords attribute. |
java.util.Map<Language,java.util.List<Keyword>> |
getAllKeywords(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.keywords attribute. |
java.util.Map<Language,java.lang.String> |
getAllManufacturerTypeDescription(Product item)
Generated method - Getter of the
Product.manufacturerTypeDescription attribute. |
java.util.Map<Language,java.lang.String> |
getAllManufacturerTypeDescription(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.manufacturerTypeDescription attribute. |
java.util.Map<Language,java.lang.String> |
getAllRemarks(Product item)
Generated method - Getter of the
Product.remarks attribute. |
java.util.Map<Language,java.lang.String> |
getAllRemarks(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.remarks attribute. |
java.util.Map<Language,java.lang.String> |
getAllSegment(Product item)
Generated method - Getter of the
Product.segment attribute. |
java.util.Map<Language,java.lang.String> |
getAllSegment(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.segment attribute. |
java.util.Map<java.lang.String,java.lang.String> |
getAllSpecialTreatmentClasses(Product item)
Generated method - Getter of the
Product.specialTreatmentClasses attribute. |
java.util.Map<java.lang.String,java.lang.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. |
java.util.Map<EnumerationValue,java.lang.String> |
getArticleStatus(Product item)
Generated method - Getter of the
Product.articleStatus attribute. |
java.util.Map<EnumerationValue,java.lang.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. |
java.lang.String |
getClassificationIndexString(Product item)
Generated method - Getter of the
Product.classificationIndexString attribute. |
abstract java.lang.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. |
java.util.Collection<Media> |
getData_sheet(Product item)
Generated method - Getter of the
Product.data_sheet attribute. |
java.util.Collection<Media> |
getData_sheet(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.data_sheet attribute. |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.Double |
getDeliveryTime(Product item)
Generated method - Getter of the
Product.deliveryTime attribute. |
java.lang.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. |
java.util.Collection<Media> |
getDetail(Product item)
Generated method - Getter of the
Product.detail attribute. |
java.util.Collection<Media> |
getDetail(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.detail attribute. |
java.lang.String |
getEan(Product item)
Generated method - Getter of the
Product.ean attribute. |
java.lang.String |
getEan(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.ean attribute. |
java.lang.Integer |
getEndLineNumber(Product item)
Generated method - Getter of the
Product.endLineNumber attribute. |
java.lang.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. |
java.lang.String |
getErpGroupBuyer(Product item)
Generated method - Getter of the
Product.erpGroupBuyer attribute. |
java.lang.String |
getErpGroupBuyer(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.erpGroupBuyer attribute. |
java.lang.String |
getErpGroupSupplier(Product item)
Generated method - Getter of the
Product.erpGroupSupplier attribute. |
java.lang.String |
getErpGroupSupplier(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.erpGroupSupplier attribute. |
java.util.List<ProductFeature> |
getFeatures(Product item)
Generated method - Getter of the
Product.features attribute. |
java.util.List<ProductFeature> |
getFeatures(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.features attribute. |
java.util.List<Keyword> |
getKeywords(Product item)
Generated method - Getter of the
Product.keywords attribute. |
java.util.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) |
java.util.Collection<Media> |
getLogo(Product item)
Generated method - Getter of the
Product.logo attribute. |
java.util.Collection<Media> |
getLogo(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.logo attribute. |
java.lang.String |
getManufacturerAID(Product item)
Generated method - Getter of the
Product.manufacturerAID attribute. |
java.lang.String |
getManufacturerAID(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.manufacturerAID attribute. |
java.lang.String |
getManufacturerName(Product item)
Generated method - Getter of the
Product.manufacturerName attribute. |
java.lang.String |
getManufacturerName(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.manufacturerName attribute. |
java.lang.String |
getManufacturerTypeDescription(Product item)
Generated method - Getter of the
Product.manufacturerTypeDescription attribute. |
java.lang.String |
getManufacturerTypeDescription(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.manufacturerTypeDescription attribute. |
java.lang.Integer |
getMaxOrderQuantity(Product item)
Generated method - Getter of the
Product.maxOrderQuantity attribute. |
java.lang.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. |
java.lang.Integer |
getMinOrderQuantity(Product item)
Generated method - Getter of the
Product.minOrderQuantity attribute. |
java.lang.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. |
java.lang.String |
getName() |
java.util.Collection<Media> |
getNormal(Product item)
Generated method - Getter of the
Product.normal attribute. |
java.util.Collection<Media> |
getNormal(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.normal attribute. |
java.lang.Double |
getNumberContentUnits(Product item)
Generated method - Getter of the
Product.numberContentUnits attribute. |
java.lang.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. |
java.util.Date |
getOfflineDate(Product item)
Generated method - Getter of the
Product.offlineDate attribute. |
java.util.Date |
getOfflineDate(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.offlineDate attribute. |
java.util.Date |
getOnlineDate(Product item)
Generated method - Getter of the
Product.onlineDate attribute. |
java.util.Date |
getOnlineDate(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.onlineDate attribute. |
java.lang.Integer |
getOrder(Product item)
Generated method - Getter of the
Product.order attribute. |
java.lang.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. |
java.lang.Integer |
getOrderQuantityInterval(Product item)
Generated method - Getter of the
Product.orderQuantityInterval attribute. |
java.lang.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. |
java.util.Collection<Media> |
getOthers(Product item)
Generated method - Getter of the
Product.others attribute. |
java.util.Collection<Media> |
getOthers(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.others attribute. |
java.util.Collection<CatalogVersion> |
getPreviewCatalogVersions(Customer item)
Generated method - Getter of the
Customer.previewCatalogVersions attribute. |
java.util.Collection<CatalogVersion> |
getPreviewCatalogVersions(SessionContext ctx,
Customer item)
Generated method - Getter of the
Customer.previewCatalogVersions attribute. |
java.lang.Double |
getPriceQuantity(Product item)
Generated method - Getter of the
Product.priceQuantity attribute. |
java.lang.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. |
java.util.List<AbstractOrderEntryProductInfo> |
getProductInfos(AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.productInfos attribute. |
java.util.List<AbstractOrderEntryProductInfo> |
getProductInfos(SessionContext ctx,
AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.productInfos attribute. |
java.util.Collection<ProductReference> |
getProductReferences(Product item)
Generated method - Getter of the
Product.productReferences attribute. |
java.util.Collection<ProductReference> |
getProductReferences(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.productReferences attribute. |
java.lang.String |
getPublicKey(Address item)
Generated method - Getter of the
Address.publicKey attribute. |
java.lang.String |
getPublicKey(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.publicKey attribute. |
java.util.List<CatalogVersion> |
getReadableCatalogVersions(Principal item)
Generated method - Getter of the
Principal.readableCatalogVersions attribute. |
java.util.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) |
java.lang.String |
getRemarks(Address item)
Generated method - Getter of the
Address.remarks attribute. |
java.lang.String |
getRemarks(Product item)
Generated method - Getter of the
Product.remarks attribute. |
java.lang.String |
getRemarks(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.remarks attribute. |
java.lang.String |
getRemarks(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.remarks attribute. |
java.lang.String |
getSegment(Product item)
Generated method - Getter of the
Product.segment attribute. |
java.lang.String |
getSegment(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.segment attribute. |
java.lang.Integer |
getStartLineNumber(Product item)
Generated method - Getter of the
Product.startLineNumber attribute. |
java.lang.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. |
java.util.Collection<Category> |
getSupercategories(Media item)
Generated method - Getter of the
Media.supercategories attribute. |
java.util.Collection<Category> |
getSupercategories(Product item)
Generated method - Getter of the
Product.supercategories attribute. |
java.util.Collection<Category> |
getSupercategories(SessionContext ctx,
Media item)
Generated method - Getter of the
Media.supercategories attribute. |
java.util.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) |
java.lang.String |
getSupplierAlternativeAID(Product item)
Generated method - Getter of the
Product.supplierAlternativeAID attribute. |
java.lang.String |
getSupplierAlternativeAID(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.supplierAlternativeAID attribute. |
java.util.List<ItemSyncTimestamp> |
getSynchronizationSources(Item item)
Generated method - Getter of the
Item.synchronizationSources attribute. |
abstract java.util.List<ItemSyncTimestamp> |
getSynchronizationSources(SessionContext ctx,
Item item)
Generated method - Getter of the
Item.synchronizationSources attribute. |
java.util.List<ItemSyncTimestamp> |
getSynchronizedCopies(Item item)
Generated method - Getter of the
Item.synchronizedCopies attribute. |
abstract java.util.List<ItemSyncTimestamp> |
getSynchronizedCopies(SessionContext ctx,
Item item)
Generated method - Getter of the
Item.synchronizedCopies attribute. |
java.util.Collection<SyncItemJob> |
getSyncJobs(Principal item)
Generated method - Getter of the
Principal.syncJobs attribute. |
java.util.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) |
java.util.Collection<Media> |
getThumbnails(Product item)
Generated method - Getter of the
Product.thumbnails attribute. |
java.util.Collection<Media> |
getThumbnails(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.thumbnails attribute. |
java.util.Collection<AttributeDescriptor> |
getUniqueKeyAttributes(ComposedType item)
Generated method - Getter of the
ComposedType.uniqueKeyAttributes attribute. |
abstract java.util.Collection<AttributeDescriptor> |
getUniqueKeyAttributes(SessionContext ctx,
ComposedType item)
Generated method - Getter of the
ComposedType.uniqueKeyAttributes attribute. |
java.lang.String |
getUrl(Address item)
Generated method - Getter of the
Address.url attribute. |
java.lang.String |
getUrl(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.url attribute. |
java.util.Collection<VariantProduct> |
getVariants(Product item)
Generated method - Getter of the
Product.variants attribute. |
java.util.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. |
java.util.List<CatalogVersion> |
getWritableCatalogVersions(Principal item)
Generated method - Getter of the
Principal.writableCatalogVersions attribute. |
java.util.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) |
java.lang.String |
getXmlcontent(Product item)
Generated method - Getter of the
Product.xmlcontent attribute. |
java.lang.String |
getXmlcontent(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.xmlcontent attribute. |
java.lang.Boolean |
isBillingAddress(Address item)
Generated method - Getter of the
Address.billingAddress attribute. |
java.lang.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. |
java.lang.Boolean |
isCatalogItemType(ComposedType item)
Generated method - Getter of the
ComposedType.catalogItemType attribute. |
java.lang.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. |
java.lang.Boolean |
isContactAddress(Address item)
Generated method - Getter of the
Address.contactAddress attribute. |
java.lang.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. |
java.lang.Boolean |
isDontCopy(AttributeDescriptor item)
Generated method - Getter of the
AttributeDescriptor.dontCopy attribute. |
java.lang.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. |
java.lang.Boolean |
isShippingAddress(Address item)
Generated method - Getter of the
Address.shippingAddress attribute. |
java.lang.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. |
java.lang.Boolean |
isUnloadingAddress(Address item)
Generated method - Getter of the
Address.unloadingAddress attribute. |
java.lang.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,
java.util.Map<Language,java.util.Map<EnumerationValue,java.lang.String>> value)
Generated method - Setter of the
Product.articleStatus attribute. |
void |
setAllArticleStatus(SessionContext ctx,
Product item,
java.util.Map<Language,java.util.Map<EnumerationValue,java.lang.String>> value)
Generated method - Setter of the
Product.articleStatus attribute. |
void |
setAllBuyerIDS(Product item,
java.util.Map<EnumerationValue,java.lang.String> value)
Generated method - Setter of the
Product.buyerIDS attribute. |
void |
setAllBuyerIDS(SessionContext ctx,
Product item,
java.util.Map<EnumerationValue,java.lang.String> value)
Generated method - Setter of the
Product.buyerIDS attribute. |
void |
setAllKeywords(Product item,
java.util.Map<Language,java.util.List<Keyword>> value)
Generated method - Setter of the
Product.keywords attribute. |
void |
setAllKeywords(SessionContext ctx,
Product item,
java.util.Map<Language,java.util.List<Keyword>> value)
Generated method - Setter of the
Product.keywords attribute. |
void |
setAllManufacturerTypeDescription(Product item,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
Product.manufacturerTypeDescription attribute. |
void |
setAllManufacturerTypeDescription(SessionContext ctx,
Product item,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
Product.manufacturerTypeDescription attribute. |
void |
setAllRemarks(Product item,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
Product.remarks attribute. |
void |
setAllRemarks(SessionContext ctx,
Product item,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
Product.remarks attribute. |
void |
setAllSegment(Product item,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
Product.segment attribute. |
void |
setAllSegment(SessionContext ctx,
Product item,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
Product.segment attribute. |
void |
setAllSpecialTreatmentClasses(Product item,
java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of the
Product.specialTreatmentClasses attribute. |
void |
setAllSpecialTreatmentClasses(SessionContext ctx,
Product item,
java.util.Map<java.lang.String,java.lang.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,
java.util.Map<EnumerationValue,java.lang.String> value)
Generated method - Setter of the
Product.articleStatus attribute. |
void |
setArticleStatus(SessionContext ctx,
Product item,
java.util.Map<EnumerationValue,java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.data_sheet attribute. |
void |
setData_sheet(SessionContext ctx,
Product item,
java.util.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,
java.lang.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,
java.lang.Double value)
Generated method - Setter of the
Product.deliveryTime attribute. |
void |
setDetail(Product item,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.detail attribute. |
void |
setDetail(SessionContext ctx,
Product item,
java.util.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,
java.lang.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,
java.lang.Boolean value)
Generated method - Setter of the
AttributeDescriptor.dontCopy attribute. |
void |
setEan(Product item,
java.lang.String value)
Generated method - Setter of the
Product.ean attribute. |
void |
setEan(SessionContext ctx,
Product item,
java.lang.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,
java.lang.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,
java.lang.Integer value)
Generated method - Setter of the
Product.endLineNumber attribute. |
void |
setErpGroupBuyer(Product item,
java.lang.String value)
Generated method - Setter of the
Product.erpGroupBuyer attribute. |
void |
setErpGroupBuyer(SessionContext ctx,
Product item,
java.lang.String value)
Generated method - Setter of the
Product.erpGroupBuyer attribute. |
void |
setErpGroupSupplier(Product item,
java.lang.String value)
Generated method - Setter of the
Product.erpGroupSupplier attribute. |
void |
setErpGroupSupplier(SessionContext ctx,
Product item,
java.lang.String value)
Generated method - Setter of the
Product.erpGroupSupplier attribute. |
void |
setFeatures(Product item,
java.util.List<ProductFeature> value)
Generated method - Setter of the
Product.features attribute. |
void |
setFeatures(SessionContext ctx,
Product item,
java.util.List<ProductFeature> value)
Generated method - Setter of the
Product.features attribute. |
void |
setKeywords(Product item,
java.util.List<Keyword> value)
Generated method - Setter of the
Product.keywords attribute. |
void |
setKeywords(SessionContext ctx,
Product item,
java.util.List<Keyword> value)
Generated method - Setter of the
Product.keywords attribute. |
void |
setLogo(Product item,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.logo attribute. |
void |
setLogo(SessionContext ctx,
Product item,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.logo attribute. |
void |
setManufacturerAID(Product item,
java.lang.String value)
Generated method - Setter of the
Product.manufacturerAID attribute. |
void |
setManufacturerAID(SessionContext ctx,
Product item,
java.lang.String value)
Generated method - Setter of the
Product.manufacturerAID attribute. |
void |
setManufacturerName(Product item,
java.lang.String value)
Generated method - Setter of the
Product.manufacturerName attribute. |
void |
setManufacturerName(SessionContext ctx,
Product item,
java.lang.String value)
Generated method - Setter of the
Product.manufacturerName attribute. |
void |
setManufacturerTypeDescription(Product item,
java.lang.String value)
Generated method - Setter of the
Product.manufacturerTypeDescription attribute. |
void |
setManufacturerTypeDescription(SessionContext ctx,
Product item,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.Integer value)
Generated method - Setter of the
Product.minOrderQuantity attribute. |
void |
setNormal(Product item,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.normal attribute. |
void |
setNormal(SessionContext ctx,
Product item,
java.util.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,
java.lang.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,
java.lang.Double value)
Generated method - Setter of the
Product.numberContentUnits attribute. |
void |
setOfflineDate(Product item,
java.util.Date value)
Generated method - Setter of the
Product.offlineDate attribute. |
void |
setOfflineDate(SessionContext ctx,
Product item,
java.util.Date value)
Generated method - Setter of the
Product.offlineDate attribute. |
void |
setOnlineDate(Product item,
java.util.Date value)
Generated method - Setter of the
Product.onlineDate attribute. |
void |
setOnlineDate(SessionContext ctx,
Product item,
java.util.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,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.Integer value)
Generated method - Setter of the
Product.orderQuantityInterval attribute. |
void |
setOthers(Product item,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.others attribute. |
void |
setOthers(SessionContext ctx,
Product item,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.others attribute. |
void |
setPreviewCatalogVersions(Customer item,
java.util.Collection<CatalogVersion> value)
Generated method - Setter of the
Customer.previewCatalogVersions attribute. |
void |
setPreviewCatalogVersions(SessionContext ctx,
Customer item,
java.util.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,
java.lang.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,
java.lang.Double value)
Generated method - Setter of the
Product.priceQuantity attribute. |
void |
setProductInfos(AbstractOrderEntry item,
java.util.List<AbstractOrderEntryProductInfo> value)
Generated method - Setter of the
AbstractOrderEntry.productInfos attribute. |
void |
setProductInfos(SessionContext ctx,
AbstractOrderEntry item,
java.util.List<AbstractOrderEntryProductInfo> value)
Generated method - Setter of the
AbstractOrderEntry.productInfos attribute. |
void |
setProductReferences(Product item,
java.util.Collection<ProductReference> value)
Generated method - Setter of the
Product.productReferences attribute. |
void |
setProductReferences(SessionContext ctx,
Product item,
java.util.Collection<ProductReference> value)
Generated method - Setter of the
Product.productReferences attribute. |
void |
setPublicKey(Address item,
java.lang.String value)
Generated method - Setter of the
Address.publicKey attribute. |
void |
setPublicKey(SessionContext ctx,
Address item,
java.lang.String value)
Generated method - Setter of the
Address.publicKey attribute. |
void |
setReadableCatalogVersions(Principal item,
java.util.List<CatalogVersion> value)
Generated method - Setter of the
Principal.readableCatalogVersions attribute. |
void |
setReadableCatalogVersions(SessionContext ctx,
Principal item,
java.util.List<CatalogVersion> value)
Generated method - Setter of the
Principal.readableCatalogVersions attribute. |
void |
setRemarks(Address item,
java.lang.String value)
Generated method - Setter of the
Address.remarks attribute. |
void |
setRemarks(Product item,
java.lang.String value)
Generated method - Setter of the
Product.remarks attribute. |
void |
setRemarks(SessionContext ctx,
Address item,
java.lang.String value)
Generated method - Setter of the
Address.remarks attribute. |
void |
setRemarks(SessionContext ctx,
Product item,
java.lang.String value)
Generated method - Setter of the
Product.remarks attribute. |
void |
setSegment(Product item,
java.lang.String value)
Generated method - Setter of the
Product.segment attribute. |
void |
setSegment(SessionContext ctx,
Product item,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.Integer value)
Generated method - Setter of the
Product.startLineNumber attribute. |
void |
setSupercategories(Media item,
java.util.Collection<Category> value)
Generated method - Setter of the
Media.supercategories attribute. |
void |
setSupercategories(Product item,
java.util.Collection<Category> value)
Generated method - Setter of the
Product.supercategories attribute. |
void |
setSupercategories(SessionContext ctx,
Media item,
java.util.Collection<Category> value)
Generated method - Setter of the
Media.supercategories attribute. |
void |
setSupercategories(SessionContext ctx,
Product item,
java.util.Collection<Category> value)
Generated method - Setter of the
Product.supercategories attribute. |
void |
setSupplierAlternativeAID(Product item,
java.lang.String value)
Generated method - Setter of the
Product.supplierAlternativeAID attribute. |
void |
setSupplierAlternativeAID(SessionContext ctx,
Product item,
java.lang.String value)
Generated method - Setter of the
Product.supplierAlternativeAID attribute. |
void |
setSyncJobs(Principal item,
java.util.Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
void |
setSyncJobs(SessionContext ctx,
Principal item,
java.util.Collection<SyncItemJob> value)
Generated method - Setter of the
Principal.syncJobs attribute. |
void |
setThumbnails(Product item,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.thumbnails attribute. |
void |
setThumbnails(SessionContext ctx,
Product item,
java.util.Collection<Media> value)
Generated method - Setter of the
Product.thumbnails attribute. |
void |
setUniqueKeyAttributes(ComposedType item,
java.util.Collection<AttributeDescriptor> value)
Generated method - Setter of the
ComposedType.uniqueKeyAttributes attribute. |
abstract void |
setUniqueKeyAttributes(SessionContext ctx,
ComposedType item,
java.util.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,
java.lang.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,
java.lang.Boolean value)
Generated method - Setter of the
Address.unloadingAddress attribute. |
void |
setUrl(Address item,
java.lang.String value)
Generated method - Setter of the
Address.url attribute. |
void |
setUrl(SessionContext ctx,
Address item,
java.lang.String value)
Generated method - Setter of the
Address.url attribute. |
void |
setVariants(Product item,
java.util.Collection<VariantProduct> value)
Generated method - Setter of the
Product.variants attribute. |
void |
setVariants(SessionContext ctx,
Product item,
java.util.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,
java.util.List<CatalogVersion> value)
Generated method - Setter of the
Principal.writableCatalogVersions attribute. |
void |
setWritableCatalogVersions(SessionContext ctx,
Principal item,
java.util.List<CatalogVersion> value)
Generated method - Setter of the
Principal.writableCatalogVersions attribute. |
void |
setXmlcontent(Product item,
java.lang.String value)
Generated method - Setter of the
Product.xmlcontent attribute. |
void |
setXmlcontent(SessionContext ctx,
Product item,
java.lang.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, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrapprotected static java.lang.String SYNCJOB2TYPEREL_SRC_ORDERED
protected static java.lang.String SYNCJOB2TYPEREL_TGT_ORDERED
protected static java.lang.String SYNCJOB2TYPEREL_MARKMODIFIED
protected static java.lang.String PRODUCT2KEYWORDRELATION_SRC_ORDERED
protected static java.lang.String PRODUCT2KEYWORDRELATION_TGT_ORDERED
protected static java.lang.String PRODUCT2KEYWORDRELATION_MARKMODIFIED
protected static java.lang.String CATEGORYPRODUCTRELATION_SRC_ORDERED
protected static java.lang.String CATEGORYPRODUCTRELATION_TGT_ORDERED
protected static java.lang.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 java.lang.String CATEGORYMEDIARELATION_SRC_ORDERED
protected static java.lang.String CATEGORYMEDIARELATION_TGT_ORDERED
protected static java.lang.String CATEGORYMEDIARELATION_MARKMODIFIED
protected static final OneToManyHandler<AbstractOrderEntryProductInfo> ABSTRACTORDERENTRY2ABSTRACTORDERENTRYPRODUCTINFORELATIONPRODUCTINFOSHANDLER
OneToManyHandler for handling 1:n PRODUCTINFOS's relation attributes from 'many' side.protected static java.lang.String CATEGORY2PRINCIPALRELATION_SRC_ORDERED
protected static java.lang.String CATEGORY2PRINCIPALRELATION_TGT_ORDERED
protected static java.lang.String CATEGORY2PRINCIPALRELATION_MARKMODIFIED
protected static java.lang.String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_SRC_ORDERED
protected static java.lang.String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_TGT_ORDERED
protected static java.lang.String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_MARKMODIFIED
protected static java.lang.String PRINCIPAL2READABLECATALOGVERSIONRELATION_SRC_ORDERED
protected static java.lang.String PRINCIPAL2READABLECATALOGVERSIONRELATION_TGT_ORDERED
protected static java.lang.String PRINCIPAL2READABLECATALOGVERSIONRELATION_MARKMODIFIED
protected static java.lang.String SYNCITEMJOB2PRINCIPAL_SRC_ORDERED
protected static java.lang.String SYNCITEMJOB2PRINCIPAL_TGT_ORDERED
protected static java.lang.String SYNCITEMJOB2PRINCIPAL_MARKMODIFIED
protected static java.lang.String SYNCJOB2LANGREL_SRC_ORDERED
protected static java.lang.String SYNCJOB2LANGREL_TGT_ORDERED
protected static java.lang.String SYNCJOB2LANGREL_MARKMODIFIED
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic java.util.Collection<Category> getAccessibleCategories(SessionContext ctx, Principal item)
Principal.accessibleCategories attribute.public java.util.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 java.util.Map<EnumerationValue,java.lang.String> getArticleStatus(SessionContext ctx, Product item)
Product.articleStatus attribute.public java.util.Map<EnumerationValue,java.lang.String> getArticleStatus(Product item)
Product.articleStatus attribute.public java.util.Map<Language,java.util.Map<EnumerationValue,java.lang.String>> getAllArticleStatus(SessionContext ctx, Product item)
Product.articleStatus attribute.public java.util.Map<Language,java.util.Map<EnumerationValue,java.lang.String>> getAllArticleStatus(Product item)
Product.articleStatus attribute.public void setArticleStatus(SessionContext ctx, Product item, java.util.Map<EnumerationValue,java.lang.String> value)
Product.articleStatus attribute.value - the articleStatuspublic void setArticleStatus(Product item, java.util.Map<EnumerationValue,java.lang.String> value)
Product.articleStatus attribute.value - the articleStatuspublic void setAllArticleStatus(SessionContext ctx, Product item, java.util.Map<Language,java.util.Map<EnumerationValue,java.lang.String>> value)
Product.articleStatus attribute.value - the articleStatuspublic void setAllArticleStatus(Product item, java.util.Map<Language,java.util.Map<EnumerationValue,java.lang.String>> value)
Product.articleStatus attribute.value - the articleStatuspublic java.lang.Boolean isBillingAddress(SessionContext ctx, Address item)
Address.billingAddress attribute.public java.lang.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, java.lang.Boolean value)
Address.billingAddress attribute.value - the billingAddress - billingAddresspublic void setBillingAddress(Address item, java.lang.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 java.util.Map<EnumerationValue,java.lang.String> getAllBuyerIDS(SessionContext ctx, Product item)
Product.buyerIDS attribute.public java.util.Map<EnumerationValue,java.lang.String> getAllBuyerIDS(Product item)
Product.buyerIDS attribute.public void setAllBuyerIDS(SessionContext ctx, Product item, java.util.Map<EnumerationValue,java.lang.String> value)
Product.buyerIDS attribute.value - the buyerIDSpublic void setAllBuyerIDS(Product item, java.util.Map<EnumerationValue,java.lang.String> value)
Product.buyerIDS attribute.value - the buyerIDSpublic java.lang.Boolean isCatalogItemType(SessionContext ctx, ComposedType item)
ComposedType.catalogItemType attribute.public java.lang.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, java.lang.Boolean value)
ComposedType.catalogItemType attribute.value - the catalogItemTypepublic void setCatalogItemType(ComposedType item, java.lang.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 java.lang.String getClassificationIndexString(SessionContext ctx, Product item)
Product.classificationIndexString attribute.public java.lang.String getClassificationIndexString(Product item)
Product.classificationIndexString attribute.public abstract java.util.Map<Language,java.lang.String> getAllClassificationIndexString(SessionContext ctx, Product item)
Product.classificationIndexString attribute.public java.util.Map<Language,java.lang.String> getAllClassificationIndexString(Product item)
Product.classificationIndexString attribute.public java.lang.Boolean isContactAddress(SessionContext ctx, Address item)
Address.contactAddress attribute.public java.lang.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, java.lang.Boolean value)
Address.contactAddress attribute.value - the contactAddress - contactAddresspublic void setContactAddress(Address item, java.lang.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, java.util.Map attributeValues)
public Agreement createAgreement(java.util.Map attributeValues)
public AttributeValueAssignment createAttributeValueAssignment(SessionContext ctx, java.util.Map attributeValues)
public AttributeValueAssignment createAttributeValueAssignment(java.util.Map attributeValues)
public Catalog createCatalog(SessionContext ctx, java.util.Map attributeValues)
public Catalog createCatalog(java.util.Map attributeValues)
public CatalogUnawareMedia createCatalogUnawareMedia(SessionContext ctx, java.util.Map attributeValues)
public CatalogUnawareMedia createCatalogUnawareMedia(java.util.Map attributeValues)
public CatalogVersion createCatalogVersion(SessionContext ctx, java.util.Map attributeValues)
public CatalogVersion createCatalogVersion(java.util.Map attributeValues)
public CatalogVersionSyncCronJob createCatalogVersionSyncCronJob(SessionContext ctx, java.util.Map attributeValues)
public CatalogVersionSyncCronJob createCatalogVersionSyncCronJob(java.util.Map attributeValues)
public CatalogVersionSyncCronJobHistory createCatalogVersionSyncCronJobHistory(SessionContext ctx, java.util.Map attributeValues)
public CatalogVersionSyncCronJobHistory createCatalogVersionSyncCronJobHistory(java.util.Map attributeValues)
public CatalogVersionSyncJob createCatalogVersionSyncJob(SessionContext ctx, java.util.Map attributeValues)
public CatalogVersionSyncJob createCatalogVersionSyncJob(java.util.Map attributeValues)
public CatalogVersionSyncScheduleMedia createCatalogVersionSyncScheduleMedia(SessionContext ctx, java.util.Map attributeValues)
public CatalogVersionSyncScheduleMedia createCatalogVersionSyncScheduleMedia(java.util.Map attributeValues)
public Category createCategory(SessionContext ctx, java.util.Map attributeValues)
public Category createCategory(java.util.Map attributeValues)
public CategoryCatalogVersionDifference createCategoryCatalogVersionDifference(SessionContext ctx, java.util.Map attributeValues)
public CategoryCatalogVersionDifference createCategoryCatalogVersionDifference(java.util.Map attributeValues)
public ClassAttributeAssignment createClassAttributeAssignment(SessionContext ctx, java.util.Map attributeValues)
public ClassAttributeAssignment createClassAttributeAssignment(java.util.Map attributeValues)
public ClassificationAttribute createClassificationAttribute(SessionContext ctx, java.util.Map attributeValues)
public ClassificationAttribute createClassificationAttribute(java.util.Map attributeValues)
public ClassificationAttributeUnit createClassificationAttributeUnit(SessionContext ctx, java.util.Map attributeValues)
public ClassificationAttributeUnit createClassificationAttributeUnit(java.util.Map attributeValues)
public ClassificationAttributeValue createClassificationAttributeValue(SessionContext ctx, java.util.Map attributeValues)
public ClassificationAttributeValue createClassificationAttributeValue(java.util.Map attributeValues)
public ClassificationClass createClassificationClass(SessionContext ctx, java.util.Map attributeValues)
public ClassificationClass createClassificationClass(java.util.Map attributeValues)
public ClassificationKeyword createClassificationKeyword(SessionContext ctx, java.util.Map attributeValues)
public ClassificationKeyword createClassificationKeyword(java.util.Map attributeValues)
public ClassificationSystem createClassificationSystem(SessionContext ctx, java.util.Map attributeValues)
public ClassificationSystem createClassificationSystem(java.util.Map attributeValues)
public ClassificationSystemVersion createClassificationSystemVersion(SessionContext ctx, java.util.Map attributeValues)
public ClassificationSystemVersion createClassificationSystemVersion(java.util.Map attributeValues)
public Company createCompany(SessionContext ctx, java.util.Map attributeValues)
public Company createCompany(java.util.Map attributeValues)
public CompareCatalogVersionsCronJob createCompareCatalogVersionsCronJob(SessionContext ctx, java.util.Map attributeValues)
public CompareCatalogVersionsCronJob createCompareCatalogVersionsCronJob(java.util.Map attributeValues)
public CompareCatalogVersionsJob createCompareCatalogVersionsJob(SessionContext ctx, java.util.Map attributeValues)
public CompareCatalogVersionsJob createCompareCatalogVersionsJob(java.util.Map attributeValues)
public ConfigurationCategory createConfigurationCategory(SessionContext ctx, java.util.Map attributeValues)
public ConfigurationCategory createConfigurationCategory(java.util.Map attributeValues)
public ItemSyncDescriptor createItemSyncDescriptor(SessionContext ctx, java.util.Map attributeValues)
public ItemSyncDescriptor createItemSyncDescriptor(java.util.Map attributeValues)
public ItemSyncTimestamp createItemSyncTimestamp(SessionContext ctx, java.util.Map attributeValues)
public ItemSyncTimestamp createItemSyncTimestamp(java.util.Map attributeValues)
public Keyword createKeyword(SessionContext ctx, java.util.Map attributeValues)
public Keyword createKeyword(java.util.Map attributeValues)
public PreviewTicket createPreviewTicket(SessionContext ctx, java.util.Map attributeValues)
public PreviewTicket createPreviewTicket(java.util.Map attributeValues)
public ProductCatalogVersionDifference createProductCatalogVersionDifference(SessionContext ctx, java.util.Map attributeValues)
public ProductCatalogVersionDifference createProductCatalogVersionDifference(java.util.Map attributeValues)
public ProductFeature createProductFeature(SessionContext ctx, java.util.Map attributeValues)
public ProductFeature createProductFeature(java.util.Map attributeValues)
public ProductReference createProductReference(SessionContext ctx, java.util.Map attributeValues)
public ProductReference createProductReference(java.util.Map attributeValues)
public RemoveCatalogVersionCronJob createRemoveCatalogVersionCronJob(SessionContext ctx, java.util.Map attributeValues)
public RemoveCatalogVersionCronJob createRemoveCatalogVersionCronJob(java.util.Map attributeValues)
public RemoveCatalogVersionJob createRemoveCatalogVersionJob(SessionContext ctx, java.util.Map attributeValues)
public RemoveCatalogVersionJob createRemoveCatalogVersionJob(java.util.Map attributeValues)
public SyncAttributeDescriptorConfig createSyncAttributeDescriptorConfig(SessionContext ctx, java.util.Map attributeValues)
public SyncAttributeDescriptorConfig createSyncAttributeDescriptorConfig(java.util.Map attributeValues)
public SyncItemCronJob createSyncItemCronJob(SessionContext ctx, java.util.Map attributeValues)
public SyncItemCronJob createSyncItemCronJob(java.util.Map attributeValues)
public SyncItemJob createSyncItemJob(SessionContext ctx, java.util.Map attributeValues)
public SyncItemJob createSyncItemJob(java.util.Map attributeValues)
public VariantAttributeDescriptor createVariantAttributeDescriptor(SessionContext ctx, java.util.Map attributeValues)
public VariantAttributeDescriptor createVariantAttributeDescriptor(java.util.Map attributeValues)
public VariantProduct createVariantProduct(SessionContext ctx, java.util.Map attributeValues)
public VariantProduct createVariantProduct(java.util.Map attributeValues)
public VariantType createVariantType(SessionContext ctx, java.util.Map attributeValues)
public VariantType createVariantType(java.util.Map attributeValues)
public java.util.Collection<Media> getData_sheet(SessionContext ctx, Product item)
Product.data_sheet attribute.public java.util.Collection<Media> getData_sheet(Product item)
Product.data_sheet attribute.public void setData_sheet(SessionContext ctx, Product item, java.util.Collection<Media> value)
Product.data_sheet attribute.value - the data_sheetpublic void setData_sheet(Product item, java.util.Collection<Media> value)
Product.data_sheet attribute.value - the data_sheetpublic java.lang.Double getDeliveryTime(SessionContext ctx, Product item)
Product.deliveryTime attribute.public java.lang.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, java.lang.Double value)
Product.deliveryTime attribute.value - the deliveryTimepublic void setDeliveryTime(Product item, java.lang.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 java.util.Collection<Media> getDetail(SessionContext ctx, Product item)
Product.detail attribute.public java.util.Collection<Media> getDetail(Product item)
Product.detail attribute.public void setDetail(SessionContext ctx, Product item, java.util.Collection<Media> value)
Product.detail attribute.value - the detailpublic void setDetail(Product item, java.util.Collection<Media> value)
Product.detail attribute.value - the detailpublic java.lang.Boolean isDontCopy(SessionContext ctx, AttributeDescriptor item)
AttributeDescriptor.dontCopy attribute.public java.lang.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, java.lang.Boolean value)
AttributeDescriptor.dontCopy attribute.value - the dontCopypublic void setDontCopy(AttributeDescriptor item, java.lang.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 java.lang.String getEan(SessionContext ctx, Product item)
Product.ean attribute.public java.lang.String getEan(Product item)
Product.ean attribute.public void setEan(SessionContext ctx, Product item, java.lang.String value)
Product.ean attribute.value - the eanpublic void setEan(Product item, java.lang.String value)
Product.ean attribute.value - the eanpublic java.lang.Integer getEndLineNumber(SessionContext ctx, Product item)
Product.endLineNumber attribute.public java.lang.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, java.lang.Integer value)
Product.endLineNumber attribute.value - the endLineNumberpublic void setEndLineNumber(Product item, java.lang.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 java.lang.String getErpGroupBuyer(SessionContext ctx, Product item)
Product.erpGroupBuyer attribute.public java.lang.String getErpGroupBuyer(Product item)
Product.erpGroupBuyer attribute.public void setErpGroupBuyer(SessionContext ctx, Product item, java.lang.String value)
Product.erpGroupBuyer attribute.value - the erpGroupBuyerpublic void setErpGroupBuyer(Product item, java.lang.String value)
Product.erpGroupBuyer attribute.value - the erpGroupBuyerpublic java.lang.String getErpGroupSupplier(SessionContext ctx, Product item)
Product.erpGroupSupplier attribute.public java.lang.String getErpGroupSupplier(Product item)
Product.erpGroupSupplier attribute.public void setErpGroupSupplier(SessionContext ctx, Product item, java.lang.String value)
Product.erpGroupSupplier attribute.value - the erpGroupSupplierpublic void setErpGroupSupplier(Product item, java.lang.String value)
Product.erpGroupSupplier attribute.value - the erpGroupSupplierpublic java.util.List<ProductFeature> getFeatures(SessionContext ctx, Product item)
Product.features attribute.public java.util.List<ProductFeature> getFeatures(Product item)
Product.features attribute.public void setFeatures(SessionContext ctx, Product item, java.util.List<ProductFeature> value)
Product.features attribute.value - the featurespublic void setFeatures(Product item, java.util.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 java.util.List<Keyword> getKeywords(SessionContext ctx, Product item)
Product.keywords attribute.public java.util.List<Keyword> getKeywords(Product item)
Product.keywords attribute.public java.util.Map<Language,java.util.List<Keyword>> getAllKeywords(SessionContext ctx, Product item)
Product.keywords attribute.public java.util.Map<Language,java.util.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, java.util.List<Keyword> value)
Product.keywords attribute.value - the keywords - Keywordspublic void setKeywords(Product item, java.util.List<Keyword> value)
Product.keywords attribute.value - the keywords - Keywordspublic void setAllKeywords(SessionContext ctx, Product item, java.util.Map<Language,java.util.List<Keyword>> value)
Product.keywords attribute.value - the keywords - Keywordspublic void setAllKeywords(Product item, java.util.Map<Language,java.util.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 java.util.Collection<Media> getLogo(SessionContext ctx, Product item)
Product.logo attribute.public java.util.Collection<Media> getLogo(Product item)
Product.logo attribute.public void setLogo(SessionContext ctx, Product item, java.util.Collection<Media> value)
Product.logo attribute.value - the logopublic void setLogo(Product item, java.util.Collection<Media> value)
Product.logo attribute.value - the logopublic java.lang.String getManufacturerAID(SessionContext ctx, Product item)
Product.manufacturerAID attribute.public java.lang.String getManufacturerAID(Product item)
Product.manufacturerAID attribute.public void setManufacturerAID(SessionContext ctx, Product item, java.lang.String value)
Product.manufacturerAID attribute.value - the manufacturerAIDpublic void setManufacturerAID(Product item, java.lang.String value)
Product.manufacturerAID attribute.value - the manufacturerAIDpublic java.lang.String getManufacturerName(SessionContext ctx, Product item)
Product.manufacturerName attribute.public java.lang.String getManufacturerName(Product item)
Product.manufacturerName attribute.public void setManufacturerName(SessionContext ctx, Product item, java.lang.String value)
Product.manufacturerName attribute.value - the manufacturerNamepublic void setManufacturerName(Product item, java.lang.String value)
Product.manufacturerName attribute.value - the manufacturerNamepublic java.lang.String getManufacturerTypeDescription(SessionContext ctx, Product item)
Product.manufacturerTypeDescription attribute.public java.lang.String getManufacturerTypeDescription(Product item)
Product.manufacturerTypeDescription attribute.public java.util.Map<Language,java.lang.String> getAllManufacturerTypeDescription(SessionContext ctx, Product item)
Product.manufacturerTypeDescription attribute.public java.util.Map<Language,java.lang.String> getAllManufacturerTypeDescription(Product item)
Product.manufacturerTypeDescription attribute.public void setManufacturerTypeDescription(SessionContext ctx, Product item, java.lang.String value)
Product.manufacturerTypeDescription attribute.value - the manufacturerTypeDescriptionpublic void setManufacturerTypeDescription(Product item, java.lang.String value)
Product.manufacturerTypeDescription attribute.value - the manufacturerTypeDescriptionpublic void setAllManufacturerTypeDescription(SessionContext ctx, Product item, java.util.Map<Language,java.lang.String> value)
Product.manufacturerTypeDescription attribute.value - the manufacturerTypeDescriptionpublic void setAllManufacturerTypeDescription(Product item, java.util.Map<Language,java.lang.String> value)
Product.manufacturerTypeDescription attribute.value - the manufacturerTypeDescriptionpublic java.lang.Integer getMaxOrderQuantity(SessionContext ctx, Product item)
Product.maxOrderQuantity attribute.public java.lang.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, java.lang.Integer value)
Product.maxOrderQuantity attribute.value - the maxOrderQuantitypublic void setMaxOrderQuantity(Product item, java.lang.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 java.lang.Integer getMinOrderQuantity(SessionContext ctx, Product item)
Product.minOrderQuantity attribute.public java.lang.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, java.lang.Integer value)
Product.minOrderQuantity attribute.value - the minOrderQuantitypublic void setMinOrderQuantity(Product item, java.lang.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 java.util.Collection<Media> getNormal(SessionContext ctx, Product item)
Product.normal attribute.public java.util.Collection<Media> getNormal(Product item)
Product.normal attribute.public void setNormal(SessionContext ctx, Product item, java.util.Collection<Media> value)
Product.normal attribute.value - the normalpublic void setNormal(Product item, java.util.Collection<Media> value)
Product.normal attribute.value - the normalpublic java.lang.Double getNumberContentUnits(SessionContext ctx, Product item)
Product.numberContentUnits attribute.public java.lang.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, java.lang.Double value)
Product.numberContentUnits attribute.value - the numberContentUnitspublic void setNumberContentUnits(Product item, java.lang.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 java.util.Date getOfflineDate(SessionContext ctx, Product item)
Product.offlineDate attribute.public java.util.Date getOfflineDate(Product item)
Product.offlineDate attribute.public void setOfflineDate(SessionContext ctx, Product item, java.util.Date value)
Product.offlineDate attribute.value - the offlineDatepublic void setOfflineDate(Product item, java.util.Date value)
Product.offlineDate attribute.value - the offlineDatepublic java.util.Date getOnlineDate(SessionContext ctx, Product item)
Product.onlineDate attribute.public java.util.Date getOnlineDate(Product item)
Product.onlineDate attribute.public void setOnlineDate(SessionContext ctx, Product item, java.util.Date value)
Product.onlineDate attribute.value - the onlineDatepublic void setOnlineDate(Product item, java.util.Date value)
Product.onlineDate attribute.value - the onlineDatepublic java.lang.Integer getOrder(SessionContext ctx, Product item)
Product.order attribute.public java.lang.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, java.lang.Integer value)
Product.order attribute.value - the orderpublic void setOrder(Product item, java.lang.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 java.lang.Integer getOrderQuantityInterval(SessionContext ctx, Product item)
Product.orderQuantityInterval attribute.public java.lang.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, java.lang.Integer value)
Product.orderQuantityInterval attribute.value - the orderQuantityIntervalpublic void setOrderQuantityInterval(Product item, java.lang.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 java.util.Collection<Media> getOthers(SessionContext ctx, Product item)
Product.others attribute.public java.util.Collection<Media> getOthers(Product item)
Product.others attribute.public void setOthers(SessionContext ctx, Product item, java.util.Collection<Media> value)
Product.others attribute.value - the otherspublic void setOthers(Product item, java.util.Collection<Media> value)
Product.others attribute.value - the otherspublic java.util.Collection<CatalogVersion> getPreviewCatalogVersions(SessionContext ctx, Customer item)
Customer.previewCatalogVersions attribute.public java.util.Collection<CatalogVersion> getPreviewCatalogVersions(Customer item)
Customer.previewCatalogVersions attribute.public void setPreviewCatalogVersions(SessionContext ctx, Customer item, java.util.Collection<CatalogVersion> value)
Customer.previewCatalogVersions attribute.value - the previewCatalogVersionspublic void setPreviewCatalogVersions(Customer item, java.util.Collection<CatalogVersion> value)
Customer.previewCatalogVersions attribute.value - the previewCatalogVersionspublic java.lang.Double getPriceQuantity(SessionContext ctx, Product item)
Product.priceQuantity attribute.public java.lang.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, java.lang.Double value)
Product.priceQuantity attribute.value - the priceQuantitypublic void setPriceQuantity(Product item, java.lang.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 java.util.List<AbstractOrderEntryProductInfo> getProductInfos(SessionContext ctx, AbstractOrderEntry item)
AbstractOrderEntry.productInfos attribute.public java.util.List<AbstractOrderEntryProductInfo> getProductInfos(AbstractOrderEntry item)
AbstractOrderEntry.productInfos attribute.public void setProductInfos(SessionContext ctx, AbstractOrderEntry item, java.util.List<AbstractOrderEntryProductInfo> value)
AbstractOrderEntry.productInfos attribute.value - the productInfospublic void setProductInfos(AbstractOrderEntry item, java.util.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 java.util.Collection<ProductReference> getProductReferences(SessionContext ctx, Product item)
Product.productReferences attribute.public java.util.Collection<ProductReference> getProductReferences(Product item)
Product.productReferences attribute.public void setProductReferences(SessionContext ctx, Product item, java.util.Collection<ProductReference> value)
Product.productReferences attribute.value - the productReferencespublic void setProductReferences(Product item, java.util.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 java.lang.String getPublicKey(SessionContext ctx, Address item)
Address.publicKey attribute.public java.lang.String getPublicKey(Address item)
Address.publicKey attribute.public void setPublicKey(SessionContext ctx, Address item, java.lang.String value)
Address.publicKey attribute.value - the publicKeypublic void setPublicKey(Address item, java.lang.String value)
Address.publicKey attribute.value - the publicKeypublic java.util.List<CatalogVersion> getReadableCatalogVersions(SessionContext ctx, Principal item)
Principal.readableCatalogVersions attribute.public java.util.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, java.util.List<CatalogVersion> value)
Principal.readableCatalogVersions attribute.value - the readableCatalogVersionspublic void setReadableCatalogVersions(Principal item, java.util.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 java.lang.String getRemarks(SessionContext ctx, Address item)
Address.remarks attribute.public java.lang.String getRemarks(Address item)
Address.remarks attribute.public void setRemarks(SessionContext ctx, Address item, java.lang.String value)
Address.remarks attribute.value - the remarkspublic void setRemarks(Address item, java.lang.String value)
Address.remarks attribute.value - the remarkspublic java.lang.String getRemarks(SessionContext ctx, Product item)
Product.remarks attribute.public java.lang.String getRemarks(Product item)
Product.remarks attribute.public java.util.Map<Language,java.lang.String> getAllRemarks(SessionContext ctx, Product item)
Product.remarks attribute.public java.util.Map<Language,java.lang.String> getAllRemarks(Product item)
Product.remarks attribute.public void setRemarks(SessionContext ctx, Product item, java.lang.String value)
Product.remarks attribute.value - the remarkspublic void setRemarks(Product item, java.lang.String value)
Product.remarks attribute.value - the remarkspublic void setAllRemarks(SessionContext ctx, Product item, java.util.Map<Language,java.lang.String> value)
Product.remarks attribute.value - the remarkspublic void setAllRemarks(Product item, java.util.Map<Language,java.lang.String> value)
Product.remarks attribute.value - the remarkspublic java.lang.String getSegment(SessionContext ctx, Product item)
Product.segment attribute.public java.lang.String getSegment(Product item)
Product.segment attribute.public java.util.Map<Language,java.lang.String> getAllSegment(SessionContext ctx, Product item)
Product.segment attribute.public java.util.Map<Language,java.lang.String> getAllSegment(Product item)
Product.segment attribute.public void setSegment(SessionContext ctx, Product item, java.lang.String value)
Product.segment attribute.value - the segmentpublic void setSegment(Product item, java.lang.String value)
Product.segment attribute.value - the segmentpublic void setAllSegment(SessionContext ctx, Product item, java.util.Map<Language,java.lang.String> value)
Product.segment attribute.value - the segmentpublic void setAllSegment(Product item, java.util.Map<Language,java.lang.String> value)
Product.segment attribute.value - the segmentpublic java.lang.Boolean isShippingAddress(SessionContext ctx, Address item)
Address.shippingAddress attribute.public java.lang.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, java.lang.Boolean value)
Address.shippingAddress attribute.value - the shippingAddress - shippingAddresspublic void setShippingAddress(Address item, java.lang.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 java.util.Map<java.lang.String,java.lang.String> getAllSpecialTreatmentClasses(SessionContext ctx, Product item)
Product.specialTreatmentClasses attribute.public java.util.Map<java.lang.String,java.lang.String> getAllSpecialTreatmentClasses(Product item)
Product.specialTreatmentClasses attribute.public void setAllSpecialTreatmentClasses(SessionContext ctx, Product item, java.util.Map<java.lang.String,java.lang.String> value)
Product.specialTreatmentClasses attribute.value - the specialTreatmentClassespublic void setAllSpecialTreatmentClasses(Product item, java.util.Map<java.lang.String,java.lang.String> value)
Product.specialTreatmentClasses attribute.value - the specialTreatmentClassespublic java.lang.Integer getStartLineNumber(SessionContext ctx, Product item)
Product.startLineNumber attribute.public java.lang.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, java.lang.Integer value)
Product.startLineNumber attribute.value - the startLineNumberpublic void setStartLineNumber(Product item, java.lang.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 java.util.Collection<Category> getSupercategories(SessionContext ctx, Product item)
Product.supercategories attribute.public java.util.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, java.util.Collection<Category> value)
Product.supercategories attribute.value - the supercategories - Super Categoriespublic void setSupercategories(Product item, java.util.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 java.util.Collection<Category> getSupercategories(SessionContext ctx, Media item)
Media.supercategories attribute.public java.util.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, java.util.Collection<Category> value)
Media.supercategories attribute.value - the supercategories - Super Categoriespublic void setSupercategories(Media item, java.util.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 java.lang.String getSupplierAlternativeAID(SessionContext ctx, Product item)
Product.supplierAlternativeAID attribute.public java.lang.String getSupplierAlternativeAID(Product item)
Product.supplierAlternativeAID attribute.public void setSupplierAlternativeAID(SessionContext ctx, Product item, java.lang.String value)
Product.supplierAlternativeAID attribute.value - the supplierAlternativeAIDpublic void setSupplierAlternativeAID(Product item, java.lang.String value)
Product.supplierAlternativeAID attribute.value - the supplierAlternativeAIDpublic abstract java.util.List<ItemSyncTimestamp> getSynchronizationSources(SessionContext ctx, Item item)
Item.synchronizationSources attribute.public java.util.List<ItemSyncTimestamp> getSynchronizationSources(Item item)
Item.synchronizationSources attribute.public abstract java.util.List<ItemSyncTimestamp> getSynchronizedCopies(SessionContext ctx, Item item)
Item.synchronizedCopies attribute.public java.util.List<ItemSyncTimestamp> getSynchronizedCopies(Item item)
Item.synchronizedCopies attribute.public java.util.Collection<SyncItemJob> getSyncJobs(SessionContext ctx, Principal item)
Principal.syncJobs attribute.public java.util.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, java.util.Collection<SyncItemJob> value)
Principal.syncJobs attribute.value - the syncJobspublic void setSyncJobs(Principal item, java.util.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 java.util.Collection<Media> getThumbnails(SessionContext ctx, Product item)
Product.thumbnails attribute.public java.util.Collection<Media> getThumbnails(Product item)
Product.thumbnails attribute.public void setThumbnails(SessionContext ctx, Product item, java.util.Collection<Media> value)
Product.thumbnails attribute.value - the thumbnailspublic void setThumbnails(Product item, java.util.Collection<Media> value)
Product.thumbnails attribute.value - the thumbnailspublic abstract java.util.Collection<AttributeDescriptor> getUniqueKeyAttributes(SessionContext ctx, ComposedType item)
ComposedType.uniqueKeyAttributes attribute.public java.util.Collection<AttributeDescriptor> getUniqueKeyAttributes(ComposedType item)
ComposedType.uniqueKeyAttributes attribute.public abstract void setUniqueKeyAttributes(SessionContext ctx, ComposedType item, java.util.Collection<AttributeDescriptor> value)
ComposedType.uniqueKeyAttributes attribute.value - the uniqueKeyAttributespublic void setUniqueKeyAttributes(ComposedType item, java.util.Collection<AttributeDescriptor> value)
ComposedType.uniqueKeyAttributes attribute.value - the uniqueKeyAttributespublic java.lang.Boolean isUnloadingAddress(SessionContext ctx, Address item)
Address.unloadingAddress attribute.public java.lang.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, java.lang.Boolean value)
Address.unloadingAddress attribute.value - the unloadingAddress - unloadingAddresspublic void setUnloadingAddress(Address item, java.lang.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 java.lang.String getUrl(SessionContext ctx, Address item)
Address.url attribute.public java.lang.String getUrl(Address item)
Address.url attribute.public void setUrl(SessionContext ctx, Address item, java.lang.String value)
Address.url attribute.value - the urlpublic void setUrl(Address item, java.lang.String value)
Address.url attribute.value - the urlpublic java.util.Collection<VariantProduct> getVariants(SessionContext ctx, Product item)
Product.variants attribute.public java.util.Collection<VariantProduct> getVariants(Product item)
Product.variants attribute.public void setVariants(SessionContext ctx, Product item, java.util.Collection<VariantProduct> value)
Product.variants attribute.value - the variantspublic void setVariants(Product item, java.util.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 java.util.List<CatalogVersion> getWritableCatalogVersions(SessionContext ctx, Principal item)
Principal.writableCatalogVersions attribute.public java.util.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, java.util.List<CatalogVersion> value)
Principal.writableCatalogVersions attribute.value - the writableCatalogVersionspublic void setWritableCatalogVersions(Principal item, java.util.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 java.lang.String getXmlcontent(SessionContext ctx, Product item)
Product.xmlcontent attribute.public java.lang.String getXmlcontent(Product item)
Product.xmlcontent attribute.public void setXmlcontent(SessionContext ctx, Product item, java.lang.String value)
Product.xmlcontent attribute.value - the xmlcontentpublic void setXmlcontent(Product item, java.lang.String value)
Product.xmlcontent attribute.value - the xmlcontentCopyright © 2018 SAP SE. All Rights Reserved.