com.retek.component.customer
Interface GeneralActivityRequest

All Superinterfaces:
ActivityRequest, BusinessObject, DistributedObject
All Known Subinterfaces:
ForwardAddressActivityRequest, ItemInstructionsActivityRequest, LabelActivityRequest, PartialActivityRequest, ReturnActivityRequest, WismoActivityRequest
All Known Implementing Classes:
ForwardAddressActivityRequestImpl, GeneralActivityRequestImpl, ItemInstructionsActivityRequestImpl, LabelActivityRequestImpl, PartialActivityRequestImpl, ReturnActivityRequestImpl, WismoActivityRequestImpl

public interface GeneralActivityRequest
extends ActivityRequest

This interface represents the most basic activity request made by the customer for an order. Multiple specific interfaces implement this class and add specific logic.


Field Summary
 
Fields inherited from interface com.retek.component.customer.ActivityRequest
ADDRESS_ID, BANNER, COMMENTS, CREATE_USER_NAME, CUSTOMER_ID, CUSTOMER_ORDER_ID, DAY_TELEPHONE_ID, EMAIL_ID, EVENING_TELEPHONE_ID, NUMBER, REQUEST_TYPE
 
Method Summary
 Media getMedia()
           
 SellingItem getSellingItem()
           
 void setSellingItem(SellingItem sellingItem)
           
 
Methods inherited from interface com.retek.component.customer.ActivityRequest
close, getActivityRequestType, getActivityStatusType, getAddress, getBanner, getComments, getCreateDate, getCreateUser, getCustomer, getCustomerOrder, getDayTelephone, getEmail, getEveningTelephone, getLastUpdatedDate, getLastUpdatedUser, getSupervisorName, isCallPreference, isEmailPreference, isFaxPreference, isMailPreference, setActivityStatusType, setAddress, setBanner, setCallPreference, setComments, setCustomer, setCustomerOrder, setDayTelephone, setEmail, setEmailPreference, setEveningTelephone, setFaxPreference, setMailPreference, setSupervisorName, 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
 

Method Detail

getSellingItem

public SellingItem getSellingItem()
                           throws SystemException,
                                  BusinessException
Throws:
SystemException
BusinessException

setSellingItem

public void setSellingItem(SellingItem sellingItem)
                    throws SystemException
Throws:
SystemException

getMedia

public Media getMedia()
               throws SystemException
Throws:
SystemException


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