Uses of Class
org.silverpeas.web.pdc.vo.Facet
-
Packages that use Facet Package Description org.silverpeas.web.pdc.control org.silverpeas.web.pdc.vo -
-
Uses of Facet in org.silverpeas.web.pdc.control
Methods in org.silverpeas.web.pdc.control that return types with arguments of type Facet Modifier and Type Method Description Map<String,Facet>PdcSearchSessionController. getFieldFacets() -
Uses of Facet in org.silverpeas.web.pdc.vo
Subclasses of Facet in org.silverpeas.web.pdc.vo Modifier and Type Class Description classFacetOnCheckboxesCreated by Nicolas on 20/07/2018.classFacetOnDatesCreated by Nicolas on 11/01/2017.Methods in org.silverpeas.web.pdc.vo that return Facet Modifier and Type Method Description FacetResultGroupFilter. getAuthorFacet()FacetResultGroupFilter. getComponentFacet()FacetResultGroupFilter. getDatatypeFacet()FacetResultGroupFilter. getFiletypeFacet()FacetResultGroupFilter. getLastUpdateFacet()Methods in org.silverpeas.web.pdc.vo that return types with arguments of type Facet Modifier and Type Method Description List<Facet>ResultGroupFilter. getFormFieldFacets()Methods in org.silverpeas.web.pdc.vo with parameters of type Facet Modifier and Type Method Description voidResultGroupFilter. setAuthorFacet(Facet authorFacet)voidResultGroupFilter. setComponentFacet(Facet componentFacet)voidResultGroupFilter. setDatatypeFacet(Facet datatypeFacet)voidResultGroupFilter. setFiletypeFacet(Facet filetypeFacet)voidResultGroupFilter. setLastUpdateFacet(Facet lastUpdateFacet)Method parameters in org.silverpeas.web.pdc.vo with type arguments of type Facet Modifier and Type Method Description voidResultGroupFilter. setFormFieldFacets(List<Facet> formfields)
-