Uses of Class
de.hybris.platform.comments.model.ComponentModel
Packages that use ComponentModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.comments.jalo package.
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 ComponentModelModifierConstructorDescriptionCMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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, 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 ComponentModelModifier and TypeMethodDescriptionCommentModel.getComponent()Generated method - Getter of theComment.componentattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type ComponentModelModifier and TypeMethodDescriptionDomainModel.getComponents()Generated method - Getter of theDomain.componentsattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type ComponentModelModifier and TypeMethodDescriptionvoidCommentModel.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 ComponentModelModifier and TypeMethodDescriptionvoidDomainModel.setComponents(Collection<ComponentModel> value) Generated method - Setter ofDomain.componentsattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type ComponentModelModifierConstructorDescriptionCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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, 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 ComponentModelModifierConstructorDescriptionCsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, 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, 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, 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, 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, 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, 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