|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WCMMode | |
|---|---|
| com.adobe.cq.social.commons | |
| com.day.cq.analytics.testandtarget.util | |
| com.day.cq.collab.commons | |
| com.day.cq.wcm.api | |
| com.day.cq.wcm.api.components | |
| com.day.cq.wcm.core.stats | |
| Uses of WCMMode in com.adobe.cq.social.commons |
|---|
| Methods in com.adobe.cq.social.commons with parameters of type WCMMode | |
|---|---|
int |
CommentSystem.countComments(WCMMode wcmMode)
Returns the number of comments (including comments to comments) based on the specified WCM mode. |
int |
Comment.countComments(WCMMode wcmMode)
Returns the number of direct comments based on . |
boolean |
CommentSystem.hasComments(WCMMode wcmMode)
Checks whether there are any comments or not based on the specified WCM mode. |
boolean |
Comment.hasComments(WCMMode wcmMode)
Checks whether there are any comments or not based on the specified WCM mode. |
| Uses of WCMMode in com.day.cq.analytics.testandtarget.util |
|---|
| Methods in com.day.cq.analytics.testandtarget.util with parameters of type WCMMode | |
|---|---|
static String |
OfferHelper.getOfferLocation(Page offerPage,
WCMMode wcmMode)
Returns the offer location as it should be sent to Test&Target |
static String |
MboxHelper.qualifyMboxNameOrId(String mboxNameOrId,
WCMMode wcmMode)
|
| Uses of WCMMode in com.day.cq.collab.commons |
|---|
| Methods in com.day.cq.collab.commons with parameters of type WCMMode | |
|---|---|
int |
CommentSystem.countComments(WCMMode wcmMode)
Deprecated. Returns the number of comments (including comments to comments) based on the specified WCM mode. |
int |
Comment.countComments(WCMMode wcmMode)
Deprecated. Returns the number of direct comments based on . |
int |
RatingSystem.countRatings(WCMMode wcmMode)
Returns the number of ratings. |
double |
RatingSystem.getAverage(WCMMode wcmMode)
Returns the average rating. |
boolean |
CommentSystem.hasComments(WCMMode wcmMode)
Deprecated. Checks whether there are any comments or not based on the specified WCM mode. |
boolean |
Comment.hasComments(WCMMode wcmMode)
Deprecated. Checks whether there are any comments or not based on the specified WCM mode. |
| Uses of WCMMode in com.day.cq.wcm.api |
|---|
| Methods in com.day.cq.wcm.api that return WCMMode | |
|---|---|
static WCMMode |
WCMMode.fromRequest(ServletRequest req)
Returns the current WCM Mode of this request. |
WCMMode |
WCMMode.toRequest(ServletRequest req)
Sets the current WCM Mode of this request. |
static WCMMode |
WCMMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WCMMode[] |
WCMMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.day.cq.wcm.api with parameters of type WCMMode | |
|---|---|
PageFilter(WCMMode mode)
creates a default filter that excludes hidden pages. |
|
| Uses of WCMMode in com.day.cq.wcm.api.components |
|---|
| Methods in com.day.cq.wcm.api.components with parameters of type WCMMode | |
|---|---|
void |
EditContext.includeEpilog(SlingHttpServletRequest req,
SlingHttpServletResponse resp,
WCMMode mode)
Includes the html epilog of this context into the response. |
void |
AnalyzeContext.includeEpilog(SlingHttpServletRequest req,
SlingHttpServletResponse resp,
WCMMode mode)
Includes the html epilog of this context into the response. |
void |
EditContext.includeProlog(SlingHttpServletRequest req,
SlingHttpServletResponse resp,
WCMMode mode)
Includes the html prolog needed for editing |
void |
AnalyzeContext.includeProlog(SlingHttpServletRequest req,
SlingHttpServletResponse resp,
WCMMode mode)
Includes the html prolog needed for editing |
| Uses of WCMMode in com.day.cq.wcm.core.stats |
|---|
| Methods in com.day.cq.wcm.core.stats that return WCMMode | |
|---|---|
protected WCMMode |
PageViewReport.getMode()
|
| Constructors in com.day.cq.wcm.core.stats with parameters of type WCMMode | |
|---|---|
PageView(String pathPrefix,
Page page,
WCMMode mode)
Creates a new PageView instance. |
|
PageViewReport(String dataPath,
Page page,
WCMMode mode)
Creates a new report. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||