Package com.liusoft.dlog4j.base

Examples of com.liusoft.dlog4j.base.FunctionStatus


    this.style = style;
  }

  public FunctionStatus getFunctionStatus() {
    if(functionStatus==null)
      functionStatus = new FunctionStatus();
    return functionStatus;
  }
View Full Code Here


  /**
   * ��ͨ��������
   * @param site
   */
  public static void createSite(SiteBean site){
    site.setFunctionStatus(new FunctionStatus());
    Session ssn = getSession();
    try{
      beginTransaction();
      ssn.save(site);
      site.getOwner().setOwnSiteId(site.getId());
View Full Code Here

TOP

Related Classes of com.liusoft.dlog4j.base.FunctionStatus

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.