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.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return DomainModelMethods in de.hybris.platform.cockpit.components.listview.impl with parameters of type DomainModel -
Uses of DomainModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Fields in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl declared as DomainModelModifier and TypeFieldDescriptionprotected DomainModelDefaultCommentLayerComponentController.domainMethods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return DomainModelModifier and TypeMethodDescriptionprotected DomainModelDefaultCommentLayerComponentController.getDomain() -
Uses of DomainModel in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl that return DomainModel -
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 -
Uses of DomainModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return DomainModelModifier and TypeMethodDescriptionCommentService.getDomainByCode(String domainCode) Deprecated, for removal: This API element is subject to removal in a future version.since ages - UseCommentService.getDomainForCode(String)instead.CommentService.getDomainForCode(String domainCode) Returns the domain with specified code.Methods in de.hybris.platform.comments.services that return types with arguments of type DomainModelModifier and TypeMethodDescriptionCommentDao.findDomainsByCode(String domainCode) Searches for domains by code.Methods in de.hybris.platform.comments.services with parameters of type DomainModelModifier and TypeMethodDescriptionCommentDao.findComponentsByDomainAndCode(DomainModel domain, String componentCode) Searches for components by domain and code.CommentService.getComments(UserModel user, DomainModel domain, int offset, int count) Returns all comments in the specified domain whereuseris a participant.CommentService.getComments(UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) Returns all comments in the specified domain which are of the specified types and whereuseris a participant.CommentService.getComponentByCode(DomainModel domain, String componentCode) Deprecated, for removal: This API element is subject to removal in a future version.since ages - UseCommentService.getComponentForCode(DomainModel, String)instead.CommentService.getComponentForCode(DomainModel domain, String componentCode) Returns the domain component with the specified code.CommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, int offset, int count) Returns all item comments for the specified item, which are in the specified domain and whereuseris a participant.CommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) Returns all item comments for the specified item, which are in the specified domain, of the specified types and whereuseris a participant. -
Uses of DomainModel in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl that return DomainModelModifier and TypeMethodDescriptionDefaultCommentService.getDomainByCode(String domainCode) DefaultCommentService.getDomainForCode(String domainCode) Methods in de.hybris.platform.comments.services.impl that return types with arguments of type DomainModelMethods in de.hybris.platform.comments.services.impl with parameters of type DomainModelModifier and TypeMethodDescriptionDefaultCommentDao.findComponentsByDomainAndCode(DomainModel domain, String componentCode) DefaultCommentService.getComments(UserModel user, DomainModel domain, int offset, int count) DefaultCommentService.getComments(UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentService.getComponentByCode(DomainModel domain, String componentCode) DefaultCommentService.getComponentForCode(DomainModel domain, String componentCode) DefaultCommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, int offset, int count) DefaultCommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) -
Uses of DomainModel in de.hybris.platform.warehousing.comment
Methods in de.hybris.platform.warehousing.comment that return DomainModelModifier and TypeMethodDescriptionWarehousingCommentService.getOrCreateDomainForCodeWarehousing()Get the domain with code "warehousing" -
Uses of DomainModel in de.hybris.platform.warehousing.comment.impl
Methods in de.hybris.platform.warehousing.comment.impl that return DomainModelModifier and TypeMethodDescriptionAbstractWarehousingCommentService.getOrCreateDomainForCodeWarehousing() -
Uses of DomainModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return DomainModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type DomainModelModifier and TypeMethodDescriptionCommentTypeModelBuilder.withDomain(DomainModel domain) ComponentModelBuilder.withDomain(DomainModel domain) -
Uses of DomainModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return DomainModel