public interface PromotionImportExportIntegrator
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Modifier and Type | Method and Description | 
|---|---|
| void | postImportExportSession(PromotionImportExportSession pSession)postImportExportSession
 
 This method is called by the PromotionImportExport's endImportExportSession method. | 
| void | postImportPromotion(PromotionImportExportSession pSession,
                   PromotionImportExportInfo pPromotion)postImportPromotion
 
 This method is called at the end of the PromotionImportExport's importPromotion method. | 
| void | preImportExportSession(PromotionImportExportSession pSession)preImportExportSession
 
 This method is called by the PromotionImportExport's startImportExportSession method. | 
| void | preImportPromotion(PromotionImportExportSession pSession,
                  PromotionImportExportInfo pPromotion)preImportPromotion
 
 This method is called at the beginning of the PromotionImportExport's importPromotion method. | 
static final java.lang.String CLASS_VERSION
void preImportExportSession(PromotionImportExportSession pSession) throws atg.commerce.promotion.PromotionException
pSession - - the import export session.atg.commerce.promotion.PromotionExceptionvoid postImportExportSession(PromotionImportExportSession pSession) throws atg.commerce.promotion.PromotionException
pSession - - the import export session.atg.commerce.promotion.PromotionExceptionvoid preImportPromotion(PromotionImportExportSession pSession, PromotionImportExportInfo pPromotion) throws atg.commerce.promotion.PromotionException
pSession - - the import export session.pPromotion - - the promotion details for the import.atg.commerce.promotion.PromotionExceptionvoid postImportPromotion(PromotionImportExportSession pSession, PromotionImportExportInfo pPromotion) throws atg.commerce.promotion.PromotionException
pSession - - the import export session.pPromotion - - the promotion details for the import.atg.commerce.promotion.PromotionException