Index

A B C D E F G H I L M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractProduct<V> - Class in org.machanism.macha.core.entities.product
 
AbstractProduct() - Constructor for class org.machanism.macha.core.entities.product.AbstractProduct
 
AbstractVariant - Class in org.machanism.macha.core.entities.product
 
AbstractVariant() - Constructor for class org.machanism.macha.core.entities.product.AbstractVariant
 
addErorr(String, String) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
addError(String, String) - Method in class org.machanism.macha.core.entities.payment.Errors
Adds the validation erorr.
Address - Class in org.machanism.macha.core.entities.base.contact
The Address class represents a detailed contact address entity.
Address() - Constructor for class org.machanism.macha.core.entities.base.contact.Address
 
AddressId - Class in org.machanism.macha.core.entities.base.contact
The AddressId class extends EntityId to uniquely identify address entities within the platform.
AddressId() - Constructor for class org.machanism.macha.core.entities.base.contact.AddressId
 
Amount - Class in org.machanism.macha.core.entities.payment
 
Amount(int, String) - Constructor for class org.machanism.macha.core.entities.payment.Amount
 
AuthenticatedPerson - Class in org.machanism.macha.core.entities.user
 
AuthenticatedPerson(String) - Constructor for class org.machanism.macha.core.entities.user.AuthenticatedPerson
 
AuthenticatedPerson(String, UserId) - Constructor for class org.machanism.macha.core.entities.user.AuthenticatedPerson
 
AuthorizationResult - Class in org.machanism.macha.core.entities.payment
 
AuthorizationResult() - Constructor for class org.machanism.macha.core.entities.payment.AuthorizationResult
 
AVS_ERROR_RESPONSE_CODE - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 
AVS_POSTAL_CODE_RESPONSE_CODE - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 
AVS_RESPONSE_CODE - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 
AVS_STREET_ADDRESS_RESPONSE_CODE - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 
AWAITING_PICKUP - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 

B

B2CInventory - Class in org.machanism.macha.core.entities.inventory
 
B2CInventory() - Constructor for class org.machanism.macha.core.entities.inventory.B2CInventory
 

C

CANCELLED - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
Category - Class in org.machanism.macha.core.entities.product
 
Category() - Constructor for class org.machanism.macha.core.entities.product.Category
 
CategoryId - Class in org.machanism.macha.core.entities.product
 
CategoryId() - Constructor for class org.machanism.macha.core.entities.product.CategoryId
 
CommerceItem - Class in org.machanism.macha.core.entities.order
 
CommerceItem() - Constructor for class org.machanism.macha.core.entities.order.CommerceItem
 
CommerceItemId - Class in org.machanism.macha.core.entities.order
 
CommerceItemId() - Constructor for class org.machanism.macha.core.entities.order.CommerceItemId
 
COMPLETED - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
ComplexPrice - Class in org.machanism.macha.core.entities.price
Model represents the price repository item
ComplexPrice() - Constructor for class org.machanism.macha.core.entities.price.ComplexPrice
 
ContactInfo - Class in org.machanism.macha.core.entities.user
 
ContactInfo() - Constructor for class org.machanism.macha.core.entities.user.ContactInfo
 
ContactInfoId - Class in org.machanism.macha.core.entities.user
 
ContactInfoId() - Constructor for class org.machanism.macha.core.entities.user.ContactInfoId
 
createStatusByError(double, String, String) - Static method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
CreditCard - Class in org.machanism.macha.core.entities.payment
The Class CreditCard.
CreditCard() - Constructor for class org.machanism.macha.core.entities.payment.CreditCard
 
CreditCardInfo - Class in org.machanism.macha.core.entities.payment
 
CreditCardInfo() - Constructor for class org.machanism.macha.core.entities.payment.CreditCardInfo
 
CreditCardResult - Class in org.machanism.macha.core.entities.payment
 
CreditCardResult() - Constructor for class org.machanism.macha.core.entities.payment.CreditCardResult
 
Customer - Class in org.machanism.macha.core.entities.user
 
Customer(String) - Constructor for class org.machanism.macha.core.entities.user.Customer
 
CVV_RESPONSE_CODE - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 

D

DELIVERED - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
DomainEvent<T> - Class in org.machanism.macha.core.entities.events.domain
The DomainEvent class represents an event that occurs within the domain layer, encapsulating relevant information about the event, the affected entity, and the associated payload.
DomainEvent(UUID, String, IdentifiedObject, String, T, LocalDateTime) - Constructor for class org.machanism.macha.core.entities.events.domain.DomainEvent
Constructs a DomainEvent instance with the specified event details.
DomainEventListener<E> - Interface in org.machanism.macha.core.entities.events.domain
The DomainEventListener interface provides a contract for defining handlers that respond to domain events in an event-driven architecture.
DomainEventProcessingFailed - Exception Class in org.machanism.macha.core.entities.events.domain
The DomainEventProcessingFailed class is a runtime exception that indicates a failure occurred during the processing of a domain event.
DomainEventProcessingFailed(Exception) - Constructor for exception class org.machanism.macha.core.entities.events.domain.DomainEventProcessingFailed
Constructs a new DomainEventProcessingFailed exception with the specified cause.
DynamicCategory - Class in org.machanism.macha.core.entities.product
 
DynamicCategory() - Constructor for class org.machanism.macha.core.entities.product.DynamicCategory
 
DynamicEntity - Interface in org.machanism.macha.core.entities.base
The DynamicEntity interface represents a dynamic, attribute-driven platform entity that is uniquely identifiable.
DynamicProduct - Class in org.machanism.macha.core.entities.product
 
DynamicProduct() - Constructor for class org.machanism.macha.core.entities.product.DynamicProduct
 
DynamicVariant - Class in org.machanism.macha.core.entities.product
 
DynamicVariant() - Constructor for class org.machanism.macha.core.entities.product.DynamicVariant
 

E

EntityId - Class in org.machanism.macha.core.entities.base.identifier
The EntityId class is a serializable implementation of the IdentifiedObject interface.
EntityId() - Constructor for class org.machanism.macha.core.entities.base.identifier.EntityId
Protected default constructor for frameworks or tools that require no-argument constructors.
EntityId(String) - Constructor for class org.machanism.macha.core.entities.base.identifier.EntityId
Constructs an EntityId with the specified key.
EntityId(UUID) - Constructor for class org.machanism.macha.core.entities.base.identifier.EntityId
Constructs an EntityId with the specified UUID.
equals(Object) - Method in class org.machanism.macha.core.entities.payment.ValidationError
 
Errors - Class in org.machanism.macha.core.entities.payment
 
Errors() - Constructor for class org.machanism.macha.core.entities.payment.Errors
 
EXPIRATION_MONTH - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 
EXPIRATION_YEAR - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 
ExtraProperties - Class in org.machanism.macha.core.entities.payment
 
ExtraProperties(Map<String, String>) - Constructor for class org.machanism.macha.core.entities.payment.ExtraProperties
 

F

FAILED - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
FAILED_STATUS - Static variable in class org.machanism.macha.core.entities.payment.PaymentStatus
The failed status.
FRAUD_SCORE - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 

G

GENERAL_ERROR_CODE - Static variable in class org.machanism.macha.core.entities.payment.Errors
 
getActive() - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
getAddress() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getAddress1() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the primary street address.
getAddress1() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getAddress2() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the secondary street address (e.g., apartment or suite number).
getAddress2() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getAddressName() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the custom name of the address.
getAttributes() - Method in interface org.machanism.macha.core.entities.base.DynamicEntity
Retrieves the dynamic attributes of the entity.
getAttributes() - Method in class org.machanism.macha.core.entities.product.DynamicCategory
 
getAttributes() - Method in class org.machanism.macha.core.entities.product.DynamicProduct
 
getAttributes() - Method in class org.machanism.macha.core.entities.product.DynamicVariant
 
getAuthorizationExpiration() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
getAutoLogin() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getAvailabilityDate() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getAvailabilityStatus() - Method in class org.machanism.macha.core.entities.inventory.B2CInventory
 
getAvailableToPromise() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getAvsErrorResponseCode() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getAvsPostCodeResponseCode() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getAvsResponseCode() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the avs response code.
getAvsResponseCode() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getAvsStreetAddressResponseCode() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getBackorderLevel() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getBackorderThreshold() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getBasePriceList() - Method in class org.machanism.macha.core.entities.price.PriceList
 
getBillingAddress() - Method in class org.machanism.macha.core.entities.order.Order
 
getBillingAddress() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getBrand() - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
getCardCustomerLocation() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getCardholderName() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the cardholder name.
getCardHolderName() - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
getCardHolderName() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getCardSummary() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getCardType() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the card type.
getCardType() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getCategories() - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
getCity() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the city associated with the address.
getCity() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getCode() - Method in class org.machanism.macha.core.entities.payment.ValidationError
Gets the code.
getCommercial() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the commercial.
getCompanyName() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getComplexPrice() - Method in class org.machanism.macha.core.entities.price.Price
 
getCountry() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the country of the address.
getCountry() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getCountryOfIssuance() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the country of issuance.
getCountryOfIssuance() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getCreatedAt() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the created at.
getCreatedAt() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getCreatedAtTimestamp() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getCreationDate() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getCreationDate() - Method in class org.machanism.macha.core.entities.order.Order
 
getCreationDate() - Method in class org.machanism.macha.core.entities.price.PriceList
 
getCreditCard() - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
Gets the credit card.
getCreditCard() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
getCreditCardInfo() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getCreditCardNumber() - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
getCreditCardType() - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
getCurrency() - Method in class org.machanism.macha.core.entities.payment.Amount
 
getCurrency() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getCustomerLocation() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the customer location.
getCvvResponseCode() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the cvv response code.
getCvvResponseCode() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getDateOfBirth() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getDebit() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the debit.
getDescription() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getDescription() - Method in class org.machanism.macha.core.entities.price.PriceList
 
getDescription() - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
getDescription() - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
getDescription() - Method in class org.machanism.macha.core.entities.product.Category
 
getDescription() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getDetailRecords() - Method in class org.machanism.macha.core.entities.order.Order
 
getDisplayName() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getDisplayName() - Method in class org.machanism.macha.core.entities.price.PriceList
 
getDisplayName() - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
getEmail() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getEmail() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getEndDate() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getEndDate() - Method in class org.machanism.macha.core.entities.price.PriceList
 
getEntityId() - Method in class org.machanism.macha.core.entities.events.domain.DomainEvent
Retrieves the unique identifier of the entity affected by the event.
getEntityType() - Method in class org.machanism.macha.core.entities.events.domain.DomainEvent
Retrieves the type of the affected entity.
getErrorMessage() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
getErrors() - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
Gets the errors.
getErrors() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
getEventType() - Method in class org.machanism.macha.core.entities.events.domain.DomainEvent
Retrieves the type of the event.
getExpirationMonth() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the expiration month.
getExpirationMonth() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getExpirationYear() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the expiration year.
getExpirationYear() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getExtraProperties() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
getFaxNumber() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getFirstName() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the first name of the associated person.
getFirstName() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getFirstName() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getFirstName() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getFraudScore() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getGender() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getHomeAddress() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getId() - Method in class org.machanism.macha.core.entities.base.identifier.EntityId
Retrieves the UUID associated with this EntityId.
getId() - Method in interface org.machanism.macha.core.entities.base.identifier.IdentifiedObject
Retrieves the unique identifier of the object.
getId() - Method in class org.machanism.macha.core.entities.events.domain.DomainEvent
Retrieves the unique identifier for the event.
getId() - Method in class org.machanism.macha.core.entities.price.Level
 
getImage() - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
getImageUrl() - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
getInventoryLock() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getIsCommercial() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getIsDebit() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getIsPrepaid() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getIssuingBank() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the issuing bank.
getIssuingBank() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getJobTitle() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getKey() - Method in class org.machanism.macha.core.entities.base.identifier.EntityId
Retrieves the custom string-based key associated with this EntityId.
getKey() - Method in interface org.machanism.macha.core.entities.base.identifier.IdentifiedObject
Retrieves the key associated with the object.
getKey() - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
getKey() - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
getLast4() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the last 4.
getLastModifiedDate() - Method in class org.machanism.macha.core.entities.price.PriceList
 
getLastName() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the last name of the associated person.
getLastName() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getLastName() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getLastName() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getLevels() - Method in class org.machanism.macha.core.entities.price.ComplexPrice
 
getListPrice() - Method in class org.machanism.macha.core.entities.price.Price
 
getLocale() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getLocationId() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getMap() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getMaskedNumber() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getMerchantAccountId() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getMerchantId() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
getMessage() - Method in class org.machanism.macha.core.entities.payment.AuthorizationResult
 
getMessage() - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
Gets the message.
getMessage() - Method in class org.machanism.macha.core.entities.payment.ValidationError
Gets the message.
getMiddleName() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getMiddleName() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getName() - Method in class org.machanism.macha.core.entities.inventory.Manufacturer
 
getName() - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
getName() - Method in class org.machanism.macha.core.entities.product.Category
 
getOrders() - Method in class org.machanism.macha.core.entities.user.Customer
 
getOwnerId() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getParentCategory() - Method in class org.machanism.macha.core.entities.product.Category
 
getPassword() - Method in class org.machanism.macha.core.entities.user.LoginCredential
 
getPayload() - Method in class org.machanism.macha.core.entities.events.domain.DomainEvent
Retrieves the payload containing data related to the event.
getPaymentRecords() - Method in class org.machanism.macha.core.entities.order.Order
 
getPaymentRef() - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
getPhoneNumber() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the phone number.
getPhoneNumber() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getPhoneNumber() - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
getPostalCode() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the postal or ZIP code of the address.
getPostalCode() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getPreorderLevel() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getPreorderThreshold() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getPrepaid() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the prepaid.
getPrice() - Method in class org.machanism.macha.core.entities.price.Level
 
getPriceInfo() - Method in class org.machanism.macha.core.entities.order.CommerceItem
 
getPriceInfo() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getPriceListId() - Method in class org.machanism.macha.core.entities.price.Price
 
getPricingScheme() - Method in class org.machanism.macha.core.entities.price.Price
 
getProcessorResponseCode() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
getProductId() - Method in class org.machanism.macha.core.entities.price.Price
 
getProductType() - Method in class org.machanism.macha.core.entities.product.DynamicProduct
 
getProfile() - Method in class org.machanism.macha.core.entities.user.User
 
getProfile() - Method in class org.machanism.macha.core.entities.user.UserRegistrationData
 
getQuantity() - Method in class org.machanism.macha.core.entities.order.CommerceItem
 
getQuantity() - Method in class org.machanism.macha.core.entities.price.Level
 
getRegistrationDate() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getSagaId() - Method in interface org.machanism.macha.core.entities.saga.SagaId
 
getSagaId() - Method in class org.machanism.macha.core.entities.saga.SagaIdentifiedObject
 
getSalePrice() - Method in class org.machanism.macha.core.entities.price.PriceInfo
 
getShippingAddress() - Method in class org.machanism.macha.core.entities.user.UserProfile
 
getShippingGroups() - Method in class org.machanism.macha.core.entities.order.Order
 
getShippingMethod() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getSku() - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
getSkuId() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getSkuId() - Method in class org.machanism.macha.core.entities.price.Price
 
getSkuNumber() - Method in class org.machanism.macha.core.entities.order.CommerceItem
 
getSlug() - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
getSlug() - Method in class org.machanism.macha.core.entities.product.Category
 
getStartDate() - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
getStartDate() - Method in class org.machanism.macha.core.entities.price.PriceList
 
getStateAddress() - Method in class org.machanism.macha.core.entities.base.contact.Address
Retrieves the state or region of the address.
getStateAddress() - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
getStatus() - Method in class org.machanism.macha.core.entities.order.Order
 
getStatus() - Method in enum class org.machanism.macha.core.entities.order.OrderStatus
 
getStatus() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getStatus() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
getStockLevel() - Method in class org.machanism.macha.core.entities.inventory.B2CInventory
 
getStockThreshold() - Method in class org.machanism.macha.core.entities.inventory.B2CInventory
 
getTimestamp() - Method in class org.machanism.macha.core.entities.events.domain.DomainEvent
Retrieves the timestamp marking when the event occurred.
getToken() - Method in class org.machanism.macha.core.entities.payment.CreditCard
Gets the token.
getToken() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getToken() - Method in class org.machanism.macha.core.entities.payment.PaymentMethodDetails
 
getTransactionId() - Method in class org.machanism.macha.core.entities.payment.AuthorizationResult
 
getTransactionId() - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
getUserId() - Method in class org.machanism.macha.core.entities.order.Order
 
getUserId() - Method in class org.machanism.macha.core.entities.user.AuthenticatedPerson
 
getUsername() - Method in class org.machanism.macha.core.entities.user.Person
 
getValidationErrors() - Method in class org.machanism.macha.core.entities.payment.Errors
Gets the validation errors.
getValidationErrors() - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
getValue() - Method in class org.machanism.macha.core.entities.payment.Amount
 
getVariants() - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
getVersion() - Method in class org.machanism.macha.core.entities.inventory.B2CInventory
 
getWebSitePrice() - Method in class org.machanism.macha.core.entities.price.PriceInfo
 

H

handleEvent(E) - Method in interface org.machanism.macha.core.entities.events.domain.DomainEventListener
Handles a domain event.
hashCode() - Method in class org.machanism.macha.core.entities.payment.ValidationError
 

I

IdentifiedObject - Interface in org.machanism.macha.core.entities.base.identifier
The IdentifiedObject interface defines a contract for objects that are uniquely identifiable within the platform.
IntegrationEvent<T> - Class in org.machanism.macha.core.entities.events.integration
The IntegrationEvent class represents an event intended for cross-system communication or integration workflows.
IntegrationEvent(UUID, String, IdentifiedObject, String, T, LocalDateTime) - Constructor for class org.machanism.macha.core.entities.events.integration.IntegrationEvent
Constructs a new IntegrationEvent with the specified details.
Inventory - Class in org.machanism.macha.core.entities.inventory
 
Inventory() - Constructor for class org.machanism.macha.core.entities.inventory.Inventory
 
InventoryId - Class in org.machanism.macha.core.entities.inventory
 
InventoryId() - Constructor for class org.machanism.macha.core.entities.inventory.InventoryId
 
isRequired3DS() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
isSuccess() - Method in class org.machanism.macha.core.entities.payment.AuthorizationResult
 
isSuccess() - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
Checks if is success.

L

Level - Class in org.machanism.macha.core.entities.price
Model represents the priceLevel repository item
Level() - Constructor for class org.machanism.macha.core.entities.price.Level
 
LoginCredential - Class in org.machanism.macha.core.entities.user
 
LoginCredential() - Constructor for class org.machanism.macha.core.entities.user.LoginCredential
 
LoginCredential(String, String) - Constructor for class org.machanism.macha.core.entities.user.LoginCredential
 

M

Manufacturer - Class in org.machanism.macha.core.entities.inventory
 
Manufacturer() - Constructor for class org.machanism.macha.core.entities.inventory.Manufacturer
 
MessagingService<T> - Interface in org.machanism.macha.core.entities.events.integration
The MessagingService interface defines the contract for publishing IntegrationEvent instances to messaging platforms or systems.

O

ON_HOLD - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
Order - Class in org.machanism.macha.core.entities.order
 
Order() - Constructor for class org.machanism.macha.core.entities.order.Order
 
OrderId - Class in org.machanism.macha.core.entities.order
 
OrderId() - Constructor for class org.machanism.macha.core.entities.order.OrderId
 
OrderId(UUID) - Constructor for class org.machanism.macha.core.entities.order.OrderId
 
OrderStatus - Enum Class in org.machanism.macha.core.entities.order
 
org.machanism.macha.core.entities.base - package org.machanism.macha.core.entities.base
 
org.machanism.macha.core.entities.base.contact - package org.machanism.macha.core.entities.base.contact
 
org.machanism.macha.core.entities.base.identifier - package org.machanism.macha.core.entities.base.identifier
 
org.machanism.macha.core.entities.events.domain - package org.machanism.macha.core.entities.events.domain
 
org.machanism.macha.core.entities.events.integration - package org.machanism.macha.core.entities.events.integration
 
org.machanism.macha.core.entities.inventory - package org.machanism.macha.core.entities.inventory
 
org.machanism.macha.core.entities.order - package org.machanism.macha.core.entities.order
 
org.machanism.macha.core.entities.payment - package org.machanism.macha.core.entities.payment
 
org.machanism.macha.core.entities.price - package org.machanism.macha.core.entities.price
 
org.machanism.macha.core.entities.product - package org.machanism.macha.core.entities.product
 
org.machanism.macha.core.entities.saga - package org.machanism.macha.core.entities.saga
 
org.machanism.macha.core.entities.user - package org.machanism.macha.core.entities.user
 

P

PARTIALLY_SHIPPED - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
PaymentException - Exception Class in org.machanism.macha.core.entities.payment
 
PaymentException() - Constructor for exception class org.machanism.macha.core.entities.payment.PaymentException
 
PaymentException(Exception) - Constructor for exception class org.machanism.macha.core.entities.payment.PaymentException
 
PaymentGroup - Class in org.machanism.macha.core.entities.payment
 
PaymentGroup() - Constructor for class org.machanism.macha.core.entities.payment.PaymentGroup
 
PaymentGroupId - Class in org.machanism.macha.core.entities.payment
 
PaymentGroupId() - Constructor for class org.machanism.macha.core.entities.payment.PaymentGroupId
 
PaymentMethodDetails - Class in org.machanism.macha.core.entities.payment
 
PaymentMethodDetails() - Constructor for class org.machanism.macha.core.entities.payment.PaymentMethodDetails
 
PaymentStatus - Class in org.machanism.macha.core.entities.payment
 
PaymentStatus(String, double, boolean, String, Date) - Constructor for class org.machanism.macha.core.entities.payment.PaymentStatus
 
PENDING - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
Person - Class in org.machanism.macha.core.entities.user
 
Person() - Constructor for class org.machanism.macha.core.entities.user.Person
 
Person(String) - Constructor for class org.machanism.macha.core.entities.user.Person
 
Price - Class in org.machanism.macha.core.entities.price
Model represents the price repository item
Price() - Constructor for class org.machanism.macha.core.entities.price.Price
 
PriceId - Class in org.machanism.macha.core.entities.price
 
PriceId() - Constructor for class org.machanism.macha.core.entities.price.PriceId
 
PriceInfo - Class in org.machanism.macha.core.entities.price
 
PriceInfo() - Constructor for class org.machanism.macha.core.entities.price.PriceInfo
 
PriceList - Class in org.machanism.macha.core.entities.price
 
PriceList() - Constructor for class org.machanism.macha.core.entities.price.PriceList
 
PriceListId - Class in org.machanism.macha.core.entities.price
 
PriceListId() - Constructor for class org.machanism.macha.core.entities.price.PriceListId
 
PROCESSING - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
ProductId - Class in org.machanism.macha.core.entities.product
 
ProductId() - Constructor for class org.machanism.macha.core.entities.product.ProductId
 
publish(IntegrationEvent<T>) - Method in interface org.machanism.macha.core.entities.events.integration.MessagingService
Publishes an IntegrationEvent to a messaging platform.

R

REFUNDED - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
RETURNED - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 

S

SagaId - Interface in org.machanism.macha.core.entities.saga
 
SagaIdentifiedObject - Class in org.machanism.macha.core.entities.saga
 
SagaIdentifiedObject(UUID, UUID) - Constructor for class org.machanism.macha.core.entities.saga.SagaIdentifiedObject
 
setActive(String) - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
setAddress(AddressId) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setAddress1(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the primary street address.
setAddress1(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setAddress2(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the secondary street address (e.g., apartment or suite number).
setAddress2(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setAddressName(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the custom name of the address.
setAttributes(Map<String, Object>) - Method in interface org.machanism.macha.core.entities.base.DynamicEntity
Sets the dynamic attributes for the entity.
setAttributes(Map<String, Object>) - Method in class org.machanism.macha.core.entities.product.DynamicCategory
 
setAttributes(Map<String, Object>) - Method in class org.machanism.macha.core.entities.product.DynamicProduct
 
setAttributes(Map<String, Object>) - Method in class org.machanism.macha.core.entities.product.DynamicVariant
 
setAuthorizationExpiration(Date) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
setAutoLogin(Boolean) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setAvailabilityDate(Timestamp) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setAvailabilityStatus(Integer) - Method in class org.machanism.macha.core.entities.inventory.B2CInventory
 
setAvailableToPromise(Set<String>) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setAvsResponseCode(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the avs response code.
setAvsResponseCode(String) - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
setBackorderLevel(Long) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setBackorderThreshold(Long) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setBasePriceList(PriceListId) - Method in class org.machanism.macha.core.entities.price.PriceList
 
setBillingAddress(AddressId) - Method in class org.machanism.macha.core.entities.order.Order
 
setBillingAddress(AddressId) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setBrand(String) - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
setCardCustomerLocation(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setCardholderName(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the cardholder name.
setCardHolderName(String) - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
setCardHolderName(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setCardSummary(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setCardType(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the card type.
setCardType(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setCategories(List<CategoryId>) - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
setCity(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the city associated with the address.
setCity(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setCode(String) - Method in class org.machanism.macha.core.entities.payment.ValidationError
Sets the code.
setCommercial(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the commercial.
setCompanyName(String) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setComplexPrice(PriceId) - Method in class org.machanism.macha.core.entities.price.Price
 
setCountry(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the country of the address.
setCountry(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setCountryOfIssuance(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the country of issuance.
setCountryOfIssuance(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setCreatedAt(Calendar) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the created at.
setCreatedAt(Date) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setCreationDate(Timestamp) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setCreationDate(Timestamp) - Method in class org.machanism.macha.core.entities.order.Order
 
setCreationDate(Date) - Method in class org.machanism.macha.core.entities.price.PriceList
 
setCreditCard(CreditCard) - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
Sets the credit card.
setCreditCard(CreditCard) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
setCreditCardInfo(CreditCardInfo) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setCreditCardNumber(String) - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
setCreditCardType(String) - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
setCurrency(String) - Method in class org.machanism.macha.core.entities.payment.Amount
 
setCurrency(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setCustomerLocation(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the customer location.
setCVV(String) - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
setCvvResponseCode(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the cvv response code.
setDateOfBirth(Date) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setDebit(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the debit.
setDescription(String) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setDescription(String) - Method in class org.machanism.macha.core.entities.price.PriceList
 
setDescription(String) - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
setDescription(String) - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
setDescription(String) - Method in class org.machanism.macha.core.entities.product.Category
 
setDescription(String) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setDetailRecords(List<CommerceItemId>) - Method in class org.machanism.macha.core.entities.order.Order
 
setDisplayName(String) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setDisplayName(String) - Method in class org.machanism.macha.core.entities.price.PriceList
 
setDisplayName(String) - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
setEmail(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setEmail(String) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setEndDate(Timestamp) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setEndDate(Date) - Method in class org.machanism.macha.core.entities.price.PriceList
 
setErrors(Errors) - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
Sets the errors.
setErrors(Errors) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
setExpiration(String, String) - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
setExpirationMonth(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the expiration month.
setExpirationYear(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the expiration year.
setExtraProperties(ExtraProperties) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
setFaxNumber(String) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setFirstName(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the first name of the associated person.
setFirstName(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setFirstName(String) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setFirstName(String) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setFraudScore(String) - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
setGender(String) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setHomeAddress(Address) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setId(String) - Method in class org.machanism.macha.core.entities.price.Level
 
setId(UUID) - Method in class org.machanism.macha.core.entities.base.identifier.EntityId
Sets the UUID for this EntityId.
setImage(String) - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
setImageUrl(String) - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
setInventoryLock(String) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setIsCommercial(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setIsDebit(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setIsPrepaid(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setIssuingBank(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the issuing bank.
setIssuingBank(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setJobTitle(String) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setKey(String) - Method in class org.machanism.macha.core.entities.base.identifier.EntityId
Sets the custom string-based key for this EntityId.
setKey(String) - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
setKey(String) - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
setLast4(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the last 4.
setLastModifiedDate(Date) - Method in class org.machanism.macha.core.entities.price.PriceList
 
setLastName(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the last name of the associated person.
setLastName(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setLastName(String) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setLastName(String) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setLevels(List<Level>) - Method in class org.machanism.macha.core.entities.price.ComplexPrice
 
setListPrice(Double) - Method in class org.machanism.macha.core.entities.price.Price
 
setLocale(String) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setLocationId(String) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setMaskedNumber(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setMerchantAccountId(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setMerchantId(String) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
setMessage(String) - Method in class org.machanism.macha.core.entities.payment.AuthorizationResult
 
setMessage(String) - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
Sets the message.
setMessage(String) - Method in class org.machanism.macha.core.entities.payment.ValidationError
Sets the message.
setMiddleName(String) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setMiddleName(String) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setName(String) - Method in class org.machanism.macha.core.entities.inventory.Manufacturer
 
setName(String) - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
setName(String) - Method in class org.machanism.macha.core.entities.product.Category
 
setOrders(List<String>) - Method in class org.machanism.macha.core.entities.user.Customer
 
setOwnerId(String) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setParentCategory(CategoryId) - Method in class org.machanism.macha.core.entities.product.Category
 
setPassword(String) - Method in class org.machanism.macha.core.entities.user.LoginCredential
 
setPaymentRecords(List<PaymentGroupId>) - Method in class org.machanism.macha.core.entities.order.Order
 
setPaymentRef(String) - Method in class org.machanism.macha.core.entities.payment.CreditCardInfo
 
setPhoneNumber(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the phone number.
setPhoneNumber(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setPhoneNumber(String) - Method in class org.machanism.macha.core.entities.user.ContactInfo
 
setPostalCode(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the postal or ZIP code of the address.
setPostalCode(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setPreorderLevel(Long) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setPreorderThreshold(Long) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setPrepaid(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the prepaid.
setPrice(Double) - Method in class org.machanism.macha.core.entities.price.Level
 
setPriceInfo(PriceInfo) - Method in class org.machanism.macha.core.entities.order.CommerceItem
 
setPriceInfo(PriceInfo) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setPriceListId(PriceListId) - Method in class org.machanism.macha.core.entities.price.Price
 
setPricingScheme(String) - Method in class org.machanism.macha.core.entities.price.Price
 
setProcessorResponseCode(String) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
setProductId(String) - Method in class org.machanism.macha.core.entities.price.Price
 
setProductType(String) - Method in class org.machanism.macha.core.entities.product.DynamicProduct
 
setProfile(UserProfile) - Method in class org.machanism.macha.core.entities.user.User
 
setProfile(UserProfile) - Method in class org.machanism.macha.core.entities.user.UserRegistrationData
 
setQuantity(Long) - Method in class org.machanism.macha.core.entities.order.CommerceItem
 
setQuantity(Long) - Method in class org.machanism.macha.core.entities.price.Level
 
setRegistrationDate(Timestamp) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setRequired3DS(boolean) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
setSalePrice(double) - Method in class org.machanism.macha.core.entities.price.PriceInfo
 
setShippingAddress(Address) - Method in class org.machanism.macha.core.entities.user.UserProfile
 
setShippingGroups(ShippingGroupId) - Method in class org.machanism.macha.core.entities.order.Order
 
setShippingMethod(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setSku(String) - Method in class org.machanism.macha.core.entities.product.AbstractVariant
 
setSkuId(String) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setSkuId(String) - Method in class org.machanism.macha.core.entities.price.Price
 
setSkuNumber(String) - Method in class org.machanism.macha.core.entities.order.CommerceItem
 
setSlug(String) - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
setSlug(String) - Method in class org.machanism.macha.core.entities.product.Category
 
setStartDate(Timestamp) - Method in class org.machanism.macha.core.entities.inventory.Inventory
 
setStartDate(Date) - Method in class org.machanism.macha.core.entities.price.PriceList
 
setStateAddress(String) - Method in class org.machanism.macha.core.entities.base.contact.Address
Sets the state or region of the address.
setStateAddress(String) - Method in class org.machanism.macha.core.entities.order.ShippingGroup
 
setStatus(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setStatus(String) - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
setStatus(OrderStatus) - Method in class org.machanism.macha.core.entities.order.Order
 
setStockLevel(Long) - Method in class org.machanism.macha.core.entities.inventory.B2CInventory
 
setStockThreshold(Long) - Method in class org.machanism.macha.core.entities.inventory.B2CInventory
 
setSuccess(boolean) - Method in class org.machanism.macha.core.entities.payment.AuthorizationResult
 
setSuccess(boolean) - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
Sets the success.
setTimestamp(LocalDateTime) - Method in class org.machanism.macha.core.entities.events.domain.DomainEvent
Updates the timestamp for the event.
setToken(String) - Method in class org.machanism.macha.core.entities.payment.CreditCard
Sets the token.
setToken(String) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setToken(String) - Method in class org.machanism.macha.core.entities.payment.PaymentMethodDetails
 
setTransactionCreatedAt(String) - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
setTransactionId(String) - Method in class org.machanism.macha.core.entities.payment.AuthorizationResult
 
setTransactionId(String) - Method in class org.machanism.macha.core.entities.payment.ExtraProperties
 
setUserId(UserId) - Method in class org.machanism.macha.core.entities.order.Order
 
setUserId(UserId) - Method in class org.machanism.macha.core.entities.user.AuthenticatedPerson
 
setUsername(String) - Method in class org.machanism.macha.core.entities.user.Person
 
setValidationErrors(List<ValidationError>) - Method in class org.machanism.macha.core.entities.payment.Errors
Sets the validation errors.
setValidationErrors(Errors) - Method in class org.machanism.macha.core.entities.payment.PaymentGroup
 
setValue(double) - Method in class org.machanism.macha.core.entities.payment.Amount
 
setVariants(List<V>) - Method in class org.machanism.macha.core.entities.product.AbstractProduct
 
setVersion(Integer) - Method in class org.machanism.macha.core.entities.inventory.B2CInventory
 
setWebSitePrice(Double) - Method in class org.machanism.macha.core.entities.price.PriceInfo
 
SHIPPED - Enum constant in enum class org.machanism.macha.core.entities.order.OrderStatus
 
ShippingGroup - Class in org.machanism.macha.core.entities.order
 
ShippingGroup() - Constructor for class org.machanism.macha.core.entities.order.ShippingGroup
 
ShippingGroupId - Class in org.machanism.macha.core.entities.order
 
ShippingGroupId() - Constructor for class org.machanism.macha.core.entities.order.ShippingGroupId
 

T

toString() - Method in enum class org.machanism.macha.core.entities.order.OrderStatus
 
toString() - Method in class org.machanism.macha.core.entities.payment.CreditCard
 
toString() - Method in class org.machanism.macha.core.entities.payment.CreditCardResult
 
toString() - Method in class org.machanism.macha.core.entities.payment.Errors
 
toString() - Method in class org.machanism.macha.core.entities.payment.PaymentStatus
 
toString() - Method in class org.machanism.macha.core.entities.payment.ValidationError
 
TRANSACTION_CREATED_AT_TIMESTAMP - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 
TRANSACTION_ID - Static variable in class org.machanism.macha.core.entities.payment.ExtraProperties
 

U

User - Class in org.machanism.macha.core.entities.user
 
User() - Constructor for class org.machanism.macha.core.entities.user.User
 
User(String) - Constructor for class org.machanism.macha.core.entities.user.User
 
UserId - Class in org.machanism.macha.core.entities.user
 
UserId() - Constructor for class org.machanism.macha.core.entities.user.UserId
 
UserId(UUID) - Constructor for class org.machanism.macha.core.entities.user.UserId
 
UserProfile - Class in org.machanism.macha.core.entities.user
 
UserProfile() - Constructor for class org.machanism.macha.core.entities.user.UserProfile
 
UserRegistrationData - Class in org.machanism.macha.core.entities.user
 
UserRegistrationData() - Constructor for class org.machanism.macha.core.entities.user.UserRegistrationData
 
UserRegistrationData(String, String) - Constructor for class org.machanism.macha.core.entities.user.UserRegistrationData
 

V

ValidationError - Class in org.machanism.macha.core.entities.payment
The Class ValidationError.
ValidationError() - Constructor for class org.machanism.macha.core.entities.payment.ValidationError
 
ValidationError(String, String) - Constructor for class org.machanism.macha.core.entities.payment.ValidationError
 
valueOf(String) - Static method in enum class org.machanism.macha.core.entities.order.OrderStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.machanism.macha.core.entities.order.OrderStatus
Returns an array containing the constants of this enum class, in the order they are declared.
VariantId - Class in org.machanism.macha.core.entities.product
 
VariantId() - Constructor for class org.machanism.macha.core.entities.product.VariantId
 
VOIDED_STATUS - Static variable in class org.machanism.macha.core.entities.payment.PaymentStatus
The voided status.
A B C D E F G H I L M O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form