Uses of Interface
org.kuali.rice.krad.service.DocumentDictionaryService
Packages that use DocumentDictionaryService
Package
Description
-
Uses of DocumentDictionaryService in org.kuali.rice.krad.document
Methods in org.kuali.rice.krad.document that return DocumentDictionaryServiceModifier and TypeMethodDescriptionprotected DocumentDictionaryServiceDocumentControllerServiceImpl.getDocumentDictionaryService()DocumentViewAuthorizerBase.getDocumentDictionaryService()Methods in org.kuali.rice.krad.document with parameters of type DocumentDictionaryServiceModifier and TypeMethodDescriptionvoidDocumentControllerServiceImpl.setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) voidDocumentViewAuthorizerBase.setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) -
Uses of DocumentDictionaryService in org.kuali.rice.krad.lookup
Methods in org.kuali.rice.krad.lookup that return DocumentDictionaryServiceMethods in org.kuali.rice.krad.lookup with parameters of type DocumentDictionaryServiceModifier and TypeMethodDescriptionvoidLookupableImpl.setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) -
Uses of DocumentDictionaryService in org.kuali.rice.krad.maintenance
Methods in org.kuali.rice.krad.maintenance that return DocumentDictionaryServiceModifier and TypeMethodDescriptionMaintainableImpl.getDocumentDictionaryService()protected DocumentDictionaryServiceMaintenanceDocumentAuthorizerBase.getDocumentDictionaryService()protected DocumentDictionaryServiceMaintenanceDocumentBase.getDocumentDictionaryService()protected DocumentDictionaryServiceMaintenanceDocumentPresentationControllerBase.getDocumentDictionaryService()Methods in org.kuali.rice.krad.maintenance with parameters of type DocumentDictionaryServiceModifier and TypeMethodDescriptionvoidMaintainableImpl.setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) voidMaintenanceDocumentAuthorizerBase.setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) voidMaintenanceDocumentPresentationControllerBase.setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) -
Uses of DocumentDictionaryService in org.kuali.rice.krad.rules
Methods in org.kuali.rice.krad.rules that return DocumentDictionaryServiceModifier and TypeMethodDescriptionprotected static DocumentDictionaryServiceDocumentRuleBase.getDocumentDictionaryService()Methods in org.kuali.rice.krad.rules with parameters of type DocumentDictionaryServiceModifier and TypeMethodDescriptionstatic voidDocumentRuleBase.setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) -
Uses of DocumentDictionaryService in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return DocumentDictionaryServiceModifier and TypeMethodDescriptionstatic DocumentDictionaryServiceKRADServiceLocatorWeb.getDocumentDictionaryService()