| Package | Description |
|---|---|
| de.hybris.platform.core.model.type |
Contains generated models for each type of de.hybris.platform.jalo.type package.
|
| de.hybris.platform.core.resource.type | |
| de.hybris.platform.servicelayer.type | |
| de.hybris.platform.servicelayer.type.daos | |
| de.hybris.platform.servicelayer.type.daos.impl | |
| de.hybris.platform.servicelayer.type.impl |
| Modifier and Type | Method and Description |
|---|---|
AtomicTypeModel |
AtomicTypeModel.getSuperType()
Generated method - Getter of the
AtomicType.superType attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AtomicTypeModel> |
AtomicTypeModel.getSubtypes()
Generated method - Getter of the
AtomicType.subtypes attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicTypeModel.setSuperType(AtomicTypeModel value)
Generated method - Initial setter of
AtomicType.superType attribute defined at extension core. |
| Constructor and Description |
|---|
AtomicTypeModel(String _code,
Boolean _generate,
Class _javaClass,
ItemModel _owner,
AtomicTypeModel _superType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
AtomicTypeModel |
AtomicTypeResource.getAtomicTypeModel()
Convenience method which just delegates to
#getResourceValue() |
protected AtomicTypeModel |
AtomicTypeResource.readResource(String resourceId)
Gets the
AtomicTypeModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AtomicTypeModel> |
AtomicTypesResource.getAtomicTypesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicTypeResource.setAtomicTypeModel(AtomicTypeModel value)
Convenience method which just delegates to
#setResourceValue(AtomicTypeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicTypesResource.setAtomicTypesCollection(Collection<AtomicTypeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AtomicTypeModel |
TypeService.getAtomicType(String code)
Deprecated.
use
TypeService.getAtomicTypeForCode(String) instead. |
AtomicTypeModel |
TypeService.getAtomicTypeForCode(String code)
Gets the atomic type for code.
|
AtomicTypeModel |
TypeService.getAtomicTypeForJavaClass(Class javaClass)
Returns the atomic type for java class.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicTypeModel |
TypeDao.findAtomicTypeByCode(String code)
Find atomic types for code.
|
AtomicTypeModel |
TypeDao.findAtomicTypeByJavaClass(Class javaClass)
Find atomic types for java class.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicTypeModel |
DefaultTypeDao.findAtomicTypeByCode(String code) |
AtomicTypeModel |
DefaultTypeDao.findAtomicTypeByJavaClass(Class javaClass) |
| Modifier and Type | Method and Description |
|---|---|
AtomicTypeModel |
DefaultTypeService.getAtomicType(String typeCode)
Deprecated.
|
AtomicTypeModel |
DefaultTypeService.getAtomicTypeForCode(String code) |
AtomicTypeModel |
DefaultTypeService.getAtomicTypeForJavaClass(Class javaClass) |
Copyright © 2017 SAP SE. All Rights Reserved.