@Deprecated public class DefaultStructureFacade extends java.lang.Object implements StructureFacade
StructureFacade by providing field ordering, marking a field as
editable or not, and listing only the fields needed for a given mode.| Constructor and Description |
|---|
DefaultStructureFacade()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentTypeData |
getComponentTypeByCodeAndMode(java.lang.String code,
java.lang.String mode)
Deprecated.
Get a single component type structure for a given structure type mode.
|
java.util.List<ComponentTypeData> |
getComponentTypesByCode(java.lang.String code)
Deprecated.
Get component type structures for all defined structure type modes.
|
protected TypeStructureService |
getTypeStructureService()
Deprecated.
|
void |
setTypeStructureService(TypeStructureService typeStructureService)
Deprecated.
|
public java.util.List<ComponentTypeData> getComponentTypesByCode(java.lang.String code)
StructureFacadegetComponentTypesByCode in interface StructureFacadecode - - the type code of the component type to retrievepublic ComponentTypeData getComponentTypeByCodeAndMode(java.lang.String code, java.lang.String mode)
The type attributes are ordered in the order specified by the associated ComponentTypeAttributeDataComparator.
getComponentTypeByCodeAndMode in interface StructureFacadecode - - the type code of the component type to retrievemode - - the mode of the structure typeprotected TypeStructureService getTypeStructureService()
public void setTypeStructureService(TypeStructureService typeStructureService)
Copyright © 2018 SAP SE. All Rights Reserved.