Interface ProductFeed

    • Method Detail

      • getId

        int getId()
        Uniquely identifies a ProductFeed
        Returns:
        a Integer value identifying this ProductFeed
      • getName

        java.lang.String getName()
        Get the name of this ProductFeed
        Returns:
        a String object containing this product feed's name
      • getEnvironmentId

        int getEnvironmentId()
        Environment id of this feed
        Returns:
        the environment id
      • getAttributeMapping

        java.util.Map<java.lang.String,​java.lang.String> getAttributeMapping()
        Defines the mapping between the feed's fields and the Target Recommendation's entities. Not all field types support this mapping (e.g. csv)
        Returns:
        a Map where keys point to feed field names and values to target recommendations entity names
      • getConnectionProperties

        java.util.Map<java.lang.String,​java.lang.String> getConnectionProperties()
        Defines the connection properties for the feeds requiring remote server connections Not all feed types support connection properties (e.g. SAINT)
        Returns:
        a Map containing the connection properties as key-value pairs