public class MajorDisciplineProposalDataService extends AbstractDataService
Constructor and Description |
---|
MajorDisciplineProposalDataService() |
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 |
setAtpService(AtpService atpService) |
void |
setCluService(CluService cluService) |
void |
setProgramService(ProgramService programService) |
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 MajorDisciplineProposalDataService()
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 setProgramService(ProgramService programService)
public void setCluService(CluService cluService)
public void setAtpService(AtpService atpService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.