public abstract class GeneratedSapmodelManager extends Extension
SapmodelManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
protected static OneToManyHandler<SAPOrder> |
ORDER2SAPORDERSAPORDERSHANDLER
OneToManyHandler for handling 1:n SAPORDERS's relation attributes from 'many' side. |
protected static OneToManyHandler<SAPPricingCondition> |
ORDERENTRY2SAPPRICINGCONDITIONSAPPRICINGCONDITIONSHANDLER
OneToManyHandler for handling 1:n SAPPRICINGCONDITIONS's relation attributes from 'many' side. |
protected static OneToManyHandler<SAPPlantLogSysOrg> |
SAPCONFIG2PLANTLOGSYSORGSAPPLANTLOGSYSORGHANDLER
OneToManyHandler for handling 1:n SAPPLANTLOGSYSORG's relation attributes from 'many' side. |
protected static OneToManyHandler<SAPDeliveryMode> |
SAPCONFIGDELIVERYRELATIONSAPDELIVERYMODESHANDLER
OneToManyHandler for handling 1:n SAPDELIVERYMODES's relation attributes from 'many' side. |
protected static OneToManyHandler<SAPPaymentMode> |
SAPCONFIGPAYMENTRELATIONSAPPAYMENTMODESHANDLER
OneToManyHandler for handling 1:n SAPPAYMENTMODES's relation attributes from 'many' side. |
protected static OneToManyHandler<SAPLogicalSystem> |
SAPGLOBALCONFIG2LOGSYSTEMSAPLOGICALSYSTEMGLOBALCONFIGHANDLER
OneToManyHandler for handling 1:n SAPLOGICALSYSTEMGLOBALCONFIG's relation attributes from 'many' side. |
protected static OneToManyHandler<SAPProductSalesAreaToCatalogMapping> |
SAPGLOBALCONFIGSAPPRODUCTSALESAREATOCATALOGMAPPINGRELATIONSAPPRODUCTSALESAREATOCATALOGMAPPINGHANDLER
OneToManyHandler for handling 1:n SAPPRODUCTSALESAREATOCATALOGMAPPING's relation attributes from 'many' side. |
protected static OneToManyHandler<SAPPricingSalesAreaToCatalog> |
SAPGLOBALCONFIGURATIONPRICINGSALESAREASAPCOMMON_SAPPRICINGSALESAREAHANDLER
OneToManyHandler for handling 1:n SAPCOMMON_SAPPRICINGSALESAREA's relation attributes from 'many' side. |
protected static OneToManyHandler<Product> |
SAPPRODUCTPLANTRELATIONPRODUCTHANDLER
OneToManyHandler for handling 1:n PRODUCT's relation attributes from 'many' side. |
| Constructor and Description |
|---|
GeneratedSapmodelManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToSapcommon_sapPricingSalesArea(SAPGlobalConfiguration item,
SAPPricingSalesAreaToCatalog value)
Generated method - Adds
value to sapcommon_sapPricingSalesArea. |
void |
addToSapcommon_sapPricingSalesArea(SessionContext ctx,
GenericItem item,
SAPPricingSalesAreaToCatalog value)
Generated method - Adds
value to sapcommon_sapPricingSalesArea. |
void |
addToSapDeliveryModes(SAPConfiguration item,
SAPDeliveryMode value)
Generated method - Adds
value to sapDeliveryModes. |
void |
addToSapDeliveryModes(SessionContext ctx,
GenericItem item,
SAPDeliveryMode value)
Generated method - Adds
value to sapDeliveryModes. |
void |
addToSapLogicalSystemGlobalConfig(SAPGlobalConfiguration item,
SAPLogicalSystem value)
Generated method - Adds
value to sapLogicalSystemGlobalConfig. |
void |
addToSapLogicalSystemGlobalConfig(SessionContext ctx,
GenericItem item,
SAPLogicalSystem value)
Generated method - Adds
value to sapLogicalSystemGlobalConfig. |
void |
addToSapOrders(Order item,
SAPOrder value)
Generated method - Adds
value to sapOrders. |
void |
addToSapOrders(SessionContext ctx,
Order item,
SAPOrder value)
Generated method - Adds
value to sapOrders. |
void |
addToSapPaymentModes(SAPConfiguration item,
SAPPaymentMode value)
Generated method - Adds
value to sapPaymentModes. |
void |
addToSapPaymentModes(SessionContext ctx,
GenericItem item,
SAPPaymentMode value)
Generated method - Adds
value to sapPaymentModes. |
void |
addToSapPlantLogSysOrg(SAPConfiguration item,
SAPPlantLogSysOrg value)
Generated method - Adds
value to sapPlantLogSysOrg. |
void |
addToSapPlantLogSysOrg(SessionContext ctx,
GenericItem item,
SAPPlantLogSysOrg value)
Generated method - Adds
value to sapPlantLogSysOrg. |
void |
addToSapPricingConditions(AbstractOrderEntry item,
SAPPricingCondition value)
Generated method - Adds
value to sapPricingConditions. |
void |
addToSapPricingConditions(SessionContext ctx,
AbstractOrderEntry item,
SAPPricingCondition value)
Generated method - Adds
value to sapPricingConditions. |
void |
addToSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item,
SAPProductSalesAreaToCatalogMapping value)
Generated method - Adds
value to sapProductSalesAreaToCatalogMapping. |
void |
addToSapProductSalesAreaToCatalogMapping(SessionContext ctx,
GenericItem item,
SAPProductSalesAreaToCatalogMapping value)
Generated method - Adds
value to sapProductSalesAreaToCatalogMapping. |
ERPVariantProduct |
createERPVariantProduct(Map attributeValues) |
ERPVariantProduct |
createERPVariantProduct(SessionContext ctx,
Map attributeValues) |
ReferenceDistributionChannelMapping |
createReferenceDistributionChannelMapping(Map attributeValues) |
ReferenceDistributionChannelMapping |
createReferenceDistributionChannelMapping(SessionContext ctx,
Map attributeValues) |
ReferenceDivisionMapping |
createReferenceDivisionMapping(Map attributeValues) |
ReferenceDivisionMapping |
createReferenceDivisionMapping(SessionContext ctx,
Map attributeValues) |
SAPDeliveryMode |
createSAPDeliveryMode(Map attributeValues) |
SAPDeliveryMode |
createSAPDeliveryMode(SessionContext ctx,
Map attributeValues) |
SAPLogicalSystem |
createSAPLogicalSystem(Map attributeValues) |
SAPLogicalSystem |
createSAPLogicalSystem(SessionContext ctx,
Map attributeValues) |
SAPOrder |
createSAPOrder(Map attributeValues) |
SAPOrder |
createSAPOrder(SessionContext ctx,
Map attributeValues) |
SAPPaymentMode |
createSAPPaymentMode(Map attributeValues) |
SAPPaymentMode |
createSAPPaymentMode(SessionContext ctx,
Map attributeValues) |
SAPPlantLogSysOrg |
createSAPPlantLogSysOrg(Map attributeValues) |
SAPPlantLogSysOrg |
createSAPPlantLogSysOrg(SessionContext ctx,
Map attributeValues) |
SAPPricingCondition |
createSAPPricingCondition(Map attributeValues) |
SAPPricingCondition |
createSAPPricingCondition(SessionContext ctx,
Map attributeValues) |
SAPPricingSalesAreaToCatalog |
createSAPPricingSalesAreaToCatalog(Map attributeValues) |
SAPPricingSalesAreaToCatalog |
createSAPPricingSalesAreaToCatalog(SessionContext ctx,
Map attributeValues) |
SAPProductIDDataConversion |
createSAPProductIDDataConversion(Map attributeValues) |
SAPProductIDDataConversion |
createSAPProductIDDataConversion(SessionContext ctx,
Map attributeValues) |
SAPProductSalesAreaToCatalogMapping |
createSAPProductSalesAreaToCatalogMapping(Map attributeValues) |
SAPProductSalesAreaToCatalogMapping |
createSAPProductSalesAreaToCatalogMapping(SessionContext ctx,
Map attributeValues) |
SAPSalesOrganization |
createSAPSalesOrganization(Map attributeValues) |
SAPSalesOrganization |
createSAPSalesOrganization(SessionContext ctx,
Map attributeValues) |
Map<Language,String> |
getAllDescription(ClassificationAttribute item)
Generated method - Getter of the
ClassificationAttribute.description attribute. |
Map<Language,String> |
getAllDescription(SessionContext ctx,
ClassificationAttribute item)
Generated method - Getter of the
ClassificationAttribute.description attribute. |
Map<Language,String> |
getAllSapERPCharacteristicLongText(ClassificationAttribute item)
Generated method - Getter of the
ClassificationAttribute.sapERPCharacteristicLongText attribute. |
Map<Language,String> |
getAllSapERPCharacteristicLongText(SessionContext ctx,
ClassificationAttribute item)
Generated method - Getter of the
ClassificationAttribute.sapERPCharacteristicLongText attribute. |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
String |
getDescription(ClassificationAttribute item)
Generated method - Getter of the
ClassificationAttribute.description attribute. |
String |
getDescription(SessionContext ctx,
ClassificationAttribute item)
Generated method - Getter of the
ClassificationAttribute.description attribute. |
String |
getExternalConfiguration(AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.externalConfiguration attribute. |
String |
getExternalConfiguration(SessionContext ctx,
AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.externalConfiguration attribute. |
String |
getName() |
String |
getSapAddressUsage(Address item)
Generated method - Getter of the
Address.sapAddressUsage attribute. |
String |
getSapAddressUsage(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.sapAddressUsage attribute. |
String |
getSapAddressUsageCounter(Address item)
Generated method - Getter of the
Address.sapAddressUsageCounter attribute. |
String |
getSapAddressUsageCounter(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.sapAddressUsageCounter attribute. |
Double |
getSapBaseUnitConversion(Product item)
Generated method - Getter of the
Product.sapBaseUnitConversion attribute. |
Double |
getSapBaseUnitConversion(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapBaseUnitConversion attribute. |
double |
getSapBaseUnitConversionAsPrimitive(Product item)
Generated method - Getter of the
Product.sapBaseUnitConversion attribute. |
double |
getSapBaseUnitConversionAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapBaseUnitConversion attribute. |
Date |
getSapBlockedDate(Product item)
Generated method - Getter of the
Product.sapBlockedDate attribute. |
Date |
getSapBlockedDate(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapBlockedDate attribute. |
String |
getSapCode(ClassificationAttributeUnit item)
Generated method - Getter of the
ClassificationAttributeUnit.sapCode attribute. |
String |
getSapCode(Country item)
Generated method - Getter of the
Country.sapCode attribute. |
String |
getSapCode(Currency item)
Generated method - Getter of the
Currency.sapCode attribute. |
String |
getSapCode(Language item)
Generated method - Getter of the
Language.sapCode attribute. |
String |
getSapCode(SessionContext ctx,
ClassificationAttributeUnit item)
Generated method - Getter of the
ClassificationAttributeUnit.sapCode attribute. |
String |
getSapCode(SessionContext ctx,
Country item)
Generated method - Getter of the
Country.sapCode attribute. |
String |
getSapCode(SessionContext ctx,
Currency item)
Generated method - Getter of the
Currency.sapCode attribute. |
String |
getSapCode(SessionContext ctx,
Language item)
Generated method - Getter of the
Language.sapCode attribute. |
String |
getSapCode(SessionContext ctx,
Unit item)
Generated method - Getter of the
Unit.sapCode attribute. |
String |
getSapCode(Unit item)
Generated method - Getter of the
Unit.sapCode attribute. |
String |
getSapcommon_distributionChannel(SAPConfiguration item)
Generated method - Getter of the
SAPConfiguration.sapcommon_distributionChannel attribute. |
String |
getSapcommon_distributionChannel(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPConfiguration.sapcommon_distributionChannel attribute. |
String |
getSapcommon_division(SAPConfiguration item)
Generated method - Getter of the
SAPConfiguration.sapcommon_division attribute. |
String |
getSapcommon_division(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPConfiguration.sapcommon_division attribute. |
SAPHTTPDestination |
getSapcommon_erpHttpDestination(SAPGlobalConfiguration item)
Generated method - Getter of the
SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute. |
SAPHTTPDestination |
getSapcommon_erpHttpDestination(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute. |
String |
getSapcommon_erpLogicalSystem(SAPGlobalConfiguration item)
Generated method - Getter of the
SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute. |
String |
getSapcommon_erpLogicalSystem(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute. |
String |
getSapcommon_referenceCustomer(SAPConfiguration item)
Generated method - Getter of the
SAPConfiguration.sapcommon_referenceCustomer attribute. |
String |
getSapcommon_referenceCustomer(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPConfiguration.sapcommon_referenceCustomer attribute. |
String |
getSapcommon_salesOrganization(SAPConfiguration item)
Generated method - Getter of the
SAPConfiguration.sapcommon_salesOrganization attribute. |
String |
getSapcommon_salesOrganization(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPConfiguration.sapcommon_salesOrganization attribute. |
Set<SAPPricingSalesAreaToCatalog> |
getSapcommon_sapPricingSalesArea(SAPGlobalConfiguration item)
Generated method - Getter of the
SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute. |
Set<SAPPricingSalesAreaToCatalog> |
getSapcommon_sapPricingSalesArea(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute. |
String |
getSapcommon_transactionType(SAPConfiguration item)
Generated method - Getter of the
SAPConfiguration.sapcommon_transactionType attribute. |
String |
getSapcommon_transactionType(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPConfiguration.sapcommon_transactionType attribute. |
String |
getSapConditionId(DiscountRow item)
Generated method - Getter of the
DiscountRow.sapConditionId attribute. |
String |
getSapConditionId(PriceRow item)
Generated method - Getter of the
PriceRow.sapConditionId attribute. |
String |
getSapConditionId(SessionContext ctx,
DiscountRow item)
Generated method - Getter of the
DiscountRow.sapConditionId attribute. |
String |
getSapConditionId(SessionContext ctx,
PriceRow item)
Generated method - Getter of the
PriceRow.sapConditionId attribute. |
String |
getSapConsumerID(Customer item)
Generated method - Getter of the
Customer.sapConsumerID attribute. |
String |
getSapConsumerID(SessionContext ctx,
Customer item)
Generated method - Getter of the
Customer.sapConsumerID attribute. |
String |
getSapContactID(Customer item)
Generated method - Getter of the
Customer.sapContactID attribute. |
String |
getSapContactID(SessionContext ctx,
Customer item)
Generated method - Getter of the
Customer.sapContactID attribute. |
String |
getSapCustomerID(Address item)
Generated method - Getter of the
Address.sapCustomerID attribute. |
String |
getSapCustomerID(SessionContext ctx,
Address item)
Generated method - Getter of the
Address.sapCustomerID attribute. |
Set<SAPDeliveryMode> |
getSapDeliveryModes(SAPConfiguration item)
Generated method - Getter of the
SAPConfiguration.sapDeliveryModes attribute. |
Set<SAPDeliveryMode> |
getSapDeliveryModes(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPConfiguration.sapDeliveryModes attribute. |
String |
getSapEAN(Product item)
Generated method - Getter of the
Product.sapEAN attribute. |
String |
getSapEAN(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapEAN attribute. |
String |
getSapERPCharacteristicLongText(ClassificationAttribute item)
Generated method - Getter of the
ClassificationAttribute.sapERPCharacteristicLongText attribute. |
String |
getSapERPCharacteristicLongText(SessionContext ctx,
ClassificationAttribute item)
Generated method - Getter of the
ClassificationAttribute.sapERPCharacteristicLongText attribute. |
Set<SAPLogicalSystem> |
getSapLogicalSystemGlobalConfig(SAPGlobalConfiguration item)
Generated method - Getter of the
SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute. |
Set<SAPLogicalSystem> |
getSapLogicalSystemGlobalConfig(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute. |
SAPOrder |
getSapOrder(Consignment item)
Generated method - Getter of the
Consignment.sapOrder attribute. |
SAPOrder |
getSapOrder(SessionContext ctx,
Consignment item)
Generated method - Getter of the
Consignment.sapOrder attribute. |
Integer |
getSapOrderEntryRowNumber(ConsignmentEntry item)
Generated method - Getter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute. |
Integer |
getSapOrderEntryRowNumber(SessionContext ctx,
ConsignmentEntry item)
Generated method - Getter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute. |
int |
getSapOrderEntryRowNumberAsPrimitive(ConsignmentEntry item)
Generated method - Getter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute. |
int |
getSapOrderEntryRowNumberAsPrimitive(SessionContext ctx,
ConsignmentEntry item)
Generated method - Getter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute. |
Set<SAPOrder> |
getSapOrders(Order item)
Generated method - Getter of the
Order.sapOrders attribute. |
Set<SAPOrder> |
getSapOrders(SessionContext ctx,
Order item)
Generated method - Getter of the
Order.sapOrders attribute. |
Set<SAPPaymentMode> |
getSapPaymentModes(SAPConfiguration item)
Generated method - Getter of the
SAPConfiguration.sapPaymentModes attribute. |
Set<SAPPaymentMode> |
getSapPaymentModes(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPConfiguration.sapPaymentModes attribute. |
Warehouse |
getSapPlant(Product item)
Generated method - Getter of the
Product.sapPlant attribute. |
Warehouse |
getSapPlant(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapPlant attribute. |
Set<SAPPlantLogSysOrg> |
getSapPlantLogSysOrg(SAPConfiguration item)
Generated method - Getter of the
SAPConfiguration.sapPlantLogSysOrg attribute. |
Set<SAPPlantLogSysOrg> |
getSapPlantLogSysOrg(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPConfiguration.sapPlantLogSysOrg attribute. |
Set<SAPPricingCondition> |
getSapPricingConditions(AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.sapPricingConditions attribute. |
Set<SAPPricingCondition> |
getSapPricingConditions(SessionContext ctx,
AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.sapPricingConditions attribute. |
Set<SAPProductSalesAreaToCatalogMapping> |
getSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item)
Generated method - Getter of the
SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute. |
Set<SAPProductSalesAreaToCatalogMapping> |
getSapProductSalesAreaToCatalogMapping(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute. |
String |
getSapReplicationInfo(Customer item)
Generated method - Getter of the
Customer.sapReplicationInfo attribute. |
String |
getSapReplicationInfo(SessionContext ctx,
Customer item)
Generated method - Getter of the
Customer.sapReplicationInfo attribute. |
EnumerationValue |
getStatus(ConsignmentEntry item)
Generated method - Getter of the
ConsignmentEntry.status attribute. |
EnumerationValue |
getStatus(SessionContext ctx,
ConsignmentEntry item)
Generated method - Getter of the
ConsignmentEntry.status attribute. |
Boolean |
isReplicateregistereduser(SAPGlobalConfiguration item)
Generated method - Getter of the
SAPGlobalConfiguration.replicateregistereduser attribute. |
Boolean |
isReplicateregistereduser(SessionContext ctx,
GenericItem item)
Generated method - Getter of the
SAPGlobalConfiguration.replicateregistereduser attribute. |
boolean |
isReplicateregistereduserAsPrimitive(SAPGlobalConfiguration item)
Generated method - Getter of the
SAPGlobalConfiguration.replicateregistereduser attribute. |
boolean |
isReplicateregistereduserAsPrimitive(SessionContext ctx,
SAPGlobalConfiguration item)
Generated method - Getter of the
SAPGlobalConfiguration.replicateregistereduser attribute. |
Boolean |
isSapBlocked(Product item)
Generated method - Getter of the
Product.sapBlocked attribute. |
Boolean |
isSapBlocked(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapBlocked attribute. |
boolean |
isSapBlockedAsPrimitive(Product item)
Generated method - Getter of the
Product.sapBlocked attribute. |
boolean |
isSapBlockedAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapBlocked attribute. |
Boolean |
isSapConfigurable(Product item)
Generated method - Getter of the
Product.sapConfigurable attribute. |
Boolean |
isSapConfigurable(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapConfigurable attribute. |
boolean |
isSapConfigurableAsPrimitive(Product item)
Generated method - Getter of the
Product.sapConfigurable attribute. |
boolean |
isSapConfigurableAsPrimitive(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.sapConfigurable attribute. |
Boolean |
isSapIsReplicated(Customer item)
Generated method - Getter of the
Customer.sapIsReplicated attribute. |
Boolean |
isSapIsReplicated(SessionContext ctx,
Customer item)
Generated method - Getter of the
Customer.sapIsReplicated attribute. |
boolean |
isSapIsReplicatedAsPrimitive(Customer item)
Generated method - Getter of the
Customer.sapIsReplicated attribute. |
boolean |
isSapIsReplicatedAsPrimitive(SessionContext ctx,
Customer item)
Generated method - Getter of the
Customer.sapIsReplicated attribute. |
void |
removeFromSapcommon_sapPricingSalesArea(SAPGlobalConfiguration item,
SAPPricingSalesAreaToCatalog value)
Generated method - Removes
value from sapcommon_sapPricingSalesArea. |
void |
removeFromSapcommon_sapPricingSalesArea(SessionContext ctx,
GenericItem item,
SAPPricingSalesAreaToCatalog value)
Generated method - Removes
value from sapcommon_sapPricingSalesArea. |
void |
removeFromSapDeliveryModes(SAPConfiguration item,
SAPDeliveryMode value)
Generated method - Removes
value from sapDeliveryModes. |
void |
removeFromSapDeliveryModes(SessionContext ctx,
GenericItem item,
SAPDeliveryMode value)
Generated method - Removes
value from sapDeliveryModes. |
void |
removeFromSapLogicalSystemGlobalConfig(SAPGlobalConfiguration item,
SAPLogicalSystem value)
Generated method - Removes
value from sapLogicalSystemGlobalConfig. |
void |
removeFromSapLogicalSystemGlobalConfig(SessionContext ctx,
GenericItem item,
SAPLogicalSystem value)
Generated method - Removes
value from sapLogicalSystemGlobalConfig. |
void |
removeFromSapOrders(Order item,
SAPOrder value)
Generated method - Removes
value from sapOrders. |
void |
removeFromSapOrders(SessionContext ctx,
Order item,
SAPOrder value)
Generated method - Removes
value from sapOrders. |
void |
removeFromSapPaymentModes(SAPConfiguration item,
SAPPaymentMode value)
Generated method - Removes
value from sapPaymentModes. |
void |
removeFromSapPaymentModes(SessionContext ctx,
GenericItem item,
SAPPaymentMode value)
Generated method - Removes
value from sapPaymentModes. |
void |
removeFromSapPlantLogSysOrg(SAPConfiguration item,
SAPPlantLogSysOrg value)
Generated method - Removes
value from sapPlantLogSysOrg. |
void |
removeFromSapPlantLogSysOrg(SessionContext ctx,
GenericItem item,
SAPPlantLogSysOrg value)
Generated method - Removes
value from sapPlantLogSysOrg. |
void |
removeFromSapPricingConditions(AbstractOrderEntry item,
SAPPricingCondition value)
Generated method - Removes
value from sapPricingConditions. |
void |
removeFromSapPricingConditions(SessionContext ctx,
AbstractOrderEntry item,
SAPPricingCondition value)
Generated method - Removes
value from sapPricingConditions. |
void |
removeFromSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item,
SAPProductSalesAreaToCatalogMapping value)
Generated method - Removes
value from sapProductSalesAreaToCatalogMapping. |
void |
removeFromSapProductSalesAreaToCatalogMapping(SessionContext ctx,
GenericItem item,
SAPProductSalesAreaToCatalogMapping value)
Generated method - Removes
value from sapProductSalesAreaToCatalogMapping. |
void |
setAllDescription(ClassificationAttribute item,
Map<Language,String> value)
Generated method - Setter of the
ClassificationAttribute.description attribute. |
void |
setAllDescription(SessionContext ctx,
ClassificationAttribute item,
Map<Language,String> value)
Generated method - Setter of the
ClassificationAttribute.description attribute. |
void |
setAllSapERPCharacteristicLongText(ClassificationAttribute item,
Map<Language,String> value)
Generated method - Setter of the
ClassificationAttribute.sapERPCharacteristicLongText attribute. |
void |
setAllSapERPCharacteristicLongText(SessionContext ctx,
ClassificationAttribute item,
Map<Language,String> value)
Generated method - Setter of the
ClassificationAttribute.sapERPCharacteristicLongText attribute. |
void |
setDescription(ClassificationAttribute item,
String value)
Generated method - Setter of the
ClassificationAttribute.description attribute. |
void |
setDescription(SessionContext ctx,
ClassificationAttribute item,
String value)
Generated method - Setter of the
ClassificationAttribute.description attribute. |
void |
setExternalConfiguration(AbstractOrderEntry item,
String value)
Generated method - Setter of the
AbstractOrderEntry.externalConfiguration attribute. |
void |
setExternalConfiguration(SessionContext ctx,
AbstractOrderEntry item,
String value)
Generated method - Setter of the
AbstractOrderEntry.externalConfiguration attribute. |
void |
setReplicateregistereduser(SAPGlobalConfiguration item,
boolean value)
Generated method - Setter of the
SAPGlobalConfiguration.replicateregistereduser attribute. |
void |
setReplicateregistereduser(SAPGlobalConfiguration item,
Boolean value)
Generated method - Setter of the
SAPGlobalConfiguration.replicateregistereduser attribute. |
void |
setReplicateregistereduser(SessionContext ctx,
GenericItem item,
Boolean value)
Generated method - Setter of the
SAPGlobalConfiguration.replicateregistereduser attribute. |
void |
setReplicateregistereduser(SessionContext ctx,
SAPGlobalConfiguration item,
boolean value)
Generated method - Setter of the
SAPGlobalConfiguration.replicateregistereduser attribute. |
void |
setSapAddressUsage(Address item,
String value)
Generated method - Setter of the
Address.sapAddressUsage attribute. |
void |
setSapAddressUsage(SessionContext ctx,
Address item,
String value)
Generated method - Setter of the
Address.sapAddressUsage attribute. |
void |
setSapAddressUsageCounter(Address item,
String value)
Generated method - Setter of the
Address.sapAddressUsageCounter attribute. |
void |
setSapAddressUsageCounter(SessionContext ctx,
Address item,
String value)
Generated method - Setter of the
Address.sapAddressUsageCounter attribute. |
void |
setSapBaseUnitConversion(Product item,
double value)
Generated method - Setter of the
Product.sapBaseUnitConversion attribute. |
void |
setSapBaseUnitConversion(Product item,
Double value)
Generated method - Setter of the
Product.sapBaseUnitConversion attribute. |
void |
setSapBaseUnitConversion(SessionContext ctx,
Product item,
double value)
Generated method - Setter of the
Product.sapBaseUnitConversion attribute. |
void |
setSapBaseUnitConversion(SessionContext ctx,
Product item,
Double value)
Generated method - Setter of the
Product.sapBaseUnitConversion attribute. |
void |
setSapBlocked(Product item,
boolean value)
Generated method - Setter of the
Product.sapBlocked attribute. |
void |
setSapBlocked(Product item,
Boolean value)
Generated method - Setter of the
Product.sapBlocked attribute. |
void |
setSapBlocked(SessionContext ctx,
Product item,
boolean value)
Generated method - Setter of the
Product.sapBlocked attribute. |
void |
setSapBlocked(SessionContext ctx,
Product item,
Boolean value)
Generated method - Setter of the
Product.sapBlocked attribute. |
void |
setSapBlockedDate(Product item,
Date value)
Generated method - Setter of the
Product.sapBlockedDate attribute. |
void |
setSapBlockedDate(SessionContext ctx,
Product item,
Date value)
Generated method - Setter of the
Product.sapBlockedDate attribute. |
void |
setSapCode(ClassificationAttributeUnit item,
String value)
Generated method - Setter of the
ClassificationAttributeUnit.sapCode attribute. |
void |
setSapCode(Country item,
String value)
Generated method - Setter of the
Country.sapCode attribute. |
void |
setSapCode(Currency item,
String value)
Generated method - Setter of the
Currency.sapCode attribute. |
void |
setSapCode(Language item,
String value)
Generated method - Setter of the
Language.sapCode attribute. |
void |
setSapCode(SessionContext ctx,
ClassificationAttributeUnit item,
String value)
Generated method - Setter of the
ClassificationAttributeUnit.sapCode attribute. |
void |
setSapCode(SessionContext ctx,
Country item,
String value)
Generated method - Setter of the
Country.sapCode attribute. |
void |
setSapCode(SessionContext ctx,
Currency item,
String value)
Generated method - Setter of the
Currency.sapCode attribute. |
void |
setSapCode(SessionContext ctx,
Language item,
String value)
Generated method - Setter of the
Language.sapCode attribute. |
void |
setSapCode(SessionContext ctx,
Unit item,
String value)
Generated method - Setter of the
Unit.sapCode attribute. |
void |
setSapCode(Unit item,
String value)
Generated method - Setter of the
Unit.sapCode attribute. |
void |
setSapcommon_distributionChannel(SAPConfiguration item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_distributionChannel attribute. |
void |
setSapcommon_distributionChannel(SessionContext ctx,
GenericItem item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_distributionChannel attribute. |
void |
setSapcommon_division(SAPConfiguration item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_division attribute. |
void |
setSapcommon_division(SessionContext ctx,
GenericItem item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_division attribute. |
void |
setSapcommon_erpHttpDestination(SAPGlobalConfiguration item,
SAPHTTPDestination value)
Generated method - Setter of the
SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute. |
void |
setSapcommon_erpHttpDestination(SessionContext ctx,
GenericItem item,
SAPHTTPDestination value)
Generated method - Setter of the
SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute. |
void |
setSapcommon_erpLogicalSystem(SAPGlobalConfiguration item,
String value)
Generated method - Setter of the
SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute. |
void |
setSapcommon_erpLogicalSystem(SessionContext ctx,
GenericItem item,
String value)
Generated method - Setter of the
SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute. |
void |
setSapcommon_referenceCustomer(SAPConfiguration item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_referenceCustomer attribute. |
void |
setSapcommon_referenceCustomer(SessionContext ctx,
GenericItem item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_referenceCustomer attribute. |
void |
setSapcommon_salesOrganization(SAPConfiguration item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_salesOrganization attribute. |
void |
setSapcommon_salesOrganization(SessionContext ctx,
GenericItem item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_salesOrganization attribute. |
void |
setSapcommon_sapPricingSalesArea(SAPGlobalConfiguration item,
Set<SAPPricingSalesAreaToCatalog> value)
Generated method - Setter of the
SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute. |
void |
setSapcommon_sapPricingSalesArea(SessionContext ctx,
GenericItem item,
Set<SAPPricingSalesAreaToCatalog> value)
Generated method - Setter of the
SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute. |
void |
setSapcommon_transactionType(SAPConfiguration item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_transactionType attribute. |
void |
setSapcommon_transactionType(SessionContext ctx,
GenericItem item,
String value)
Generated method - Setter of the
SAPConfiguration.sapcommon_transactionType attribute. |
void |
setSapConditionId(DiscountRow item,
String value)
Generated method - Setter of the
DiscountRow.sapConditionId attribute. |
void |
setSapConditionId(PriceRow item,
String value)
Generated method - Setter of the
PriceRow.sapConditionId attribute. |
void |
setSapConditionId(SessionContext ctx,
DiscountRow item,
String value)
Generated method - Setter of the
DiscountRow.sapConditionId attribute. |
void |
setSapConditionId(SessionContext ctx,
PriceRow item,
String value)
Generated method - Setter of the
PriceRow.sapConditionId attribute. |
void |
setSapConfigurable(Product item,
boolean value)
Generated method - Setter of the
Product.sapConfigurable attribute. |
void |
setSapConfigurable(Product item,
Boolean value)
Generated method - Setter of the
Product.sapConfigurable attribute. |
void |
setSapConfigurable(SessionContext ctx,
Product item,
boolean value)
Generated method - Setter of the
Product.sapConfigurable attribute. |
void |
setSapConfigurable(SessionContext ctx,
Product item,
Boolean value)
Generated method - Setter of the
Product.sapConfigurable attribute. |
void |
setSapConsumerID(Customer item,
String value)
Generated method - Setter of the
Customer.sapConsumerID attribute. |
void |
setSapConsumerID(SessionContext ctx,
Customer item,
String value)
Generated method - Setter of the
Customer.sapConsumerID attribute. |
void |
setSapContactID(Customer item,
String value)
Generated method - Setter of the
Customer.sapContactID attribute. |
void |
setSapContactID(SessionContext ctx,
Customer item,
String value)
Generated method - Setter of the
Customer.sapContactID attribute. |
void |
setSapCustomerID(Address item,
String value)
Generated method - Setter of the
Address.sapCustomerID attribute. |
void |
setSapCustomerID(SessionContext ctx,
Address item,
String value)
Generated method - Setter of the
Address.sapCustomerID attribute. |
void |
setSapDeliveryModes(SAPConfiguration item,
Set<SAPDeliveryMode> value)
Generated method - Setter of the
SAPConfiguration.sapDeliveryModes attribute. |
void |
setSapDeliveryModes(SessionContext ctx,
GenericItem item,
Set<SAPDeliveryMode> value)
Generated method - Setter of the
SAPConfiguration.sapDeliveryModes attribute. |
void |
setSapEAN(Product item,
String value)
Generated method - Setter of the
Product.sapEAN attribute. |
void |
setSapEAN(SessionContext ctx,
Product item,
String value)
Generated method - Setter of the
Product.sapEAN attribute. |
void |
setSapERPCharacteristicLongText(ClassificationAttribute item,
String value)
Generated method - Setter of the
ClassificationAttribute.sapERPCharacteristicLongText attribute. |
void |
setSapERPCharacteristicLongText(SessionContext ctx,
ClassificationAttribute item,
String value)
Generated method - Setter of the
ClassificationAttribute.sapERPCharacteristicLongText attribute. |
void |
setSapIsReplicated(Customer item,
boolean value)
Generated method - Setter of the
Customer.sapIsReplicated attribute. |
void |
setSapIsReplicated(Customer item,
Boolean value)
Generated method - Setter of the
Customer.sapIsReplicated attribute. |
void |
setSapIsReplicated(SessionContext ctx,
Customer item,
boolean value)
Generated method - Setter of the
Customer.sapIsReplicated attribute. |
void |
setSapIsReplicated(SessionContext ctx,
Customer item,
Boolean value)
Generated method - Setter of the
Customer.sapIsReplicated attribute. |
void |
setSapLogicalSystemGlobalConfig(SAPGlobalConfiguration item,
Set<SAPLogicalSystem> value)
Generated method - Setter of the
SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute. |
void |
setSapLogicalSystemGlobalConfig(SessionContext ctx,
GenericItem item,
Set<SAPLogicalSystem> value)
Generated method - Setter of the
SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute. |
protected void |
setSapOrder(Consignment item,
SAPOrder value)
Generated method - Setter of the
Consignment.sapOrder attribute. |
protected void |
setSapOrder(SessionContext ctx,
Consignment item,
SAPOrder value)
Generated method - Setter of the
Consignment.sapOrder attribute. |
void |
setSapOrderEntryRowNumber(ConsignmentEntry item,
int value)
Generated method - Setter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute. |
void |
setSapOrderEntryRowNumber(ConsignmentEntry item,
Integer value)
Generated method - Setter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute. |
void |
setSapOrderEntryRowNumber(SessionContext ctx,
ConsignmentEntry item,
int value)
Generated method - Setter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute. |
void |
setSapOrderEntryRowNumber(SessionContext ctx,
ConsignmentEntry item,
Integer value)
Generated method - Setter of the
ConsignmentEntry.sapOrderEntryRowNumber attribute. |
void |
setSapOrders(Order item,
Set<SAPOrder> value)
Generated method - Setter of the
Order.sapOrders attribute. |
void |
setSapOrders(SessionContext ctx,
Order item,
Set<SAPOrder> value)
Generated method - Setter of the
Order.sapOrders attribute. |
void |
setSapPaymentModes(SAPConfiguration item,
Set<SAPPaymentMode> value)
Generated method - Setter of the
SAPConfiguration.sapPaymentModes attribute. |
void |
setSapPaymentModes(SessionContext ctx,
GenericItem item,
Set<SAPPaymentMode> value)
Generated method - Setter of the
SAPConfiguration.sapPaymentModes attribute. |
void |
setSapPlant(Product item,
Warehouse value)
Generated method - Setter of the
Product.sapPlant attribute. |
void |
setSapPlant(SessionContext ctx,
Product item,
Warehouse value)
Generated method - Setter of the
Product.sapPlant attribute. |
void |
setSapPlantLogSysOrg(SAPConfiguration item,
Set<SAPPlantLogSysOrg> value)
Generated method - Setter of the
SAPConfiguration.sapPlantLogSysOrg attribute. |
void |
setSapPlantLogSysOrg(SessionContext ctx,
GenericItem item,
Set<SAPPlantLogSysOrg> value)
Generated method - Setter of the
SAPConfiguration.sapPlantLogSysOrg attribute. |
void |
setSapPricingConditions(AbstractOrderEntry item,
Set<SAPPricingCondition> value)
Generated method - Setter of the
AbstractOrderEntry.sapPricingConditions attribute. |
void |
setSapPricingConditions(SessionContext ctx,
AbstractOrderEntry item,
Set<SAPPricingCondition> value)
Generated method - Setter of the
AbstractOrderEntry.sapPricingConditions attribute. |
void |
setSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item,
Set<SAPProductSalesAreaToCatalogMapping> value)
Generated method - Setter of the
SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute. |
void |
setSapProductSalesAreaToCatalogMapping(SessionContext ctx,
GenericItem item,
Set<SAPProductSalesAreaToCatalogMapping> value)
Generated method - Setter of the
SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute. |
void |
setSapReplicationInfo(Customer item,
String value)
Generated method - Setter of the
Customer.sapReplicationInfo attribute. |
void |
setSapReplicationInfo(SessionContext ctx,
Customer item,
String value)
Generated method - Setter of the
Customer.sapReplicationInfo attribute. |
void |
setStatus(ConsignmentEntry item,
EnumerationValue value)
Generated method - Setter of the
ConsignmentEntry.status attribute. |
void |
setStatus(SessionContext ctx,
ConsignmentEntry item,
EnumerationValue value)
Generated method - Setter of the
ConsignmentEntry.status attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static final OneToManyHandler<SAPPricingCondition> ORDERENTRY2SAPPRICINGCONDITIONSAPPRICINGCONDITIONSHANDLER
OneToManyHandler for handling 1:n SAPPRICINGCONDITIONS's relation attributes from 'many' side.protected static final OneToManyHandler<SAPDeliveryMode> SAPCONFIGDELIVERYRELATIONSAPDELIVERYMODESHANDLER
OneToManyHandler for handling 1:n SAPDELIVERYMODES's relation attributes from 'many' side.protected static final OneToManyHandler<SAPPaymentMode> SAPCONFIGPAYMENTRELATIONSAPPAYMENTMODESHANDLER
OneToManyHandler for handling 1:n SAPPAYMENTMODES's relation attributes from 'many' side.protected static final OneToManyHandler<SAPPlantLogSysOrg> SAPCONFIG2PLANTLOGSYSORGSAPPLANTLOGSYSORGHANDLER
OneToManyHandler for handling 1:n SAPPLANTLOGSYSORG's relation attributes from 'many' side.protected static final OneToManyHandler<SAPProductSalesAreaToCatalogMapping> SAPGLOBALCONFIGSAPPRODUCTSALESAREATOCATALOGMAPPINGRELATIONSAPPRODUCTSALESAREATOCATALOGMAPPINGHANDLER
OneToManyHandler for handling 1:n SAPPRODUCTSALESAREATOCATALOGMAPPING's relation attributes from 'many' side.protected static final OneToManyHandler<SAPPricingSalesAreaToCatalog> SAPGLOBALCONFIGURATIONPRICINGSALESAREASAPCOMMON_SAPPRICINGSALESAREAHANDLER
OneToManyHandler for handling 1:n SAPCOMMON_SAPPRICINGSALESAREA's relation attributes from 'many' side.protected static final OneToManyHandler<SAPLogicalSystem> SAPGLOBALCONFIG2LOGSYSTEMSAPLOGICALSYSTEMGLOBALCONFIGHANDLER
OneToManyHandler for handling 1:n SAPLOGICALSYSTEMGLOBALCONFIG's relation attributes from 'many' side.protected static final OneToManyHandler<Product> SAPPRODUCTPLANTRELATIONPRODUCTHANDLER
OneToManyHandler for handling 1:n PRODUCT's relation attributes from 'many' side.protected static final OneToManyHandler<SAPOrder> ORDER2SAPORDERSAPORDERSHANDLER
OneToManyHandler for handling 1:n SAPORDERS's relation attributes from 'many' side.protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic ERPVariantProduct createERPVariantProduct(SessionContext ctx, Map attributeValues)
public ERPVariantProduct createERPVariantProduct(Map attributeValues)
public ReferenceDistributionChannelMapping createReferenceDistributionChannelMapping(SessionContext ctx, Map attributeValues)
public ReferenceDistributionChannelMapping createReferenceDistributionChannelMapping(Map attributeValues)
public ReferenceDivisionMapping createReferenceDivisionMapping(SessionContext ctx, Map attributeValues)
public ReferenceDivisionMapping createReferenceDivisionMapping(Map attributeValues)
public SAPDeliveryMode createSAPDeliveryMode(SessionContext ctx, Map attributeValues)
public SAPDeliveryMode createSAPDeliveryMode(Map attributeValues)
public SAPLogicalSystem createSAPLogicalSystem(SessionContext ctx, Map attributeValues)
public SAPLogicalSystem createSAPLogicalSystem(Map attributeValues)
public SAPOrder createSAPOrder(SessionContext ctx, Map attributeValues)
public SAPOrder createSAPOrder(Map attributeValues)
public SAPPaymentMode createSAPPaymentMode(SessionContext ctx, Map attributeValues)
public SAPPaymentMode createSAPPaymentMode(Map attributeValues)
public SAPPlantLogSysOrg createSAPPlantLogSysOrg(SessionContext ctx, Map attributeValues)
public SAPPlantLogSysOrg createSAPPlantLogSysOrg(Map attributeValues)
public SAPPricingCondition createSAPPricingCondition(SessionContext ctx, Map attributeValues)
public SAPPricingCondition createSAPPricingCondition(Map attributeValues)
public SAPPricingSalesAreaToCatalog createSAPPricingSalesAreaToCatalog(SessionContext ctx, Map attributeValues)
public SAPPricingSalesAreaToCatalog createSAPPricingSalesAreaToCatalog(Map attributeValues)
public SAPProductIDDataConversion createSAPProductIDDataConversion(SessionContext ctx, Map attributeValues)
public SAPProductIDDataConversion createSAPProductIDDataConversion(Map attributeValues)
public SAPProductSalesAreaToCatalogMapping createSAPProductSalesAreaToCatalogMapping(SessionContext ctx, Map attributeValues)
public SAPProductSalesAreaToCatalogMapping createSAPProductSalesAreaToCatalogMapping(Map attributeValues)
public SAPSalesOrganization createSAPSalesOrganization(SessionContext ctx, Map attributeValues)
public SAPSalesOrganization createSAPSalesOrganization(Map attributeValues)
public String getDescription(SessionContext ctx, ClassificationAttribute item)
ClassificationAttribute.description attribute.public String getDescription(ClassificationAttribute item)
ClassificationAttribute.description attribute.public Map<Language,String> getAllDescription(SessionContext ctx, ClassificationAttribute item)
ClassificationAttribute.description attribute.public Map<Language,String> getAllDescription(ClassificationAttribute item)
ClassificationAttribute.description attribute.public void setDescription(SessionContext ctx, ClassificationAttribute item, String value)
ClassificationAttribute.description attribute.value - the description - Enhanced Descriptionpublic void setDescription(ClassificationAttribute item, String value)
ClassificationAttribute.description attribute.value - the description - Enhanced Descriptionpublic void setAllDescription(SessionContext ctx, ClassificationAttribute item, Map<Language,String> value)
ClassificationAttribute.description attribute.value - the description - Enhanced Descriptionpublic void setAllDescription(ClassificationAttribute item, Map<Language,String> value)
ClassificationAttribute.description attribute.value - the description - Enhanced Descriptionpublic String getExternalConfiguration(SessionContext ctx, AbstractOrderEntry item)
AbstractOrderEntry.externalConfiguration attribute.public String getExternalConfiguration(AbstractOrderEntry item)
AbstractOrderEntry.externalConfiguration attribute.public void setExternalConfiguration(SessionContext ctx, AbstractOrderEntry item, String value)
AbstractOrderEntry.externalConfiguration attribute.value - the externalConfiguration - XML Representation of a Product Configurationpublic void setExternalConfiguration(AbstractOrderEntry item, String value)
AbstractOrderEntry.externalConfiguration attribute.value - the externalConfiguration - XML Representation of a Product Configurationpublic Boolean isReplicateregistereduser(SessionContext ctx, GenericItem item)
SAPGlobalConfiguration.replicateregistereduser attribute.public Boolean isReplicateregistereduser(SAPGlobalConfiguration item)
SAPGlobalConfiguration.replicateregistereduser attribute.public boolean isReplicateregistereduserAsPrimitive(SessionContext ctx, SAPGlobalConfiguration item)
SAPGlobalConfiguration.replicateregistereduser attribute.public boolean isReplicateregistereduserAsPrimitive(SAPGlobalConfiguration item)
SAPGlobalConfiguration.replicateregistereduser attribute.public void setReplicateregistereduser(SessionContext ctx, GenericItem item, Boolean value)
SAPGlobalConfiguration.replicateregistereduser attribute.value - the replicateregistereduser - Replicate Registered Userpublic void setReplicateregistereduser(SAPGlobalConfiguration item,
Boolean value)
SAPGlobalConfiguration.replicateregistereduser attribute.value - the replicateregistereduser - Replicate Registered Userpublic void setReplicateregistereduser(SessionContext ctx, SAPGlobalConfiguration item, boolean value)
SAPGlobalConfiguration.replicateregistereduser attribute.value - the replicateregistereduser - Replicate Registered Userpublic void setReplicateregistereduser(SAPGlobalConfiguration item,
boolean value)
SAPGlobalConfiguration.replicateregistereduser attribute.value - the replicateregistereduser - Replicate Registered Userpublic String getSapAddressUsage(SessionContext ctx, Address item)
Address.sapAddressUsage attribute.public String getSapAddressUsage(Address item)
Address.sapAddressUsage attribute.public void setSapAddressUsage(SessionContext ctx, Address item, String value)
Address.sapAddressUsage attribute.value - the sapAddressUsage - SAP address usagepublic void setSapAddressUsage(Address item, String value)
Address.sapAddressUsage attribute.value - the sapAddressUsage - SAP address usagepublic String getSapAddressUsageCounter(SessionContext ctx, Address item)
Address.sapAddressUsageCounter attribute.public String getSapAddressUsageCounter(Address item)
Address.sapAddressUsageCounter attribute.public void setSapAddressUsageCounter(SessionContext ctx, Address item, String value)
Address.sapAddressUsageCounter attribute.value - the sapAddressUsageCounter - SAP address usage counterpublic void setSapAddressUsageCounter(Address item, String value)
Address.sapAddressUsageCounter attribute.value - the sapAddressUsageCounter - SAP address usage counterpublic Double getSapBaseUnitConversion(SessionContext ctx, Product item)
Product.sapBaseUnitConversion attribute.public Double getSapBaseUnitConversion(Product item)
Product.sapBaseUnitConversion attribute.public double getSapBaseUnitConversionAsPrimitive(SessionContext ctx, Product item)
Product.sapBaseUnitConversion attribute.public double getSapBaseUnitConversionAsPrimitive(Product item)
Product.sapBaseUnitConversion attribute.public void setSapBaseUnitConversion(SessionContext ctx, Product item, Double value)
Product.sapBaseUnitConversion attribute.value - the sapBaseUnitConversion - Factor for converting Sales Unit quantity to Base Unit quantitypublic void setSapBaseUnitConversion(Product item, Double value)
Product.sapBaseUnitConversion attribute.value - the sapBaseUnitConversion - Factor for converting Sales Unit quantity to Base Unit quantitypublic void setSapBaseUnitConversion(SessionContext ctx, Product item, double value)
Product.sapBaseUnitConversion attribute.value - the sapBaseUnitConversion - Factor for converting Sales Unit quantity to Base Unit quantitypublic void setSapBaseUnitConversion(Product item, double value)
Product.sapBaseUnitConversion attribute.value - the sapBaseUnitConversion - Factor for converting Sales Unit quantity to Base Unit quantitypublic Boolean isSapBlocked(SessionContext ctx, Product item)
Product.sapBlocked attribute.public Boolean isSapBlocked(Product item)
Product.sapBlocked attribute.public boolean isSapBlockedAsPrimitive(SessionContext ctx, Product item)
Product.sapBlocked attribute.public boolean isSapBlockedAsPrimitive(Product item)
Product.sapBlocked attribute.public void setSapBlocked(SessionContext ctx, Product item, Boolean value)
Product.sapBlocked attribute.value - the sapBlocked - Indicator if item is blocked for salepublic void setSapBlocked(Product item, Boolean value)
Product.sapBlocked attribute.value - the sapBlocked - Indicator if item is blocked for salepublic void setSapBlocked(SessionContext ctx, Product item, boolean value)
Product.sapBlocked attribute.value - the sapBlocked - Indicator if item is blocked for salepublic void setSapBlocked(Product item, boolean value)
Product.sapBlocked attribute.value - the sapBlocked - Indicator if item is blocked for salepublic Date getSapBlockedDate(SessionContext ctx, Product item)
Product.sapBlockedDate attribute.public Date getSapBlockedDate(Product item)
Product.sapBlockedDate attribute.public void setSapBlockedDate(SessionContext ctx, Product item, Date value)
Product.sapBlockedDate attribute.value - the sapBlockedDate - Indicates the date the product is blocked frompublic void setSapBlockedDate(Product item, Date value)
Product.sapBlockedDate attribute.value - the sapBlockedDate - Indicates the date the product is blocked frompublic String getSapCode(SessionContext ctx, Language item)
Language.sapCode attribute.public String getSapCode(Language item)
Language.sapCode attribute.public void setSapCode(SessionContext ctx, Language item, String value)
Language.sapCode attribute.value - the sapCode - SAP Code (ERP Table T002 field SPRAS)public void setSapCode(Language item, String value)
Language.sapCode attribute.value - the sapCode - SAP Code (ERP Table T002 field SPRAS)public String getSapCode(SessionContext ctx, Currency item)
Currency.sapCode attribute.public String getSapCode(Currency item)
Currency.sapCode attribute.public void setSapCode(SessionContext ctx, Currency item, String value)
Currency.sapCode attribute.value - the sapCode - SAP Code (ERP Table TCURC field WAERS)public void setSapCode(Currency item, String value)
Currency.sapCode attribute.value - the sapCode - SAP Code (ERP Table TCURC field WAERS)public String getSapCode(SessionContext ctx, Unit item)
Unit.sapCode attribute.public String getSapCode(Unit item)
Unit.sapCode attribute.public void setSapCode(SessionContext ctx, Unit item, String value)
Unit.sapCode attribute.value - the sapCode - SAP Code (ERP Table T006 field MSEHI)public void setSapCode(Unit item, String value)
Unit.sapCode attribute.value - the sapCode - SAP Code (ERP Table T006 field MSEHI)public String getSapCode(SessionContext ctx, ClassificationAttributeUnit item)
ClassificationAttributeUnit.sapCode attribute.public String getSapCode(ClassificationAttributeUnit item)
ClassificationAttributeUnit.sapCode attribute.public void setSapCode(SessionContext ctx, ClassificationAttributeUnit item, String value)
ClassificationAttributeUnit.sapCode attribute.value - the sapCode - SAP Code (ERP Table T006 field MSEHI)public void setSapCode(ClassificationAttributeUnit item, String value)
ClassificationAttributeUnit.sapCode attribute.value - the sapCode - SAP Code (ERP Table T006 field MSEHI)public String getSapCode(SessionContext ctx, Country item)
Country.sapCode attribute.public String getSapCode(Country item)
Country.sapCode attribute.public void setSapCode(SessionContext ctx, Country item, String value)
Country.sapCode attribute.value - the sapCode - SAP Code (ERP Table T005 field LAND1)public void setSapCode(Country item, String value)
Country.sapCode attribute.value - the sapCode - SAP Code (ERP Table T005 field LAND1)public String getSapcommon_distributionChannel(SessionContext ctx, GenericItem item)
SAPConfiguration.sapcommon_distributionChannel attribute.public String getSapcommon_distributionChannel(SAPConfiguration item)
SAPConfiguration.sapcommon_distributionChannel attribute.public void setSapcommon_distributionChannel(SessionContext ctx, GenericItem item, String value)
SAPConfiguration.sapcommon_distributionChannel attribute.value - the sapcommon_distributionChannelpublic void setSapcommon_distributionChannel(SAPConfiguration item,
String value)
SAPConfiguration.sapcommon_distributionChannel attribute.value - the sapcommon_distributionChannelpublic String getSapcommon_division(SessionContext ctx, GenericItem item)
SAPConfiguration.sapcommon_division attribute.public String getSapcommon_division(SAPConfiguration item)
SAPConfiguration.sapcommon_division attribute.public void setSapcommon_division(SessionContext ctx, GenericItem item, String value)
SAPConfiguration.sapcommon_division attribute.value - the sapcommon_divisionpublic void setSapcommon_division(SAPConfiguration item,
String value)
SAPConfiguration.sapcommon_division attribute.value - the sapcommon_divisionpublic SAPHTTPDestination getSapcommon_erpHttpDestination(SessionContext ctx, GenericItem item)
SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute.public SAPHTTPDestination getSapcommon_erpHttpDestination(SAPGlobalConfiguration item)
SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute.public void setSapcommon_erpHttpDestination(SessionContext ctx, GenericItem item, SAPHTTPDestination value)
SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute.value - the sapcommon_erpHttpDestinationpublic void setSapcommon_erpHttpDestination(SAPGlobalConfiguration item,
SAPHTTPDestination value)
SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute.value - the sapcommon_erpHttpDestinationpublic String getSapcommon_erpLogicalSystem(SessionContext ctx, GenericItem item)
SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute.public String getSapcommon_erpLogicalSystem(SAPGlobalConfiguration item)
SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute.public void setSapcommon_erpLogicalSystem(SessionContext ctx, GenericItem item, String value)
SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute.value - the sapcommon_erpLogicalSystempublic void setSapcommon_erpLogicalSystem(SAPGlobalConfiguration item,
String value)
SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute.value - the sapcommon_erpLogicalSystempublic String getSapcommon_referenceCustomer(SessionContext ctx, GenericItem item)
SAPConfiguration.sapcommon_referenceCustomer attribute.public String getSapcommon_referenceCustomer(SAPConfiguration item)
SAPConfiguration.sapcommon_referenceCustomer attribute.public void setSapcommon_referenceCustomer(SessionContext ctx, GenericItem item, String value)
SAPConfiguration.sapcommon_referenceCustomer attribute.value - the sapcommon_referenceCustomer - reference customer used in RFC callpublic void setSapcommon_referenceCustomer(SAPConfiguration item,
String value)
SAPConfiguration.sapcommon_referenceCustomer attribute.value - the sapcommon_referenceCustomer - reference customer used in RFC callpublic String getSapcommon_salesOrganization(SessionContext ctx, GenericItem item)
SAPConfiguration.sapcommon_salesOrganization attribute.public String getSapcommon_salesOrganization(SAPConfiguration item)
SAPConfiguration.sapcommon_salesOrganization attribute.public void setSapcommon_salesOrganization(SessionContext ctx, GenericItem item, String value)
SAPConfiguration.sapcommon_salesOrganization attribute.value - the sapcommon_salesOrganizationpublic void setSapcommon_salesOrganization(SAPConfiguration item,
String value)
SAPConfiguration.sapcommon_salesOrganization attribute.value - the sapcommon_salesOrganizationpublic Set<SAPPricingSalesAreaToCatalog> getSapcommon_sapPricingSalesArea(SessionContext ctx, GenericItem item)
SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute.public Set<SAPPricingSalesAreaToCatalog> getSapcommon_sapPricingSalesArea(SAPGlobalConfiguration item)
SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute.public void setSapcommon_sapPricingSalesArea(SessionContext ctx, GenericItem item, Set<SAPPricingSalesAreaToCatalog> value)
SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute.value - the sapcommon_sapPricingSalesAreapublic void setSapcommon_sapPricingSalesArea(SAPGlobalConfiguration item,
Set<SAPPricingSalesAreaToCatalog> value)
SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute.value - the sapcommon_sapPricingSalesAreapublic void addToSapcommon_sapPricingSalesArea(SessionContext ctx, GenericItem item, SAPPricingSalesAreaToCatalog value)
value to sapcommon_sapPricingSalesArea.value - the item to add to sapcommon_sapPricingSalesAreapublic void addToSapcommon_sapPricingSalesArea(SAPGlobalConfiguration item,
SAPPricingSalesAreaToCatalog value)
value to sapcommon_sapPricingSalesArea.value - the item to add to sapcommon_sapPricingSalesAreapublic void removeFromSapcommon_sapPricingSalesArea(SessionContext ctx, GenericItem item, SAPPricingSalesAreaToCatalog value)
value from sapcommon_sapPricingSalesArea.value - the item to remove from sapcommon_sapPricingSalesAreapublic void removeFromSapcommon_sapPricingSalesArea(SAPGlobalConfiguration item,
SAPPricingSalesAreaToCatalog value)
value from sapcommon_sapPricingSalesArea.value - the item to remove from sapcommon_sapPricingSalesAreapublic String getSapcommon_transactionType(SessionContext ctx, GenericItem item)
SAPConfiguration.sapcommon_transactionType attribute.public String getSapcommon_transactionType(SAPConfiguration item)
SAPConfiguration.sapcommon_transactionType attribute.public void setSapcommon_transactionType(SessionContext ctx, GenericItem item, String value)
SAPConfiguration.sapcommon_transactionType attribute.value - the sapcommon_transactionTypepublic void setSapcommon_transactionType(SAPConfiguration item,
String value)
SAPConfiguration.sapcommon_transactionType attribute.value - the sapcommon_transactionTypepublic String getSapConditionId(SessionContext ctx, PriceRow item)
PriceRow.sapConditionId attribute.public String getSapConditionId(PriceRow item)
PriceRow.sapConditionId attribute.public void setSapConditionId(SessionContext ctx, PriceRow item, String value)
PriceRow.sapConditionId attribute.value - the sapConditionId - Unique identifier of Price Condition.public void setSapConditionId(PriceRow item, String value)
PriceRow.sapConditionId attribute.value - the sapConditionId - Unique identifier of Price Condition.public String getSapConditionId(SessionContext ctx, DiscountRow item)
DiscountRow.sapConditionId attribute.public String getSapConditionId(DiscountRow item)
DiscountRow.sapConditionId attribute.public void setSapConditionId(SessionContext ctx, DiscountRow item, String value)
DiscountRow.sapConditionId attribute.value - the sapConditionId - Unique identifier of Price Condition.public void setSapConditionId(DiscountRow item, String value)
DiscountRow.sapConditionId attribute.value - the sapConditionId - Unique identifier of Price Condition.public Boolean isSapConfigurable(SessionContext ctx, Product item)
Product.sapConfigurable attribute.public Boolean isSapConfigurable(Product item)
Product.sapConfigurable attribute.public boolean isSapConfigurableAsPrimitive(SessionContext ctx, Product item)
Product.sapConfigurable attribute.public boolean isSapConfigurableAsPrimitive(Product item)
Product.sapConfigurable attribute.public void setSapConfigurable(SessionContext ctx, Product item, Boolean value)
Product.sapConfigurable attribute.value - the sapConfigurable - Is the product configurable?public void setSapConfigurable(Product item, Boolean value)
Product.sapConfigurable attribute.value - the sapConfigurable - Is the product configurable?public void setSapConfigurable(SessionContext ctx, Product item, boolean value)
Product.sapConfigurable attribute.value - the sapConfigurable - Is the product configurable?public void setSapConfigurable(Product item, boolean value)
Product.sapConfigurable attribute.value - the sapConfigurable - Is the product configurable?public String getSapConsumerID(SessionContext ctx, Customer item)
Customer.sapConsumerID attribute.public String getSapConsumerID(Customer item)
Customer.sapConsumerID attribute.public void setSapConsumerID(SessionContext ctx, Customer item, String value)
Customer.sapConsumerID attribute.value - the sapConsumerID - Unique identifier of SAP consumerpublic void setSapConsumerID(Customer item, String value)
Customer.sapConsumerID attribute.value - the sapConsumerID - Unique identifier of SAP consumerpublic String getSapContactID(SessionContext ctx, Customer item)
Customer.sapContactID attribute.public String getSapContactID(Customer item)
Customer.sapContactID attribute.public void setSapContactID(SessionContext ctx, Customer item, String value)
Customer.sapContactID attribute.value - the sapContactID - Unique identifier of SAP contactpublic void setSapContactID(Customer item, String value)
Customer.sapContactID attribute.value - the sapContactID - Unique identifier of SAP contactpublic String getSapCustomerID(SessionContext ctx, Address item)
Address.sapCustomerID attribute.public String getSapCustomerID(Address item)
Address.sapCustomerID attribute.public void setSapCustomerID(SessionContext ctx, Address item, String value)
Address.sapCustomerID attribute.value - the sapCustomerID - Unique identifier of SAP customerpublic void setSapCustomerID(Address item, String value)
Address.sapCustomerID attribute.value - the sapCustomerID - Unique identifier of SAP customerpublic Set<SAPDeliveryMode> getSapDeliveryModes(SessionContext ctx, GenericItem item)
SAPConfiguration.sapDeliveryModes attribute.public Set<SAPDeliveryMode> getSapDeliveryModes(SAPConfiguration item)
SAPConfiguration.sapDeliveryModes attribute.public void setSapDeliveryModes(SessionContext ctx, GenericItem item, Set<SAPDeliveryMode> value)
SAPConfiguration.sapDeliveryModes attribute.value - the sapDeliveryModespublic void setSapDeliveryModes(SAPConfiguration item,
Set<SAPDeliveryMode> value)
SAPConfiguration.sapDeliveryModes attribute.value - the sapDeliveryModespublic void addToSapDeliveryModes(SessionContext ctx, GenericItem item, SAPDeliveryMode value)
value to sapDeliveryModes.value - the item to add to sapDeliveryModespublic void addToSapDeliveryModes(SAPConfiguration item,
SAPDeliveryMode value)
value to sapDeliveryModes.value - the item to add to sapDeliveryModespublic void removeFromSapDeliveryModes(SessionContext ctx, GenericItem item, SAPDeliveryMode value)
value from sapDeliveryModes.value - the item to remove from sapDeliveryModespublic void removeFromSapDeliveryModes(SAPConfiguration item,
SAPDeliveryMode value)
value from sapDeliveryModes.value - the item to remove from sapDeliveryModespublic String getSapEAN(SessionContext ctx, Product item)
Product.sapEAN attribute.public String getSapEAN(Product item)
Product.sapEAN attribute.public void setSapEAN(SessionContext ctx, Product item, String value)
Product.sapEAN attribute.value - the sapEAN - Product EANpublic void setSapEAN(Product item, String value)
Product.sapEAN attribute.value - the sapEAN - Product EANpublic String getSapERPCharacteristicLongText(SessionContext ctx, ClassificationAttribute item)
ClassificationAttribute.sapERPCharacteristicLongText attribute.public String getSapERPCharacteristicLongText(ClassificationAttribute item)
ClassificationAttribute.sapERPCharacteristicLongText attribute.public Map<Language,String> getAllSapERPCharacteristicLongText(SessionContext ctx, ClassificationAttribute item)
ClassificationAttribute.sapERPCharacteristicLongText attribute.public Map<Language,String> getAllSapERPCharacteristicLongText(ClassificationAttribute item)
ClassificationAttribute.sapERPCharacteristicLongText attribute.public void setSapERPCharacteristicLongText(SessionContext ctx, ClassificationAttribute item, String value)
ClassificationAttribute.sapERPCharacteristicLongText attribute.value - the sapERPCharacteristicLongText - Original Characteristic Long Text in SAP ERPpublic void setSapERPCharacteristicLongText(ClassificationAttribute item, String value)
ClassificationAttribute.sapERPCharacteristicLongText attribute.value - the sapERPCharacteristicLongText - Original Characteristic Long Text in SAP ERPpublic void setAllSapERPCharacteristicLongText(SessionContext ctx, ClassificationAttribute item, Map<Language,String> value)
ClassificationAttribute.sapERPCharacteristicLongText attribute.value - the sapERPCharacteristicLongText - Original Characteristic Long Text in SAP ERPpublic void setAllSapERPCharacteristicLongText(ClassificationAttribute item, Map<Language,String> value)
ClassificationAttribute.sapERPCharacteristicLongText attribute.value - the sapERPCharacteristicLongText - Original Characteristic Long Text in SAP ERPpublic Boolean isSapIsReplicated(SessionContext ctx, Customer item)
Customer.sapIsReplicated attribute.public Boolean isSapIsReplicated(Customer item)
Customer.sapIsReplicated attribute.public boolean isSapIsReplicatedAsPrimitive(SessionContext ctx, Customer item)
Customer.sapIsReplicated attribute.public boolean isSapIsReplicatedAsPrimitive(Customer item)
Customer.sapIsReplicated attribute.public void setSapIsReplicated(SessionContext ctx, Customer item, Boolean value)
Customer.sapIsReplicated attribute.value - the sapIsReplicated - Indicates if the customer has been replicated to the SAP systempublic void setSapIsReplicated(Customer item, Boolean value)
Customer.sapIsReplicated attribute.value - the sapIsReplicated - Indicates if the customer has been replicated to the SAP systempublic void setSapIsReplicated(SessionContext ctx, Customer item, boolean value)
Customer.sapIsReplicated attribute.value - the sapIsReplicated - Indicates if the customer has been replicated to the SAP systempublic void setSapIsReplicated(Customer item, boolean value)
Customer.sapIsReplicated attribute.value - the sapIsReplicated - Indicates if the customer has been replicated to the SAP systempublic Set<SAPLogicalSystem> getSapLogicalSystemGlobalConfig(SessionContext ctx, GenericItem item)
SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute.public Set<SAPLogicalSystem> getSapLogicalSystemGlobalConfig(SAPGlobalConfiguration item)
SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute.public void setSapLogicalSystemGlobalConfig(SessionContext ctx, GenericItem item, Set<SAPLogicalSystem> value)
SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute.value - the sapLogicalSystemGlobalConfigpublic void setSapLogicalSystemGlobalConfig(SAPGlobalConfiguration item,
Set<SAPLogicalSystem> value)
SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute.value - the sapLogicalSystemGlobalConfigpublic void addToSapLogicalSystemGlobalConfig(SessionContext ctx, GenericItem item, SAPLogicalSystem value)
value to sapLogicalSystemGlobalConfig.value - the item to add to sapLogicalSystemGlobalConfigpublic void addToSapLogicalSystemGlobalConfig(SAPGlobalConfiguration item,
SAPLogicalSystem value)
value to sapLogicalSystemGlobalConfig.value - the item to add to sapLogicalSystemGlobalConfigpublic void removeFromSapLogicalSystemGlobalConfig(SessionContext ctx, GenericItem item, SAPLogicalSystem value)
value from sapLogicalSystemGlobalConfig.value - the item to remove from sapLogicalSystemGlobalConfigpublic void removeFromSapLogicalSystemGlobalConfig(SAPGlobalConfiguration item,
SAPLogicalSystem value)
value from sapLogicalSystemGlobalConfig.value - the item to remove from sapLogicalSystemGlobalConfigpublic SAPOrder getSapOrder(SessionContext ctx, Consignment item)
Consignment.sapOrder attribute.public SAPOrder getSapOrder(Consignment item)
Consignment.sapOrder attribute.protected void setSapOrder(SessionContext ctx, Consignment item, SAPOrder value)
Consignment.sapOrder attribute.value - the sapOrderprotected void setSapOrder(Consignment item, SAPOrder value)
Consignment.sapOrder attribute.value - the sapOrderpublic Integer getSapOrderEntryRowNumber(SessionContext ctx, ConsignmentEntry item)
ConsignmentEntry.sapOrderEntryRowNumber attribute.public Integer getSapOrderEntryRowNumber(ConsignmentEntry item)
ConsignmentEntry.sapOrderEntryRowNumber attribute.public int getSapOrderEntryRowNumberAsPrimitive(SessionContext ctx, ConsignmentEntry item)
ConsignmentEntry.sapOrderEntryRowNumber attribute.public int getSapOrderEntryRowNumberAsPrimitive(ConsignmentEntry item)
ConsignmentEntry.sapOrderEntryRowNumber attribute.public void setSapOrderEntryRowNumber(SessionContext ctx, ConsignmentEntry item, Integer value)
ConsignmentEntry.sapOrderEntryRowNumber attribute.value - the sapOrderEntryRowNumberpublic void setSapOrderEntryRowNumber(ConsignmentEntry item, Integer value)
ConsignmentEntry.sapOrderEntryRowNumber attribute.value - the sapOrderEntryRowNumberpublic void setSapOrderEntryRowNumber(SessionContext ctx, ConsignmentEntry item, int value)
ConsignmentEntry.sapOrderEntryRowNumber attribute.value - the sapOrderEntryRowNumberpublic void setSapOrderEntryRowNumber(ConsignmentEntry item, int value)
ConsignmentEntry.sapOrderEntryRowNumber attribute.value - the sapOrderEntryRowNumberpublic Set<SAPOrder> getSapOrders(SessionContext ctx, Order item)
Order.sapOrders attribute.public Set<SAPOrder> getSapOrders(Order item)
Order.sapOrders attribute.public void setSapOrders(SessionContext ctx, Order item, Set<SAPOrder> value)
Order.sapOrders attribute.value - the sapOrderspublic void setSapOrders(Order item, Set<SAPOrder> value)
Order.sapOrders attribute.value - the sapOrderspublic void addToSapOrders(SessionContext ctx, Order item, SAPOrder value)
value to sapOrders.value - the item to add to sapOrderspublic void addToSapOrders(Order item, SAPOrder value)
value to sapOrders.value - the item to add to sapOrderspublic void removeFromSapOrders(SessionContext ctx, Order item, SAPOrder value)
value from sapOrders.value - the item to remove from sapOrderspublic void removeFromSapOrders(Order item, SAPOrder value)
value from sapOrders.value - the item to remove from sapOrderspublic Set<SAPPaymentMode> getSapPaymentModes(SessionContext ctx, GenericItem item)
SAPConfiguration.sapPaymentModes attribute.public Set<SAPPaymentMode> getSapPaymentModes(SAPConfiguration item)
SAPConfiguration.sapPaymentModes attribute.public void setSapPaymentModes(SessionContext ctx, GenericItem item, Set<SAPPaymentMode> value)
SAPConfiguration.sapPaymentModes attribute.value - the sapPaymentModespublic void setSapPaymentModes(SAPConfiguration item,
Set<SAPPaymentMode> value)
SAPConfiguration.sapPaymentModes attribute.value - the sapPaymentModespublic void addToSapPaymentModes(SessionContext ctx, GenericItem item, SAPPaymentMode value)
value to sapPaymentModes.value - the item to add to sapPaymentModespublic void addToSapPaymentModes(SAPConfiguration item,
SAPPaymentMode value)
value to sapPaymentModes.value - the item to add to sapPaymentModespublic void removeFromSapPaymentModes(SessionContext ctx, GenericItem item, SAPPaymentMode value)
value from sapPaymentModes.value - the item to remove from sapPaymentModespublic void removeFromSapPaymentModes(SAPConfiguration item,
SAPPaymentMode value)
value from sapPaymentModes.value - the item to remove from sapPaymentModespublic Warehouse getSapPlant(SessionContext ctx, Product item)
Product.sapPlant attribute.public Warehouse getSapPlant(Product item)
Product.sapPlant attribute.public void setSapPlant(SessionContext ctx, Product item, Warehouse value)
Product.sapPlant attribute.value - the sapPlant - Sap Plant mapped to hybris warehousepublic void setSapPlant(Product item, Warehouse value)
Product.sapPlant attribute.value - the sapPlant - Sap Plant mapped to hybris warehousepublic Set<SAPPlantLogSysOrg> getSapPlantLogSysOrg(SessionContext ctx, GenericItem item)
SAPConfiguration.sapPlantLogSysOrg attribute.public Set<SAPPlantLogSysOrg> getSapPlantLogSysOrg(SAPConfiguration item)
SAPConfiguration.sapPlantLogSysOrg attribute.public void setSapPlantLogSysOrg(SessionContext ctx, GenericItem item, Set<SAPPlantLogSysOrg> value)
SAPConfiguration.sapPlantLogSysOrg attribute.value - the sapPlantLogSysOrgpublic void setSapPlantLogSysOrg(SAPConfiguration item,
Set<SAPPlantLogSysOrg> value)
SAPConfiguration.sapPlantLogSysOrg attribute.value - the sapPlantLogSysOrgpublic void addToSapPlantLogSysOrg(SessionContext ctx, GenericItem item, SAPPlantLogSysOrg value)
value to sapPlantLogSysOrg.value - the item to add to sapPlantLogSysOrgpublic void addToSapPlantLogSysOrg(SAPConfiguration item,
SAPPlantLogSysOrg value)
value to sapPlantLogSysOrg.value - the item to add to sapPlantLogSysOrgpublic void removeFromSapPlantLogSysOrg(SessionContext ctx, GenericItem item, SAPPlantLogSysOrg value)
value from sapPlantLogSysOrg.value - the item to remove from sapPlantLogSysOrgpublic void removeFromSapPlantLogSysOrg(SAPConfiguration item,
SAPPlantLogSysOrg value)
value from sapPlantLogSysOrg.value - the item to remove from sapPlantLogSysOrgpublic Set<SAPPricingCondition> getSapPricingConditions(SessionContext ctx, AbstractOrderEntry item)
AbstractOrderEntry.sapPricingConditions attribute.public Set<SAPPricingCondition> getSapPricingConditions(AbstractOrderEntry item)
AbstractOrderEntry.sapPricingConditions attribute.public void setSapPricingConditions(SessionContext ctx, AbstractOrderEntry item, Set<SAPPricingCondition> value)
AbstractOrderEntry.sapPricingConditions attribute.value - the sapPricingConditions - SAP pricing conditionspublic void setSapPricingConditions(AbstractOrderEntry item, Set<SAPPricingCondition> value)
AbstractOrderEntry.sapPricingConditions attribute.value - the sapPricingConditions - SAP pricing conditionspublic void addToSapPricingConditions(SessionContext ctx, AbstractOrderEntry item, SAPPricingCondition value)
value to sapPricingConditions.value - the item to add to sapPricingConditions - SAP pricing conditionspublic void addToSapPricingConditions(AbstractOrderEntry item, SAPPricingCondition value)
value to sapPricingConditions.value - the item to add to sapPricingConditions - SAP pricing conditionspublic void removeFromSapPricingConditions(SessionContext ctx, AbstractOrderEntry item, SAPPricingCondition value)
value from sapPricingConditions.value - the item to remove from sapPricingConditions - SAP pricing conditionspublic void removeFromSapPricingConditions(AbstractOrderEntry item, SAPPricingCondition value)
value from sapPricingConditions.value - the item to remove from sapPricingConditions - SAP pricing conditionspublic Set<SAPProductSalesAreaToCatalogMapping> getSapProductSalesAreaToCatalogMapping(SessionContext ctx, GenericItem item)
SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute.public Set<SAPProductSalesAreaToCatalogMapping> getSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item)
SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute.public void setSapProductSalesAreaToCatalogMapping(SessionContext ctx, GenericItem item, Set<SAPProductSalesAreaToCatalogMapping> value)
SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute.value - the sapProductSalesAreaToCatalogMappingpublic void setSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item,
Set<SAPProductSalesAreaToCatalogMapping> value)
SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute.value - the sapProductSalesAreaToCatalogMappingpublic void addToSapProductSalesAreaToCatalogMapping(SessionContext ctx, GenericItem item, SAPProductSalesAreaToCatalogMapping value)
value to sapProductSalesAreaToCatalogMapping.value - the item to add to sapProductSalesAreaToCatalogMappingpublic void addToSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item,
SAPProductSalesAreaToCatalogMapping value)
value to sapProductSalesAreaToCatalogMapping.value - the item to add to sapProductSalesAreaToCatalogMappingpublic void removeFromSapProductSalesAreaToCatalogMapping(SessionContext ctx, GenericItem item, SAPProductSalesAreaToCatalogMapping value)
value from sapProductSalesAreaToCatalogMapping.value - the item to remove from sapProductSalesAreaToCatalogMappingpublic void removeFromSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item,
SAPProductSalesAreaToCatalogMapping value)
value from sapProductSalesAreaToCatalogMapping.value - the item to remove from sapProductSalesAreaToCatalogMappingpublic String getSapReplicationInfo(SessionContext ctx, Customer item)
Customer.sapReplicationInfo attribute.public String getSapReplicationInfo(Customer item)
Customer.sapReplicationInfo attribute.public void setSapReplicationInfo(SessionContext ctx, Customer item, String value)
Customer.sapReplicationInfo attribute.value - the sapReplicationInfo - Information related to the replication to the SAP systempublic void setSapReplicationInfo(Customer item, String value)
Customer.sapReplicationInfo attribute.value - the sapReplicationInfo - Information related to the replication to the SAP systempublic EnumerationValue getStatus(SessionContext ctx, ConsignmentEntry item)
ConsignmentEntry.status attribute.public EnumerationValue getStatus(ConsignmentEntry item)
ConsignmentEntry.status attribute.public void setStatus(SessionContext ctx, ConsignmentEntry item, EnumerationValue value)
ConsignmentEntry.status attribute.value - the statuspublic void setStatus(ConsignmentEntry item, EnumerationValue value)
ConsignmentEntry.status attribute.value - the statusCopyright © 2017 SAP SE. All Rights Reserved.