|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.logging.LogDelegator
org.olat.core.manager.BasicManager
org.olat.core.commons.contextHelp.ContextHelpManager
public class ContextHelpManager
Initial Date: 31.10.2008
| Method Summary | |
|---|---|
java.lang.String |
calculateCombinedKey(java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page)
Method to calculate a key that identifies a help page uniquely |
int |
countCommunityRatings(java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page)
Deprecated. - use the CommentAndRatingService instead. Still here in case we want to migrate the ratings |
void |
event(Event event)
|
float |
getCommunityPageRanking(java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page)
Deprecated. - use the CommentAndRatingService instead. Still here in case we want to migrate the ratings |
static ContextHelpManager |
getInstance()
Get an instance of the manager |
float |
getPersonalPageRanking(UserRequest ureq,
java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page)
Deprecated. - use the CommentAndRatingService instead. Still here in case we want to migrate the ratings |
void |
storePageRating(UserRequest ureq,
java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page,
float rating)
Deprecated. - use the CommentAndRatingService instead. Still here in case we want to migrate the ratings |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ContextHelpManager getInstance()
@Deprecated
public void storePageRating(UserRequest ureq,
java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page,
float rating)
ureq - locale - bundleName - page - rating -
@Deprecated
public float getCommunityPageRanking(java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page)
locale - bundleName - page -
@Deprecated
public float getPersonalPageRanking(UserRequest ureq,
java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page)
ureq - locale - bundleName - page -
@Deprecated
public int countCommunityRatings(java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page)
locale - bundleName - page -
public java.lang.String calculateCombinedKey(java.util.Locale locale,
java.lang.String bundleName,
java.lang.String page)
locale - bundleName - page -
public void event(Event event)
event in interface GenericEventListenerGenericEventListener.event(org.olat.core.gui.control.Event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||