Uses of Class
cn.vertxup.integration.domain.tables.pojos.IPortfolio
Packages that use IPortfolio
Package
Description
-
Uses of IPortfolio in cn.vertxup.integration.domain.tables.daos
Methods in cn.vertxup.integration.domain.tables.daos that return types with arguments of type IPortfolioModifier and TypeMethodDescriptionio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByDataConfig(Collection<String> values) Find records that haveDATA_CONFIG IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByDataConfig(Collection<String> values, int limit) Find records that haveDATA_CONFIG IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByDataIntegration(Collection<String> values) Find records that haveDATA_INTEGRATION IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByDataIntegration(Collection<String> values, int limit) Find records that haveDATA_INTEGRATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByDataKey(Collection<String> values) Find records that haveDATA_KEY IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByDataKey(Collection<String> values, int limit) Find records that haveDATA_KEY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByDataSecure(Collection<String> values) Find records that haveDATA_SECURE IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByDataSecure(Collection<String> values, int limit) Find records that haveDATA_SECURE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByIntegrationId(Collection<String> values) Find records that haveINTEGRATION_ID IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByIntegrationId(Collection<String> values, int limit) Find records that haveINTEGRATION_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByOwner(Collection<String> values) Find records that haveOWNER IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByOwner(Collection<String> values, int limit) Find records that haveOWNER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByOwnerType(Collection<String> values) Find records that haveOWNER_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByOwnerType(Collection<String> values, int limit) Find records that haveOWNER_TYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByRunComponent(Collection<String> values) Find records that haveRUN_COMPONENT IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByRunComponent(Collection<String> values, int limit) Find records that haveRUN_COMPONENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByRunConfig(Collection<String> values) Find records that haveRUN_CONFIG IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByRunConfig(Collection<String> values, int limit) Find records that haveRUN_CONFIG IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<IPortfolio>>IPortfolioDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<IPortfolioRecord,IPortfolio, String> IPortfolioDao.queryExecutor()Methods in cn.vertxup.integration.domain.tables.daos with parameters of type IPortfolio -
Uses of IPortfolio in cn.vertxup.integration.domain.tables.pojos
Methods in cn.vertxup.integration.domain.tables.pojos that return IPortfolioModifier and TypeMethodDescriptionSetter forDB_ETERNAL.I_PORTFOLIO.ACTIVE.Setter forDB_ETERNAL.I_PORTFOLIO.APP_ID.Setter forDB_ETERNAL.I_PORTFOLIO.CODE.IPortfolio.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.I_PORTFOLIO.CREATED_AT.IPortfolio.setCreatedBy(String createdBy) Setter forDB_ETERNAL.I_PORTFOLIO.CREATED_BY.IPortfolio.setDataConfig(String dataConfig) Setter forDB_ETERNAL.I_PORTFOLIO.DATA_CONFIG.IPortfolio.setDataIntegration(String dataIntegration) Setter forDB_ETERNAL.I_PORTFOLIO.DATA_INTEGRATION.IPortfolio.setDataKey(String dataKey) Setter forDB_ETERNAL.I_PORTFOLIO.DATA_KEY.IPortfolio.setDataSecure(String dataSecure) Setter forDB_ETERNAL.I_PORTFOLIO.DATA_SECURE.IPortfolio.setIntegrationId(String integrationId) Setter forDB_ETERNAL.I_PORTFOLIO.INTEGRATION_ID.Setter forDB_ETERNAL.I_PORTFOLIO.KEY.IPortfolio.setLanguage(String language) Setter forDB_ETERNAL.I_PORTFOLIO.LANGUAGE.IPortfolio.setMetadata(String metadata) Setter forDB_ETERNAL.I_PORTFOLIO.METADATA.Setter forDB_ETERNAL.I_PORTFOLIO.NAME.Setter forDB_ETERNAL.I_PORTFOLIO.OWNER.IPortfolio.setOwnerType(String ownerType) Setter forDB_ETERNAL.I_PORTFOLIO.OWNER_TYPE.IPortfolio.setRunComponent(String runComponent) Setter forDB_ETERNAL.I_PORTFOLIO.RUN_COMPONENT.IPortfolio.setRunConfig(String runConfig) Setter forDB_ETERNAL.I_PORTFOLIO.RUN_CONFIG.Setter forDB_ETERNAL.I_PORTFOLIO.SIGMA.Setter forDB_ETERNAL.I_PORTFOLIO.STATUS.Setter forDB_ETERNAL.I_PORTFOLIO.TYPE.IPortfolio.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.I_PORTFOLIO.UPDATED_AT.IPortfolio.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.I_PORTFOLIO.UPDATED_BY. -
Uses of IPortfolio in cn.vertxup.integration.domain.tables.records
Constructors in cn.vertxup.integration.domain.tables.records with parameters of type IPortfolioModifierConstructorDescriptionIPortfolioRecord(IPortfolio value) Create a detached, initialised IPortfolioRecord