@Repository public class WebContentDAOImpl extends Object implements WebContentDAO
| Constructor and Description |
|---|
WebContentDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(net.blugrid.core.model.Token token) |
String |
getAllEmailTemplateWebContent(net.blugrid.core.model.Token token) |
String |
getAllWebpageWebcontent(net.blugrid.core.model.Token token) |
String |
getByUUID(net.blugrid.core.model.Token token,
UUID uuid) |
net.blugrid.core.model.WebContent |
post(net.blugrid.core.model.Token token,
net.blugrid.core.model.WebContent webcontent) |
net.blugrid.core.model.EmailWebContent |
postEmailWebContent(net.blugrid.core.model.Token token,
net.blugrid.core.model.EmailWebContent webcontent) |
net.blugrid.core.model.ObjectResponse<net.blugrid.core.model.WebContentAssignment> |
postWebContetAssignment(net.blugrid.core.model.Token token,
net.blugrid.core.model.WebContentAssignment webcontentassignment) |
void |
setDataSource(DataSource dataSource) |
net.blugrid.core.model.WebContent |
updateModelData(net.blugrid.core.model.Token token,
UUID uuid,
String modeldata) |
public void setDataSource(DataSource dataSource)
public net.blugrid.core.model.WebContent post(net.blugrid.core.model.Token token,
net.blugrid.core.model.WebContent webcontent)
post in interface WebContentDAOpublic net.blugrid.core.model.EmailWebContent postEmailWebContent(net.blugrid.core.model.Token token,
net.blugrid.core.model.EmailWebContent webcontent)
postEmailWebContent in interface WebContentDAOpublic net.blugrid.core.model.ObjectResponse<net.blugrid.core.model.WebContentAssignment> postWebContetAssignment(net.blugrid.core.model.Token token,
net.blugrid.core.model.WebContentAssignment webcontentassignment)
postWebContetAssignment in interface WebContentDAOpublic String getAll(net.blugrid.core.model.Token token)
getAll in interface WebContentDAOpublic String getAllWebpageWebcontent(net.blugrid.core.model.Token token)
getAllWebpageWebcontent in interface WebContentDAOpublic String getAllEmailTemplateWebContent(net.blugrid.core.model.Token token)
getAllEmailTemplateWebContent in interface WebContentDAOpublic String getByUUID(net.blugrid.core.model.Token token, UUID uuid)
getByUUID in interface WebContentDAOpublic net.blugrid.core.model.WebContent updateModelData(net.blugrid.core.model.Token token,
UUID uuid,
String modeldata)
updateModelData in interface WebContentDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.