public class TermRepositoryServiceMockImpl extends Object implements TermRepositoryService
| Constructor and Description |
|---|
TermRepositoryServiceMockImpl() |
public TermRepositoryServiceMockImpl()
public void clear()
public List<TermResolverDefinition> findTermResolversByNamespace(String namespace) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
findTermResolversByNamespace in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic TermDefinition getTerm(String termId) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
getTerm in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic TermSpecificationDefinition getTermSpecificationById(String id) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
getTermSpecificationById in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic TermSpecificationDefinition createTermSpecification(TermSpecificationDefinition termSpec) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
createTermSpecification in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic TermDefinition createTerm(TermDefinition termDef) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
createTerm in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic TermResolverDefinition getTermResolverById(String id) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
getTermResolverById in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic List<TermResolverDefinition> findTermResolversByOutputId(String id, String namespace) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
findTermResolversByOutputId in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic TermResolverDefinition createTermResolver(TermResolverDefinition termResolver) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
createTermResolver in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic void updateTermSpecification(TermSpecificationDefinition termSpec) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
updateTermSpecification in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic void deleteTermSpecification(String id) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
deleteTermSpecification in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic void updateTerm(TermDefinition termDef) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
updateTerm in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic void deleteTerm(String id) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
deleteTerm in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic void updateTermResolver(TermResolverDefinition termResolver) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
updateTermResolver in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic void deleteTermResolver(String id) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
deleteTermResolver in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic TermResolverDefinition getTermResolverByNameAndNamespace(String name, String namespace) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
getTermResolverByNameAndNamespace in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic TermSpecificationDefinition getTermSpecificationByNameAndNamespace(String name, String namespace) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
getTermSpecificationByNameAndNamespace in interface TermRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic List<TermSpecificationDefinition> findAllTermSpecificationsByContextId(String contextId)
findAllTermSpecificationsByContextId in interface TermRepositoryServiceCopyright © 2005–2016 The Kuali Foundation. All rights reserved.