public final class CommentDAO extends Object implements IDAO<net.sf.json.JSONObject,CommentDTO>
IDAO,
JSONObject,
CommentDTO| Modifier and Type | Method and Description |
|---|---|
static CommentDAO |
getInstance()
Get singleton instance.
|
CommentDTO |
toDTO(net.sf.json.JSONObject jsonObject)
Convert object to data transfert object.
|
CommentDTO |
toDTO(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
net.sf.json.JSONObject jsonObject)
Convert object to data transfert object.
|
public static CommentDAO getInstance()
public CommentDTO toDTO(net.sf.json.JSONObject jsonObject)
toDTO in interface IDAO<net.sf.json.JSONObject,CommentDTO>jsonObject - objectpublic CommentDTO toDTO(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, net.sf.json.JSONObject jsonObject)
toDTO in interface IDAO<net.sf.json.JSONObject,CommentDTO>jsonObject - objectCopyright © 2019. All rights reserved.