Uses of Class
de.joergdev.mosy.backend.persistence.model.InterfaceMethod
Packages that use InterfaceMethod
Package
Description
-
Uses of InterfaceMethod in de.joergdev.mosy.backend.bl.utils
Methods in de.joergdev.mosy.backend.bl.utils that return InterfaceMethodModifier and TypeMethodDescriptionstatic InterfaceMethodPersistenceUtil.getDbInterfaceMethodByName(AbstractBL<?, ?> bl, String nameMethod, Interface dbInterface) static InterfaceMethodPersistenceUtil.getDbInterfaceMethodByNames(AbstractBL<?, ?> bl, String nameInterface, String nameMethod, boolean nonStrictSearchMethodServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod) static InterfaceMethodPersistenceUtil.getDbInterfaceMethodByServicePath(AbstractBL<?, ?> bl, String servicePathMethod, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Interface dbInterface, boolean leaveOnNotFound) Methods in de.joergdev.mosy.backend.bl.utils with parameters of type InterfaceMethodModifier and TypeMethodDescriptionstatic IntegerBlUtils.getInterfaceTypeId(de.joergdev.mosy.api.model.InterfaceMethod blMethod, InterfaceMethod dbMethod) -
Uses of InterfaceMethod in de.joergdev.mosy.backend.persistence.dao
Methods in de.joergdev.mosy.backend.persistence.dao that return InterfaceMethodModifier and TypeMethodDescriptionInterfaceMethodDAO.getBySearchParams(Integer interfaceId, String name, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Integer exceptID) InterfaceMethodDAO.getByServicePath(Integer interfaceId, String servicePath, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod) -
Uses of InterfaceMethod in de.joergdev.mosy.backend.persistence.model
Methods in de.joergdev.mosy.backend.persistence.model that return InterfaceMethodModifier and TypeMethodDescriptionMockData.getInterfaceMethod()Record.getInterfaceMethod()RecordConfig.getInterfaceMethod()Methods in de.joergdev.mosy.backend.persistence.model that return types with arguments of type InterfaceMethodMethods in de.joergdev.mosy.backend.persistence.model with parameters of type InterfaceMethodModifier and TypeMethodDescriptionvoidMockData.setInterfaceMethod(InterfaceMethod interfaceMethod) voidRecord.setInterfaceMethod(InterfaceMethod interfaceMethod) voidRecordConfig.setInterfaceMethod(InterfaceMethod interfaceMethod) Method parameters in de.joergdev.mosy.backend.persistence.model with type arguments of type InterfaceMethod