com.ibm.commerce.inventory.facade.server.helper

Class InventoryServerConstants

  • java.lang.Object
    • com.ibm.commerce.inventory.facade.server.helper.InventoryServerConstants


  • public class InventoryServerConstants
    extends java.lang.Object
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright field.
        See Also:
        Constant Field Values
      • COMPONENT_NAME

        public static final java.lang.String COMPONENT_NAME
        The component name for the Inventory component.
        See Also:
        Constant Field Values
      • INVENTORY_CONFIGURATION_FLAGS_MEMORY_CACHE

        public static final int INVENTORY_CONFIGURATION_FLAGS_MEMORY_CACHE
        This is the binary flag in the INVCNF.FLAGS. If the flag is 1, the inventory availability is cached in a WebSphere distributed object cache.
        See Also:
        Constant Field Values
      • INVENTORY_CONFIGURATION_FLAGS_DATABASE_CACHE

        public static final int INVENTORY_CONFIGURATION_FLAGS_DATABASE_CACHE
        This is the binary flag in the INVCNF.FLAGS. If the flag is 2, the inventory availability is cached in Commerce database.
        See Also:
        Constant Field Values
      • INVENTORY_CONFIGURATION_FLAGS_DOM

        public static final int INVENTORY_CONFIGURATION_FLAGS_DOM
        This is the binary flag in the INVCNF.FLAGS. If the flag is 4, the inventory availability is to be retrieved from external inventory management system.
        See Also:
        Constant Field Values
      • INVENTORY_CONFIGURATION_FLAGS_DECREMENT_CACHE

        public static final int INVENTORY_CONFIGURATION_FLAGS_DECREMENT_CACHE
        This is the binary flag in the INVCNF.FLAGS. If the flag is 8, the cached inventory availability records will be decremented when an order is submitted for processing.
        See Also:
        Constant Field Values
      • INVENTORY_CONFIGURATION_FLAGS_UPDATE_CACHE

        public static final int INVENTORY_CONFIGURATION_FLAGS_UPDATE_CACHE
        This is the binary flag in the INVCNF.FLAGS. If the flag is 16, the cached inventory availability records will be updated as the information is retrieved from external inventory management system.
        See Also:
        Constant Field Values
      • CONFIG_GROUP_OBJECTCACHEINSTANCE

        public static final java.lang.String CONFIG_GROUP_OBJECTCACHEINSTANCE
        The configuration group name for object cache instance.
        See Also:
        Constant Field Values
      • CONFIG_PROPERTY_JNDINAME

        public static final java.lang.String CONFIG_PROPERTY_JNDINAME
        The configuration of property name of the jndi name object cache instance.
        See Also:
        Constant Field Values
      • CONFIG_GROUP_MEMORY_CACHE

        public static final java.lang.String CONFIG_GROUP_MEMORY_CACHE
        The configuration group name for memory cache.
        See Also:
        Constant Field Values
      • CONFIG_PROPERTY_CHECK_MEMORY_CACHE_EXPIRY

        public static final java.lang.String CONFIG_PROPERTY_CHECK_MEMORY_CACHE_EXPIRY
        The configuration of property name to indicate whether memory cache expiry is enabled.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InventoryServerConstants

        public InventoryServerConstants()