Uses of Class
de.hybris.platform.comments.model.DomainModel
-
Packages that use DomainModel Package Description de.hybris.platform.comments.model 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 DomainModel Modifier and Type Method Description DomainModelCommentTypeModel. getDomain()Generated method - Getter of theCommentType.domainattribute defined at extensioncomments.DomainModelComponentModel. getDomain()Generated method - Getter of theComponent.domainattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type DomainModel Modifier and Type Method Description voidCommentTypeModel. 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 DomainModel Constructor Description CommentTypeModel(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(java.lang.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(java.lang.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
-