Uses of Class
de.hybris.platform.comments.model.ComponentModel
-
Packages that use ComponentModel Package Description de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.comments.model Contains generated models for each type of de.hybris.platform.comments.jalo package.de.hybris.platform.ticket.events.model Contains generated models for each type of de.hybris.platform.ticket.events.jalo package. -
-
Uses of ComponentModel in de.hybris.platform.cms2.model
Constructors in de.hybris.platform.cms2.model with parameters of type ComponentModel Constructor Description CMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, java.lang.String _text)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 -
Uses of ComponentModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return ComponentModel Modifier and Type Method Description ComponentModelCommentModel. getComponent()Generated method - Getter of theComment.componentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type ComponentModel Modifier and Type Method Description java.util.Collection<ComponentModel>DomainModel. getComponents()Generated method - Getter of theDomain.componentsattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type ComponentModel Modifier and Type Method Description voidCommentModel. setComponent(ComponentModel value)Generated method - Initial setter ofComment.componentattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type ComponentModel Modifier and Type Method Description voidDomainModel. setComponents(java.util.Collection<ComponentModel> value)Generated method - Setter ofDomain.componentsattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type ComponentModel Constructor Description CommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, java.lang.String _text)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 -
Uses of ComponentModel in de.hybris.platform.ticket.events.model
Constructors in de.hybris.platform.ticket.events.model with parameters of type ComponentModel Constructor Description CsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, CsResolutionType _resolutionType, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, CsResolutionType _resolutionType, java.lang.String _text)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
-