|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageLinkDao
Method Summary | |
---|---|
void |
add(PageLinkConfig pageLinkConfig,
ITransaction transaction)
Add the page link. |
void |
delete(String pageLinkId,
ITransaction transaction)
Delete the page link. |
PageLinkConfig |
get(String pageLinkId,
ITransaction transaction)
Get the page link. |
Collection<String> |
getByPageId(String pageId,
ITransaction transaction)
Get page links associated with one page |
PageLinkConfig |
getByTypeAndWebsite(int type,
String website,
ITransaction transaction)
Get the page link given type and website. |
void |
update(PageLinkConfig pageLinkConfig,
ITransaction transaction)
Update the page link. |
Method Detail |
---|
void add(PageLinkConfig pageLinkConfig, ITransaction transaction) throws DaoException, PortalException
pageLinkConfig
- transaction
-
DaoException
PortalException
PageLinkConfig get(String pageLinkId, ITransaction transaction) throws DaoException, PortalException
pageLinkId
- transaction
-
DaoException
PortalException
PageLinkConfig getByTypeAndWebsite(int type, String website, ITransaction transaction) throws DaoException, PortalException
type
- website
- transaction
-
DaoException
PortalException
void update(PageLinkConfig pageLinkConfig, ITransaction transaction) throws DaoException, PortalException
pageLinkConfig
- transaction
-
DaoException
PortalException
void delete(String pageLinkId, ITransaction transaction) throws DaoException, PortalException
pageLinkId
- transaction
-
DaoException
PortalException
Collection<String> getByPageId(String pageId, ITransaction transaction) throws DaoException, PortalException
pageId
- transaction
-
DaoException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |