public class ObjectifyLogic
extends java.lang.Object
Objectify logic.| Constructor and Description |
|---|
ObjectifyLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
retrieveAllPosts(com.googlecode.objectify.Objectify objectify,
net.officefloor.web.ObjectResponse<java.util.List<Post>> response) |
void |
retrievePost(java.lang.String identifier,
com.googlecode.objectify.Objectify objectify,
net.officefloor.web.ObjectResponse<Post> response) |
void |
savePost(Post post,
com.googlecode.objectify.Objectify objectify) |
public void savePost(Post post, com.googlecode.objectify.Objectify objectify)
public void retrieveAllPosts(com.googlecode.objectify.Objectify objectify,
net.officefloor.web.ObjectResponse<java.util.List<Post>> response)
public void retrievePost(@HttpPathParameter(value="id")
java.lang.String identifier,
com.googlecode.objectify.Objectify objectify,
net.officefloor.web.ObjectResponse<Post> response)
Copyright © 2005–2019. All rights reserved.