@Component(value="helpDAO") public class HelpDAO extends Object
HelpDAO()
void
delete(String helpId)
List<Help>
getAll()
Help
getById(String id)
saveHelp(Help help)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HelpDAO()
public Help saveHelp(Help help)
public Help getById(String id)
public List<Help> getAll()
public void delete(String helpId)
Copyright © 2021. All rights reserved.