|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.wikitty.WikittyLabelUtil
public class WikittyLabelUtil
Util method to manage Label (add and find)
| Constructor Summary | |
|---|---|
WikittyLabelUtil()
|
|
| Method Summary | |
|---|---|
static void |
addLabel(WikittyProxy proxy,
java.lang.String wikittyId,
java.lang.String label)
Add new lable to the wikitty object. |
static java.util.Set<java.lang.String> |
findAllAppliedLabels(WikittyProxy proxy,
java.lang.String wikittyId)
Retrieve all labels applied on a wikitty object. |
static PagedResult<Wikitty> |
findAllByLabel(WikittyProxy proxy,
java.lang.String label,
int firstIndex,
int endIndex)
Recherche tous les objets qui ont ce label |
static Wikitty |
findByLabel(WikittyProxy proxy,
java.lang.String label)
Recherche le premier objet qui a ce label |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikittyLabelUtil()
| Method Detail |
|---|
public static void addLabel(WikittyProxy proxy,
java.lang.String wikittyId,
java.lang.String label)
proxy - wikittyId - object'idlabel - label to add
public static PagedResult<Wikitty> findAllByLabel(WikittyProxy proxy,
java.lang.String label,
int firstIndex,
int endIndex)
proxy - label - firstIndex - endIndex -
public static Wikitty findByLabel(WikittyProxy proxy,
java.lang.String label)
proxy - label -
public static java.util.Set<java.lang.String> findAllAppliedLabels(WikittyProxy proxy,
java.lang.String wikittyId)
proxy - wikittyId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||