public class SiteFullUtil extends BaseUtil
| Constructor and Description |
|---|
SiteFullUtil() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
doGetSiteFullSimilar(org.hibernate.Session session,
gr.i2s.fishgrowth.model.Site site,
Integer dtemp) |
gr.i2s.fishgrowth.model.SiteFull |
getSiteFull(Long id) |
int |
getSiteFullCount(String ownerId) |
List<gr.i2s.fishgrowth.model.SiteFull> |
getSiteFulls(String ownerId) |
List<gr.i2s.fishgrowth.model.SiteFull> |
getSiteFulls(String ownerId,
Integer start,
Integer end) |
List<Long> |
getSiteFullSimilar(Long id,
Integer dtemp) |
public gr.i2s.fishgrowth.model.SiteFull getSiteFull(Long id) throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.SiteFull> getSiteFulls(String ownerId, Integer start, Integer end) throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.SiteFull> getSiteFulls(String ownerId) throws Exception
Exceptionpublic List<Long> getSiteFullSimilar(Long id, Integer dtemp) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.