com.retek.component.customerorder
Interface CallTag

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
CallTagImpl

public interface CallTag
extends DistributedObject


Field Summary
static java.lang.String CALLTAG_RETURN_ITEMS
           
static java.lang.String CARRIER
           
static java.lang.String CONTACT_TELEPHONE_NUMBER
           
static java.lang.String CUSTOMER_NAME
           
static java.lang.String CUSTOMER_ORDER_DISPLAY_NUMBER
           
static java.lang.String NUMBER_OF_BOXES
           
static java.lang.String PICKUP_ADDRESS
           
static java.lang.String PICKUP_COMMENT
           
static java.lang.String RETURN_ADDRESS
           
static java.lang.String RETURN_REASON_DESCRIPTION
           
 
Method Summary
 void addCallTagReturnItem(CallTagReturnItem callTagReturnItem)
           
 java.util.Set getCallTagReturnItems()
           
 Carrier getCarrier()
           
 java.lang.String getComment()
           
 TelephoneNumber getContactDayTelephoneNumber()
           
 TelephoneNumber getContactEveningTelephoneNumber()
           
 java.lang.String getCustomerName()
           
 java.lang.String getCustomerOrderDisplayNumber()
           
 java.lang.String getDisplayCode()
           
 EmailAddress getEmailAddress()
           
 Quantity getNumberOfBoxes()
           
 Address getPickupAddress()
           
 Address getReturnAddress()
           
 java.lang.String getReturnReasonDescription()
           
 void removeCallTagReturnItem(CallTagReturnItem callTagReturnItem)
           
 void resetCallTagReturnItems(java.util.Set returnItems)
           
 void setCarrier(Carrier carrier)
           
 void setComment(java.lang.String newComment)
           
 void setContactDayTelephoneNumber(TelephoneNumber telephoneNumber)
           
 void setContactEveningTelephoneNumber(TelephoneNumber telephoneNumber)
           
 void setCustomerName(java.lang.String customerName)
           
 void setCustomerOrderDisplayNumber(java.lang.String customerOrderDisplayNumber)
           
 void setEmailAddress(EmailAddress emailAddress)
           
 void setNumberOfBoxes(Quantity numberOfBoxes)
           
 void setPickupAddress(Address pickupAddress)
           
 void setReturnAddress(Address returnAddress)
           
 void setReturnReasonDescription(java.lang.String reasonDescription)
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

CALLTAG_RETURN_ITEMS

public static final java.lang.String CALLTAG_RETURN_ITEMS
See Also:
Constant Field Values

CARRIER

public static final java.lang.String CARRIER
See Also:
Constant Field Values

CONTACT_TELEPHONE_NUMBER

public static final java.lang.String CONTACT_TELEPHONE_NUMBER
See Also:
Constant Field Values

CUSTOMER_NAME

public static final java.lang.String CUSTOMER_NAME
See Also:
Constant Field Values

CUSTOMER_ORDER_DISPLAY_NUMBER

public static final java.lang.String CUSTOMER_ORDER_DISPLAY_NUMBER
See Also:
Constant Field Values

NUMBER_OF_BOXES

public static final java.lang.String NUMBER_OF_BOXES
See Also:
Constant Field Values

PICKUP_ADDRESS

public static final java.lang.String PICKUP_ADDRESS
See Also:
Constant Field Values

RETURN_ADDRESS

public static final java.lang.String RETURN_ADDRESS
See Also:
Constant Field Values

RETURN_REASON_DESCRIPTION

public static final java.lang.String RETURN_REASON_DESCRIPTION
See Also:
Constant Field Values

PICKUP_COMMENT

public static final java.lang.String PICKUP_COMMENT
See Also:
Constant Field Values
Method Detail

getDisplayCode

public java.lang.String getDisplayCode()
                                throws SystemException
Throws:
SystemException

getCustomerName

public java.lang.String getCustomerName()
                                 throws SystemException
Throws:
SystemException

getPickupAddress

public Address getPickupAddress()
                         throws SystemException
Throws:
SystemException

getContactDayTelephoneNumber

public TelephoneNumber getContactDayTelephoneNumber()
                                             throws SystemException
Throws:
SystemException

getContactEveningTelephoneNumber

public TelephoneNumber getContactEveningTelephoneNumber()
                                                 throws SystemException
Throws:
SystemException

getEmailAddress

public EmailAddress getEmailAddress()
                             throws SystemException
Throws:
SystemException

getComment

public java.lang.String getComment()
                            throws SystemException
Throws:
SystemException

getCarrier

public Carrier getCarrier()
                   throws SystemException
Throws:
SystemException

getReturnReasonDescription

public java.lang.String getReturnReasonDescription()
                                            throws SystemException
Throws:
SystemException

getReturnAddress

public Address getReturnAddress()
                         throws SystemException
Throws:
SystemException

getNumberOfBoxes

public Quantity getNumberOfBoxes()
                          throws SystemException
Throws:
SystemException

getCustomerOrderDisplayNumber

public java.lang.String getCustomerOrderDisplayNumber()
                                               throws SystemException
Throws:
SystemException

getCallTagReturnItems

public java.util.Set getCallTagReturnItems()
                                    throws SystemException
Throws:
SystemException

setCustomerName

public void setCustomerName(java.lang.String customerName)
                     throws SystemException
Throws:
SystemException

setPickupAddress

public void setPickupAddress(Address pickupAddress)
                      throws SystemException
Throws:
SystemException

setContactDayTelephoneNumber

public void setContactDayTelephoneNumber(TelephoneNumber telephoneNumber)
                                  throws SystemException
Throws:
SystemException

setContactEveningTelephoneNumber

public void setContactEveningTelephoneNumber(TelephoneNumber telephoneNumber)
                                      throws SystemException
Throws:
SystemException

setEmailAddress

public void setEmailAddress(EmailAddress emailAddress)
                     throws SystemException
Throws:
SystemException

setComment

public void setComment(java.lang.String newComment)
                throws SystemException
Throws:
SystemException

setCarrier

public void setCarrier(Carrier carrier)
                throws SystemException
Throws:
SystemException

setReturnReasonDescription

public void setReturnReasonDescription(java.lang.String reasonDescription)
                                throws SystemException
Throws:
SystemException

setReturnAddress

public void setReturnAddress(Address returnAddress)
                      throws SystemException
Throws:
SystemException

setNumberOfBoxes

public void setNumberOfBoxes(Quantity numberOfBoxes)
                      throws SystemException
Throws:
SystemException

setCustomerOrderDisplayNumber

public void setCustomerOrderDisplayNumber(java.lang.String customerOrderDisplayNumber)
                                   throws SystemException
Throws:
SystemException

resetCallTagReturnItems

public void resetCallTagReturnItems(java.util.Set returnItems)
                             throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

addCallTagReturnItem

public void addCallTagReturnItem(CallTagReturnItem callTagReturnItem)
                          throws SystemException
Throws:
SystemException

removeCallTagReturnItem

public void removeCallTagReturnItem(CallTagReturnItem callTagReturnItem)
                             throws SystemException
Throws:
SystemException


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