Class DefaultSearchType

    • Constructor Detail

      • DefaultSearchType

        public DefaultSearchType​(java.lang.String code)
    • Method Detail

      • setFacets

        public void setFacets​(java.util.Set<Facet> facets)
      • setSortProperties

        public void setSortProperties​(java.util.List<PropertyDescriptor> sortDescriptors)
      • isAbstract

        public boolean isAbstract()
        Description copied from interface: ObjectType
        Returns true if this type is not suitable for creating instances.
        Specified by:
        isAbstract in interface ObjectType
      • getName

        public java.lang.String getName()
        Description copied from interface: ObjectType
        Returns type name according to current session language
        Specified by:
        getName in interface ObjectType
      • getName

        public java.lang.String getName​(java.lang.String languageIsoCode)
        Description copied from interface: ObjectType
        Returns type name according to given language
        Specified by:
        getName in interface ObjectType
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: ObjectType
        Returns type description according to current session language
        Specified by:
        getDescription in interface ObjectType
      • getDescription

        public java.lang.String getDescription​(java.lang.String languageIsoCode)
        Description copied from interface: ObjectType
        Returns type description according to given language
        Specified by:
        getDescription in interface ObjectType