Serialized Form
-
Package es.kukenan.smartfi.microservice.contracts.cache.model
-
Class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
class ContractCache extends Object implements Serializable-
Serialized Fields
-
description
String description
description. -
id
String id
id contract. -
listChildrenSessionId
List<String> listChildrenSessionId
List of children session id. -
parentSessionId
String parentSessionId
parentSessionId. -
sessionId
String sessionId
sessionId. -
type
String type
type. -
userId
String userId
userId.
-
-
-
Class es.kukenan.smartfi.microservice.contracts.cache.model.ReferenceCache
class ReferenceCache extends Object implements Serializable- serialVersionUID:
- -5558920037044504458L
-
-
Package es.kukenan.smartfi.microservice.contracts.repository.entity
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.DocumentType
class DocumentType extends Object implements Serializable- serialVersionUID:
- -8746807806526777274L
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
class EbContract extends Object implements Serializable-
Serialized Fields
-
backOfficeId
Integer backOfficeId
Backoffice id. -
coreContractId
String coreContractId
Core contract Id. -
coreEbUserId
String coreEbUserId
Core eb user identifier. -
id
@Size(max=50) String id
EbContract Id. -
owner
User owner
User owner. -
profiles
List<Profile> profiles
Owned profiles. -
user
User user
user associated .
-
-
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
class Product extends Object implements Serializable-
Serialized Fields
-
coreProductDetail
String coreProductDetail
core product detail. -
coreProductId
String coreProductId
core product Id. -
coreProductTypeId
String coreProductTypeId
core product type Id. -
coreSubsystem
String coreSubsystem
core subsystem value. -
currency
boolean currency
Flag that informs (if true) that this product uses a currency != €. -
ebContract
EbContract ebContract
eb contract id. -
id
String id
type Id. -
profiles
List<Profile> profiles
Profiles of which the current product is part. -
userBackoffice
UserBackoffice userBackoffice
users id data.
-
-
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice
class ProductBackoffice extends Object implements Serializable-
Serialized Fields
-
backOfficeId
Integer backOfficeId
back office id. -
coreProductTypeDesc
String coreProductTypeDesc
core Product Type Id. -
coreProductTypeId
String coreProductTypeId
core Product Type Id. -
productSubtype
ProductSubtype productSubtype
product subtype. -
subsystem
String subsystem
subsystem value.
-
-
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice.ProductBackofficeId
class ProductBackofficeId extends Object implements Serializable -
Class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductSubtype
class ProductSubtype extends Object implements Serializable-
Serialized Fields
-
name
String name
type name. -
productType
ProductType productType
user associated to the product type identifier. -
subtypeId
Integer subtypeId
subtype Id. -
typeId
Integer typeId
type Id.
-
-
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductType
class ProductType extends Object implements Serializable -
Class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
class Profile extends Object implements Serializable-
Serialized Fields
-
ebContract
EbContract ebContract
Ebcontract associated to the profile identifier. -
id
@Size(max=50) String id
Profile id. -
isDefault
boolean isDefault
Boolean indicating if this is the default profile. -
name
String name
Profile name. -
products
List<Product> products
Profile products.
-
-
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem
class Subsystem extends Object implements Serializable -
Class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem.SubsystemId
class SubsystemId extends Object implements Serializable -
Class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
class TemporalBackofficeProduct extends Object implements Serializable- serialVersionUID:
- -5096096471310056384L
-
Serialized Fields
-
backOfficeId
Integer backOfficeId
Backoffice identifier. -
backofficeUserId
String backofficeUserId
Backoffice user identifier. -
cardBrand
String cardBrand
Card brand. -
cardHolder
String cardHolder
Card holder. -
cardPan
String cardPan
Card PAN. -
cardRegisterDate
LocalDate cardRegisterDate
Card register date. -
cardSituation
String cardSituation
Card situation. -
cardType
Integer cardType
Card type. -
coreProductId
String coreProductId
Core product identifier. -
entity
String entity
Entity. -
expirationDate
LocalDate expirationDate
Expiration date. -
productStatus
String productStatus
Product status. -
productSubtype
String productSubtype
Product subtype. -
productType
String productType
Product type.
-
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.User
class User extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address
String address
User address. -
civilStatus
UserCivilStatus civilStatus
User civil status. -
companyId
@NotEmpty @Size(max=2,min=2) String companyId
User company. -
documentId
@Size(max=20) String documentId
User document id. -
documentType
DocumentType documentType
Type of user document. -
email
@Size(max=255) String email
email. -
gender
UserGender gender
User gender. -
id
@Size(max=50) String id
User Id. -
language
UserLanguage language
User language. -
lastUpdatePhoneDate
LocalDate lastUpdatePhoneDate
last update phone date. -
name
@NotEmpty @Size(max=45) String name
User name. -
nationality
String nationality
User nationality. -
natureType
@Size(max=1) String natureType
Nature type. -
phone
@Size(max=20) String phone
phone. -
phonePrefix
@Size(max=5) String phonePrefix
phone prefix. -
state
UserState state
user status. -
surname
@Size(max=50) String surname
User second surname. -
type
UserType type
user type. -
userBackoffice
List<UserBackoffice> userBackoffice
list of user backoffice. -
userCode
Integer userCode
User code.
-
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice
class UserBackoffice extends Object implements Serializable -
Class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice.UserBackofficeId
class UserBackofficeId extends Object implements Serializable -
Class es.kukenan.smartfi.microservice.contracts.repository.entity.UserCivilStatus
class UserCivilStatus extends Object implements Serializable -
Class es.kukenan.smartfi.microservice.contracts.repository.entity.UserGender
class UserGender extends Object implements Serializable -
Class es.kukenan.smartfi.microservice.contracts.repository.entity.UserLanguage
class UserLanguage extends Object implements Serializable- serialVersionUID:
- -6414003838582829307L
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.UserState
class UserState extends Object implements Serializable- serialVersionUID:
- -457888389514882167L
-
Class es.kukenan.smartfi.microservice.contracts.repository.entity.UserType
class UserType extends Object implements Serializable- serialVersionUID:
- -6967088815139599108L
-
-
Package es.kukenan.smartfi.microservice.contracts.service.backoffice.api
-
Exception Class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient.UnimplementedOperationException
class UnimplementedOperationException extends es.kukenan.smartfi.common.service.exceptions.KukenanWalletException implements Serializable
-
-
Package es.kukenan.smartfi.microservice.contracts.service.exceptions
-
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.CacheExpiredException
class CacheExpiredException extends es.kukenan.smartfi.common.service.exceptions.KukenanWalletException implements Serializable -
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.ContractIdNotFoundException
class ContractIdNotFoundException extends es.kukenan.smartfi.common.service.exceptions.UnexpectedException implements Serializable -
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.InvalidLighthouseHybridizationOperative
class InvalidLighthouseHybridizationOperative extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException implements Serializable -
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.LighthouseHybridizationNonInversionProduct
class LighthouseHybridizationNonInversionProduct extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException implements Serializable -
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductNotAssociatedException
class ProductNotAssociatedException extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException implements Serializable -
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductNotFoundException
class ProductNotFoundException extends es.kukenan.smartfi.common.service.exceptions.EntityNotFoundException implements Serializable -
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductsUnexpectedException
class ProductsUnexpectedException extends RuntimeException implements Serializable -
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.SessionIdNotFoundException
class SessionIdNotFoundException extends es.kukenan.smartfi.common.service.exceptions.UnexpectedException implements Serializable -
Exception Class es.kukenan.smartfi.microservice.contracts.service.exceptions.UserNotFoundException
class UserNotFoundException extends es.kukenan.smartfi.common.service.exceptions.UnexpectedException implements Serializable
-