Reference > IBM Sales Center extension points


Action set group extension point

The purpose of this extension point is to allow plug-ins to define a group of actionSets. IBM Sales Center perspectives will use these groups to determine which actionSets should be loaded by the perspective.


Identifier:

com.ibm.commerce.telesales.ui.actionSetGroups


Description:

The purpose of this extension point is to allow plug-ins to define a group of actionSets. IBM Sales Center perspectives will use these groups to determine which actionSets should be loaded by the perspective.


Configuration Markup:

<!ELEMENT extension EMPTY>

<!ATTLIST extension

point CDATA #REQUIRED

id CDATA #IMPLIED

name CDATA #IMPLIED>

<!ELEMENT actionSetGroup (( actionSetGroupContribution | actionSetContribution)*)>

<!ATTLIST actionSetGroup

id CDATA #REQUIRED>

<!ELEMENT actionSetGroupContribution EMPTY>

<!ATTLIST actionSetGroupContribution

actionSetGroupId CDATA #REQUIRED>

Action set group contribution element

<!ELEMENT actionSetContribution EMPTY>

<!ATTLIST actionSetContribution

actionSetId CDATA #REQUIRED>

Action set contribution element


Examples:

The following is an example for the extension point:

    
<extension point=
 "com.ibm.commerce.telesales.ui.actionSetGroups"
 >       

<actionSetGroup id=
 "com.mycompany.actionsetgroup.order"
 >          

<actionSetGroupContribution actionSetGroupId=
 "com.ibm.commerce.telesales.actionSetGroup.orders"
 />          

<actionSetContribution actionSetId=
 "sampleActionSet.actionSet1"
 />          

<actionSetContribution actionSetId=
 "sampleActionSet.actionSet2"
 />       

</actionSetGroup>    

</extension>


Supplied Implementation:

The IBM Sales Center Orders perspective and Commerce Browser perspective use extensions to define their actionSet groups.


+

Search Tips   |   Advanced Search