org.kuali.kfs.sys.batch.service
Interface BatchFileAdminAuthorizationService

All Known Implementing Classes:
BatchFileAdminAuthorizationServiceImpl

public interface BatchFileAdminAuthorizationService


Method Summary
 boolean canDelete(BatchFile batchFile, org.kuali.rice.kim.bo.Person user)
           
 boolean canDownload(BatchFile batchFile, org.kuali.rice.kim.bo.Person user)
           
 

Method Detail

canDownload

boolean canDownload(BatchFile batchFile,
                    org.kuali.rice.kim.bo.Person user)

canDelete

boolean canDelete(BatchFile batchFile,
                  org.kuali.rice.kim.bo.Person user)


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