org.kuali.rice.kew.removereplace.service
Interface RemoveReplaceDocumentService

All Known Implementing Classes:
RemoveReplaceDocumentServiceImpl

public interface RemoveReplaceDocumentService

This is a description of what this class does - ewestfal don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 void blanketApprove(RemoveReplaceDocument document, UserSession user, String annotation)
           
 void finalize(Long documentId)
           
 RemoveReplaceDocument findById(Long documentId)
           
 void route(RemoveReplaceDocument document, UserSession user, String annotation)
           
 

Method Detail

blanketApprove

void blanketApprove(RemoveReplaceDocument document,
                    UserSession user,
                    String annotation)

route

void route(RemoveReplaceDocument document,
           UserSession user,
           String annotation)

findById

RemoveReplaceDocument findById(Long documentId)

finalize

void finalize(Long documentId)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.