|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPropertyNameList | |
| com.sapportals.wcm.rendering.base | Contains interfaces for flexible rendering of explorer controls. |
| com.sapportals.wcm.rendering.collection | Contains interfaces for flexible rendering of collections or lists of resources. |
| com.sapportals.wcm.rendering.resource | Contains interfaces for rendering a resource on the user interface. |
| com.sapportals.wcm.rendering.uicommand | Contains interfaces to render and execute commands for one or more resources. |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.repository.batch | |
| com.sapportals.wcm.repository.filter | Contains interfaces and classes to define repository filters. |
| com.sapportals.wcm.service.propertyconfig | Provides a service for the administration of metadata for resource properties. |
| com.sapportals.wcm.service.relation | Provides a service to persist relationships between relation operands. |
| Uses of IPropertyNameList in com.sapportals.wcm.rendering.base |
| Methods in com.sapportals.wcm.rendering.base that return IPropertyNameList | |
IPropertyNameList |
ResourcePropertyAmalgamation.declareUnavailable(IResource resource,
IPropertyNameList list)
marks the given property names as unavailable from the framework so that no calls to the framework will be made to retrieve them. |
| Methods in com.sapportals.wcm.rendering.base with parameters of type IPropertyNameList | |
void |
ResourcePropertyAmalgamation.readProperties(IResourceList resources,
IPropertyNameList names)
|
IPropertyMap |
ResourcePropertyAmalgamation.getProperties(IResource resource,
IPropertyNameList list)
returns the properties defined for the given resource which are accessed through the given list. |
IPropertyNameList |
ResourcePropertyAmalgamation.declareUnavailable(IResource resource,
IPropertyNameList list)
marks the given property names as unavailable from the framework so that no calls to the framework will be made to retrieve them. |
void |
ResourcePropertyAmalgamation.UnavailableEntries.add(IResource res,
IPropertyNameList list)
adds the names to the list of unavailabe entries for the given resource. creates a new entry in the internal map if no entry has yet been made for this resource. |
| Uses of IPropertyNameList in com.sapportals.wcm.rendering.collection |
| Methods in com.sapportals.wcm.rendering.collection that return IPropertyNameList | |
IPropertyNameList |
LightCollectionRenderer.getPropertyNames()
|
IPropertyNameList |
AbstractCollectionRenderer.getPropertyNames()
Gets the propertyNames attribute of the AbstractCollectionRenderer object |
| Methods in com.sapportals.wcm.rendering.collection with parameters of type IPropertyNameList | |
void |
LightCollectionRenderer.setPropertyNames(IPropertyNameList nameList)
|
protected void |
LightCollectionRenderer.sortResourceList(IPropertyNameList list,
SortDefinition sd)
|
ResourcePropertyComparator |
SortHandler.comparator(IPropertyNameList list,
SortDefinition sd)
|
void |
AbstractCollectionRenderer.setPropertyNames(IPropertyNameList nameList)
Sets the propertyNames attribute of the AbstractCollectionRenderer object |
| Uses of IPropertyNameList in com.sapportals.wcm.rendering.resource |
| Methods in com.sapportals.wcm.rendering.resource that return IPropertyNameList | |
protected IPropertyNameList |
AbstractResourceRenderer.getPropertyNameList()
|
| Methods in com.sapportals.wcm.rendering.resource with parameters of type IPropertyNameList | |
void |
AbstractResourceRenderer.setPropertyNameList(IPropertyNameList propnamelist)
Sets the propertyNameList attribute of the AbstractResourceRenderer object |
void |
IResourceRenderer.setPropertyNameList(IPropertyNameList propnamelist)
|
| Uses of IPropertyNameList in com.sapportals.wcm.rendering.uicommand |
| Methods in com.sapportals.wcm.rendering.uicommand that return IPropertyNameList | |
IPropertyNameList |
PropertyInformation.getRequiredPropertyNames()
|
IPropertyNameList |
UICommandFactory.getRequiredProperties(java.lang.String groupID)
|
| Constructors in com.sapportals.wcm.rendering.uicommand with parameters of type IPropertyNameList | |
PropertyInformation(IPropertyNameList names)
standard constructor that will set the local IPropertyNameList
attribute with the given parameter. |
|
| Uses of IPropertyNameList in com.sapportals.wcm.repository |
| Classes in com.sapportals.wcm.repository that implement IPropertyNameList | |
class |
PropertyNameList
This interface defines a list of IPropertyNameList objects. |
| Methods in com.sapportals.wcm.repository that return IPropertyNameList | |
IPropertyNameList |
PropertyNameList.getListWithoutSystemPropertyNames()
|
| Methods in com.sapportals.wcm.repository with parameters of type IPropertyNameList | |
IPropertyMap |
IResource.getProperties(IPropertyNameList propNameList)
Returns a map with IProperty references for the resource. |
IResourceList |
ICollection.getChildren(Selector childrenSelector,
Collator sortBy,
IPropertyNameList propertyPrefill)
Returns the children of this collection. |
IResourceList |
ICollection.getChildren(Selector childrenSelector,
Collator sortBy,
IPropertyNameList propertyPrefill,
java.lang.String[] permissionNames)
Returns the children of this collection. |
| Uses of IPropertyNameList in com.sapportals.wcm.repository.batch |
| Methods in com.sapportals.wcm.repository.batch that return IPropertyNameList | |
IPropertyNameList |
ResourcePropertyMap.calculateNotContainedNames(RID rid,
IPropertyNameList checkNames)
Returns a list of names of properties that are not contained in the map for the specified RID. |
IPropertyNameList |
ResourcePropertyMap.calculateContainedNames(RID rid,
IPropertyNameList checkNames)
Returns a list of names of properties that are contained in the map for the specified RID. |
| Methods in com.sapportals.wcm.repository.batch with parameters of type IPropertyNameList | |
IPropertyNameList |
ResourcePropertyMap.calculateNotContainedNames(RID rid,
IPropertyNameList checkNames)
Returns a list of names of properties that are not contained in the map for the specified RID. |
IPropertyNameList |
ResourcePropertyMap.calculateContainedNames(RID rid,
IPropertyNameList checkNames)
Returns a list of names of properties that are contained in the map for the specified RID. |
| Uses of IPropertyNameList in com.sapportals.wcm.repository.filter |
| Methods in com.sapportals.wcm.repository.filter that return IPropertyNameList | |
IPropertyNameList |
AbstractPropertyFilterManager.getFilteredPropertyNamesForRead()
Returns the names used by this filter for adding properties. |
IPropertyNameList |
AbstractPropertyFilter.getPropertyNameList()
|
IPropertyNameList |
IPropertyFilter.getPropertyNameList()
Get the property name list if mode is SINGLE_PROPERTY or PROPERTY_LIST. |
| Uses of IPropertyNameList in com.sapportals.wcm.service.propertyconfig |
| Methods in com.sapportals.wcm.service.propertyconfig with parameters of type IPropertyNameList | |
void |
IMetaModelExport.exportMetaDataScheme(ICollection collection,
java.lang.String outputResource,
IPropertyNameList propertyNameList)
Exports the specified properties to an XML file stored as a resource under the collection with the ID outputResource. |
| Uses of IPropertyNameList in com.sapportals.wcm.service.relation |
| Methods in com.sapportals.wcm.service.relation that return IPropertyNameList | |
IPropertyNameList |
IRelationTypeAttributes.getRequiredProperties()
Get the list of required properties for the relations of this type. |
| Methods in com.sapportals.wcm.service.relation with parameters of type IPropertyNameList | |
IRelationTypeAttributes |
IRelationService.getRelationTypeAttributes(IRelationTypeHandler typeHandler,
IPropertyNameList requiredProperties,
boolean oneToOne,
boolean ordered,
boolean sourceDeleteTracking,
boolean targetDeleteTracking,
boolean sourceChangeTracking,
boolean targetChangeTracking)
Same as IRelationService.getRelationTypeAttributes(IRelationTypeHandler,
IPropertyNameList, boolean, boolean, boolean, boolean, boolean, boolean,
boolean, boolean) with sourceCopyTracking and
targetCopyTracking set to false |
IRelationTypeAttributes |
IRelationService.getRelationTypeAttributes(IRelationTypeHandler typeHandler,
IPropertyNameList requiredProperties,
boolean oneToOne,
boolean ordered,
boolean sourceDeleteTracking,
boolean targetDeleteTracking,
boolean sourceChangeTracking,
boolean targetChangeTracking,
boolean sourceCopyTracking,
boolean targetCopyTracking)
Get a set of unchecked attributes which can be use to created a
IRelationType . |
IPropertyMap |
IRelation.getProperties(IPropertyNameList propertyNameList)
Get several specified properties. |
void |
IRelation.deleteProperties(IPropertyNameList propertyNameList)
Delete several specified properties (if they exist). |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||