public class SimilarSiteUtil extends BaseUtil
inTransaction| Constructor and Description |
|---|
SimilarSiteUtil() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
add(gr.i2s.fishgrowth.model.SimilarSite entity) |
javax.ws.rs.core.Response |
delete(Long siteId) |
javax.ws.rs.core.Response |
delete(Long siteId,
Long similarId) |
void |
doDelete(org.hibernate.Session session,
Long siteId,
Long similarId) |
List<Long> |
doGetSimilarSites(org.hibernate.Session session,
Long siteId) |
List<Long> |
doGetSimilarSitesExcludingMe(org.hibernate.Session session,
Long siteId) |
List<Long> |
getSimilarSites(Long siteId) |
List<Long> |
getSimilarSitesExcludingMe(Long siteId) |
public javax.ws.rs.core.Response add(gr.i2s.fishgrowth.model.SimilarSite entity)
throws Exception
Exceptionpublic List<Long> getSimilarSitesExcludingMe(Long siteId) throws Exception
Exceptionpublic javax.ws.rs.core.Response delete(Long siteId, Long similarId) throws Exception
Exceptionpublic List<Long> doGetSimilarSitesExcludingMe(org.hibernate.Session session, Long siteId)
Copyright © 2017. All Rights Reserved.