Deprecated Methods |
com.retek.commons.gui.table.RDisplayTable.addRow(String[], int, Object)
This method will be removed in the future. Please change call code using
this method to use column names instead of indexes. |
com.retek.component.history.HistoryManager.buildGenericHistoryEventInstanceForCustomer(User, Customer, String)
: 3/31/2004 : Please use one of the buildHistoryEventInstance methods
Build a new generic history event instance for a customer.
Note: This api is intended for use by external integration layer to RCOM (not for use internally
within the RCOM application, see the other build instance patterns for building new history
events within RCOM). |
com.retek.component.history.HistoryManager.buildGenericHistoryEventInstanceForOrder(User, CustomerOrder, HistoryEventType, HistoryEventVisibility, String)
: 3/31/2004 : Please use one of the buildHistoryEventInstance methods
Build a new generic history event instance for a customer order.
Note: This api is intended for use by external integration layer to RCOM (not for use internally
within the RCOM application, see the other build instance patterns for building new history
events within RCOM). |
com.retek.component.history.HistoryManager.buildGenericHistoryEventInstanceForOrder(User, CustomerOrder, HistoryEventVisibility, String)
: 3/31/2004 : Please use one of the buildHistoryEventInstance methods
Build a new generic history event instance for a customer order.
Note: This api is intended for use by external integration layer to RCOM (not for use internally
within the RCOM application, see the other build instance patterns for building new history
events within RCOM). |
com.retek.commons.component.ComponentHelper.createManager(Class)
pass context on manager creation |
com.retek.component.internet.ExAManager.createOrder(ExAOrder, Set)
(3/10/2004) Use updateOrder(ExAOrder) |
com.retek.component.internet.ExAManager.createPendedOrder(ExAOrder, Set)
(3/10/2004) Use createPendedOrder(ExAOrder order)
Create and submit an online request for a pended order with payment information.
The request must be an order summary, which represents a new order in the system. |
com.retek.commons.util.RetekTestCase.doClassSetUp()
Not yet working |
com.retek.commons.util.RetekTestCase.doPackageSetUp()
Not yet working |
com.retek.commons.logging.RetekLevel.getAllPossiblePriorities()
|
com.retek.component.internet.ExAOrderLine.getGiftCertificateAmount()
Use getGiftVoucherAmount
The amount on the gift certificate. |
com.retek.component.internet.ExAOrderLine.getGiftCertificateAttribute()
Use getGiftVoucherAttributes
If the SellingSku is a gift certificate, this method
will return an ExAGiftCertificateAttributes object. |
com.retek.commons.component.DistributedObject.getId()
until 1/31 : OID migration : use getReference() : Paul C. |
com.retek.commons.util.type.Enum.getId()
use getCode() |
com.retek.component.payment.PaymentManagerFactory.getTenderTypeManager()
pass in a context |
com.retek.component.supplier.SupplierManager.readPersonalizationColor(String)
Use readPersonalizationColor(DistributedReference) |
com.retek.component.supplier.SupplierManager.readPersonalizationFont(String)
Use readPersonalizationFont(DistributedReference) |
com.retek.component.tax.TaxManager.rollbackInvoice(String, RDate)
will be removed when Vertex transaction bug is resolved
This operation is for internal use only within the RCOM customer order component to provide
a temporary solution for transaction limitations with the Vertex software. |
com.retek.component.internet.ExAOrderLineRequest.setGiftCertificateAmount(String)
Use setGiftVoucherAmount
Set the Gift Certificate Amount |
com.retek.component.internet.ExAOrderLineRequest.setGiftCertificateAttribute(ExAGiftCertificateAttributes)
Use setGiftVoucherAmount
Set the Gift Certificate Attribute on a Gift Certificate Orderline |
com.retek.component.history.HistoryManagerTest.testBuildHistoryEventInstanceForGenericEventForBoth()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testBuildHistoryEventInstanceForGenericEventForCustomer()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testBuildHistoryEventInstanceForGenericEventForOrder()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreateMultipleShipTosForPendedOrder()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithEmptyPayments()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithExistingCustomer()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithGifting()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithMonogramming()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithNoPayments()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithoutFirstCreatingSummary()
test uses deprecated API's |
com.retek.component.internet.ExAPendedOrderTest.testCreatePendedOrderWithWithPersonalization()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testIncludeSellingItemOnOrderHistoryComments()
test uses deprecated API's |
com.retek.component.tax.TaxCalculatorTest.testManualRollbackTaxInvoice()
tests deprecated api |
com.retek.component.internet.ExAPendedOrderTest.testModifyOrderLineQuantityOnPendedOrder()
test uses deprecated API's |
com.retek.component.internet.ExAOrderLineTest.testOrderLineOnOrderWithGiftCertificate()
Test uses deprecated GiftCertificate APIs |
com.retek.component.internet.ExAPendedOrderTest.testPendingWhenAddingAdditionalOrderLineOnNewShipTo()
test uses deprecated API's |
com.retek.component.supplier.SupplierTest.testReadPersonalizationColor()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testValidateBuildHistoryEventInstanceForGenericEventCustomerRequired()
test uses deprecated API's |
com.retek.component.history.HistoryManagerTest.testValidateBuildHistoryEventInstanceForGenericEventOrderRequired()
test uses deprecated API's |
com.retek.commons.logging.RetekLevel.toPriority(String)
|