© 2001 BEA Systems, Inc.

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

Constructor Summary
UtilityHelper()
           
 
Method Summary
static void checkAccess(java.lang.String aKey)
          Check access.
static void checkCampaignServer()
           
static boolean checkCampaignServerLicense()
           
static void checkCommerceServer()
           
static boolean checkCommerceServerLicense()
           
static boolean checkLicense(java.lang.String product, java.lang.String release, java.lang.String component)
          Check access.
static void checkPersonalizationServer()
           
static boolean checkPersonalizationServerLicense()
           
static void checkVersion()
          Check the version of WebLogic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilityHelper

public UtilityHelper()
Method Detail

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..

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved