void |
GeneratedCommerceServicesManager.addToAssignedQuotes(SessionContext ctx,
User item,
Quote value) |
Generated method - Adds value to assignedQuotes.
|
void |
GeneratedCommerceServicesManager.addToAssignedQuotes(User item,
Quote value) |
Generated method - Adds value to assignedQuotes.
|
void |
GeneratedCommerceServicesManager.addToGeneratedNotifications(Quote item,
EnumerationValue value) |
Generated method - Adds value to generatedNotifications.
|
void |
GeneratedCommerceServicesManager.addToGeneratedNotifications(SessionContext ctx,
Quote item,
EnumerationValue value) |
Generated method - Adds value to generatedNotifications.
|
User |
GeneratedCommerceServicesManager.getAssignee(Quote item) |
Generated method - Getter of the Quote.assignee attribute.
|
User |
GeneratedCommerceServicesManager.getAssignee(SessionContext ctx,
Quote item) |
Generated method - Getter of the Quote.assignee attribute.
|
Cart |
GeneratedCommerceServicesManager.getCartReference(Quote item) |
Generated method - Getter of the Quote.cartReference attribute.
|
Cart |
GeneratedCommerceServicesManager.getCartReference(SessionContext ctx,
Quote item) |
Generated method - Getter of the Quote.cartReference attribute.
|
java.util.Set<EnumerationValue> |
GeneratedCommerceServicesManager.getGeneratedNotifications(Quote item) |
Generated method - Getter of the Quote.generatedNotifications attribute.
|
java.util.Set<EnumerationValue> |
GeneratedCommerceServicesManager.getGeneratedNotifications(SessionContext ctx,
Quote item) |
Generated method - Getter of the Quote.generatedNotifications attribute.
|
long |
GeneratedCommerceServicesManager.getGeneratedNotificationsCount(Quote item) |
|
long |
GeneratedCommerceServicesManager.getGeneratedNotificationsCount(SessionContext ctx,
Quote item) |
|
java.lang.Double |
GeneratedCommerceServicesManager.getPreviousEstimatedTotal(Quote item) |
Generated method - Getter of the Quote.previousEstimatedTotal attribute.
|
java.lang.Double |
GeneratedCommerceServicesManager.getPreviousEstimatedTotal(SessionContext ctx,
Quote item) |
Generated method - Getter of the Quote.previousEstimatedTotal attribute.
|
double |
GeneratedCommerceServicesManager.getPreviousEstimatedTotalAsPrimitive(Quote item) |
Generated method - Getter of the Quote.previousEstimatedTotal attribute.
|
double |
GeneratedCommerceServicesManager.getPreviousEstimatedTotalAsPrimitive(SessionContext ctx,
Quote item) |
Generated method - Getter of the Quote.previousEstimatedTotal attribute.
|
void |
GeneratedCommerceServicesManager.removeFromAssignedQuotes(SessionContext ctx,
User item,
Quote value) |
Generated method - Removes value from assignedQuotes.
|
void |
GeneratedCommerceServicesManager.removeFromAssignedQuotes(User item,
Quote value) |
Generated method - Removes value from assignedQuotes.
|
void |
GeneratedCommerceServicesManager.removeFromGeneratedNotifications(Quote item,
EnumerationValue value) |
Generated method - Removes value from generatedNotifications.
|
void |
GeneratedCommerceServicesManager.removeFromGeneratedNotifications(SessionContext ctx,
Quote item,
EnumerationValue value) |
Generated method - Removes value from generatedNotifications.
|
void |
GeneratedCommerceServicesManager.setAssignee(Quote item,
User value) |
Generated method - Setter of the Quote.assignee attribute.
|
void |
GeneratedCommerceServicesManager.setAssignee(SessionContext ctx,
Quote item,
User value) |
Generated method - Setter of the Quote.assignee attribute.
|
void |
GeneratedCommerceServicesManager.setCartReference(Quote item,
Cart value) |
Generated method - Setter of the Quote.cartReference attribute.
|
void |
GeneratedCommerceServicesManager.setCartReference(SessionContext ctx,
Quote item,
Cart value) |
Generated method - Setter of the Quote.cartReference attribute.
|
void |
GeneratedCommerceServicesManager.setGeneratedNotifications(Quote item,
java.util.Set<EnumerationValue> value) |
Generated method - Setter of the Quote.generatedNotifications attribute.
|
void |
GeneratedCommerceServicesManager.setGeneratedNotifications(SessionContext ctx,
Quote item,
java.util.Set<EnumerationValue> value) |
Generated method - Setter of the Quote.generatedNotifications attribute.
|
void |
GeneratedCommerceServicesManager.setPreviousEstimatedTotal(Quote item,
double value) |
Generated method - Setter of the Quote.previousEstimatedTotal attribute.
|
void |
GeneratedCommerceServicesManager.setPreviousEstimatedTotal(Quote item,
java.lang.Double value) |
Generated method - Setter of the Quote.previousEstimatedTotal attribute.
|
void |
GeneratedCommerceServicesManager.setPreviousEstimatedTotal(SessionContext ctx,
Quote item,
double value) |
Generated method - Setter of the Quote.previousEstimatedTotal attribute.
|
void |
GeneratedCommerceServicesManager.setPreviousEstimatedTotal(SessionContext ctx,
Quote item,
java.lang.Double value) |
Generated method - Setter of the Quote.previousEstimatedTotal attribute.
|
void |
GeneratedCommerceServicesManager.setQuoteReference(Cart item,
Quote value) |
Generated method - Setter of the Cart.quoteReference attribute.
|
void |
GeneratedCommerceServicesManager.setQuoteReference(Order item,
Quote value) |
Generated method - Setter of the Order.quoteReference attribute.
|
void |
GeneratedCommerceServicesManager.setQuoteReference(SessionContext ctx,
Cart item,
Quote value) |
Generated method - Setter of the Cart.quoteReference attribute.
|
void |
GeneratedCommerceServicesManager.setQuoteReference(SessionContext ctx,
Order item,
Quote value) |
Generated method - Setter of the Order.quoteReference attribute.
|