| 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.resource | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
AbstractCommentAction.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCommentAction.setDomain(DomainModel domain) |
| Modifier and Type | Field and Description |
|---|---|
protected DomainModel |
DefaultCommentLayerComponentController.domain |
| Modifier and Type | Method and Description |
|---|---|
protected DomainModel |
DefaultCommentLayerComponentController.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
protected DomainModel |
DefaultCommentLayerService.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
CommentTypeModel.getDomain()
Generated method - Getter of the
CommentType.domain attribute defined at extension comments. |
DomainModel |
ComponentModel.getDomain()
Generated method - Getter of the
Component.domain attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentTypeModel.setDomain(DomainModel value)
Generated method - Initial setter of
CommentType.domain attribute defined at extension comments. |
void |
ComponentModel.setDomain(DomainModel value)
Generated method - Initial setter of
Component.domain attribute defined at extension comments. |
| Constructor and Description |
|---|
CommentTypeModel(DomainModel _domain)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CommentTypeModel(java.lang.String _code,
DomainModel _domain,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ComponentModel(DomainModel _domain)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ComponentModel(java.lang.String _code,
DomainModel _domain,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
DomainResource.getDomainModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DomainModel |
DomainResource.readResource(java.lang.String resourceId)
Gets the
DomainModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DomainModel> |
DomainsResource.getDomainsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainResource.setDomainModel(DomainModel value)
Convenience method which just delegates to
#setResourceValue(DomainModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainsResource.setDomainsCollection(java.util.Collection<DomainModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
CommentService.getDomainByCode(java.lang.String domainCode)
Deprecated.
since ages - Use
CommentService.getDomainForCode(String) instead. |
DomainModel |
CommentService.getDomainForCode(java.lang.String domainCode)
Returns the domain with specified code.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DomainModel> |
CommentDao.findDomainsByCode(java.lang.String domainCode)
Searches for domains by code.
|
| Modifier and Type | Method and 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,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Returns all comments in the specified domain which are of the specified types and where
user is a
participant. |
java.util.List<CommentModel> |
CommentService.getComments(UserModel user,
DomainModel domain,
int offset,
int count)
Returns all comments in the specified domain where
user is a participant. |
ComponentModel |
CommentService.getComponentByCode(DomainModel domain,
java.lang.String componentCode)
Deprecated.
since ages - Use
CommentService.getComponentForCode(DomainModel, String) instead. |
ComponentModel |
CommentService.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,
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
where
user is a participant. |
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 where
user is
a participant. |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
DefaultCommentService.getDomainByCode(java.lang.String domainCode) |
DomainModel |
DefaultCommentService.getDomainForCode(java.lang.String domainCode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DomainModel> |
DefaultCommentDao.findDomainsByCode(java.lang.String domainCode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ComponentModel> |
DefaultCommentDao.findComponentsByDomainAndCode(DomainModel domain,
java.lang.String componentCode) |
java.util.List<CommentModel> |
DefaultCommentService.getComments(UserModel user,
DomainModel domain,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getComments(UserModel user,
DomainModel domain,
int offset,
int count) |
ComponentModel |
DefaultCommentService.getComponentByCode(DomainModel domain,
java.lang.String componentCode) |
ComponentModel |
DefaultCommentService.getComponentForCode(DomainModel domain,
java.lang.String componentCode) |
java.util.List<CommentModel> |
DefaultCommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
WarehousingCommentService.getOrCreateDomainForCodeWarehousing()
Get the domain with code "warehousing"
|
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
AbstractWarehousingCommentService.getOrCreateDomainForCodeWarehousing() |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
DomainModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModelBuilder |
CommentTypeModelBuilder.withDomain(DomainModel domain) |
ComponentModelBuilder |
ComponentModelBuilder.withDomain(DomainModel domain) |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
Domains.ticketSystem() |
DomainModel |
Domains.warehousingDomain() |
Copyright © 2018 SAP SE. All Rights Reserved.