com.retek.component.customer
Interface CatalogType

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject

public interface CatalogType
extends DistributedObject, com.retek.swing11.commons.type.Displayable

This is interface that holds on to an catalog type for a ctatalog request made by the customer. There will be only one catalog type per catalog request made by one customer.


Field Summary
static java.lang.String BANNER
           
static java.lang.String DESCRIPTION
           
static java.lang.String EDD
           
static java.lang.String SUB_CONCEPT
           
static java.lang.String USER
           
 
Method Summary
 Banner getBanner()
           
 java.lang.String getDescription()
           
 RDate getEstimatedDeliveryDate()
           
 int getEstimatedDeliveryDays()
           
 SubConcept getSubConcept()
           
 boolean isActive()
           
 boolean isCreatedLater(CatalogType catalogType)
           
 void makeInactive()
           
 void setBanner(Banner banner)
           
 void setDescription(java.lang.String description)
           
 void setEstimatedDeliveryDays(int estimatedDeliveryDays)
           
 void setSubConcept(SubConcept subConcept)
           
 void submit(User user)
           
 
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
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

DESCRIPTION

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

USER

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

EDD

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

BANNER

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

SUB_CONCEPT

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

isActive

public boolean isActive()
                 throws SystemException
Throws:
SystemException

isCreatedLater

public boolean isCreatedLater(CatalogType catalogType)
                       throws SystemException
Throws:
SystemException

getDescription

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

getEstimatedDeliveryDays

public int getEstimatedDeliveryDays()
                             throws SystemException
Throws:
SystemException

getEstimatedDeliveryDate

public RDate getEstimatedDeliveryDate()
                               throws SystemException
Throws:
SystemException

getBanner

public Banner getBanner()
                 throws SystemException
Throws:
SystemException

getSubConcept

public SubConcept getSubConcept()
                         throws SystemException
Throws:
SystemException

makeInactive

public void makeInactive()
                  throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setEstimatedDeliveryDays

public void setEstimatedDeliveryDays(int estimatedDeliveryDays)
                              throws SystemException
Throws:
SystemException

setBanner

public void setBanner(Banner banner)
               throws SystemException
Throws:
SystemException

setSubConcept

public void setSubConcept(SubConcept subConcept)
                   throws SystemException
Throws:
SystemException

submit

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


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25