Uses of Class
de.hybris.platform.comments.model.DomainModel
Packages that use DomainModel
Package
Description
Contains generated models for each type of de.hybris.platform.comments.jalo package.
-
Uses of DomainModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return DomainModelModifier and TypeMethodDescriptionCommentTypeModel.getDomain()Generated method - Getter of theCommentType.domainattribute defined at extensioncomments.ComponentModel.getDomain()Generated method - Getter of theComponent.domainattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type DomainModelModifier and TypeMethodDescriptionvoidCommentTypeModel.setDomain(DomainModel value) Generated method - Initial setter ofCommentType.domainattribute defined at extensioncomments.voidComponentModel.setDomain(DomainModel value) Generated method - Initial setter ofComponent.domainattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type DomainModelModifierConstructorDescriptionCommentTypeModel(DomainModel _domain) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentTypeModel(String _code, DomainModel _domain, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComponentModel(DomainModel _domain) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComponentModel(String _code, DomainModel _domain, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters