Uses of Class
cn.vertxup.integration.domain.tables.pojos.IIntegration
Packages that use IIntegration
Package
Description
-
Uses of IIntegration in cn.vertxup.integration.domain.tables.daos
Methods in cn.vertxup.integration.domain.tables.daos that return types with arguments of type IIntegrationModifier and TypeMethodDescriptionio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByEndpoint(Collection<String> values) Find records that haveENDPOINT IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByEndpoint(Collection<String> values, int limit) Find records that haveENDPOINT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByHostname(Collection<String> values) Find records that haveHOSTNAME IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByHostname(Collection<String> values, int limit) Find records that haveHOSTNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByIpV4(Collection<String> values) Find records that haveIP_V4 IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByIpV4(Collection<String> values, int limit) Find records that haveIP_V4 IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByIpV6(Collection<String> values) Find records that haveIP_V6 IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByIpV6(Collection<String> values, int limit) Find records that haveIP_V6 IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOptions(Collection<String> values) Find records that haveOPTIONS IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOptions(Collection<String> values, int limit) Find records that haveOPTIONS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOsAuthorize(Collection<String> values) Find records that haveOS_AUTHORIZE IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOsAuthorize(Collection<String> values, int limit) Find records that haveOS_AUTHORIZE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOsKey(Collection<String> values) Find records that haveOS_KEY IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOsKey(Collection<String> values, int limit) Find records that haveOS_KEY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOsSecret(Collection<String> values) Find records that haveOS_SECRET IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOsSecret(Collection<String> values, int limit) Find records that haveOS_SECRET IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOsToken(Collection<String> values) Find records that haveOS_TOKEN IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByOsToken(Collection<String> values, int limit) Find records that haveOS_TOKEN IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByPassword(Collection<String> values) Find records that havePASSWORD IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByPassword(Collection<String> values, int limit) Find records that havePASSWORD IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByPath(Collection<String> values) Find records that havePATH IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByPath(Collection<String> values, int limit) Find records that havePATH IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByPort(Collection<Integer> values) Find records that havePORT IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByPort(Collection<Integer> values, int limit) Find records that havePORT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByProtocol(Collection<String> values) Find records that havePROTOCOL IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByProtocol(Collection<String> values, int limit) Find records that havePROTOCOL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByPublicKey(Collection<String> values) Find records that havePUBLIC_KEY IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByPublicKey(Collection<String> values, int limit) Find records that havePUBLIC_KEY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyBySecurePort(Collection<Integer> values) Find records that haveSECURE_PORT IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyBySecurePort(Collection<Integer> values, int limit) Find records that haveSECURE_PORT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyBySecureProtocol(Collection<String> values) Find records that haveSECURE_PROTOCOL IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyBySecureProtocol(Collection<String> values, int limit) Find records that haveSECURE_PROTOCOL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByUsername(Collection<String> values) Find records that haveUSERNAME IN (values)asynchronouslyio.vertx.core.Future<List<IIntegration>>IIntegrationDao.findManyByUsername(Collection<String> values, int limit) Find records that haveUSERNAME IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<IIntegrationRecord,IIntegration, String> IIntegrationDao.queryExecutor()Methods in cn.vertxup.integration.domain.tables.daos with parameters of type IIntegration -
Uses of IIntegration in cn.vertxup.integration.domain.tables.pojos
Methods in cn.vertxup.integration.domain.tables.pojos that return IIntegrationModifier and TypeMethodDescriptionSetter forDB_ETERNAL.I_INTEGRATION.ACTIVE.Setter forDB_ETERNAL.I_INTEGRATION.APP_ID.IIntegration.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.I_INTEGRATION.CREATED_AT.IIntegration.setCreatedBy(String createdBy) Setter forDB_ETERNAL.I_INTEGRATION.CREATED_BY.IIntegration.setEndpoint(String endpoint) Setter forDB_ETERNAL.I_INTEGRATION.ENDPOINT.IIntegration.setHostname(String hostname) Setter forDB_ETERNAL.I_INTEGRATION.HOSTNAME.Setter forDB_ETERNAL.I_INTEGRATION.IP_V4.Setter forDB_ETERNAL.I_INTEGRATION.IP_V6.Setter forDB_ETERNAL.I_INTEGRATION.KEY.IIntegration.setLanguage(String language) Setter forDB_ETERNAL.I_INTEGRATION.LANGUAGE.IIntegration.setMetadata(String metadata) Setter forDB_ETERNAL.I_INTEGRATION.METADATA.Setter forDB_ETERNAL.I_INTEGRATION.NAME.IIntegration.setOptions(String options) Setter forDB_ETERNAL.I_INTEGRATION.OPTIONS.IIntegration.setOsAuthorize(String osAuthorize) Setter forDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE.Setter forDB_ETERNAL.I_INTEGRATION.OS_KEY.IIntegration.setOsSecret(String osSecret) Setter forDB_ETERNAL.I_INTEGRATION.OS_SECRET.IIntegration.setOsToken(String osToken) Setter forDB_ETERNAL.I_INTEGRATION.OS_TOKEN.IIntegration.setPassword(String password) Setter forDB_ETERNAL.I_INTEGRATION.PASSWORD.Setter forDB_ETERNAL.I_INTEGRATION.PATH.Setter forDB_ETERNAL.I_INTEGRATION.PORT.IIntegration.setProtocol(String protocol) Setter forDB_ETERNAL.I_INTEGRATION.PROTOCOL.IIntegration.setPublicKey(String publicKey) Setter forDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY.IIntegration.setSecurePort(Integer securePort) Setter forDB_ETERNAL.I_INTEGRATION.SECURE_PORT.IIntegration.setSecureProtocol(String secureProtocol) Setter forDB_ETERNAL.I_INTEGRATION.SECURE_PROTOCOL.Setter forDB_ETERNAL.I_INTEGRATION.SIGMA.Setter forDB_ETERNAL.I_INTEGRATION.TYPE.IIntegration.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_AT.IIntegration.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_BY.IIntegration.setUsername(String username) Setter forDB_ETERNAL.I_INTEGRATION.USERNAME. -
Uses of IIntegration in cn.vertxup.integration.domain.tables.records
Constructors in cn.vertxup.integration.domain.tables.records with parameters of type IIntegrationModifierConstructorDescriptionIIntegrationRecord(IIntegration value) Create a detached, initialised IIntegrationRecord