org.kuali.rice.kew.help.service
Interface HelpService
- All Superinterfaces:
- XmlExporter, XmlLoader
- All Known Implementing Classes:
- HelpServiceImpl
public interface HelpService
- extends XmlLoader, XmlExporter
A service which provides data access for HelpEntry
objects.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
HelpEntry
save
void save(HelpEntry helpEntry)
saveXmlEntry
void saveXmlEntry(HelpEntry helpEntry)
delete
void delete(HelpEntry helpEntry)
findById
HelpEntry findById(Long helpId)
search
List search(HelpEntry helpEntry)
findByKey
HelpEntry findByKey(String helpKey)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.