public interface IBusinessService
Modifier and Type | Method and Description |
---|---|
java.util.List<IBindingTemplate> |
getBindingTemplates()
Returns the list of
IBindingTemplate . |
java.lang.String |
getBusinessEntityKey()
Returns the key of the parent business entity.
|
ICategoryBag |
getCategoryBag()
Returns the
ICategoryBag of the service. |
java.lang.String |
getDescription()
Returns the description of the business service.
|
java.lang.String |
getServiceKey()
Returns the unique key of the business service.
|
java.lang.String |
getServiceName()
Returns the name of the business service.
|
void |
setBusinessEntityKey(java.lang.String value)
Sets the key of the parent business entity.
|
void |
setDescription(java.lang.String value)
Sets the description of the business service.
|
void |
setServiceKey(java.lang.String value)
Sets the unique key of the business service.
|
void |
setServiceName(java.lang.String value)
Sets the name of the business service.
|
java.lang.String getServiceName()
void setServiceName(java.lang.String value)
value
- the service name
java.lang.String getServiceKey()
void setServiceKey(java.lang.String value)
value
- the unique key
java.lang.String getDescription()
void setDescription(java.lang.String value)
value
- the description
java.lang.String getBusinessEntityKey()
void setBusinessEntityKey(java.lang.String value)
value
- the business entity key
java.util.List<IBindingTemplate> getBindingTemplates()
IBindingTemplate
. This method must always return a list.ICategoryBag getCategoryBag()
ICategoryBag
of the service. This method must always return a category bag.