Class MyService

java.lang.Object
net.n2oapp.framework.sandbox.examples.MyService

@Service @Transactional public class MyService extends Object
  • Constructor Details

    • MyService

      public MyService()
  • Method Details

    • getList

      public org.springframework.data.domain.Page<Person> getList(net.n2oapp.criteria.api.Criteria criteria)
    • getOne

      public Person getOne(Integer id)
    • getCount

      public Integer getCount(net.n2oapp.criteria.api.Criteria criteria)
    • create

      public Person create(Person p)
    • update

      public Person update(Person in)
    • delete

      public void delete(Long id)