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