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.
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.swing11.commons.type.Displayable |
toDisplayString |
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
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