Package com.google.livingstories.client.contentmanager

Examples of com.google.livingstories.client.contentmanager.SearchTerms


   
    return submitButton;
  }

  public SearchTerms getSearchTerms() {
    SearchTerms searchTerms = new SearchTerms();
    searchTerms.livingStoryId = LivingStoryData.getLivingStoryId();
    searchTerms.contentItemType = contentItemType.getSelectedConstant();
    searchTerms.assetType = assetType.getSelectedConstant();
    if (!afterDate.getValue().isEmpty()) {
      DateUtil.parseShortDate(afterDate.getValue(), searchTerms.afterDate);
View Full Code Here

TOP

Related Classes of com.google.livingstories.client.contentmanager.SearchTerms

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.