Class InterfaceMethodDAO
java.lang.Object
de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
de.joergdev.mosy.backend.persistence.dao.InterfaceMethodDAO
-
Field Summary
Fields inherited from class de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
entityMgr, tenantId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsByInterfaceIdName(Integer interfaceId, String name, Integer exceptID) booleanexistsByInterfaceIdServicePath(Integer interfaceId, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Integer exceptID) getBySearchParams(Integer interfaceId, String name, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Integer exceptID) getByServicePath(Integer interfaceId, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod) voidvoidMethods inherited from class de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
executeUpdate, getEntityMgr, getResultList, getSingleResult, getTenantId, setEntityMgr, setTenantId
-
Constructor Details
-
InterfaceMethodDAO
public InterfaceMethodDAO()
-
-
Method Details
-
increaseCountCalls
-
setValuesOnStartup
public void setValuesOnStartup() -
isRecordEnabled
-
getByServicePath
public InterfaceMethod getByServicePath(Integer interfaceId, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod) -
existsByInterfaceIdServicePath
-
existsByInterfaceIdName
-
getBySearchParams
public InterfaceMethod getBySearchParams(Integer interfaceId, String name, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Integer exceptID)
-