Modifier and Type | Method and Description |
---|---|
List<ReferralLink> |
ContentEntityObject.getReferralLinks() |
Modifier and Type | Method and Description |
---|---|
void |
ContentEntityObject.addReferralLink(ReferralLink link) |
void |
ContentEntityObject.removeReferralLink(ReferralLink link) |
Modifier and Type | Method and Description |
---|---|
void |
ContentEntityObject.setReferralLinks(List<ReferralLink> referralLinks) |
Modifier and Type | Class and Description |
---|---|
class |
TrackbackLink |
Modifier and Type | Method and Description |
---|---|
List<ReferralLink> |
DefaultReferralManager.getHotReferrers(ContentEntityObject content,
int maxCount) |
List<ReferralLink> |
ReferralManager.getHotReferrers(ContentEntityObject content,
int maxCount) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultReferralManager.saveReferralLink(ReferralLink link) |
void |
ReferralManager.saveReferralLink(ReferralLink link) |
Modifier and Type | Method and Description |
---|---|
ReferralLink |
ReferralDao.findReferralLink(long contentId,
String linkUrl) |
Modifier and Type | Method and Description |
---|---|
List<ReferralLink> |
ReferralDao.findHotReferrers(long contentId,
int maxResults,
List bannedReferrers) |
Modifier and Type | Method and Description |
---|---|
ReferralLink |
HibernateReferralDao.findReferralLink(long contentId,
String linkUrl) |
Modifier and Type | Method and Description |
---|---|
List<ReferralLink> |
HibernateReferralDao.findHotReferrers(long contentId,
int maxResults,
List bannedReferrers) |
Modifier and Type | Method and Description |
---|---|
List<ReferralLink> |
ViewPageAction.getHotReferrers()
Return a list of ReferralLinks that point to this page.
|
Modifier and Type | Method and Description |
---|---|
String |
PageInfoAction.renderReferralLink(ReferralLink link) |
Copyright © 2003–2017 Atlassian. All rights reserved.