Uses of Class
de.hybris.platform.comments.model.DomainModel
-
Packages that use DomainModel Package Description de.hybris.platform.cockpit.components.listview.impl de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl de.hybris.platform.cockpit.services.comments.impl de.hybris.platform.comments.model Contains generated models for each type of de.hybris.platform.comments.jalo package.de.hybris.platform.comments.services de.hybris.platform.comments.services.impl de.hybris.platform.warehousing.comment de.hybris.platform.warehousing.comment.impl de.hybris.platform.warehousing.util.builder de.hybris.platform.warehousing.util.models -
-
Uses of DomainModel in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return DomainModel Modifier and Type Method Description DomainModelAbstractCommentAction. getDomain()Methods in de.hybris.platform.cockpit.components.listview.impl with parameters of type DomainModel Modifier and Type Method Description voidAbstractCommentAction. setDomain(DomainModel domain) -
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 DomainModel Modifier and Type Field Description protected DomainModelDefaultCommentLayerComponentController. domainMethods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return DomainModel Modifier and Type Method Description protected 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 Modifier and Type Method Description protected DomainModelDefaultCommentLayerService. getDomain() -
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 -
Uses of DomainModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return DomainModel Modifier and Type Method Description DomainModelCommentService. getDomainByCode(java.lang.String domainCode)Deprecated, for removal: This API element is subject to removal in a future version.since ages - UseCommentService.getDomainForCode(String)instead.DomainModelCommentService. getDomainForCode(java.lang.String domainCode)Returns the domain with specified code.Methods in de.hybris.platform.comments.services that return types with arguments of type DomainModel Modifier and Type Method Description java.util.List<DomainModel>CommentDao. findDomainsByCode(java.lang.String domainCode)Searches for domains by code.Methods in de.hybris.platform.comments.services with parameters of type DomainModel Modifier and Type Method Description java.util.List<ComponentModel>CommentDao. findComponentsByDomainAndCode(DomainModel domain, java.lang.String componentCode)Searches for components by domain and code.java.util.List<CommentModel>CommentService. getComments(UserModel user, DomainModel domain, int offset, int count)Returns all comments in the specified domain whereuseris a participant.java.util.List<CommentModel>CommentService. getComments(UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, int offset, int count)Returns all comments in the specified domain which are of the specified types and whereuseris a participant.ComponentModelCommentService. getComponentByCode(DomainModel domain, java.lang.String componentCode)Deprecated, for removal: This API element is subject to removal in a future version.since ages - UseCommentService.getComponentForCode(DomainModel, String)instead.ComponentModelCommentService. getComponentForCode(DomainModel domain, java.lang.String componentCode)Returns the domain component with the specified code.java.util.List<CommentModel>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.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, java.util.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 DomainModel Modifier and Type Method Description DomainModelDefaultCommentService. getDomainByCode(java.lang.String domainCode)DomainModelDefaultCommentService. getDomainForCode(java.lang.String domainCode)Methods in de.hybris.platform.comments.services.impl that return types with arguments of type DomainModel Modifier and Type Method Description java.util.List<DomainModel>DefaultCommentDao. findDomainsByCode(java.lang.String domainCode)Methods in de.hybris.platform.comments.services.impl with parameters of type DomainModel Modifier and Type Method Description java.util.List<ComponentModel>DefaultCommentDao. findComponentsByDomainAndCode(DomainModel domain, java.lang.String componentCode)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, DomainModel domain, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, int offset, int count)ComponentModelDefaultCommentService. getComponentByCode(DomainModel domain, java.lang.String componentCode)ComponentModelDefaultCommentService. getComponentForCode(DomainModel domain, java.lang.String componentCode)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, java.util.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 DomainModel Modifier and Type Method Description DomainModelWarehousingCommentService. 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 DomainModel Modifier and Type Method Description DomainModelAbstractWarehousingCommentService. getOrCreateDomainForCodeWarehousing() -
Uses of DomainModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return DomainModel Modifier and Type Method Description DomainModelDomainModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type DomainModel Modifier and Type Method Description CommentTypeModelBuilderCommentTypeModelBuilder. withDomain(DomainModel domain)ComponentModelBuilderComponentModelBuilder. withDomain(DomainModel domain) -
Uses of DomainModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return DomainModel Modifier and Type Method Description DomainModelDomains. ticketSystem()DomainModelDomains. warehousingDomain()
-