Uses of Class
io.higson.runtime.model.DomainAttribute
Packages that use DomainAttribute
Package
Description
-
Uses of DomainAttribute in io.higson.runtime.core.domain
Methods in io.higson.runtime.core.domain with parameters of type DomainAttributeModifier and TypeMethodDescriptionAttributeInterceptor.getValue(AttributeValueResolver resolver, DomainAttribute attr, ParamContext ctx, Object... args) This method allows provide custom handling of parameters for domain attributes.AttributeValueProvider.getValue(DomainAttribute attr, ParamContext ctx, Object... args) AttributeValueResolver.getValue(DomainAttribute attr, ParamContext ctx, Object... args) -
Uses of DomainAttribute in io.higson.runtime.model
Methods in io.higson.runtime.model that return DomainAttributeModifier and TypeMethodDescriptionDomainObject.getAttribute(String code) DomainObject.getAttribute(String path, String attributeCode) DomainObjectImpl.getAttribute(String code) DomainObjectImpl.getAttribute(String path, String attributeCode) DomainObject.getDynamicAttribute(String code) DomainObjectImpl.getDynamicAttribute(String code) Methods in io.higson.runtime.model that return types with arguments of type DomainAttributeModifier and TypeMethodDescription@NotNull List<DomainAttribute>DomainObject.getAttributes()@NotNull List<DomainAttribute>DomainObject.getDynamicAttributes()DomainObjectImpl.getDynamicAttributes()DomainObject.getFromAllAttributes(String code) DomainObjectImpl.getFromAllAttributes(String code) Method parameters in io.higson.runtime.model with type arguments of type DomainAttributeModifier and TypeMethodDescriptionvoidDomainObjectImpl.setAttributes(List<DomainAttribute> attributes) UWAGA: jedne miejsce, ktore modyfikuje kolekcje [attributes] -
Uses of DomainAttribute in io.higson.runtime.model.proxy
Subclasses of DomainAttribute in io.higson.runtime.model.proxyMethods in io.higson.runtime.model.proxy that return DomainAttributeModifier and TypeMethodDescriptionDomainObjectProxy.getAttribute(String code) DomainObjectProxy.getAttribute(String path, String attributeCode) DomainObjectProxy.getDynamicAttribute(String code) Methods in io.higson.runtime.model.proxy that return types with arguments of type DomainAttributeModifier and TypeMethodDescriptionDomainObjectProxy.getAttributes()DomainObjectProxy.getDynamicAttributes()DomainObjectProxy.getFromAllAttributes(String code) Constructors in io.higson.runtime.model.proxy with parameters of type DomainAttribute -
Uses of DomainAttribute in io.higson.runtime.rhino.domain
Constructors in io.higson.runtime.rhino.domain with parameters of type DomainAttribute