public interface OLELocationLoaderService
Modifier and Type | Method and Description |
---|---|
List<OleLocationLevel> |
exportAllLocationLevels(com.sun.jersey.api.core.HttpContext context) |
List<OleLocation> |
exportAllLocations(com.sun.jersey.api.core.HttpContext context) |
Object |
exportLocationByCode(String locationCode) |
Object |
exportLocationById(String locationId) |
Object |
exportLocationLevelByCode(String locationLevelCode) |
Object |
exportLocationLevelById(String locationLevelId) |
Object |
importLocationLevels(String bodyContent,
com.sun.jersey.api.core.HttpContext context) |
Object |
importLocations(String bodyContent,
com.sun.jersey.api.core.HttpContext context) |
OLELoaderResponseBo |
updateLocationById(String locationId,
String bodyContent,
com.sun.jersey.api.core.HttpContext context) |
OLELoaderResponseBo |
updateLocationLevelById(String locationId,
String bodyContent,
com.sun.jersey.api.core.HttpContext context) |
boolean |
validateLocationBo(OLELocationBo oleLocationBo) |
Object importLocations(String bodyContent, com.sun.jersey.api.core.HttpContext context)
OLELoaderResponseBo updateLocationById(String locationId, String bodyContent, com.sun.jersey.api.core.HttpContext context)
Object exportLocationById(String locationId)
Object exportLocationByCode(String locationCode)
List<OleLocation> exportAllLocations(com.sun.jersey.api.core.HttpContext context)
boolean validateLocationBo(OLELocationBo oleLocationBo)
Object exportLocationLevelById(String locationLevelId)
Object exportLocationLevelByCode(String locationLevelCode)
Object importLocationLevels(String bodyContent, com.sun.jersey.api.core.HttpContext context)
List<OleLocationLevel> exportAllLocationLevels(com.sun.jersey.api.core.HttpContext context)
OLELoaderResponseBo updateLocationLevelById(String locationId, String bodyContent, com.sun.jersey.api.core.HttpContext context)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.