@Repository public class FacetValueDaoImpl extends nl.surfnet.coin.shared.service.GenericServiceHibernateImpl<FacetValue> implements FacetValueDao
| 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) |
createCriteria, delete, detachFromSession, findAll, findByCriteria, findByCriteriaOrdered, findByExample, findByExample, findById, getCount, getPersistentClass, getSession, saveOrUpdate, saveOrUpdatepublic void linkCspToFacetValue(long compoundProviderServiceId,
long facetValueId)
linkCspToFacetValue in interface FacetValueDaopublic void unlinkCspFromFacetValue(long compoundProviderServiceId,
long facetValueId)
unlinkCspFromFacetValue in interface FacetValueDaopublic void unlinkAllCspFromFacetValue(long facetValueId)
unlinkAllCspFromFacetValue in interface FacetValueDaopublic void unlinkAllCspFromFacet(long facetId)
unlinkAllCspFromFacet in interface FacetValueDaopublic List<InUseFacetValue> findInUseFacetValues(long facetValueId)
findInUseFacetValues in interface FacetValueDaopublic List<InUseFacetValue> findInUseFacet(long facetId)
findInUseFacet in interface FacetValueDaoCopyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.