|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyStructureServiceException | |
| com.sapportals.wcm.service.propertystructure | Provides structuring information for properties. |
| Uses of PropertyStructureServiceException in com.sapportals.wcm.service.propertystructure |
| Methods in com.sapportals.wcm.service.propertystructure that throw PropertyStructureServiceException | |
java.lang.String |
IPropertyStructure.getName()
Gets the name of the structure. |
IStructuredGroupItemList |
IPropertyStructure.getOrderedItems()
Gets all first level items of the structure in their configured order. |
java.lang.String[] |
IPropertyStructure.getResourceTypes()
All resource types for that the structure is configured. |
StructureDisplayMode[] |
IPropertyStructure.getDisplayModes()
All supported display modes of the structure. |
boolean |
IPropertyStructure.isSupportedDisplayMode(StructureDisplayMode displayMode)
Checks if a display mode is supported by a structure. |
java.lang.String |
IPropertyStructure.getLabel(java.util.Locale locale)
Gets the label for the structure. |
boolean |
IPropertyStructure.isSingleFocusEnabled()
Checks if the groups of this structure (only 1 level) should be displayed in a way that always only one group is in the focus |
com.sapportals.htmlb.Component |
IStructuredGroupRenderer.render(IMetaContext metaContext)
Renders the structured group. |
IPropertyMap |
IStructuredGroupRenderer.getProperties(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Gets the properties with their entered values after the response has been returned. |
java.lang.String[] |
IStructuredGroupRenderer.validate(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Validates the group content |
void |
IStructuredGroupRenderer.save(IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Saves the content of the structured group. |
java.lang.String[] |
IStructuredGroupRenderer.processEvent(com.sapportals.htmlb.event.Event event,
IMetaContext metaContext,
com.sapportals.htmlb.page.DynPage dynPage)
Validates the group content |
java.lang.String |
IStructuredGroup.getName()
Gets the name of the structured group. |
java.lang.String |
IStructuredGroup.getLabel(java.util.Locale locale)
Gets the label for the group. |
IStructuredGroupItemList |
IStructuredGroup.getOrderedItems()
Gets all items of the structured group in their configured order. |
IMetaGroup |
IStructuredGroup.getMetaGroup()
Gets the meta group object for this structured group. |
IStructuredGroupRenderer |
IStructuredGroup.getRenderer()
Gets the renderer of this structured group. |
boolean |
IStructuredGroup.hasRenderer()
Checks if the structured group has a configured renderer. |
boolean |
IStructuredGroup.hasOrderedItems()
Checks if the structured group has configured items. |
boolean |
IStructuredGroup.isSingleFocusEnabled()
Checks if the sub groups of this group (only one level) should be displayed in a way that always only one group is in the focus |
IPropertyName |
IStructuredProperty.getPropertyName()
Gets the property name for the property |
IMetaName |
IStructuredProperty.getMetaName()
Gets the meta name object for this property. |
IMetaName |
IStructuredProperty.getMetaName(IProperty property)
Gets the meta name object for this property. |
boolean |
IStructuredGroupItem.isStructuredGroup()
Checks if the item is a IStructuredGroup. |
boolean |
IStructuredGroupItem.isStructuredProperty()
Checks if the item is a IStructuredProperty. |
IStructuredGroup |
IStructuredGroupItem.getAsStructuredGroup()
Gets the item as a IStructuredGroup. |
IStructuredProperty |
IStructuredGroupItem.getAsStructuredProperty()
Gets the item as a IStructuredProperty. |
IPropertyStructure |
IPropertyStructureService.getPropertyStructure(java.lang.String name)
Get the property structure with the requested name. |
IPropertyStructureList |
IPropertyStructureService.getPropertyStructures()
Gets all available property structures of the service. |
IPropertyStructureList |
IPropertyStructureService.getPropertyStructures(java.lang.String resourceType,
StructureDisplayMode displayMode,
IMetaContext metaContext)
Gets property structures for a requested resource type and display mode. |
IPropertyStructureList |
IPropertyStructureService.getPropertyStructures(java.lang.String resourceType,
StructureDisplayMode displayMode)
Gets property structures for a requested resource type and display mode. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||