package com.kingdee.eas.custom.bill.salary.app; import com.kingdee.bos.BOSException; //import com.kingdee.bos.metadata.*; import com.kingdee.bos.framework.*; import com.kingdee.bos.util.*; import com.kingdee.bos.Context; import com.kingdee.bos.BOSException; import com.kingdee.bos.dao.IObjectPK; import com.kingdee.eas.custom.bill.salary.SalaryBagInfo; import java.lang.String; import com.kingdee.bos.framework.*; import com.kingdee.bos.Context; import com.kingdee.eas.hr.base.app.HRBillBaseController; import com.kingdee.bos.metadata.entity.EntityViewInfo; import com.kingdee.eas.framework.CoreBaseCollection; import com.kingdee.eas.framework.CoreBaseInfo; import com.kingdee.eas.common.EASBizException; import com.kingdee.eas.custom.bill.salary.SalaryBagCollection; import com.kingdee.bos.util.*; import com.kingdee.bos.metadata.entity.SelectorItemCollection; import java.rmi.RemoteException; import com.kingdee.bos.framework.ejb.BizController; public interface SalaryBagController extends HRBillBaseController { public SalaryBagCollection getSalaryBagCollection(Context ctx) throws BOSException, RemoteException; public SalaryBagCollection getSalaryBagCollection(Context ctx, EntityViewInfo view) throws BOSException, RemoteException; public SalaryBagCollection getSalaryBagCollection(Context ctx, String oql) throws BOSException, RemoteException; public SalaryBagInfo getSalaryBagInfo(Context ctx, IObjectPK pk) throws BOSException, EASBizException, RemoteException; public SalaryBagInfo getSalaryBagInfo(Context ctx, IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException, RemoteException; public SalaryBagInfo getSalaryBagInfo(Context ctx, String oql) throws BOSException, EASBizException, RemoteException; }