Interface FugeritLogicFacadeHelper

All Known Subinterfaces:
FugeritLogicFacade
All Known Implementing Classes:
FugeritDataLogicFacade, FugeritDataLogicFacadeHelper

public interface FugeritLogicFacadeHelper
FugeritLogicFacadeHelper, version : 1.0.0 author: fugerit warning!: auto generated object, insert custom code only between comments : // custom code start ( code above here will be overwritten ) // custom code end ( code below here will be overwritten )
  • Field Details

  • Method Details

    • getEntityAddressFacade

      EntityAddressFacade getEntityAddressFacade() throws org.fugerit.java.core.db.dao.DAOException
      Facade encapsulating persistance for entity : ADDRESS
      Returns:
      the facade
      Throws:
      org.fugerit.java.core.db.dao.DAOException - in case of problems
    • getEntityLogDataFacade

      EntityLogDataFacade getEntityLogDataFacade() throws org.fugerit.java.core.db.dao.DAOException
      Facade encapsulating persistance for entity : LOG_DATA
      Returns:
      the facade
      Throws:
      org.fugerit.java.core.db.dao.DAOException - in case of problems
    • getEntityTestTwoFieldKeyFacade

      EntityTestTwoFieldKeyFacade getEntityTestTwoFieldKeyFacade() throws org.fugerit.java.core.db.dao.DAOException
      Facade encapsulating persistance for entity : TEST_TWO_FIELD_KEY
      Returns:
      the facade
      Throws:
      org.fugerit.java.core.db.dao.DAOException - in case of problems
    • getEntityUploadFacade

      EntityUploadFacade getEntityUploadFacade() throws org.fugerit.java.core.db.dao.DAOException
      Facade encapsulating persistance for entity : UPLOAD
      Returns:
      the facade
      Throws:
      org.fugerit.java.core.db.dao.DAOException - in case of problems
    • getEntityUserFacade

      EntityUserFacade getEntityUserFacade() throws org.fugerit.java.core.db.dao.DAOException
      Facade encapsulating persistance for entity : USER
      Returns:
      the facade
      Throws:
      org.fugerit.java.core.db.dao.DAOException - in case of problems
    • getEntityUserDataFacade

      EntityUserDataFacade getEntityUserDataFacade() throws org.fugerit.java.core.db.dao.DAOException
      Facade encapsulating persistance for entity : USER_DATA
      Returns:
      the facade
      Throws:
      org.fugerit.java.core.db.dao.DAOException - in case of problems