Uses of Interface
org.kuali.rice.krad.service.AttachmentService

Packages that use AttachmentService
org.kuali.rice.kns.web.struts.action Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.document   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
org.kuali.rice.krad.web.controller   
 

Uses of AttachmentService in org.kuali.rice.kns.web.struts.action
 

Methods in org.kuali.rice.kns.web.struts.action that return AttachmentService
protected  AttachmentService KualiDocumentActionBase.getAttachmentService()
           
 

Uses of AttachmentService in org.kuali.rice.krad.document
 

Methods in org.kuali.rice.krad.document that return AttachmentService
protected  AttachmentService DocumentBase.getAttachmentService()
           
 

Uses of AttachmentService in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return AttachmentService
static AttachmentService KRADServiceLocator.getAttachmentService()
           
 

Uses of AttachmentService in org.kuali.rice.krad.service.impl
 

Classes in org.kuali.rice.krad.service.impl that implement AttachmentService
 class AttachmentServiceImpl
          Attachment service implementation
 

Methods in org.kuali.rice.krad.service.impl that return AttachmentService
protected  AttachmentService NoteServiceImpl.getAttachmentService()
           
 

Methods in org.kuali.rice.krad.service.impl with parameters of type AttachmentService
 void NoteServiceImpl.setAttachmentService(AttachmentService attachmentService)
           
 

Uses of AttachmentService in org.kuali.rice.krad.web.controller
 

Methods in org.kuali.rice.krad.web.controller that return AttachmentService
 AttachmentService DocumentControllerBase.getAttachmentService()
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.