com.googlecode.genproject.service.impl
类 MainServiceImpl

java.lang.Object
  继承者 com.googlecode.genproject.service.base.ServiceSupport<MainServiceImpl>
      继承者 com.googlecode.genproject.service.impl.MainServiceImpl
所有已实现的接口:
BaseService, MainService

public class MainServiceImpl
extends ServiceSupport<MainServiceImpl>
implements MainService

主类实现类

作者:
devilishking

字段摘要
 
从类 com.googlecode.genproject.service.base.ServiceSupport 继承的字段
FLAG_END
 
构造方法摘要
MainServiceImpl()
           
 
方法摘要
protected  Boolean checkVersion(Properties properties)
          校验系统和项目母板版本
 void doExecute()
          执行
protected  void showWelcomeText(Properties properties)
          显示欢迎信息
 
从类 com.googlecode.genproject.service.base.ServiceSupport 继承的方法
getNewId, inputBoolean, inputBoolean, inputDouble, inputDouble, inputInt, inputInt, inputLong, inputLong, inputStr, inputStr, inputStr, setDebug, setDebug, setError, setError, setFatal, setFatal, setInfo, setInfo, setTrace, setTrace, setWarn, setWarn
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MainServiceImpl

public MainServiceImpl()
方法详细信息

doExecute

public void doExecute()
执行

指定者:
接口 MainService 中的 doExecute

checkVersion

protected Boolean checkVersion(Properties properties)
                        throws Exception
校验系统和项目母板版本

参数:
properties - 系统属性
抛出:
Exception

showWelcomeText

protected void showWelcomeText(Properties properties)
                        throws Exception
显示欢迎信息

参数:
properties - 系统属性
抛出:
Exception


Copyright © 2012 Devilishkom. All Rights Reserved.