com.beasys.commerce.axiom.util.helper
Class UtilityHelper
java.lang.Object
|
+--com.beasys.commerce.axiom.util.helper.UtilityHelper
- All Implemented Interfaces:
- java.io.Serializable
- public class UtilityHelper
- extends java.lang.Object
- implements java.io.Serializable
General location for required utility methods, possibly across personalization
and portal.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UtilityHelper
public UtilityHelper()
checkPersonalizationServer
public static final void checkPersonalizationServer()
checkPersonalizationServerLicense
public static final boolean checkPersonalizationServerLicense()
checkCommerceServer
public static final void checkCommerceServer()
checkCommerceServerLicense
public static final boolean checkCommerceServerLicense()
checkCampaignServer
public static final void checkCampaignServer()
checkCampaignServerLicense
public static final boolean checkCampaignServerLicense()
checkAccess
public static final void checkAccess(java.lang.String aKey)
- Check access.
- Parameters:
aKey
- the key to check.
checkLicense
public static final boolean checkLicense(java.lang.String product,
java.lang.String release,
java.lang.String component)
- Check access.
- Parameters:
product
- the product to check
checkVersion
public static void checkVersion()
- Check the version of WebLogic. If it is less than the recommended build
within the commerce.properties spit out warnings..
Copyright © 2001 BEA Systems, Inc. All Rights Reserved