@Repository @Transactional public class FacetValueDaoImpl extends Object implements FacetValueDaoCustom
| Constructor and Description |
|---|
FacetValueDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<InUseFacetValue> |
findInUseFacet(long facetId) |
List<InUseFacetValue> |
findInUseFacetValues(long facetValueId) |
void |
linkCspToFacetValue(long compoundProviderServiceId,
long facetValueId) |
void |
unlinkAllCspFromFacet(long facetId) |
void |
unlinkAllCspFromFacetValue(long facetValueId) |
void |
unlinkCspFromFacetValue(long compoundProviderServiceId,
long facetValueId) |
public void linkCspToFacetValue(long compoundProviderServiceId,
long facetValueId)
linkCspToFacetValue in interface FacetValueDaoCustompublic void unlinkCspFromFacetValue(long compoundProviderServiceId,
long facetValueId)
unlinkCspFromFacetValue in interface FacetValueDaoCustompublic void unlinkAllCspFromFacetValue(long facetValueId)
unlinkAllCspFromFacetValue in interface FacetValueDaoCustompublic void unlinkAllCspFromFacet(long facetId)
unlinkAllCspFromFacet in interface FacetValueDaoCustompublic List<InUseFacetValue> findInUseFacetValues(long facetValueId)
findInUseFacetValues in interface FacetValueDaoCustompublic List<InUseFacetValue> findInUseFacet(long facetId)
findInUseFacet in interface FacetValueDaoCustomCopyright © 2015 Pivotal Software, Inc.. All rights reserved.