Modifier and Type | Method and Description |
---|---|
Logbooks |
OlogImpl.createOrReplaceLogbooks(Logbooks data)
Create or replace logbooks specified in data.
|
static Logbooks |
LogbookManager.findAll()
Returns the list of logbooks in the database.
|
Logbooks |
OlogImpl.listLogbooks()
List all Logbooks in the database.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LogbooksResource.add(Logbooks data)
POST method for creating multiple logbooks.
|
void |
OlogImpl.checkUserBelongsToGroup(String user,
Logbooks data)
Check that user belongs to the owner groups of all logbooks in
data.
|
void |
OlogImpl.checkValidNameAndOwner(Logbooks data)
Check all logbooks in data for valid name/owner data.
|
Logbooks |
OlogImpl.createOrReplaceLogbooks(Logbooks data)
Create or replace logbooks specified in data.
|
static String |
Logbooks.toLogger(Logbooks data)
Creates a compact string representation for the log.
|
Copyright © 2010-2014 Michigan State University. All Rights Reserved.