Class ExternalBackofficeProperties
java.lang.Object
es.kukenan.smartfi.microservice.firm.configuration.ExternalBackofficeProperties
@Configuration
@EnableConfigurationProperties
@ConfigurationProperties(prefix="firm.external")
public class ExternalBackofficeProperties
extends Object
External Backoffice properties.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classexternalBackoffice. -
Field Summary
FieldsModifier and TypeFieldDescriptionExtertnalBackoffice properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByNameAndCompany(Integer backOfficeid, String company) Find externalBackoffice by name.
-
Field Details
-
backoffice
ExtertnalBackoffice properties.
-
-
Constructor Details
-
ExternalBackofficeProperties
public ExternalBackofficeProperties()
-
-
Method Details
-
findByNameAndCompany
public ExternalBackofficeProperties.ExternalBackoffice findByNameAndCompany(Integer backOfficeid, String company) Find externalBackoffice by name.- Parameters:
backOfficeid- backOffice IDcompany- company- Returns:
- The firm found or null if not exist
-