Uses of Class
de.joergdev.mosy.backend.persistence.model.Interface
Packages that use Interface
Package
Description
-
Uses of Interface in de.joergdev.mosy.backend.bl.utils
Methods in de.joergdev.mosy.backend.bl.utils that return InterfaceModifier and TypeMethodDescriptionstatic InterfacePersistenceUtil.getDbInterfaceByName(AbstractBL<?, ?> bl, String name) static InterfacePersistenceUtil.getDbInterfaceByServicePath(AbstractBL<?, ?> bl, String servicePath, boolean servicePathStartsWith) Methods in de.joergdev.mosy.backend.bl.utils with parameters of type InterfaceModifier and TypeMethodDescriptionstatic InterfaceMethodPersistenceUtil.getDbInterfaceMethodByName(AbstractBL<?, ?> bl, String nameMethod, Interface dbInterface) static InterfaceMethodPersistenceUtil.getDbInterfaceMethodByServicePath(AbstractBL<?, ?> bl, String servicePathMethod, boolean nonStrictSearchServicePath, de.joergdev.mosy.api.model.HttpMethod httpMethod, Interface dbInterface, boolean leaveOnNotFound) -
Uses of Interface in de.joergdev.mosy.backend.persistence.dao
Methods in de.joergdev.mosy.backend.persistence.dao that return InterfaceModifier and TypeMethodDescriptionInterfaceDao.getBySearchParams(String name, String servicePath, boolean servicePathStartsWith, Integer exceptID) InterfaceDao.getByServicePath(String servicePath, boolean servicePathStartsWith) Methods in de.joergdev.mosy.backend.persistence.dao that return types with arguments of type Interface -
Uses of Interface in de.joergdev.mosy.backend.persistence.model
Methods in de.joergdev.mosy.backend.persistence.model that return InterfaceModifier and TypeMethodDescriptionInterfaceMethod.getMockInterface()RecordConfig.getMockInterface()Methods in de.joergdev.mosy.backend.persistence.model with parameters of type InterfaceModifier and TypeMethodDescriptionvoidInterfaceMethod.setMockInterface(Interface mockInterface) voidRecordConfig.setMockInterface(Interface mockInterface)