Uses of Class
dev.vality.damsel.domain.DomainObject
Packages that use DomainObject
-
Uses of DomainObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return DomainObjectModifier and TypeMethodDescriptionstatic DomainObjectDomainObject.bank(BankObject value) static DomainObjectDomainObject.bank_card_category(BankCardCategoryObject value) static DomainObjectDomainObject.business_schedule(BusinessScheduleObject value) static DomainObjectDomainObject.calendar(CalendarObject value) static DomainObjectDomainObject.cash_register_provider(CashRegisterProviderObject value) static DomainObjectDomainObject.category(CategoryObject value) static DomainObjectDomainObject.contract_template(ContractTemplateObject value) static DomainObjectDomainObject.country(CountryObject value) static DomainObjectDomainObject.criterion(CriterionObject value) static DomainObjectDomainObject.crypto_currency(CryptoCurrencyObject value) static DomainObjectDomainObject.currency(CurrencyObject value) DomainObject.deepCopy()static DomainObjectDomainObject.document_type(DocumentTypeObject value) static DomainObjectDomainObject.dummy(DummyObject value) static DomainObjectDomainObject.dummy_link(DummyLinkObject value) static DomainObjectDomainObject.external_account_set(ExternalAccountSetObject value) static DomainObjectDomainObject.globals(GlobalsObject value) static DomainObjectDomainObject.identity_provider(IdentityProviderObject value) static DomainObjectDomainObject.inspector(InspectorObject value) static DomainObjectDomainObject.limit_config(LimitConfigObject value) static DomainObjectDomainObject.mobile_operator(MobileOperatorObject value) static DomainObjectDomainObject.payment_institution(PaymentInstitutionObject value) static DomainObjectDomainObject.payment_method(PaymentMethodObject value) static DomainObjectDomainObject.payment_service(PaymentServiceObject value) static DomainObjectDomainObject.payment_system(PaymentSystemObject value) static DomainObjectDomainObject.payment_token(BankCardTokenServiceObject value) static DomainObjectDomainObject.payout_method(PayoutMethodObject value) static DomainObjectDomainObject.provider(ProviderObject value) static DomainObjectDomainObject.proxy(ProxyObject value) static DomainObjectDomainObject.routing_rules(RoutingRulesObject value) static DomainObjectDomainObject.system_account_set(SystemAccountSetObject value) static DomainObjectDomainObject.term_set_hierarchy(TermSetHierarchyObject value) static DomainObjectDomainObject.terminal(TerminalObject value) static DomainObjectDomainObject.trade_bloc(TradeBlocObject value) Methods in dev.vality.damsel.domain with parameters of type DomainObjectModifier and TypeMethodDescriptionintDomainObject.compareTo(DomainObject other) booleanDomainObject.equals(DomainObject other) Constructors in dev.vality.damsel.domain with parameters of type DomainObject -
Uses of DomainObject in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config declared as DomainObjectModifier and TypeFieldDescriptionUpdateOp.new_objectInsertOp.objectRemoveOp.objectVersionedObject.objectUpdateOp.old_objectFields in dev.vality.damsel.domain_config with type parameters of type DomainObjectMethods in dev.vality.damsel.domain_config that return DomainObjectModifier and TypeMethodDescriptionUpdateOp.getNewObject()InsertOp.getObject()RemoveOp.getObject()VersionedObject.getObject()UpdateOp.getOldObject()Methods in dev.vality.damsel.domain_config that return types with arguments of type DomainObjectMethods in dev.vality.damsel.domain_config with parameters of type DomainObjectModifier and TypeMethodDescriptionvoidSnapshot.putToDomain(Reference key, DomainObject val) UpdateOp.setNewObject(DomainObject new_object) InsertOp.setObject(DomainObject object) RemoveOp.setObject(DomainObject object) VersionedObject.setObject(DomainObject object) UpdateOp.setOldObject(DomainObject old_object) Method parameters in dev.vality.damsel.domain_config with type arguments of type DomainObjectConstructors in dev.vality.damsel.domain_config with parameters of type DomainObjectModifierConstructorDescriptionInsertOp(DomainObject object) RemoveOp(DomainObject object) UpdateOp(DomainObject old_object, DomainObject new_object) VersionedObject(long version, DomainObject object) Constructor parameters in dev.vality.damsel.domain_config with type arguments of type DomainObject