Class PersistenceUtil
java.lang.Object
de.joergdev.mosy.backend.bl.utils.PersistenceUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InterfacegetDbInterfaceByName(AbstractBL<?, ?> bl, String name) static InterfacegetDbInterfaceByServicePath(AbstractBL<?, ?> bl, String servicePath, boolean servicePathStartsWith) static InterfaceMethodgetDbInterfaceMethodByName(AbstractBL<?, ?> bl, String nameMethod, Interface dbInterface) static InterfaceMethodgetDbInterfaceMethodByNames(AbstractBL<?, ?> bl, String nameInterface, String nameMethod, boolean nonStrictSearchMethodServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod) static InterfaceMethodgetDbInterfaceMethodByServicePath(AbstractBL<?, ?> bl, String servicePathMethod, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Interface dbInterface, boolean leaveOnNotFound)
-
Constructor Details
-
PersistenceUtil
public PersistenceUtil()
-
-
Method Details
-
getDbInterfaceMethodByNames
public static InterfaceMethod getDbInterfaceMethodByNames(AbstractBL<?, ?> bl, String nameInterface, String nameMethod, boolean nonStrictSearchMethodServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod) -
getDbInterfaceByName
-
getDbInterfaceByServicePath
public static Interface getDbInterfaceByServicePath(AbstractBL<?, ?> bl, String servicePath, boolean servicePathStartsWith) -
getDbInterfaceMethodByName
public static InterfaceMethod getDbInterfaceMethodByName(AbstractBL<?, ?> bl, String nameMethod, Interface dbInterface) -
getDbInterfaceMethodByServicePath
public static InterfaceMethod getDbInterfaceMethodByServicePath(AbstractBL<?, ?> bl, String servicePathMethod, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Interface dbInterface, boolean leaveOnNotFound)
-