|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaggableMapping
allows to access relevant information for Taggable objects
Taggable,
TaggableSQLStore| Method Summary | |
|---|---|
void |
deleteTag(String group)
deletes the given tag so that no entry is in the given group anymore |
Set<? extends Keyword> |
getExistingTags()
allows to retrieve all existing tags from the database |
String |
getGroupNameColumn()
|
String |
getTagIdColumn()
|
String |
getTagTable()
|
Class<? extends Keyword> |
getTagType()
returns the type of the tag |
void |
renameTag(String oldName,
String newName)
allows to rename all occurrences of a tag name into another |
| Method Detail |
|---|
String getTagTable()
String getTagIdColumn()
String getGroupNameColumn()
Class<? extends Keyword> getTagType()
Set<? extends Keyword> getExistingTags()
throws SQLException
SQLException
void renameTag(String oldName,
String newName)
throws SQLException,
NullPointerException
SQLException
NullPointerException
void deleteTag(String group)
throws SQLException
SQLException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||