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, validateData
public LoCategoryDataService()
protected String getDefaultWorkflowDocumentType()
getDefaultWorkflowDocumentType
in class AbstractDataService
protected String getDefaultMetaDataState()
getDefaultMetaDataState
in class AbstractDataService
protected Object get(String id, ContextInfo contextInfo) throws Exception
AbstractDataService
get
in class AbstractDataService
id
- DTO idException
protected Object save(Object dto, Map<String,Object> properties, ContextInfo contextInfo) throws Exception
AbstractDataService
save
in class AbstractDataService
Exception
protected List<ValidationResultInfo> validate(Object dto, ContextInfo contextInfo) throws Exception
AbstractDataService
validate
in class AbstractDataService
Exception
protected Class<?> getDtoClass()
AbstractDataService
getDtoClass
in class AbstractDataService
public void setLearningObjectiveService(LearningObjectiveService loService)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.