Uses of Class
de.joergdev.mosy.backend.bl.core.AbstractBL
Packages that use AbstractBL
Package
Description
-
Uses of AbstractBL in de.joergdev.mosy.backend.api
Methods in de.joergdev.mosy.backend.api with parameters of type AbstractBLModifier and TypeMethodDescriptionstatic <T extends de.joergdev.mosy.api.response.AbstractResponse,R>
jakarta.ws.rs.core.ResponseAPIUtils.executeBL(R request, T response, AbstractBL<R, T> bl) static <T extends de.joergdev.mosy.api.response.AbstractResponse,R>
jakarta.ws.rs.core.ResponseAPIUtils.executeBL(R request, T response, AbstractBL<R, T> bl, jakarta.ws.rs.core.Response.Status statusOnSuccess) static <T extends de.joergdev.mosy.api.response.AbstractResponse,R>
jakarta.ws.rs.core.ResponseAPIUtils.executeBL(R request, T response, AbstractBL<R, T> bl, String token) static <T extends de.joergdev.mosy.api.response.AbstractResponse,R>
jakarta.ws.rs.core.ResponseAPIUtils.executeBL(R blRequest, T blResponse, AbstractBL<R, T> bl, String token, jakarta.ws.rs.core.Response.Status statusOnSuccess) -
Uses of AbstractBL in de.joergdev.mosy.backend.bl._interface
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl._interface -
Uses of AbstractBL in de.joergdev.mosy.backend.bl._interface.method
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl._interface.method -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.core
Methods in de.joergdev.mosy.backend.bl.core with parameters of type AbstractBLModifier and TypeMethodDescription<L,M extends de.joergdev.mosy.api.response.AbstractResponse>
MAbstractBL.invokeSubBL(AbstractBL<L, M> bl, L request, M response) <L,M extends de.joergdev.mosy.api.response.AbstractResponse>
MAbstractBL.invokeSubBL(AbstractBL<L, M> bl, L request, M response, boolean throwException) -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.globalconfig
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.globalconfig -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.mockdata
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.mockdata -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.mockprofile
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.mockprofileModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.mockservices
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.mockservices -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.record
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.record -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.record.session
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.record.session -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.recordconfig
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.recordconfig -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.system
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.systemModifier and TypeClassDescriptionclassclassIntern BL for booting system without tokenclassclassclassclass -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.tenant
Subclasses of AbstractBL in de.joergdev.mosy.backend.bl.tenant -
Uses of AbstractBL in de.joergdev.mosy.backend.bl.utils
Methods in de.joergdev.mosy.backend.bl.utils with parameters of type AbstractBLModifier and TypeMethodDescriptionstatic InterfacePersistenceUtil.getDbInterfaceByName(AbstractBL<?, ?> bl, String name) static InterfacePersistenceUtil.getDbInterfaceByServicePath(AbstractBL<?, ?> bl, String servicePath, boolean servicePathStartsWith) static 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) static IntegerTenancyUtils.getDefaultTenantIdForNonMultiTanency(AbstractBL<?, ? extends de.joergdev.mosy.api.response.AbstractResponse> bl) static voidTenancyUtils.setInternTokenForTenancy(AbstractBL<?, ? extends de.joergdev.mosy.api.response.AbstractResponse> bl, jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeader) static voidTenancyUtils.setInternTokenForTenancy(AbstractBL<?, ? extends de.joergdev.mosy.api.response.AbstractResponse> bl, Integer tenantId)