Serialized Form
-
Package org.machanism.macha.core.adapters.spring.web.jwt.controller.model
-
Class org.machanism.macha.core.adapters.spring.web.jwt.controller.model.LoginResponse
class LoginResponse extends UserId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
expiresIn
long expiresIn
-
token
String token
-
-
-
Package org.machanism.macha.core.commons.spring.kafka.producer
-
Exception Class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducerException
class KafkaProducerException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.commons.spring.outbox.model
-
Class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
class OutboxEventMessage extends org.apache.avro.specific.SpecificRecordBase implements Externalizable- serialVersionUID:
- -4432409217133227030L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
-
Package org.machanism.macha.core.commons.spring.outbox.register.entity
-
Class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxRecordId
class OutboxRecordId extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.base.contact
-
Class org.machanism.macha.core.entities.base.contact.Address
class Address extends AddressId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address1
String address1
The primary street address. -
address2
String address2
The secondary street address (e.g., apartment or suite number). -
addressName
String addressName
A custom name for the address (e.g., "Home", "Office"). -
city
String city
The city associated with the address. -
country
String country
The country of the address. -
firstName
String firstName
The first name of the person associated with the address. -
lastName
String lastName
The last name of the person associated with the address. -
phoneNumber
String phoneNumber
The phone number associated with the address. -
postalCode
String postalCode
The postal or ZIP code of the address. -
stateAddress
String stateAddress
The state or region of the address.
-
-
Class org.machanism.macha.core.entities.base.contact.AddressId
class AddressId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.base.identifier
-
Class org.machanism.macha.core.entities.base.identifier.EntityId
class EntityId extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.events.domain
-
Exception Class org.machanism.macha.core.entities.events.domain.DomainEventProcessingFailed
class DomainEventProcessingFailed extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.inventory
-
Class org.machanism.macha.core.entities.inventory.B2CInventory
class B2CInventory extends Inventory implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.inventory.Inventory
class Inventory extends InventoryId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
availabilityDate
Timestamp availabilityDate
-
availableToPromise
Set<String> availableToPromise
-
backorderLevel
Long backorderLevel
-
backorderThreshold
Long backorderThreshold
-
creationDate
Timestamp creationDate
-
description
String description
-
displayName
String displayName
-
endDate
Timestamp endDate
-
inventoryLock
String inventoryLock
-
locationId
String locationId
-
preorderLevel
Long preorderLevel
-
preorderThreshold
Long preorderThreshold
-
skuId
String skuId
-
startDate
Timestamp startDate
-
-
Class org.machanism.macha.core.entities.inventory.InventoryId
class InventoryId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.order
-
Class org.machanism.macha.core.entities.order.CommerceItem
class CommerceItem extends CommerceItemId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.order.CommerceItemId
class CommerceItemId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.order.Order
class Order extends OrderId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
billingAddress
AddressId billingAddress
-
creationDate
Timestamp creationDate
-
detailRecords
List<CommerceItemId> detailRecords
-
paymentRecords
List<PaymentGroupId> paymentRecords
-
shippingGroups
ShippingGroupId shippingGroups
-
status
OrderStatus status
-
userId
UserId userId
-
-
Class org.machanism.macha.core.entities.order.OrderId
class OrderId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.order.ShippingGroup
class ShippingGroup extends ShippingGroupId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address1
String address1
-
address2
String address2
-
city
String city
-
country
String country
-
firstName
String firstName
-
lastName
String lastName
-
phoneNumber
String phoneNumber
-
postalCode
String postalCode
-
priceInfo
PriceInfo priceInfo
-
shippingMethod
String shippingMethod
-
stateAddress
String stateAddress
-
-
Class org.machanism.macha.core.entities.order.ShippingGroupId
class ShippingGroupId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.payment
-
Exception Class org.machanism.macha.core.entities.payment.PaymentException
class PaymentException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.payment.PaymentGroup
class PaymentGroup extends PaymentGroupId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
billingAddress
AddressId billingAddress
-
cardCustomerLocation
String cardCustomerLocation
-
cardHolderName
String cardHolderName
-
cardSummary
String cardSummary
-
cardType
String cardType
-
countryOfIssuance
String countryOfIssuance
-
createdAt
Date createdAt
-
creditCardInfo
CreditCardInfo creditCardInfo
-
currency
String currency
-
email
String email
-
isCommercial
String isCommercial
-
isDebit
String isDebit
-
isPrepaid
String isPrepaid
-
issuingBank
String issuingBank
-
maskedNumber
String maskedNumber
-
merchantAccountId
String merchantAccountId
-
status
String status
-
token
String token
-
validationErrors
Errors validationErrors
-
-
Class org.machanism.macha.core.entities.payment.PaymentGroupId
class PaymentGroupId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.price
-
Class org.machanism.macha.core.entities.price.ComplexPrice
class ComplexPrice extends PriceId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.price.Price
class Price extends PriceId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.price.PriceId
class PriceId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.price.PriceList
class PriceList extends PriceListId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.price.PriceListId
class PriceListId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.product
-
Class org.machanism.macha.core.entities.product.AbstractProduct
class AbstractProduct extends ProductId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
brand
String brand
-
categories
List<CategoryId> categories
-
description
String description
-
image
String image
-
key
String key
-
name
String name
-
slug
String slug
-
variants
List<AbstractVariant> variants
-
-
Class org.machanism.macha.core.entities.product.AbstractVariant
class AbstractVariant extends VariantId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.product.Category
class Category extends CategoryId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
name
String name
-
parentCategory
CategoryId parentCategory
-
slug
String slug
-
-
Class org.machanism.macha.core.entities.product.CategoryId
class CategoryId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.product.DynamicCategory
class DynamicCategory extends Category implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.product.DynamicProduct
- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.product.DynamicVariant
class DynamicVariant extends AbstractVariant implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.product.ProductId
class ProductId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.product.VariantId
class VariantId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
-
Package org.machanism.macha.core.entities.saga
-
Class org.machanism.macha.core.entities.saga.SagaIdentifiedObject
class SagaIdentifiedObject extends EntityId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
sagaId
UUID sagaId
-
-
-
Package org.machanism.macha.core.entities.user
-
Class org.machanism.macha.core.entities.user.AuthenticatedPerson
class AuthenticatedPerson extends Person implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
UserId userId
-
-
Class org.machanism.macha.core.entities.user.ContactInfo
class ContactInfo extends ContactInfoId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.user.ContactInfoId
class ContactInfoId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.user.Customer
class Customer extends User implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.user.LoginCredential
class LoginCredential extends Person implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
password
String password
-
-
Class org.machanism.macha.core.entities.user.Person
class Person extends UserId implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
username
String username
-
-
Class org.machanism.macha.core.entities.user.User
class User extends AuthenticatedPerson implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profile
UserProfile profile
-
-
Class org.machanism.macha.core.entities.user.UserId
class UserId extends EntityId implements Serializable- serialVersionUID:
- 1L
-
Class org.machanism.macha.core.entities.user.UserRegistrationData
class UserRegistrationData extends LoginCredential implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profile
UserProfile profile
-
-
-
Package org.machanism.macha.core.interactors.user.exception
-
Exception Class org.machanism.macha.core.interactors.user.exception.UserException
class UserException extends RuntimeException implements Serializable- serialVersionUID:
- -5182923182862306408L
-