Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
int |
ERTaggableEntity.countUniqueTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
Object tags)
This method returns a simple count of the number of distinct objects which match the tags provided.
|
static NSDictionary<EOEntity,NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
Object tags)
Fetches all the EOs of all taggable entities that are associated with the given tags.
|
static NSDictionary<EOEntity,NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
Object tags)
Fetches all the EOs of all taggable entities that are associated with the given tags (unlimited).
|
NSArray<T> |
ERTaggableEntity.fetchTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
Object tags)
Fetches the list of objects of this entity type that are tagged
with the given tags.
|
NSArray<T> |
ERTaggableEntity.fetchTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
Object tags,
EOQualifier additionalQualifier)
Fetches the list of objects of this entity type that are tagged
with the given tags.
|
NSArray<T> |
ERTaggableEntity.fetchTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
Object tags,
EOQualifier additionalQualifier,
NSArray<EOSortOrdering> sortOrderings)
Fetches the sorted list of objects of this entity type that are tagged
with the given tags.
|
NSArray<T> |
ERTaggableEntity.fetchTaggedWith(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
Object tags)
Fetches the list of objects of this entity type that are tagged
with the given tags with unlimited results.
|
void |
ERTaggableEntity.replaceTags(EOEditingContext editingContext,
ERTag.Inclusion inclusion,
Object oldTags,
Object newTags)
Looks for items with oldTags and replaces them with all of newTags.
|
Modifier and Type | Method and Description |
---|---|
static ERTag.Inclusion |
ERTag.Inclusion.valueOf(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.
|
Copyright © 2002 – 2025 Project Wonder.