com.retek.component.customerorder.impl.remote
Class CustomerOrderRemotePersistHelper

java.lang.Object
  extended bycom.retek.component.customerorder.impl.remote.CustomerOrderRemotePersistHelper

public class CustomerOrderRemotePersistHelper
extends java.lang.Object


Constructor Summary
CustomerOrderRemotePersistHelper()
           
 
Method Summary
static void persistOrder(CustomerOrderImpl customerOrderImpl, User user, java.lang.String orginalOrderSummaryInfo)
           
static CustomerOrderDto persistOrderDto(DistributedContext context, CustomerOrderDto customerOrderDto, DistributedReference userRef, boolean isNewOrder, java.lang.String orginalOrderSummaryInfo)
           
static void setAuditInformation(CustomerOrderDto customerOrderDto, User user, RDate now)
           
static void updateOrderLineUpdatedDateAuditInfo(CustomerOrderDto customerOrderDto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerOrderRemotePersistHelper

public CustomerOrderRemotePersistHelper()
Method Detail

persistOrder

public static void persistOrder(CustomerOrderImpl customerOrderImpl,
                                User user,
                                java.lang.String orginalOrderSummaryInfo)
                         throws SystemException,
                                BusinessException
Throws:
SystemException
BusinessException

persistOrderDto

public static CustomerOrderDto persistOrderDto(DistributedContext context,
                                               CustomerOrderDto customerOrderDto,
                                               DistributedReference userRef,
                                               boolean isNewOrder,
                                               java.lang.String orginalOrderSummaryInfo)
                                        throws SystemException,
                                               BusinessException
Throws:
SystemException
BusinessException

setAuditInformation

public static void setAuditInformation(CustomerOrderDto customerOrderDto,
                                       User user,
                                       RDate now)
                                throws SystemException
Throws:
SystemException

updateOrderLineUpdatedDateAuditInfo

public static void updateOrderLineUpdatedDateAuditInfo(CustomerOrderDto customerOrderDto)
                                                throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28