Package com.metadot.book.connectr.server.domain

Examples of com.metadot.book.connectr.server.domain.StreamItem.toDTO()


      pm.close();
    }
    // can't just use the detached StreamItem as a DTO,
    // as it has an App Engine Text field
    // that needs to be converted to a String.
    return streamItem.toDTO();
  }

  // start a task to update the feeds for the current user.
  public Boolean initiateUserFeedUpdate() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.