Interface FormChangeAware

All Known Implementing Classes:
MenuServiceImpl

public interface FormChangeAware
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notifyChange(Form form, org.hibernate.Session session)
     
    void
    notifyCreate(Form form, org.hibernate.Session session)
     
    void
    notifyDelete(Form form, org.hibernate.Session session)
     
  • Method Details

    • notifyCreate

      void notifyCreate(Form form, org.hibernate.Session session)
    • notifyChange

      void notifyChange(Form form, org.hibernate.Session session)
    • notifyDelete

      void notifyDelete(Form form, org.hibernate.Session session)