public class NotificationTypeXMLUtilBean extends ProcessRunDefinitionXMLUtilBean
| Constructor and Description |
|---|
NotificationTypeXMLUtilBean() |
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.dom.DOMElement |
constructExcludeInSegmentXML(com.crm.dataobject.segments.SegmentCriterion segmentCriterion) |
org.dom4j.dom.DOMElement |
constructIncludeInSegmentXML(com.crm.dataobject.segments.SegmentCriterion segmentCriterion) |
org.dom4j.dom.DOMElement |
constructNotificationTypeXML(com.crm.dataobject.notifications.CRMDONotificationType notificationType) |
com.crm.dataobject.notifications.CRMDONotificationType |
constructXML(com.crm.dataobject.notifications.CRMDONotificationType notificationType) |
com.crm.dataobject.notifications.CRMDONotificationType |
initialize(com.crm.dataobject.notifications.CRMDONotificationType notificationType) |
com.crm.dataobject.segments.SegmentCriterion |
initializeSegment(com.crm.dataobject.segments.SegmentCriterion segmentCriterion) |
com.crm.dataobject.segments.SegmentCriterion |
loadExcludeInSegment(java.lang.String xmlString) |
com.crm.dataobject.notifications.CRMDONotificationType |
loadFromXML(com.crm.dataobject.notifications.CRMDONotificationType notificationType) |
com.crm.dataobject.segments.SegmentCriterion |
loadIncludeInSegment(java.lang.String xmlString) |
com.crm.dataobject.notifications.CRMDONotificationType |
loadNotificationType(java.lang.String xmlString) |
constructAccountClassificationXML, constructAccountReceivableBalancesXML, constructAccountReceivableOutstandingAmountsXML, constructAwardedStateCriterionXML, constructBehaviorCodeCriteriaXML, constructBillingFrequenciesXML, constructBillingTermSchemeXML, constructBindingPeriodsXML, constructBindingStatesXML, constructCreditRatingCodesXML, constructDeactivationMethodXML, constructExcludeInSegmentXML, constructGroupCriteriaXML, constructIncludeInSegmentXML, constructNormalSubDeactivationMethodXML, constructNotificationOutstandingAmountsXML, constructNotifiedPreviouslyXML, constructNotNotifiedPreviouslyXML, constructOutstandingAmountThresholdXML, constructPricePlanXML, constructProductCriteriaXML, constructRewardOfferTypeClassificationXML, constructRewardOfferTypeXML, constructRewardOfferValidityXML, constructRewardOfferXML, constructRewardShemeXML, constructSubscriptionTypeXML, constructWalletAmountExpirationUpToDateXML, constructWalletBalancesXML, constructWalletEstimatedConsumptionDaysXML, constructWalletProductEstimatedConsumptionDaysXML, initializeExcludedInSegment, initializeIncludedInSegment, initializeNotifiedPreviously, initializeNotNotifiedPreviously, initializeRewardOffer, initializeRewardOfferType, initializeRewardScheme, loadAccountClassifications, loadAccountReceivableBalances, loadAccountReceivableOutstandingAmounts, loadAwardedStateCriterion, loadBehaviorCodeCriteria, loadBillingFrequencies, loadBillingTermSchemes, loadBindingPeriods, loadBindingStates, loadCreditRatingCodes, loadDeactivationMethod, loadExcludedInSegment, loadGroupCriteria, loadIncludedInSegment, loadNormalSubDeactivationMethod, loadNotificationOutstandingAmounts, loadNotifiedPreviously, loadNotNotifiedPreviously, loadOutstandingAmountThreshold, loadPricePlans, loadProductCriteria, loadRewardOffers, loadRewardOfferTypeClassifications, loadRewardOfferTypes, loadRewardOfferValidities, loadRewardShemes, loadScheduleSettings, loadSubscriptionTypes, loadWalletAmountExpirationUpToDate, loadWalletBalances, loadWalletEstimatedConsumptionDays, loadWalletProductEstimatedConsumptionDays, setBindingPeriod, setFrequencydeepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContextpublic com.crm.dataobject.notifications.CRMDONotificationType initialize(com.crm.dataobject.notifications.CRMDONotificationType notificationType)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.notifications.CRMDONotificationType loadFromXML(com.crm.dataobject.notifications.CRMDONotificationType notificationType)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.notifications.CRMDONotificationType constructXML(com.crm.dataobject.notifications.CRMDONotificationType notificationType)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.notifications.CRMDONotificationType loadNotificationType(java.lang.String xmlString)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException,
java.lang.Exception
javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionjava.lang.Exceptionpublic org.dom4j.dom.DOMElement constructNotificationTypeXML(com.crm.dataobject.notifications.CRMDONotificationType notificationType)
public com.crm.dataobject.segments.SegmentCriterion loadIncludeInSegment(java.lang.String xmlString)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic com.crm.dataobject.segments.SegmentCriterion initializeSegment(com.crm.dataobject.segments.SegmentCriterion segmentCriterion)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException,
java.lang.Exception
javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionjava.lang.Exceptionpublic org.dom4j.dom.DOMElement constructIncludeInSegmentXML(com.crm.dataobject.segments.SegmentCriterion segmentCriterion)
public com.crm.dataobject.segments.SegmentCriterion loadExcludeInSegment(java.lang.String xmlString)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic org.dom4j.dom.DOMElement constructExcludeInSegmentXML(com.crm.dataobject.segments.SegmentCriterion segmentCriterion)