Class ObjectifyLogic


  • public class ObjectifyLogic
    extends java.lang.Object
    Objectify logic.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectifyLogic()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void retrieveAllPosts​(com.googlecode.objectify.Objectify objectify, ObjectResponse<java.util.List<Post>> response)  
      void retrievePost​(java.lang.String identifier, com.googlecode.objectify.Objectify objectify, ObjectResponse<Post> response)  
      void savePost​(Post post, com.googlecode.objectify.Objectify objectify)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectifyLogic

        public ObjectifyLogic()
    • Method Detail

      • savePost

        public void savePost​(Post post,
                             com.googlecode.objectify.Objectify objectify)
      • retrieveAllPosts

        public void retrieveAllPosts​(com.googlecode.objectify.Objectify objectify,
                                     ObjectResponse<java.util.List<Post>> response)