123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- package com.kingdee.eas.custom.ats.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.bos.dao.IObjectPK;
- import com.kingdee.bos.metadata.entity.SelectorItemCollection;
- import com.kingdee.eas.common.EASBizException;
- import com.kingdee.eas.custom.ats.AtsLeaveBillDetailSameCollection;
- import com.kingdee.eas.framework.CoreBaseCollection;
- import com.kingdee.eas.framework.CoreBaseInfo;
- import com.kingdee.bos.metadata.entity.EntityViewInfo;
- import java.lang.String;
- import com.kingdee.eas.framework.app.DataBaseControllerBean;
- import com.kingdee.eas.framework.DataBaseCollection;
- import com.kingdee.eas.custom.ats.AtsLeaveBillDetailSameInfo;
- import com.kingdee.eas.framework.ObjectBaseCollection;
- public abstract class AbstractAtsLeaveBillDetailSameControllerBean extends DataBaseControllerBean implements AtsLeaveBillDetailSameController
- {
- protected AbstractAtsLeaveBillDetailSameControllerBean()
- {
- }
- protected BOSObjectType getBOSType()
- {
- return new BOSObjectType("01B9C828");
- }
- public AtsLeaveBillDetailSameInfo getAtsLeaveBillDetailSameInfo(Context ctx, IObjectPK pk) throws BOSException, EASBizException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("e5bbfda3-ac3f-4e3d-a235-4d59662790a2"), new Object[]{ctx, pk});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- AtsLeaveBillDetailSameInfo retValue = (AtsLeaveBillDetailSameInfo)_getValue(ctx, pk);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (AtsLeaveBillDetailSameInfo)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 AtsLeaveBillDetailSameInfo getAtsLeaveBillDetailSameInfo(Context ctx, IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("94165f52-1c42-40c9-b099-ab1b4d78a3cf"), new Object[]{ctx, pk, selector});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- AtsLeaveBillDetailSameInfo retValue = (AtsLeaveBillDetailSameInfo)_getValue(ctx, pk, selector);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (AtsLeaveBillDetailSameInfo)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 AtsLeaveBillDetailSameInfo getAtsLeaveBillDetailSameInfo(Context ctx, String oql) throws BOSException, EASBizException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("762d5011-4568-408e-997d-625b56db7512"), new Object[]{ctx, oql});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- AtsLeaveBillDetailSameInfo retValue = (AtsLeaveBillDetailSameInfo)_getValue(ctx, oql);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (AtsLeaveBillDetailSameInfo)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 AtsLeaveBillDetailSameCollection getAtsLeaveBillDetailSameCollection(Context ctx) throws BOSException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("7d7590a3-6c4c-418c-a2e4-442375fe572d"), new Object[]{ctx});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- AtsLeaveBillDetailSameCollection retValue = (AtsLeaveBillDetailSameCollection)_getCollection(ctx, svcCtx);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (AtsLeaveBillDetailSameCollection)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 AtsLeaveBillDetailSameCollection getAtsLeaveBillDetailSameCollection(Context ctx, EntityViewInfo view) throws BOSException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("0971ecb5-f3f5-4ab6-bf25-538aa5bde10a"), new Object[]{ctx, view});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- AtsLeaveBillDetailSameCollection retValue = (AtsLeaveBillDetailSameCollection)_getCollection(ctx, svcCtx, view);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (AtsLeaveBillDetailSameCollection)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 AtsLeaveBillDetailSameCollection getAtsLeaveBillDetailSameCollection(Context ctx, String oql) throws BOSException
- {
- try {
- ServiceContext svcCtx = createServiceContext(new MetaDataPK("059e154f-e7ee-4287-9608-6192ba2cdc11"), new Object[]{ctx, oql});
- invokeServiceBefore(svcCtx);
- if(!svcCtx.invokeBreak()) {
- AtsLeaveBillDetailSameCollection retValue = (AtsLeaveBillDetailSameCollection)_getCollection(ctx, svcCtx, oql);
- svcCtx.setMethodReturnValue(retValue);
- }
- invokeServiceAfter(svcCtx);
-
- return (AtsLeaveBillDetailSameCollection)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 DataBaseCollection getDataBaseCollection (Context ctx) throws BOSException
- {
- return (DataBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx).cast(DataBaseCollection.class));
- }
- public DataBaseCollection getDataBaseCollection (Context ctx, EntityViewInfo view) throws BOSException
- {
- return (DataBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx, view).cast(DataBaseCollection.class));
- }
- public DataBaseCollection getDataBaseCollection (Context ctx, String oql) throws BOSException
- {
- return (DataBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx, oql).cast(DataBaseCollection.class));
- }
- public ObjectBaseCollection getObjectBaseCollection (Context ctx) throws BOSException
- {
- return (ObjectBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx).cast(ObjectBaseCollection.class));
- }
- public ObjectBaseCollection getObjectBaseCollection (Context ctx, EntityViewInfo view) throws BOSException
- {
- return (ObjectBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx, view).cast(ObjectBaseCollection.class));
- }
- public ObjectBaseCollection getObjectBaseCollection (Context ctx, String oql) throws BOSException
- {
- return (ObjectBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx, oql).cast(ObjectBaseCollection.class));
- }
- public CoreBaseCollection getCoreBaseCollection (Context ctx) throws BOSException
- {
- return (CoreBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx).cast(CoreBaseCollection.class));
- }
- public CoreBaseCollection getCoreBaseCollection (Context ctx, EntityViewInfo view) throws BOSException
- {
- return (CoreBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx, view).cast(CoreBaseCollection.class));
- }
- public CoreBaseCollection getCoreBaseCollection (Context ctx, String oql) throws BOSException
- {
- return (CoreBaseCollection)(getAtsLeaveBillDetailSameCollection(ctx, oql).cast(CoreBaseCollection.class));
- }
- }
|