ARLO Adapt
Static Public Member Functions | Public Attributes | List of all members
arlo.NesterLibrary Class Reference

Static Public Member Functions

static Vector< Integer > getMediaFileIds (int libraryId, Connection connection)
 Get a list of all MediaFile IDs in a Library. More...
 
static NesterLibrary retrieveLibrary (int libraryId)
 Get a Library Object via the API. More...
 
static Vector< Integer > retrieveAllLibraryIds (Connection connection)
 Get a list of all Library IDs in the Database. More...
 

Public Attributes

int id
 
int userId
 
String name
 

Member Function Documentation

static Vector<Integer> arlo.NesterLibrary.getMediaFileIds ( int  libraryId,
Connection  connection 
)
static

Get a list of all MediaFile IDs in a Library.

Parameters
libraryIdThe database ID of the Library.
connectionOpened Database Connection
Returns
List of database IDs of the MediaFiles, null on any error
static Vector<Integer> arlo.NesterLibrary.retrieveAllLibraryIds ( Connection  connection)
static

Get a list of all Library IDs in the Database.

Parameters
connectionOpened Database Connection
Returns
List of database IDs of the MediaFiles, null on any error
static NesterLibrary arlo.NesterLibrary.retrieveLibrary ( int  libraryId)
static

Get a Library Object via the API.

Parameters
libraryIdThe database ID of the Library.
Returns
Initialized NesterLibrary object on Success, null otherwise

Member Data Documentation

int arlo.NesterLibrary.id
String arlo.NesterLibrary.name
int arlo.NesterLibrary.userId

The documentation for this class was generated from the following file: