|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERTag.Inclusion | |
---|---|
er.taggable | ERTaggable is a fairly direct port of the acts_as_taggable Rails mixin to EOF, the framework provides a very easy method of integrating delicious-style tagging support into arbitrary entities in your applications. |
er.taggable.model |
Uses of ERTag.Inclusion in er.taggable |
---|
Methods in er.taggable with parameters of type ERTag.Inclusion | |
---|---|
int |
ERTaggableEntity.countUniqueTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
java.lang.Object tags)
This method returns a simple count of the number of distinct objects which match the tags provided. |
static com.webobjects.foundation.NSDictionary<com.webobjects.eoaccess.EOEntity,com.webobjects.foundation.NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
java.lang.Object tags)
Fetches all the EOs of all taggable entities that are associated with the given tags. |
static com.webobjects.foundation.NSDictionary<com.webobjects.eoaccess.EOEntity,com.webobjects.foundation.NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
java.lang.Object tags)
Fetches all the EOs of all taggable entities that are associated with the given tags (unlimited). |
com.webobjects.foundation.NSArray<T> |
ERTaggableEntity.fetchTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
java.lang.Object tags)
Fetches the list of objects of this entity type that are tagged with the given tags. |
com.webobjects.foundation.NSArray<T> |
ERTaggableEntity.fetchTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
java.lang.Object tags,
com.webobjects.eocontrol.EOQualifier additionalQualifier)
Fetches the list of objects of this entity type that are tagged with the given tags. |
com.webobjects.foundation.NSArray<T> |
ERTaggableEntity.fetchTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
java.lang.Object tags)
Fetches the list of objects of this entity type that are tagged with the given tags with unlimited results. |
void |
ERTaggableEntity.replaceTags(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
java.lang.Object oldTags,
java.lang.Object newTags)
Looks for items with oldTags and replaces them with all of newTags. |
Uses of ERTag.Inclusion in er.taggable.model |
---|
Methods in er.taggable.model that return ERTag.Inclusion | |
---|---|
static ERTag.Inclusion |
ERTag.Inclusion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ERTag.Inclusion[] |
ERTag.Inclusion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |