NC56後臺任務開發

package nc.bs.fdcpm;
import java.util.List;
import nc.bs.framework.common.NCLocator;
import nc.bs.logging.Logger;
import nc.bs.pub.pa.IBusinessPlugin;
import nc.bs.pub.pa.html.IAlertMessage;
import nc.itf.uap.IUAPQueryBS;
import nc.itf.uap.IVOPersistence;
import nc.jdbc.framework.processor.BeanListProcessor;
import nc.vo.pm.log.ContplatformDevLogVO;
import nc.vo.pub.BusinessException;
import nc.vo.pub.lang.UFDate;
import nc.vo.pub.pa.Key;

public class ContPlatformStatusSynchTask implements IBusinessPlugin {
	public int getImplmentsType() {
		return IBusinessPlugin.IMPLEMENT_RETURNMESSAGE;
	}
	public Key[] getKeys() {
		return null;
	}
	public String getTypeDescription() {
		return null;
	}
	public String getTypeName() {
		return null;
	}
	public IAlertMessage implementReturnFormatMsg(Key[] arg0, String arg1, UFDate arg2) throws BusinessException {
  		return null;
 	}
	public String implementReturnMessage(Key[] arg0, String arg1, UFDate arg2) throws BusinessException {
		return null;
	}
	public Object implementReturnObject(Key[] arg0, String arg1, UFDate arg2) throws BusinessException {
		return null;
	}
	public boolean implementWriteFile(Key[] arg0, String arg1, String arg2, UFDate arg3) throws BusinessException {
		return false;
	}
}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章