Package org.blueoxygen.aconix.entity

Examples of org.blueoxygen.aconix.entity.ArticleCategory


      setACategories(getManager().getList("FROM " + ArticleCategory.class.getName()
        +" e WHERE e.iparent=null", null, null));
      return INPUT;
    }
   
    ArticleCategory ACategory;
    ArticleCategory iparent;
    LogInformation logInfo;
    if("".equals(getId())){
      ACategory = new ArticleCategory();
      logInfo = new LogInformation();
     
      logInfo.setCreateBy(sess.getCurrentUser().getId());
      logInfo.setCreateDate(new Timestamp(System.currentTimeMillis()));
      setMsg("Add New");
View Full Code Here

TOP

Related Classes of org.blueoxygen.aconix.entity.ArticleCategory

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.