public class SimilarSiteUtil extends BaseUtil
| 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) |
List<Long> |
getSimilarSites(Long siteId) |
List<Long> |
getSimilarSitesExcludingMe(Long siteId) |
Copyright © 2017. All Rights Reserved.