Interface ConfigurationAssignmentResolverStrategy

    • Method Detail

      • retrieveRelatedObjectType

        ProductConfigurationRelatedObjectType retrieveRelatedObjectType​(java.lang.String configId)
        Returns the object type to which the product configuration assigned.
        Parameters:
        configId - Configuration id
        Returns:
        the object type to which the product configuration assigned
      • retrieveCreationDateForRelatedEntry

        java.util.Date retrieveCreationDateForRelatedEntry​(java.lang.String configId)
        Returns the creation date of the associated AbstractOrderEntry
        Parameters:
        configId - configuration id
        Returns:
        creation date if entry exists, otherwise null
      • retrieveRelatedProductCode

        java.lang.String retrieveRelatedProductCode​(java.lang.String configId)
        Returns the related Product code
        Parameters:
        configId - configuration id
        Returns:
        the related Product code, if available