View Javadoc
1   package org.kuali.ole.service;
2   
3   import org.kuali.rice.krad.maintenance.MaintenanceDocument;
4   import org.kuali.rice.krad.service.MaintenanceDocumentService;
5   
6   import java.util.Map;
7   
8   /**
9    * This OleGloballyProtectedFieldService is the Service Class for the BibProtectedField Maintenance Document
10   */
11  public interface OleGloballyProtectedFieldService extends MaintenanceDocumentService {
12  
13      public void setupMaintenanceObjectForDelete(MaintenanceDocument document, String maintenanceAction,
14                                                  Map<String, String[]> requestParameters);
15  }