|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GolfPageDao
Field Summary | |
---|---|
static java.lang.String |
BEAN_NAME
|
Method Summary | |
---|---|
GolfPageEntity |
getGolfPage(java.lang.Integer pageId)
|
java.util.List<GolfPageEntity> |
getGolfPages(java.lang.Integer clubId)
Returns golf pages having all their fields loaded. |
java.lang.Integer |
getLastPositionForClubPage(int clubId)
Returns the last positioned page position, if there is no page for this club returns -1. |
void |
removeGolfPageEntity(java.lang.Integer pageId)
|
GolfPageEntity |
storeGolfPage(java.lang.Integer clubId,
java.lang.Integer pageId,
java.lang.String headline,
java.lang.String body)
|
Methods inherited from interface com.idega.core.persistence.GenericDao |
---|
contains, createNamedQuery, find, flush, getQueryInline, getQueryNamed, getQueryNativeInline, getReference, getResultList, getResultListByInlineQuery, getSingleResult, getSingleResultByInlineQuery, merge, mergeRemove, persist, refresh, remove |
Field Detail |
---|
static final java.lang.String BEAN_NAME
Method Detail |
---|
java.util.List<GolfPageEntity> getGolfPages(java.lang.Integer clubId)
clubId
-
GolfPageEntity getGolfPage(java.lang.Integer pageId)
java.lang.Integer getLastPositionForClubPage(int clubId)
clubId
-
void removeGolfPageEntity(java.lang.Integer pageId)
GolfPageEntity storeGolfPage(java.lang.Integer clubId, java.lang.Integer pageId, java.lang.String headline, java.lang.String body)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |