123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- package com.kingdee.eas.custom.bill.salary.app;
- import javax.ejb.*;
- import java.rmi.RemoteException;
- import com.kingdee.bos.*;
- import com.kingdee.bos.util.BOSObjectType;
- import com.kingdee.bos.metadata.IMetaDataPK;
- import com.kingdee.bos.metadata.rule.RuleExecutor;
- import com.kingdee.bos.metadata.MetaDataPK;
- //import com.kingdee.bos.metadata.entity.EntityViewInfo;
- import com.kingdee.bos.framework.ejb.AbstractEntityControllerBean;
- import com.kingdee.bos.framework.ejb.AbstractBizControllerBean;
- //import com.kingdee.bos.dao.IObjectPK;
- import com.kingdee.bos.dao.IObjectValue;
- import com.kingdee.bos.dao.IObjectCollection;
- import com.kingdee.bos.service.ServiceContext;
- import com.kingdee.bos.service.IServiceContext;
- import com.kingdee.eas.framework.Result;
- import com.kingdee.eas.framework.LineResult;
- import com.kingdee.eas.framework.exception.EASMultiException;
- import com.kingdee.bos.dao.ormapping.ObjectUuidPK;
- import com.kingdee.eas.framework.CoreBillEntryBaseCollection;
- import com.kingdee.eas.hr.base.app.HRBillBaseEntryControllerBean;
- import com.kingdee.bos.dao.IObjectPK;
- import com.kingdee.bos.metadata.entity.EntityViewInfo;
- import com.kingdee.eas.hr.base.HRBillBaseEntryCollection;
- import java.lang.String;
- import com.kingdee.eas.framework.CoreBaseInfo;
- import com.kingdee.eas.framework.CoreBaseCollection;
- import com.kingdee.eas.custom.bill.salary.SalaryBagEntryCollection;
- import com.kingdee.eas.custom.bill.salary.SalaryBagEntryInfo;
- import com.kingdee.eas.common.EASBizException;
- import com.kingdee.bos.metadata.entity.SelectorItemCollection;
- public abstract class AbstractSalaryBagEntryControllerBean extends HRBillBaseEntryControllerBean implements SalaryBagEntryController
- {
- protected AbstractSalaryBagEntryControllerBean()
- {
- }
- protected BOSObjectType getBOSType()
- {
- return new BOSObjectType("56660636");
- }
- public SalaryBagEntryInfo getSalaryBagEntryInfo(Context ctx, IObjectPK pk) throws BOSException, EASBizException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("1dd479e8-6f7e-4222-a744-ca91832f7462"), new Object[]{ctx, pk});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- SalaryBagEntryInfo retValue = (SalaryBagEntryInfo)_getValue(ctx, pk);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (SalaryBagEntryInfo)svcCtx.getMethodReturnValue();
- } catch (BOSException ex) {
- throw ex;
- } catch (EASBizException ex0) {
- throw ex0;
- } finally {
- super.cleanUpServiceState();
- }
- }
- protected IObjectValue _getValue(Context ctx, IObjectPK pk) throws BOSException, EASBizException
- {
- return super._getValue(ctx, pk);
- }
- public SalaryBagEntryInfo getSalaryBagEntryInfo(Context ctx, IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("e4177297-463b-4e06-9db2-1d87770103a2"), new Object[]{ctx, pk, selector});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- SalaryBagEntryInfo retValue = (SalaryBagEntryInfo)_getValue(ctx, pk, selector);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (SalaryBagEntryInfo)svcCtx.getMethodReturnValue();
- } catch (BOSException ex) {
- throw ex;
- } catch (EASBizException ex0) {
- throw ex0;
- } finally {
- super.cleanUpServiceState();
- }
- }
- protected IObjectValue _getValue(Context ctx, IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException
- {
- return super._getValue(ctx, pk, selector);
- }
- public SalaryBagEntryInfo getSalaryBagEntryInfo(Context ctx, String oql) throws BOSException, EASBizException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("0b0d804a-3133-433e-b8b6-5bcccc2b9ea6"), new Object[]{ctx, oql});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- SalaryBagEntryInfo retValue = (SalaryBagEntryInfo)_getValue(ctx, oql);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (SalaryBagEntryInfo)svcCtx.getMethodReturnValue();
- } catch (BOSException ex) {
- throw ex;
- } catch (EASBizException ex0) {
- throw ex0;
- } finally {
- super.cleanUpServiceState();
- }
- }
- protected IObjectValue _getValue(Context ctx, String oql) throws BOSException, EASBizException
- {
- return super._getValue(ctx, oql);
- }
- public SalaryBagEntryCollection getSalaryBagEntryCollection(Context ctx) throws BOSException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("a883eec1-1910-44c2-9361-b69534adf924"), new Object[]{ctx});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- SalaryBagEntryCollection retValue = (SalaryBagEntryCollection)_getCollection(ctx, svcCtx);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (SalaryBagEntryCollection)svcCtx.getMethodReturnValue();
- } catch (BOSException ex) {
- throw ex;
- } finally {
- super.cleanUpServiceState();
- }
- }
- protected IObjectCollection _getCollection(Context ctx, IServiceContext svcCtx) throws BOSException
- {
- return super._getCollection(ctx, svcCtx);
- }
- public SalaryBagEntryCollection getSalaryBagEntryCollection(Context ctx, EntityViewInfo view) throws BOSException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("04b55d9a-8f16-434b-a0ef-8276787116c0"), new Object[]{ctx, view});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- SalaryBagEntryCollection retValue = (SalaryBagEntryCollection)_getCollection(ctx, svcCtx, view);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (SalaryBagEntryCollection)svcCtx.getMethodReturnValue();
- } catch (BOSException ex) {
- throw ex;
- } finally {
- super.cleanUpServiceState();
- }
- }
- protected IObjectCollection _getCollection(Context ctx, IServiceContext svcCtx, EntityViewInfo view) throws BOSException
- {
- return super._getCollection(ctx, svcCtx, view);
- }
- public SalaryBagEntryCollection getSalaryBagEntryCollection(Context ctx, String oql) throws BOSException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("f5e5420e-893b-45be-946c-8745be9f0e26"), new Object[]{ctx, oql});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- SalaryBagEntryCollection retValue = (SalaryBagEntryCollection)_getCollection(ctx, svcCtx, oql);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (SalaryBagEntryCollection)svcCtx.getMethodReturnValue();
- } catch (BOSException ex) {
- throw ex;
- } finally {
- super.cleanUpServiceState();
- }
- }
- protected IObjectCollection _getCollection(Context ctx, IServiceContext svcCtx, String oql) throws BOSException
- {
- return super._getCollection(ctx, svcCtx, oql);
- }
- public HRBillBaseEntryCollection getHRBillBaseEntryCollection (Context ctx) throws BOSException
- {
- return (HRBillBaseEntryCollection)(getSalaryBagEntryCollection(ctx).cast(HRBillBaseEntryCollection.class));
- }
- public HRBillBaseEntryCollection getHRBillBaseEntryCollection (Context ctx, EntityViewInfo view) throws BOSException
- {
- return (HRBillBaseEntryCollection)(getSalaryBagEntryCollection(ctx, view).cast(HRBillBaseEntryCollection.class));
- }
- public HRBillBaseEntryCollection getHRBillBaseEntryCollection (Context ctx, String oql) throws BOSException
- {
- return (HRBillBaseEntryCollection)(getSalaryBagEntryCollection(ctx, oql).cast(HRBillBaseEntryCollection.class));
- }
- public CoreBillEntryBaseCollection getCoreBillEntryBaseCollection (Context ctx) throws BOSException
- {
- return (CoreBillEntryBaseCollection)(getSalaryBagEntryCollection(ctx).cast(CoreBillEntryBaseCollection.class));
- }
- public CoreBillEntryBaseCollection getCoreBillEntryBaseCollection (Context ctx, EntityViewInfo view) throws BOSException
- {
- return (CoreBillEntryBaseCollection)(getSalaryBagEntryCollection(ctx, view).cast(CoreBillEntryBaseCollection.class));
- }
- public CoreBillEntryBaseCollection getCoreBillEntryBaseCollection (Context ctx, String oql) throws BOSException
- {
- return (CoreBillEntryBaseCollection)(getSalaryBagEntryCollection(ctx, oql).cast(CoreBillEntryBaseCollection.class));
- }
- public CoreBaseCollection getCoreBaseCollection (Context ctx) throws BOSException
- {
- return (CoreBaseCollection)(getSalaryBagEntryCollection(ctx).cast(CoreBaseCollection.class));
- }
- public CoreBaseCollection getCoreBaseCollection (Context ctx, EntityViewInfo view) throws BOSException
- {
- return (CoreBaseCollection)(getSalaryBagEntryCollection(ctx, view).cast(CoreBaseCollection.class));
- }
- public CoreBaseCollection getCoreBaseCollection (Context ctx, String oql) throws BOSException
- {
- return (CoreBaseCollection)(getSalaryBagEntryCollection(ctx, oql).cast(CoreBaseCollection.class));
- }
- }
|