Uses of Class
com.inteliqua.rest.common.attribute.EntityAttribute
-
-
Uses of EntityAttribute in com.inteliqua.rest.common.criteria
Methods in com.inteliqua.rest.common.criteria that return EntityAttribute Modifier and Type Method Description EntityAttributeAttributeCriteria. getAttribute()Retrieves the attribute associated with this criteria.Methods in com.inteliqua.rest.common.criteria with parameters of type EntityAttribute Modifier and Type Method Description voidAttributeCriteria. setAttribute(EntityAttribute attribute)Sets the attribute for this criteria. -
Uses of EntityAttribute in com.inteliqua.rest.coupon.payload
Methods in com.inteliqua.rest.coupon.payload that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>CouponRequest. getAttributes()Gets the list of attributes associated with this coupon request.List<EntityAttribute>CouponSearchResponse. getAttributes()List<EntityAttribute>CouponUpdateRequest. getAttributes()Methods in com.inteliqua.rest.coupon.payload with parameters of type EntityAttribute Modifier and Type Method Description voidCouponRequest. addAtrribute(EntityAttribute entityAttribute)Adds an attribute to the coupon request.voidCouponSearchResponse. addAtrribute(EntityAttribute entityAttribute) -
Uses of EntityAttribute in com.inteliqua.rest.coupon.payload.search
Methods in com.inteliqua.rest.coupon.payload.search that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>CouponSearchResponse. getAttributes()Methods in com.inteliqua.rest.coupon.payload.search with parameters of type EntityAttribute Modifier and Type Method Description voidCouponSearchResponse. addAtrribute(EntityAttribute entityAttribute) -
Uses of EntityAttribute in com.inteliqua.rest.coupon.update
Methods in com.inteliqua.rest.coupon.update that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>CouponSearchResponse. getAttributes()List<EntityAttribute>CouponUpdateRequest. getAttributes()Methods in com.inteliqua.rest.coupon.update with parameters of type EntityAttribute Modifier and Type Method Description voidCouponSearchResponse. addAtrribute(EntityAttribute entityAttribute) -
Uses of EntityAttribute in com.inteliqua.rest.couponset.controller.search.response
Methods in com.inteliqua.rest.couponset.controller.search.response with parameters of type EntityAttribute Modifier and Type Method Description voidCouponSetCreateUpdateResponse. addAttribute(EntityAttribute attribute)voidCouponSetResponseData. addAttribute(EntityAttribute entityAttribute)Adds a dynamic attribute to the coupon set. -
Uses of EntityAttribute in com.inteliqua.rest.couponset.dto
Methods in com.inteliqua.rest.couponset.dto that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>CouponSetCreateDto. getAttributes()List<EntityAttribute>CouponSetUpdateDto. getAttributes() -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.address
Methods in com.inteliqua.rest.customer.payload.address that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>AddressData. getAttributes()Gets the list of general attributes for the address.Methods in com.inteliqua.rest.customer.payload.address with parameters of type EntityAttribute Modifier and Type Method Description voidAddressData. addAtrribute(EntityAttribute entityAttribute)Adds an attribute to the list of general attributes for the address. -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.address.request
Methods in com.inteliqua.rest.customer.payload.address.request that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>AddressDataUpdateRequest. getAttributes()Gets the list of additional attributes for the address. -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.email
Methods in com.inteliqua.rest.customer.payload.email that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>EmailData. getAttributes()Retrieves the list of attributes associated with the email address.Methods in com.inteliqua.rest.customer.payload.email with parameters of type EntityAttribute Modifier and Type Method Description voidEmailData. addAtrribute(EntityAttribute entityAttribute)Adds a new attribute to the list of attributes for the email. -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.email.request
Methods in com.inteliqua.rest.customer.payload.email.request that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>EmailDataUpdateRequest. getAttributes() -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.loyalty.member
Methods in com.inteliqua.rest.customer.payload.loyalty.member that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>LoyaltyMembershipBasicPayload. getAttributes()Gets the list of general attributes of the loyalty membership.Methods in com.inteliqua.rest.customer.payload.loyalty.member with parameters of type EntityAttribute Modifier and Type Method Description voidLoyaltyMembershipBasicPayload. addAttribute(EntityAttribute entityAttribute)Adds an attribute to the list of general attributes for the loyalty membership. -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.loyalty.member.request
Methods in com.inteliqua.rest.customer.payload.loyalty.member.request that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>LoyaltyMembershipUpdateRequest. getAttributes()Gets the list of additional attributes for the loyalty membership. -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.person.payload
Methods in com.inteliqua.rest.customer.payload.person.payload that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>PersonBasicPayload. getAttributes()Gets the list of attributes associated with this person.Methods in com.inteliqua.rest.customer.payload.person.payload with parameters of type EntityAttribute Modifier and Type Method Description voidPersonBasicPayload. addAttribute(EntityAttribute entityAttribute)Adds an attribute to the list of attributes. -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.person.request
Methods in com.inteliqua.rest.customer.payload.person.request that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>PersonUpdateRequest. getAttributes() -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.telephone
Methods in com.inteliqua.rest.customer.payload.telephone that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>TelephoneData. getAttributes()Gets the list of general attributes for the telephone.Methods in com.inteliqua.rest.customer.payload.telephone with parameters of type EntityAttribute Modifier and Type Method Description voidTelephoneData. addAttribute(EntityAttribute entityAttribute)Adds an attribute to the list of telephone attributes. -
Uses of EntityAttribute in com.inteliqua.rest.customer.payload.telephone.request
Methods in com.inteliqua.rest.customer.payload.telephone.request that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>TelephoneDataUpdateRequest. getAttributes() -
Uses of EntityAttribute in com.inteliqua.rest.merchant
Methods in com.inteliqua.rest.merchant with parameters of type EntityAttribute Modifier and Type Method Description voidMerchantDTO. addAttribute(EntityAttribute attribute) -
Uses of EntityAttribute in com.inteliqua.rest.merchant.create
Methods in com.inteliqua.rest.merchant.create that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>MerchantCreateDTO. getAttributes()Method parameters in com.inteliqua.rest.merchant.create with type arguments of type EntityAttribute Modifier and Type Method Description voidMerchantCreateDTO. setAttributes(List<EntityAttribute> attributes) -
Uses of EntityAttribute in com.inteliqua.rest.merchant.update
Methods in com.inteliqua.rest.merchant.update that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>MerchantUpdateRequest. getAttributes()Method parameters in com.inteliqua.rest.merchant.update with type arguments of type EntityAttribute Modifier and Type Method Description voidMerchantUpdateRequest. setAttributes(List<EntityAttribute> attributes) -
Uses of EntityAttribute in com.inteliqua.rest.product.payload.request
Methods in com.inteliqua.rest.product.payload.request that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>ProductMetadataDto. getAttributes() -
Uses of EntityAttribute in com.inteliqua.rest.product.payload.response.search
Methods in com.inteliqua.rest.product.payload.response.search that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>ProductSearchResponseData. getAttributes()Method parameters in com.inteliqua.rest.product.payload.response.search with type arguments of type EntityAttribute Modifier and Type Method Description voidProductSearchResponseData. setAttributes(List<EntityAttribute> attributes) -
Uses of EntityAttribute in com.inteliqua.rest.store.payload
Methods in com.inteliqua.rest.store.payload that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>StoreCreateRequest. getAttributes()List<EntityAttribute>StorePayload. getAttributes()List<EntityAttribute>StoreUpdateRequest. getAttributes()Methods in com.inteliqua.rest.store.payload with parameters of type EntityAttribute Modifier and Type Method Description voidStoreCreateRequest. addAtrribute(EntityAttribute entityAttribute)voidStorePayload. addAtrribute(EntityAttribute entityAttribute) -
Uses of EntityAttribute in com.inteliqua.rest.system.club.payload
Methods in com.inteliqua.rest.system.club.payload that return types with arguments of type EntityAttribute Modifier and Type Method Description List<EntityAttribute>ClubPayload. getAttributes()Gets the list of additional attributes associated with the club.Methods in com.inteliqua.rest.system.club.payload with parameters of type EntityAttribute Modifier and Type Method Description voidClubPayload. addAttribute(EntityAttribute entityAttribute)Adds an attribute to the club. -
Uses of EntityAttribute in com.inteliqua.rest.transaction.payload
Methods in com.inteliqua.rest.transaction.payload with parameters of type EntityAttribute Modifier and Type Method Description voidTransactionItem. addAttribute(EntityAttribute entityAttribute) -
Uses of EntityAttribute in com.inteliqua.rest.transaction.payload.response.basic
Methods in com.inteliqua.rest.transaction.payload.response.basic with parameters of type EntityAttribute Modifier and Type Method Description voidTransactionBaseResponse. addAttribute(EntityAttribute entityAttribute)Adds an attribute to the transaction's attribute list.
-