- Timestamp:
- 09/20/11 03:16:11 (8 months ago)
- Branch:
- default
- Convert:
- svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kraken-dom/src/main/java/org/krakenapps/dom/api/ProgramApi.java
r41 r348 32 32 List<Program> getAvailablePrograms(int organizationId, int adminId) throws AdminNotFoundException; 33 33 34 voidcreateProgramProfile(ProgramProfile profile);34 ProgramProfile createProgramProfile(ProgramProfile profile); 35 35 36 voidupdateProgramProfile(ProgramProfile profile);36 ProgramProfile updateProgramProfile(ProgramProfile profile); 37 37 38 voidremoveProgramProfile(int programProfileId);38 ProgramProfile removeProgramProfile(int programProfileId); 39 39 40 40 Program getProgram(int programId);
Note: See TracChangeset
for help on using the changeset viewer.
