com.retek.component.correspondence
Interface CorrespondenceTypeTemplate
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- CorrespondenceTypeTemplateImpl
- public interface CorrespondenceTypeTemplate
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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
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 © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28