static int arlo.NesterTagClass.addTagClass |
( |
NesterTagClass |
nesterTagClass, |
|
|
Connection |
connection |
|
) |
| |
|
static |
Add a new TagClass to the database.
- Parameters
-
nesterTagClass | A NesterTagClass Object |
connection | An opened database connection. |
- Returns
- Database id of the new class, -1 if any error occurs.
static Vector<NesterTagClass> arlo.NesterTagClass.getNesterProjectTagClasses |
( |
int |
projectId, |
|
|
Connection |
connection |
|
) |
| |
|
static |
Get a list of TagClasses in a Project.
- Parameters
-
projectId | Database ID of the Project. |
connection | An opened Database connection. |
- Returns
- A list of NesterTagClass objects.
static NesterTagClass arlo.NesterTagClass.getNesterTagClassByName |
( |
String |
name, |
|
|
int |
projectId, |
|
|
Connection |
connection |
|
) |
| |
|
static |
Get a NesterTagClass from a specified Project by name.
- Note
- If more than one TagClass in the Project has the same name, the first is returned.
- Parameters
-
name | The className of the TagClass. |
projectId | The database id of the Project to search within. |
connection | An opened database connection. |
- Returns
- An initialized NesterTagClass, or null if not found.
The documentation for this class was generated from the following file: