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

Static Public Member Functions

static int getProjectID (int userID, String projectName, Connection connection)
 
static Vector< Integer > getProjectMediaFileIds (int projectId, Connection connection)
 Get a list of all MediaFile IDs in a Project. More...
 
static Vector< NesterAudioFilegetNesterProjectAudioFiles (int projectID, boolean activeOnly, HashMap< String, Boolean > fieldNames, Connection connection)
 Get a list of all MediaFile objects in a Project. More...
 

Member Function Documentation

static Vector<NesterAudioFile> arlo.NesterProject.getNesterProjectAudioFiles ( int  projectID,
boolean  activeOnly,
HashMap< String, Boolean >  fieldNames,
Connection  connection 
)
static

Get a list of all MediaFile objects in a Project.

Parameters
projectIdThe database ID of the Project.
activeOnlyOnly return files set as 'active'
fieldNames
connectionOpened Database Connection
Returns
List of NesterAudioFile objects
static int arlo.NesterProject.getProjectID ( int  userID,
String  projectName,
Connection  connection 
)
static
static Vector<Integer> arlo.NesterProject.getProjectMediaFileIds ( int  projectId,
Connection  connection 
)
static

Get a list of all MediaFile IDs in a Project.

Parameters
projectIdThe database ID of the Project.
connectionOpened Database Connection
Returns
List of database IDs of the MediaFiles

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