| Modifier and Type | Method and Description |
|---|---|
void |
ObjectifyLogic.savePost(Post post,
com.googlecode.objectify.Objectify objectify) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectifyLogic.retrieveAllPosts(com.googlecode.objectify.Objectify objectify,
net.officefloor.web.ObjectResponse<java.util.List<Post>> response) |
void |
ObjectifyLogic.retrievePost(java.lang.String identifier,
com.googlecode.objectify.Objectify objectify,
net.officefloor.web.ObjectResponse<Post> response) |
Copyright © 2005–2019. All rights reserved.