com.retek.component.correspondence
Interface CorrespondenceTypeTemplate

All Superinterfaces:
BusinessObject, DistributedObject

public interface CorrespondenceTypeTemplate
extends DistributedObject


Field Summary
static java.lang.String BANNER
           
static java.lang.String CORRESPONDENCE_TEMPLATE
           
static java.lang.String CORRESPONDENCE_TYPE
           
static java.lang.String DEFAULT_TEMPLATE
           
static java.lang.String DELIVERY_METHOD
           
 
Method Summary
 Banner getBanner()
           
 CorrespondenceTemplate getCorrespondenceTemplate()
           
 CorrespondenceType getCorrespondenceType()
           
 CorrespondenceTemplateDeliveryMethod getDefaultDeliveryMethod()
           
 java.util.Set getDeliveryMethods()
           
 boolean isDefaultTemplate()
           
 void setBanner(Banner banner)
           
 void setCorrespondenceTemplate(CorrespondenceTemplate template)
           
 void setCorrespondenceType(CorrespondenceType type)
           
 void setDefaultTemplate(boolean isDefaultTemplate)
           
 void setDeliveryMethods(java.util.Set deliveryMethods)
           
 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

BANNER

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

CORRESPONDENCE_TYPE

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

CORRESPONDENCE_TEMPLATE

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

DELIVERY_METHOD

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

DEFAULT_TEMPLATE

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

getBanner

public Banner getBanner()
                 throws SystemException
Throws:
SystemException

getCorrespondenceType

public CorrespondenceType getCorrespondenceType()
                                         throws SystemException
Throws:
SystemException

getCorrespondenceTemplate

public CorrespondenceTemplate getCorrespondenceTemplate()
                                                 throws SystemException
Throws:
SystemException

isDefaultTemplate

public boolean isDefaultTemplate()
                          throws SystemException
Throws:
SystemException

getDeliveryMethods

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

getDefaultDeliveryMethod

public CorrespondenceTemplateDeliveryMethod getDefaultDeliveryMethod()
                                                              throws SystemException
Throws:
SystemException

setBanner

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

setCorrespondenceType

public void setCorrespondenceType(CorrespondenceType type)
                           throws SystemException
Throws:
SystemException

setCorrespondenceTemplate

public void setCorrespondenceTemplate(CorrespondenceTemplate template)
                               throws SystemException
Throws:
SystemException

setDefaultTemplate

public void setDefaultTemplate(boolean isDefaultTemplate)
                        throws SystemException
Throws:
SystemException

setDeliveryMethods

public void setDeliveryMethods(java.util.Set deliveryMethods)
                        throws BusinessException,
                               SystemException
Throws:
BusinessException
SystemException

submit

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


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