com.cyclonecommerce.cybervan.api
Class ConfigAPIConstant

java.lang.Object
  |
  +--com.cyclonecommerce.util.Constant
        |
        +--com.cyclonecommerce.util.StringConstant
              |
              +--com.cyclonecommerce.cybervan.api.ConfigAPIConstant
All Implemented Interfaces:
java.io.Serializable

public class ConfigAPIConstant
extends com.cyclonecommerce.util.StringConstant

See Also:
Serialized Form

Field Summary
static ConfigAPIConstant ACTIVE
           
static ConfigAPIConstant BINARY_DIRECTORIES
           
static ConfigAPIConstant CERTIFICATELESS_FORMAT
           
static ConfigAPIConstant COMPANY_VALIDATION_MESSAGES
           
static ConfigAPIConstant CURSOR
           
static ConfigAPIConstant FIREWALL_INFO
           
static ConfigAPIConstant IDENTITY_INFO
           
static ConfigAPIConstant INACTIVE
           
static ConfigAPIConstant INTEGRATION
           
static ConfigAPIConstant MAX_PROFILES
           
static org.jdom.Namespace NS_ICAPI
           
static ConfigAPIConstant PARTNER_GROUP
           
static ConfigAPIConstant PARTNER_VALIDATION_MESSAGES
           
static ConfigAPIConstant PREFERENCES
           
static ConfigAPIConstant PROFILE_ID
           
static ConfigAPIConstant PROFILE_NAME
           
static ConfigAPIConstant PROFILE_QUERY
           
static ConfigAPIConstant PROFILE_STATUS
           
static ConfigAPIConstant SEARCH_BY
           
static ConfigAPIConstant SECONDARY_IDS
           
static ConfigAPIConstant SECURITY_INFO
           
static ConfigAPIConstant SYSTEM_DIRECTORIES
           
static ConfigAPIConstant TRANSPORTS
           
static ConfigAPIConstant TUNING_PARAMS
           
static ConfigAPIConstant URL_ICAPI
           
static ConfigAPIConstant VALIDATION_MESSAGE
           
static ConfigAPIConstant XML_CONFIGURATION
           
 
Fields inherited from class com.cyclonecommerce.util.Constant
value
 
Methods inherited from class com.cyclonecommerce.util.StringConstant
equals, getValue
 
Methods inherited from class com.cyclonecommerce.util.Constant
equals, getBasicValue, hashCode, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

URL_ICAPI

public static final ConfigAPIConstant URL_ICAPI

PROFILE_QUERY

public static final ConfigAPIConstant PROFILE_QUERY

CURSOR

public static final ConfigAPIConstant CURSOR

MAX_PROFILES

public static final ConfigAPIConstant MAX_PROFILES

SEARCH_BY

public static final ConfigAPIConstant SEARCH_BY

PROFILE_ID

public static final ConfigAPIConstant PROFILE_ID

PROFILE_NAME

public static final ConfigAPIConstant PROFILE_NAME

PROFILE_STATUS

public static final ConfigAPIConstant PROFILE_STATUS

ACTIVE

public static final ConfigAPIConstant ACTIVE

INACTIVE

public static final ConfigAPIConstant INACTIVE

PARTNER_GROUP

public static final ConfigAPIConstant PARTNER_GROUP

CERTIFICATELESS_FORMAT

public static final ConfigAPIConstant CERTIFICATELESS_FORMAT

COMPANY_VALIDATION_MESSAGES

public static final ConfigAPIConstant COMPANY_VALIDATION_MESSAGES

PARTNER_VALIDATION_MESSAGES

public static final ConfigAPIConstant PARTNER_VALIDATION_MESSAGES

IDENTITY_INFO

public static final ConfigAPIConstant IDENTITY_INFO

PREFERENCES

public static final ConfigAPIConstant PREFERENCES

TRANSPORTS

public static final ConfigAPIConstant TRANSPORTS

XML_CONFIGURATION

public static final ConfigAPIConstant XML_CONFIGURATION

SYSTEM_DIRECTORIES

public static final ConfigAPIConstant SYSTEM_DIRECTORIES

INTEGRATION

public static final ConfigAPIConstant INTEGRATION

TUNING_PARAMS

public static final ConfigAPIConstant TUNING_PARAMS

SECONDARY_IDS

public static final ConfigAPIConstant SECONDARY_IDS

FIREWALL_INFO

public static final ConfigAPIConstant FIREWALL_INFO

SECURITY_INFO

public static final ConfigAPIConstant SECURITY_INFO

BINARY_DIRECTORIES

public static final ConfigAPIConstant BINARY_DIRECTORIES

VALIDATION_MESSAGE

public static final ConfigAPIConstant VALIDATION_MESSAGE

NS_ICAPI

public static org.jdom.Namespace NS_ICAPI