Class DefaultCurrencyAttributeManager

    • Constructor Detail

      • DefaultCurrencyAttributeManager

        public DefaultCurrencyAttributeManager()
    • Method Detail

      • getAllAvailableValues

        public java.util.Collection<java.lang.String> getAllAvailableValues()
        Description copied from interface: UrlEncodingAttributeManager
        Get all the possible/available values for a particular attribute.
        Returns:
        List of
      • updateAndSyncForAttrChange

        public void updateAndSyncForAttrChange​(java.lang.String value)
        Description copied from interface: UrlEncodingAttributeManager
        Update the store/site for the given value.
        Parameters:
        value - to be updated
      • getDefaultValue

        public java.lang.String getDefaultValue()
        Description copied from interface: UrlEncodingAttributeManager
        Returns the default value for the attribute
        Returns:
        - defaultvalue for the attribute
      • getCurrentValue

        public java.lang.String getCurrentValue()
        Description copied from interface: UrlEncodingAttributeManager
        Returns the current value for the attribute
        Returns:
        - current value
      • getAttributeValueForEmail

        public java.lang.String getAttributeValueForEmail​(BusinessProcessModel businessProcessModel)
        Description copied from interface: UrlEncodingAttributeManager
        Returns the value for the attribute
        Returns:
        - value for the attribute