Interface SubcrudControllerAPI<E>

Type Parameters:
E -
All Superinterfaces:
CrudControllerAPI<E>

public interface SubcrudControllerAPI<E> extends CrudControllerAPI<E>
Basic interface for creation subcruds from CrudControllerAPI
  • Method Details

    • getParentEntity

      Object getParentEntity()
    • getParentName

      String getParentName()
    • getChildrenName

      String getChildrenName()
    • getToBeUpdatedEntities

      List<E> getToBeUpdatedEntities()
    • getToBeCreatedEntities

      List<E> getToBeCreatedEntities()
    • getToBeDeletedEntities

      List<E> getToBeDeletedEntities()