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

Method Summary
 void delete(HelpEntry helpEntry)
           
 HelpEntry findById(Long helpId)
           
 HelpEntry findByKey(String helpKey)
           
 void save(HelpEntry helpEntry)
           
 void saveXmlEntry(HelpEntry helpEntry)
           
 List search(HelpEntry helpEntry)
           
 
Methods inherited from interface org.kuali.rice.kew.xml.XmlLoader
loadXml
 
Methods inherited from interface org.kuali.rice.kew.xml.export.XmlExporter
export
 

Method Detail

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 © 2004-2012 The Kuali Foundation. All Rights Reserved.