Package com.jeecms.cms.entity.main.Content

Examples of com.jeecms.cms.entity.main.Content.ContentStatus


      queryRecommend = false;
    }
    if (queryOrderBy == null) {
      queryOrderBy = 0;
    }
    ContentStatus status;
    if (!StringUtils.isBlank(queryStatus)) {
      status = ContentStatus.valueOf(queryStatus);
    } else {
      status = ContentStatus.all;
    }
View Full Code Here

TOP

Related Classes of com.jeecms.cms.entity.main.Content.ContentStatus

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.