package com.kingdee.eas.custom.salarytemplate.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.CoreBillBaseCollection; import com.kingdee.eas.framework.CoreBaseInfo; import com.kingdee.eas.custom.salarytemplate.WagesChromatographyInfo; import com.kingdee.bos.dao.IObjectPK; import com.kingdee.eas.hr.base.HRBillBaseCollection; import com.kingdee.eas.hr.base.app.HRBillBaseControllerBean; import com.kingdee.bos.metadata.entity.SelectorItemCollection; import com.kingdee.eas.common.EASBizException; import com.kingdee.eas.framework.CoreBaseCollection; import com.kingdee.eas.custom.salarytemplate.WagesChromatographyCollection; import com.kingdee.bos.metadata.entity.EntityViewInfo; import java.lang.String; import com.kingdee.eas.framework.ObjectBaseCollection; public abstract class AbstractWagesChromatographyControllerBean extends HRBillBaseControllerBean implements WagesChromatographyController { protected AbstractWagesChromatographyControllerBean() { } protected BOSObjectType getBOSType() { return new BOSObjectType("24DEF3A8"); } public WagesChromatographyCollection getWagesChromatographyCollection(Context ctx) throws BOSException { try { ServiceContext svcCtx = createServiceContext(new MetaDataPK("a39931a2-ea62-4552-a053-5acfbb49867f"), new Object[]{ctx}); invokeServiceBefore(svcCtx); if(!svcCtx.invokeBreak()) { WagesChromatographyCollection retValue = (WagesChromatographyCollection)_getCollection(ctx, svcCtx); svcCtx.setMethodReturnValue(retValue); } invokeServiceAfter(svcCtx); return (WagesChromatographyCollection)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 WagesChromatographyCollection getWagesChromatographyCollection(Context ctx, EntityViewInfo view) throws BOSException { try { ServiceContext svcCtx = createServiceContext(new MetaDataPK("a587775c-6893-424e-b262-83de8f8776da"), new Object[]{ctx, view}); invokeServiceBefore(svcCtx); if(!svcCtx.invokeBreak()) { WagesChromatographyCollection retValue = (WagesChromatographyCollection)_getCollection(ctx, svcCtx, view); svcCtx.setMethodReturnValue(retValue); } invokeServiceAfter(svcCtx); return (WagesChromatographyCollection)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 WagesChromatographyCollection getWagesChromatographyCollection(Context ctx, String oql) throws BOSException { try { ServiceContext svcCtx = createServiceContext(new MetaDataPK("67caf3a9-e8fe-421c-8f36-4fd92ea6ac10"), new Object[]{ctx, oql}); invokeServiceBefore(svcCtx); if(!svcCtx.invokeBreak()) { WagesChromatographyCollection retValue = (WagesChromatographyCollection)_getCollection(ctx, svcCtx, oql); svcCtx.setMethodReturnValue(retValue); } invokeServiceAfter(svcCtx); return (WagesChromatographyCollection)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 WagesChromatographyInfo getWagesChromatographyInfo(Context ctx, IObjectPK pk) throws BOSException, EASBizException { try { ServiceContext svcCtx = createServiceContext(new MetaDataPK("98d9c191-2623-4b87-9467-a478d6124e51"), new Object[]{ctx, pk}); invokeServiceBefore(svcCtx); if(!svcCtx.invokeBreak()) { WagesChromatographyInfo retValue = (WagesChromatographyInfo)_getValue(ctx, pk); svcCtx.setMethodReturnValue(retValue); } invokeServiceAfter(svcCtx); return (WagesChromatographyInfo)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 WagesChromatographyInfo getWagesChromatographyInfo(Context ctx, IObjectPK pk, SelectorItemCollection selector) throws BOSException, EASBizException { try { ServiceContext svcCtx = createServiceContext(new MetaDataPK("ce590a28-cd0a-4320-b282-5a1a61bc00a4"), new Object[]{ctx, pk, selector}); invokeServiceBefore(svcCtx); if(!svcCtx.invokeBreak()) { WagesChromatographyInfo retValue = (WagesChromatographyInfo)_getValue(ctx, pk, selector); svcCtx.setMethodReturnValue(retValue); } invokeServiceAfter(svcCtx); return (WagesChromatographyInfo)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 WagesChromatographyInfo getWagesChromatographyInfo(Context ctx, String oql) throws BOSException, EASBizException { try { ServiceContext svcCtx = createServiceContext(new MetaDataPK("ab543e60-d713-44fb-8981-169475bc9249"), new Object[]{ctx, oql}); invokeServiceBefore(svcCtx); if(!svcCtx.invokeBreak()) { WagesChromatographyInfo retValue = (WagesChromatographyInfo)_getValue(ctx, oql); svcCtx.setMethodReturnValue(retValue); } invokeServiceAfter(svcCtx); return (WagesChromatographyInfo)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 HRBillBaseCollection getHRBillBaseCollection (Context ctx) throws BOSException { return (HRBillBaseCollection)(getWagesChromatographyCollection(ctx).cast(HRBillBaseCollection.class)); } public HRBillBaseCollection getHRBillBaseCollection (Context ctx, EntityViewInfo view) throws BOSException { return (HRBillBaseCollection)(getWagesChromatographyCollection(ctx, view).cast(HRBillBaseCollection.class)); } public HRBillBaseCollection getHRBillBaseCollection (Context ctx, String oql) throws BOSException { return (HRBillBaseCollection)(getWagesChromatographyCollection(ctx, oql).cast(HRBillBaseCollection.class)); } public CoreBillBaseCollection getCoreBillBaseCollection (Context ctx) throws BOSException { return (CoreBillBaseCollection)(getWagesChromatographyCollection(ctx).cast(CoreBillBaseCollection.class)); } public CoreBillBaseCollection getCoreBillBaseCollection (Context ctx, EntityViewInfo view) throws BOSException { return (CoreBillBaseCollection)(getWagesChromatographyCollection(ctx, view).cast(CoreBillBaseCollection.class)); } public CoreBillBaseCollection getCoreBillBaseCollection (Context ctx, String oql) throws BOSException { return (CoreBillBaseCollection)(getWagesChromatographyCollection(ctx, oql).cast(CoreBillBaseCollection.class)); } public ObjectBaseCollection getObjectBaseCollection (Context ctx) throws BOSException { return (ObjectBaseCollection)(getWagesChromatographyCollection(ctx).cast(ObjectBaseCollection.class)); } public ObjectBaseCollection getObjectBaseCollection (Context ctx, EntityViewInfo view) throws BOSException { return (ObjectBaseCollection)(getWagesChromatographyCollection(ctx, view).cast(ObjectBaseCollection.class)); } public ObjectBaseCollection getObjectBaseCollection (Context ctx, String oql) throws BOSException { return (ObjectBaseCollection)(getWagesChromatographyCollection(ctx, oql).cast(ObjectBaseCollection.class)); } public CoreBaseCollection getCoreBaseCollection (Context ctx) throws BOSException { return (CoreBaseCollection)(getWagesChromatographyCollection(ctx).cast(CoreBaseCollection.class)); } public CoreBaseCollection getCoreBaseCollection (Context ctx, EntityViewInfo view) throws BOSException { return (CoreBaseCollection)(getWagesChromatographyCollection(ctx, view).cast(CoreBaseCollection.class)); } public CoreBaseCollection getCoreBaseCollection (Context ctx, String oql) throws BOSException { return (CoreBaseCollection)(getWagesChromatographyCollection(ctx, oql).cast(CoreBaseCollection.class)); } }