Uses of Class
overit.geocall.platform.Company
Packages that use Company
Package
Description
-
Uses of Company in overit.geocall.aws.servlet.wr
Constructors in overit.geocall.aws.servlet.wr with parameters of type CompanyModifierConstructorDescriptionS3WebResourceFactory(Company company) Create a factory instance reading the configuration of the passed company. -
Uses of Company in overit.geocall.aws.utils
Methods in overit.geocall.aws.utils with parameters of type CompanyModifier and TypeMethodDescriptionstatic software.amazon.awssdk.awscore.client.builder.AwsClientBuilderAWSUtils.awsClientBuilderOf(ServiceType serviceType, Company company) static software.amazon.awssdk.awscore.client.builder.AwsClientBuilderAWSUtils.awsClientBuilderOf(ServiceType serviceType, Company company, boolean async) static StringAWSUtils.get(Company company, ServiceType serviceType, String key) Returns a string representing the AWS configuration, related to the passed key, associated to aCompanyand a specific service.static software.amazon.awssdk.auth.credentials.AwsCredentialsProviderAWSUtils.getAwsCredentialsProvider(Company company, ServiceType serviceType) Returns an already configuredAwsCredentialsProviderwith which to configure anyAwsClientBuilder.static StringAWSUtils.getEndpoint(Company company, ServiceType serviceType) Returns an AWS Endpoint to override the default one if specified in the configurations.static StringAWSUtils.getRegion(Company company, ServiceType serviceType) Returns a string representing the AWS region associated to aCompanyand a specific service.static software.amazon.awssdk.regions.RegionAWSUtils.getRegion(Company company, ServiceType serviceType, String defaultRegion) Returns the AWSRegionassociated to aCompanyand a specific service. -
Uses of Company in overit.geocall.basic.bl.auth.registry
Methods in overit.geocall.basic.bl.auth.registry with parameters of type CompanyModifier and TypeMethodDescriptionSystemIdentityRegistry.getIdentity(Company company, String username) Try to retrieve aIdentityfrom theWeakRegistry, if it's missing create a new one and store it -
Uses of Company in overit.geocall.basic.bl.dictionary.task
Methods in overit.geocall.basic.bl.dictionary.task with parameters of type CompanyModifier and TypeMethodDescriptionprotected overit.geocall.basic.lang.DictionarySubsetCacheBTTranslationsCreate.getDictionarySubsetCache(Cache cache, Company company) protected StringBTTranslationsCreate.getOmissionCacheEntryKey(String dictionaryId, Company company, Long companyId) -
Uses of Company in overit.geocall.basic.ui
Methods in overit.geocall.basic.ui with parameters of type CompanyModifier and TypeMethodDescriptionvoidEntityValidator.addValidationForEntity(String entityName, Company company) Adds an entity for the validation.voidEntityVersionValidator.addValidationForEntity(String entityName, Company company) Validate each registered entity to define if theEntityContaineris still valid or not. -
Uses of Company in overit.geocall.config.company
Methods in overit.geocall.config.company that return CompanyMethods in overit.geocall.config.company with parameters of type CompanyModifier and TypeMethodDescriptionstatic StringPropertiesResource.allowTypes(Company company) Gets the file formats allowed for upload.static Stringthe directory path the resources are saved in.static StringRetrieve the client id used to authenticate with OAuth.static StringPropertiesMailService.clientSecret(Company company, String mailService) Retrieve the client secret used to authenticate with OAuth.static StringPropertiesLDAPService.credentials(Company company, String service) Retrieve the password used to authenticate in the LDAP directorystatic StringPropertiesJob.description(Company company, String job) Retrieve the string reporting a brief description of the job.static StringRetrieve the reference domain in the LDAP directorystatic StringRetrieve the reference to the factory class to be used to instantiate the connections to the LDAP server.static MailServerPropertiesMailService.getMailServer(Company company, String mailService) Get the MailServer instance starting from the configuration related to the passed companystatic StringRetrieve the hostname associated to the mail server.Get the list of the names for the configured jobs.static intRetrieve the string defining the mode in which the job is carried out.
The possible value are:EVERY_TIME: the job is carried out at each execution cycle of the queue it belongs to.static StringRetrieve the string used to identify and get the instance of the Operation class.static StringPropertiesMailService.oauthSystemUser(Company company, String mailService) Retrieve the OAuth system user used to perform the POST.PropertiesOperation.operations(Company company) Get the list of the names for the configured operations.static StringPropertiesJob.parameters(Company company, String job) Retrieve the string reporting possible additional parameters passed to the task.
The string must comply to the following format:param1=value1,param2=value2.static StringPropertiesLDAPService.parameters(Company company, String service) Retrieve the LDAP search parameters.static StringRetrieve the password used to authenticate with the mail server.static StringRetrieve the string reporting the path of the class defining the Operation.static IntegerRetrieve the listening port of the mail server.static StringRetrieve the username used to authenticate in the LDAP directorystatic StringRetrieve the provider configuration string.static StringRetrieve the name of the queue this job will be executed on.static booleanPropertiesMailService.sendBySystemUser(Company company, String mailService) Retrieve the boolean value indicating if send by system user capability is enabled or not.Get the list of the names for the configured ldap services.Get the list of the names for the configured mail services.static StringRetrieve theDATaskorBusinessTaskpath to be executed.
The path will be solved through the factory.static StringRetrieve the token url used to authenticate with OAuth.static StringGet the persistence method of the web resources.Retrieve the urls associated to the ldap server.static StringRetrieve the string defining the user associated to the performance of the task.static StringRetrieve the username used to authenticate with the mail server.Constructors in overit.geocall.config.company with parameters of type Company -
Uses of Company in overit.geocall.da
Methods in overit.geocall.da with parameters of type CompanyModifier and TypeMethodDescriptionDistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull String table, @NotNull String alias, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull String table, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull List<String> tables, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull TablesWithAliases tablesWithAliases, @NotNull PooledConnection pooledConnection, @NotNull Company company) -
Uses of Company in overit.geocall.edm.model
Methods in overit.geocall.edm.model that return CompanyModifier and TypeMethodDescriptionDataEntity.getCompany()Returns theCompanyassociated with thisDataEntity.DataEntityImpl.getCompany()Index.getCompany()Methods in overit.geocall.edm.model with parameters of type CompanyModifier and TypeMethodDescriptionBuilds a DataEntity instance for the specified company and data entity model.Constructors in overit.geocall.edm.model with parameters of type CompanyModifierConstructorDescriptionDataEntityImpl(Company company, Entity model, Date loadDate, Set<DataAttribute> attributes) Constructor forDataEntityImpl.ExtendedDataAttributeImpl(String name, Entity entity, Company company, AttributeProperties attributeProperties) Constructs a new ExtendedDataAttribute with the specified properties and lazily evaluated values. -
Uses of Company in overit.geocall.edm.registry
Methods in overit.geocall.edm.registry with parameters of type CompanyModifier and TypeMethodDescriptionvoidEDMRegistry.clearEntities(@NotNull Company company) Clears all entities associated with a company.EDMRegistry.getAllDataAttributes(@NotNull Class<? extends Entity>[] entityClasses, @NotNull Company company) Returns aList<DataAttribute> configured for theDataEntitys associated to the providedentityClassesandcompany.EDMRegistry.getAllDataAttributes(@NotNull String extendedColumn, @NotNull Company company) Returns aList<DataAttribute> configured for theDataEntitys associated to the providedextendedColumnandcompany.Returns aList<DataAttribute> configured for theDataEntitys associated to the providedentitiesandcompany.EDMRegistry.getAllDataAttributes(@NotNull Attribute extendedAttribute, @NotNull Company company) Returns aList<DataAttribute> configured for theDataEntitys associated to the providedextendedAttributeandcompany.EDMRegistry.getAllDataAttributesByAttributeName(@NotNull Class<? extends Entity>[] entityClasses, @NotNull String attributeName, @NotNull Company company) Returns aList<DataAttribute> configured for theDataEntitys associated to the providedentityClasses,attributeNameandcompany.Retrieves aList<DataEntity> by entities and company.Retrieves allDataEntityinstances associated with the provided tables andCompany.EDMRegistry.getDataEntityByName(@NotNull String name, @NotNull Company company) Retrieves a DataEntity by name and company.booleanEDMRegistry.isExtendedAttribute(@NotNull String extendedAttribute, @NotNull List<DataAttribute> dataAttributes, @NotNull Company company) Returnstruein case the providedextendedAttributewas recognized as anEDMextended attribute;falseotherwise.booleanEDMRegistry.isExtendedColumn(@NotNull String column, @NotNull Company company) Returnstruein case the column identified by the providedcolumnis extended for the providedCompany;falseotherwise.boolean -
Uses of Company in overit.geocall.event.model
Methods in overit.geocall.event.model that return CompanyModifier and TypeMethodDescriptionConsumerProperties.getCompany()ProducerProperties.getCompany()Methods in overit.geocall.event.model that return types with arguments of type CompanyMethod parameters in overit.geocall.event.model with type arguments of type CompanyConstructors in overit.geocall.event.model with parameters of type CompanyModifierConstructorDescriptionConsumerProperties(Company company, String subscription, String source, String type, String endpoint, int nThreads) ProducerProperties(Company company, String target) ProducerProperties(Company company, String publisher, String target) -
Uses of Company in overit.geocall.lang
Methods in overit.geocall.lang with parameters of type CompanyModifier and TypeMethodDescriptionstatic StringLang.getCompanyDefaultLangName(Company company, String lang) Extract the name of the system default language starting by the accepted languages provided by the user-agent -
Uses of Company in overit.geocall.platform
Fields in overit.geocall.platform declared as CompanyMethods in overit.geocall.platform that return CompanyModifier and TypeMethodDescriptionstatic CompanyCompany.fromId(long companyId) static Companystatic CompanyCompany.getCompany()Scoped.getCompany()Methods in overit.geocall.platform that return types with arguments of type CompanyModifier and TypeMethodDescriptionCompanyService.getCompanies()Retrieves the list of active companies.CompanyService.getCompanies(Predicate<Company> filter) Retrieves the list of active companies that match the provided filter.Methods in overit.geocall.platform with parameters of type CompanyModifier and TypeMethodDescriptionbooleanCompanyService.companyExists(Company company) Checks if the provided company exists and is active.booleanMethod parameters in overit.geocall.platform with type arguments of type CompanyModifier and TypeMethodDescriptionCompanyService.getCompanies(Predicate<Company> filter) Retrieves the list of active companies that match the provided filter. -
Uses of Company in overit.geocall.scheduler
Methods in overit.geocall.scheduler that return CompanyMethod parameters in overit.geocall.scheduler with type arguments of type CompanyModifier and TypeMethodDescriptionbooleanJobsUtility.areCompaniesRegistered(List<Company> companiesIds) Gets if the list of company passed as parameters has enqueued all their jobs -
Uses of Company in overit.geocall.sql
Methods in overit.geocall.sql that return CompanyModifier and TypeMethodDescriptionDBStatementTools.company()Returns the value of thecompanyrecord component.Methods in overit.geocall.sql with parameters of type CompanyModifier and TypeMethodDescriptionColumnExtractor.extract(@NotNull PooledConnection pooledConnection, @NotNull String table, @NotNull String alias, @NotNull DataAttributesHolder dataAttributesHolder, @NotNull Company company) ColumnExtractor.extract(@NotNull PooledConnection pooledConnection, @NotNull String table, @NotNull DataAttributesHolder dataAttributesHolder, @NotNull Company company) DBObjectMap.loadInstance(ResultSet rs, int field, List<DataAttribute> dataAttributes, Company company) default ObjectDBObjectMap.loadInstance(ResultSet rs, int field, DataAttribute dataAttribute, Company company) StandardDBObjectMap.loadInstance(ResultSet rs, int field, List<DataAttribute> dataAttributes, Company company) StandardDBObjectMap.loadInstance(ResultSet rs, int field, DataAttribute dataAttribute, Company company) Constructors in overit.geocall.sql with parameters of type CompanyModifierConstructorDescriptionDBStatementTools(List<DataAttribute> dataAttributes, Company company, AtomicInteger rows, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) Creates an instance of aDBStatementToolsrecord class.DBStatementTools(List<DataAttribute> dataAttributes, Company company, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) -
Uses of Company in overit.geocall.util
Fields in overit.geocall.util declared as CompanyMethods in overit.geocall.util that return CompanyConstructors in overit.geocall.util with parameters of type Company -
Uses of Company in overit.geocall.ux.config
Methods in overit.geocall.ux.config with parameters of type CompanyModifier and TypeMethodDescriptionstatic StringPropertiesUI.cspAddition(Company company) defines additional Content Security Policy (CSP) directives that will be combined with the default ones.
CSP enables control over the resources the browser is allowed to load for a given page.static StringPropertiesUI.cspDefault(Company company) defines CSP (Content Security Policy) directives that will replace the default ones.
CSP enables control over the resources the browser is allowed to load for a given page. -
Uses of Company in overit.geocall.ux.platform
Methods in overit.geocall.ux.platform with parameters of type CompanyModifier and TypeMethodDescriptionRouteService.getRouteNameFromResource(String resource, XMLTree menu, Company c) Gets the route's name to reach the xml page indicated by the path passed as a parameter.RoutesCollectorService.getRoutesMap(XMLTree menu, Company c) Gets the map of all routes related to the currentCustomLayer.
The routes collected into the map were those that belongs to the user menu.RoutesCollectorServiceImpl.getRoutesMap(XMLTree menu, Company c) -
Uses of Company in overit.geocallapp.utilities.dataaccess
Methods in overit.geocallapp.utilities.dataaccess with parameters of type CompanyModifier and TypeMethodDescriptionDBUtils.getDistinctFieldsExcludingCLOB(DataAttributesHolder dataAttributesHolder, String table, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for a single table, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBFromTables(DataAttributesHolder dataAttributesHolder, List<String> tables, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for multiple tables, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBFromTablesWithAliases(DataAttributesHolder dataAttributesHolder, List<String> tables, List<String> aliases, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for multiple tables with corresponding aliases, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBWithAlias(DataAttributesHolder dataAttributesHolder, String table, String alias, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for a single table with alias, excluding CLOB/BLOB fields. -
Uses of Company in overit.geocallapp.utilities.system
Constructors in overit.geocallapp.utilities.system with parameters of type CompanyModifierConstructorDescriptionprotectedCreates a newBaseIdentityinstance for the specifiedCompany.