public class LoCategoryDataService extends AbstractDataService
| Constructor and Description |
|---|
LoCategoryDataService() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
get(String id,
ContextInfo contextInfo)
Implement this method to make to make service call to get DTO object.
|
protected String |
getDefaultMetaDataState() |
protected String |
getDefaultWorkflowDocumentType() |
protected Class<?> |
getDtoClass()
Implement this method to return the type of the dto object.
|
protected Object |
save(Object dto,
Map<String,Object> properties,
ContextInfo contextInfo)
Implement this method to make a service call to get DTO object.
|
void |
setLearningObjectiveService(LearningObjectiveService loService) |
protected List<ValidationResultInfo> |
validate(Object dto,
ContextInfo contextInfo)
Implement this method to make a service call to get DTO object.
|
_saveData, addAdditionalAttributes, checkDocumentLevelPermissions, getData, getDefaultFilterProperties, getMetadata, getPermissionService, getProposalService, getTransformationManager, getWorkflowDocumentService, isAuthorized, saveData, setPermissionService, setProposalService, setTransformationManager, setWorkflowDocumentService, validateDatapublic LoCategoryDataService()
protected String getDefaultWorkflowDocumentType()
getDefaultWorkflowDocumentType in class AbstractDataServiceprotected String getDefaultMetaDataState()
getDefaultMetaDataState in class AbstractDataServiceprotected Object get(String id, ContextInfo contextInfo) throws Exception
AbstractDataServiceget in class AbstractDataServiceid - DTO idExceptionprotected Object save(Object dto, Map<String,Object> properties, ContextInfo contextInfo) throws Exception
AbstractDataServicesave in class AbstractDataServiceExceptionprotected List<ValidationResultInfo> validate(Object dto, ContextInfo contextInfo) throws Exception
AbstractDataServicevalidate in class AbstractDataServiceExceptionprotected Class<?> getDtoClass()
AbstractDataServicegetDtoClass in class AbstractDataServicepublic void setLearningObjectiveService(LearningObjectiveService loService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.