| Package | Description |
|---|---|
| de.hybris.platform.btg.integration | |
| de.hybris.platform.btg.model |
Contains generated models for each type of de.hybris.platform.btg.jalo package.
|
| de.hybris.platform.btg.resource |
| Modifier and Type | Method and Description |
|---|---|
protected BTGAbstractLiteralOperandModel |
BTGIntegrationTest.createBooleanLiteralOperand(boolean value) |
protected BTGAbstractLiteralOperandModel |
BTGIntegrationTest.createDoubleLiteralOperand(java.lang.Double literalValue) |
protected BTGAbstractLiteralOperandModel |
BTGIntegrationTest.createGenderLiteralOperand(Gender literalValue) |
protected BTGAbstractLiteralOperandModel |
BTGIntegrationTest.createIntLiteralOperand(java.lang.Integer literalValue) |
protected BTGAbstractLiteralOperandModel |
BTGIntegrationTest.createStringLiteralOperand(java.lang.String literalValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
BTGBooleanLiteralOperandModel
Generated model class for type BTGBooleanLiteralOperand first defined at extension btg.
|
class |
BTGDoubleLiteralOperandModel
Generated model class for type BTGDoubleLiteralOperand first defined at extension btg.
|
class |
BTGGenderEnumLiteralOperandModel
Generated model class for type BTGGenderEnumLiteralOperand first defined at extension btg.
|
class |
BTGIntegerLiteralOperandModel
Generated model class for type BTGIntegerLiteralOperand first defined at extension btg.
|
class |
BTGStringLiteralOperandModel
Generated model class for type BTGStringLiteralOperand first defined at extension btg.
|
| Modifier and Type | Method and Description |
|---|---|
BTGAbstractLiteralOperandModel |
BTGAbstractLiteralOperandResource.getBTGAbstractLiteralOperandModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BTGAbstractLiteralOperandModel |
BTGAbstractLiteralOperandResource.readResource(java.lang.String resourceId)
Gets the
BTGAbstractLiteralOperandModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGAbstractLiteralOperandModel> |
BTGAbstractLiteralOperandsResource.getBTGAbstractLiteralOperandsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGAbstractLiteralOperandResource.setBTGAbstractLiteralOperandModel(BTGAbstractLiteralOperandModel value)
Convenience method which just delegates to
#setResourceValue(BTGAbstractLiteralOperandModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGAbstractLiteralOperandsResource.setBTGAbstractLiteralOperandsCollection(java.util.Collection<BTGAbstractLiteralOperandModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.