com.ibm.commerce.wallet.logging

Class WalletApplicationMessageKeys

  • java.lang.Object
    • com.ibm.commerce.wallet.logging.WalletClientApplicationMessageKeys
      • com.ibm.commerce.wallet.logging.WalletApplicationMessageKeys


  • public class WalletApplicationMessageKeys
    extends com.ibm.commerce.wallet.logging.WalletClientApplicationMessageKeys
    This file contains the Wallet component application message keys on server side only. Most keys should be in WalletClientApplicationMessageKeys.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String _APP_INVALID_OPERATION
      TODO Javadoc
      static java.lang.String _APP_PHYSICAL_SDO_ALREADY_EXISTS
      TODO Javadoc
      static java.lang.String _APP_PHYSICAL_SDO_DOES_NOT_EXIST
      TODO Javadoc
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from class com.ibm.commerce.wallet.logging.WalletClientApplicationMessageKeys

        _APP_WALLET_DESCRIPTION_TOO_LONG, _APP_WALLET_IDENTIFIER_MISSING, _APP_WALLET_INVALID_OPERATION, _APP_WALLET_INVALID_UNIQUE_ID, _APP_WALLET_NAME_ALREADY_EXISTS, _APP_WALLET_NAME_EMPTY, _APP_WALLET_NAME_TOO_LONG, _APP_WALLET_NOT_FOUND, _APP_WALLETITEM_DESCRIPTION_TOO_LONG, _APP_WALLETITEM_IDENTIFIER_MISSING, _APP_WALLETITEM_INVALID_OPERATION, _APP_WALLETITEM_INVALID_UNIQUE_ID, _APP_WALLETITEM_NAME_ALREADY_EXISTS, _APP_WALLETITEM_NAME_EMPTY, _APP_WALLETITEM_NAME_TOO_LONG, _APP_WALLETITEM_NOT_FOUND
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • _APP_INVALID_OPERATION

        public static final java.lang.String _APP_INVALID_OPERATION
        TODO Javadoc
        See Also:
        Constant Field Values
      • _APP_PHYSICAL_SDO_DOES_NOT_EXIST

        public static final java.lang.String _APP_PHYSICAL_SDO_DOES_NOT_EXIST
        TODO Javadoc
        See Also:
        Constant Field Values
      • _APP_PHYSICAL_SDO_ALREADY_EXISTS

        public static final java.lang.String _APP_PHYSICAL_SDO_ALREADY_EXISTS
        TODO Javadoc
        See Also:
        Constant Field Values
    • Constructor Detail

      • WalletApplicationMessageKeys

        public WalletApplicationMessageKeys()