|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Profile | |
---|---|
gov.nasa.pds.report.update.db |
Uses of Profile in gov.nasa.pds.report.update.db |
---|
Methods in gov.nasa.pds.report.update.db that return Profile | |
---|---|
Profile |
DBUtil.findByProfileId(int profileId)
Query the report service database for a specific profile by ID |
Profile |
DBUtil.findByProfileName(String profileName)
Query the report service database for a specific profile by ID |
Methods in gov.nasa.pds.report.update.db that return types with arguments of type Profile | |
---|---|
List<Profile> |
DBUtil.findAllProfiles()
Query the database for all active profiles |
Methods in gov.nasa.pds.report.update.db with parameters of type Profile | |
---|---|
void |
DBUtil.createNew(Profile profile)
|
void |
DBUtil.insertProfile(Profile profile)
|
void |
DBUtil.updateProfile(Profile profile)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |