| 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(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(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
#getResourceValue() |
protected DomainModel |
DomainResource.readResource(String resourceId)
Gets the
DomainModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DomainModel> |
DomainsResource.getDomainsCollection()
Convenience method which just delegates to
#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(Collection<DomainModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
CommentService.getDomainByCode(String domainCode)
Deprecated.
Use
CommentService.getDomainForCode(String) instead. |
DomainModel |
CommentService.getDomainForCode(String domainCode)
Returns the domain with specified code.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainModel> |
CommentDao.findDomainsByCode(String domainCode)
Searches for domains by code.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentModel> |
CommentDao.findComponentsByDomainAndCode(DomainModel domain,
String componentCode)
Searches for components by domain and code.
|
List<CommentModel> |
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 where
user is a
participant. |
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,
String componentCode)
Deprecated.
|
ComponentModel |
CommentService.getComponentForCode(DomainModel domain,
String componentCode)
Returns the domain component with the specified code.
|
List<CommentModel> |
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
where
user is a participant. |
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(String domainCode) |
DomainModel |
DefaultCommentService.getDomainForCode(String domainCode) |
| Modifier and Type | Method and Description |
|---|---|
List<DomainModel> |
DefaultCommentDao.findDomainsByCode(String domainCode) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentModel> |
DefaultCommentDao.findComponentsByDomainAndCode(DomainModel domain,
String componentCode) |
List<CommentModel> |
DefaultCommentService.getComments(UserModel user,
DomainModel domain,
Collection<CommentTypeModel> types,
int offset,
int count) |
List<CommentModel> |
DefaultCommentService.getComments(UserModel user,
DomainModel domain,
int offset,
int count) |
ComponentModel |
DefaultCommentService.getComponentByCode(DomainModel domain,
String componentCode) |
ComponentModel |
DefaultCommentService.getComponentForCode(DomainModel domain,
String componentCode) |
List<CommentModel> |
DefaultCommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
Collection<CommentTypeModel> types,
int offset,
int count) |
List<CommentModel> |
DefaultCommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
protected DomainModel |
Note2CommentPopulatingConverter.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
protected DomainModel |
AbstractPrintJobServicelayerTest.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
protected DomainModel |
AbstractPrintWorkflowTest.createDomain() |
| Modifier and Type | Method and Description |
|---|---|
protected DomainModel |
PrintContextAreaCommentTreeComponent.getDomain() |
| 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 |
|---|---|
ComponentModelBuilder |
ComponentModelBuilder.withDomain(DomainModel domain) |
CommentTypeModelBuilder |
CommentTypeModelBuilder.withDomain(DomainModel domain) |
| Modifier and Type | Method and Description |
|---|---|
DomainModel |
Domains.ticketSystem() |
DomainModel |
Domains.warehousingDomain() |
Copyright © 2017 SAP SE. All Rights Reserved.