com.retek.component.customer.integration.impl
Class CustomerIntegrationDataAccessHelper
java.lang.Object
com.retek.component.customer.integration.impl.CustomerIntegrationDataAccessHelper
- public class CustomerIntegrationDataAccessHelper
- extends java.lang.Object
Class which encapsulates behavior for customer integration data access
layer helper for optimizing common object lookup values (ex. banner codes,
source codes, user names).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerIntegrationDataAccessHelper
public CustomerIntegrationDataAccessHelper()
clear
public static final void clear()
getBannerCode
public static final java.lang.String getBannerCode(DistributedContext context,
DistributedReference bannerRef)
throws SystemException
- Throws:
SystemException
getBannerReference
public static final DistributedReference getBannerReference(DistributedContext context,
java.lang.String bannerCode)
throws SystemException
- Throws:
SystemException
getSourceCodeReference
public static final DistributedReference getSourceCodeReference(DistributedContext context,
java.lang.String sourceCode)
throws SystemException
- Throws:
SystemException
getSourceCode
public static final java.lang.String getSourceCode(DistributedContext context,
DistributedReference sourceCodeRef)
throws SystemException
- Throws:
SystemException
getUserName
public static final java.lang.String getUserName(DistributedContext context,
DistributedReference userRef)
throws SystemException
- Throws:
SystemException
getUserReference
public static final DistributedReference getUserReference(DistributedContext context,
java.lang.String userName)
throws SystemException
- Throws:
SystemException
getCountryReference
public static final DistributedReference getCountryReference(DistributedContext context,
java.lang.String countryCode)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28