@Service public class LayoutService extends Object
LayoutService()
boolean
deleteByPid(String pid)
List<Layout>
findAll()
Layout
findByPid(String pid)
save(Layout layout)
void
updatePid(String old_pid, String new_pid)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LayoutService()
public List<Layout> findAll()
public void updatePid(String old_pid, String new_pid)
public boolean deleteByPid(String pid)
public Layout findByPid(String pid)
public Layout save(Layout layout)
Copyright © 2022. All rights reserved.