Interface INewsCategory

  • All Superinterfaces:
    de.uplanet.lucy.server.news.INewsItem

    public interface INewsCategory
    extends de.uplanet.lucy.server.news.INewsItem
    • Method Detail

      • getComparator

        de.uplanet.lucy.server.news.INewsComparator getComparator()
        The comparator used for sorting the category items.
        Returns:
        Comparator class used for sort.
      • getCategoryName

        String getCategoryName​(String p_strLang)
      • getOrder

        int getOrder()
        Returns:
        The order id, used for sort.
      • getIcon

        de.uplanet.lucy.server.news.INewsIcon getIcon()
        Returns:
        The category icon (may be null).
      • getType

        String getType()
        Returns:
        The type of the icon.
      • getGuid

        String getGuid()
        Returns:
        The GUID of the category.
      • setOriginalCategory

        void setOriginalCategory​(INewsCategory p_category)
      • getProperties

        de.uplanet.lucy.server.property.IPropertyCollection getProperties()
      • getItemCount

        int getItemCount()
      • getDefaultItemCount

        int getDefaultItemCount()