Package | Description |
---|---|
org.kuali.mobility.library.dao | |
org.kuali.mobility.library.entity | |
org.kuali.mobility.library.service |
Modifier and Type | Method and Description |
---|---|
LibraryHourSet |
LibraryDao.saveLibraryHourSets(LibraryHourSet lhs)
Saves a LibraryHourSet
|
LibraryHourSet |
LibraryDaoImpl.saveLibraryHourSets(LibraryHourSet lhs) |
Modifier and Type | Method and Description |
---|---|
List<LibraryHourSet> |
LibraryDao.getLibraryHourSets(long libraryId)
Gets the hour sets for a library
|
List<LibraryHourSet> |
LibraryDaoImpl.getLibraryHourSets(long libraryId) |
Modifier and Type | Method and Description |
---|---|
LibraryHourSet |
LibraryDao.saveLibraryHourSets(LibraryHourSet lhs)
Saves a LibraryHourSet
|
LibraryHourSet |
LibraryDaoImpl.saveLibraryHourSets(LibraryHourSet lhs) |
Modifier and Type | Method and Description |
---|---|
LibraryHourSet |
LibraryHour.getLibraryHourSet()
Gets the libraryHourSet for this
LibraryHour . |
Modifier and Type | Method and Description |
---|---|
void |
LibraryHour.setLibraryHourSet(LibraryHourSet libraryHourSet)
Sets the libraryHourSet for this
LibraryHour . |
Modifier and Type | Method and Description |
---|---|
LibraryHourSet |
LibraryService.getDisplayableHoursSet(LibraryHourSet hourSet)
Takes an hourset and generates a new hourset which can be displayed on the ui
|
LibraryHourSet |
LibraryServiceImpl.getDisplayableHoursSet(LibraryHourSet hourSet) |
LibraryHourSet |
LibraryService.saveLibraryHourSets(LibraryHourSet lhs)
Saves a LibraryHourSet
|
LibraryHourSet |
LibraryServiceImpl.saveLibraryHourSets(LibraryHourSet lhs) |
Modifier and Type | Method and Description |
---|---|
List<LibraryHourSet> |
LibraryService.getLibraryHourSets(long libraryId)
Gets the hour sets for a library
|
List<LibraryHourSet> |
LibraryServiceImpl.getLibraryHourSets(long libraryId) |
Modifier and Type | Method and Description |
---|---|
LibraryHourSet |
LibraryService.getDisplayableHoursSet(LibraryHourSet hourSet)
Takes an hourset and generates a new hourset which can be displayed on the ui
|
LibraryHourSet |
LibraryServiceImpl.getDisplayableHoursSet(LibraryHourSet hourSet) |
LibraryHourSet |
LibraryService.saveLibraryHourSets(LibraryHourSet lhs)
Saves a LibraryHourSet
|
LibraryHourSet |
LibraryServiceImpl.saveLibraryHourSets(LibraryHourSet lhs) |
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.