Class InterfaceMethodDAO

java.lang.Object
de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
de.joergdev.mosy.backend.persistence.dao.InterfaceMethodDAO

public class InterfaceMethodDAO extends AbstractDAO
  • Constructor Details

    • InterfaceMethodDAO

      public InterfaceMethodDAO()
  • Method Details

    • increaseCountCalls

      public void increaseCountCalls(Integer id)
    • setValuesOnStartup

      public void setValuesOnStartup()
    • isRecordEnabled

      public Boolean isRecordEnabled(Integer id)
    • getByServicePath

      public InterfaceMethod getByServicePath(Integer interfaceId, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod)
    • existsByInterfaceIdServicePath

      public boolean existsByInterfaceIdServicePath(Integer interfaceId, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Integer exceptID)
    • existsByInterfaceIdName

      public boolean existsByInterfaceIdName(Integer interfaceId, String name, Integer exceptID)
    • getBySearchParams

      public InterfaceMethod getBySearchParams(Integer interfaceId, String name, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Integer exceptID)