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