com.retek.component.customerorder.impl
Class CustomerOrderCorrespondenceRequestImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.customerorder.impl.CustomerOrderCorrespondenceRequestImpl
- All Implemented Interfaces:
- BusinessObject, CustomerOrderCorrespondenceRequest, DistributedObject
- public class CustomerOrderCorrespondenceRequestImpl
- extends DistributedObjectImpl
- implements CustomerOrderCorrespondenceRequest
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
CustomerOrderCorrespondenceRequestImpl
public CustomerOrderCorrespondenceRequestImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
throws SystemException
CustomerOrderCorrespondenceRequestImpl
public CustomerOrderCorrespondenceRequestImpl(DistributedContext context,
DistributedReference ref)
throws SystemException
getDto
public CustomerOrderCorrespondenceRequestDto getDto()
throws SystemException
- Throws:
SystemException
getCorrespondenceType
public CorrespondenceType getCorrespondenceType()
throws SystemException
- Specified by:
getCorrespondenceType
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
getOrderLine
public CustomerOrderLine getOrderLine()
throws SystemException
- Specified by:
getOrderLine
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
getCreateDate
public RDate getCreateDate()
throws SystemException
- Specified by:
getCreateDate
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
isActive
public boolean isActive()
throws SystemException
- Specified by:
isActive
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
setCorrespondenceType
public void setCorrespondenceType(CorrespondenceType type)
throws SystemException
- Specified by:
setCorrespondenceType
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
setOrderLine
public void setOrderLine(CustomerOrderLine orderLine)
throws SystemException
- Specified by:
setOrderLine
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
setActive
public void setActive(boolean active)
throws SystemException
- Specified by:
setActive
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
setCreateDate
public void setCreateDate(RDate createDate)
throws SystemException
- Throws:
SystemException
submit
public void submit()
throws SystemException,
BusinessException
- Specified by:
submit
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
BusinessException
readLatest
protected Dto readLatest()
throws SystemException
- Overrides:
readLatest
in class DistributedObjectImpl
- Throws:
SystemException
isRequestDuplicate
public boolean isRequestDuplicate()
throws SystemException
- Specified by:
isRequestDuplicate
in interface CustomerOrderCorrespondenceRequest
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28