Interface AttributeOptionDAO

    • Method Detail

      • deleteBySetIdAndAttribute

        boolean deleteBySetIdAndAttribute​(long setId,
                                          String attribute)
        This method deletes options.
        Parameters:
        setId - ID of the attribute set
        attribute - Name of the attribute (optional)
        Returns:
        if all went ok
      • deleteOrphaned

        void deleteOrphaned​(long setId,
                            Collection<String> currentAttributes)
        This method deletes the orphaned options of a given template
        Parameters:
        setId - ID of the attribute set
        currentAttributes - Names of the attributes of the actual template
      • findBySetIdAndAttribute

        List<AttributeOption> findBySetIdAndAttribute​(long setId,
                                                      String attribute)
        This finds all the options for a given attribute. The list is ordered by position asc.
        Parameters:
        setId - The attribute set id
        attribute - The attribute name (Optional)
        Returns:
        The ordered list of options