| static Vector<Integer> arlo.NesterLibrary.getMediaFileIds  | 
          ( | 
          int  | 
          libraryId,  | 
         
        
           | 
           | 
          Connection  | 
          connection  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Get a list of all MediaFile IDs in a Library. 
- Parameters
 - 
  
    | libraryId | The database ID of the Library.  | 
    | connection | Opened 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
 - 
  
    | connection | Opened 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
 - 
  
    | libraryId | The database ID of the Library.  | 
  
   
- Returns
 - Initialized NesterLibrary object on Success, null otherwise 
 
 
 
      
        
          | int arlo.NesterLibrary.id | 
        
      
 
 
      
        
          | String arlo.NesterLibrary.name | 
        
      
 
 
      
        
          | int arlo.NesterLibrary.userId | 
        
      
 
 
The documentation for this class was generated from the following file: