com.konakart.appif
Interface TagGroupIf

All Known Implementing Classes:
TagGroup

public interface TagGroupIf

An object used to group tags. A TagGroup can be associated to one or more categories so that the application can figure out which tags to allow a user to choose from in order to refine his search.


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getFacetConstraint()
          Adds this value as a constraint when doing a SOLR search returning facet information.
 int getFacetNumber()
          Defines the facet field the tag group is mapped to in SOLR
 int getId()
           
 int getLanguageId()
           
 java.lang.String getName()
           
 TagIf[] getTags()
           
 void setDescription(java.lang.String description)
           
 void setFacetConstraint(java.lang.String facetConstraint)
          Adds this value as a constraint when doing a SOLR search returning facet information.
 void setFacetNumber(int facetNumber)
          Defines the facet field the tag group is mapped to in SOLR
 void setId(int id)
           
 void setLanguageId(int languageId)
           
 void setName(java.lang.String name)
           
 void setTags(TagIf[] tags)
           
 

Method Detail

getId

int getId()
Returns:
Returns the id.

setId

void setId(int id)
Parameters:
id - The id to set.

getDescription

java.lang.String getDescription()
Returns:
Returns the description.

setDescription

void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getLanguageId

int getLanguageId()
Returns:
Returns the languageId.

setLanguageId

void setLanguageId(int languageId)
Parameters:
languageId - The languageId to set.

getName

java.lang.String getName()
Returns:
Returns the name.

setName

void setName(java.lang.String name)
Parameters:
name - The name to set.

getTags

TagIf[] getTags()
Returns:
Returns the tags.

setTags

void setTags(TagIf[] tags)
Parameters:
tags - The tags to set.

getFacetNumber

int getFacetNumber()
Defines the facet field the tag group is mapped to in SOLR

Returns:
the facetNumber

setFacetNumber

void setFacetNumber(int facetNumber)
Defines the facet field the tag group is mapped to in SOLR

Parameters:
facetNumber - the facetNumber to set

getFacetConstraint

java.lang.String getFacetConstraint()
Adds this value as a constraint when doing a SOLR search returning facet information.

Returns:
the facetConstraint

setFacetConstraint

void setFacetConstraint(java.lang.String facetConstraint)
Adds this value as a constraint when doing a SOLR search returning facet information.

Parameters:
facetConstraint - the facetConstraint to set


Copyright © 2011 DS Data Systems UK Ltd.