Interface ICustomizationBusinessViews
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICustomizationBusinessViews extends com4j.Com4jObject
For HP use. The collection of Business Views.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
addBusinessView(java.lang.String name, java.lang.String _Label)
Creates a new CustomizationBusinessView.com4j.Com4jObject
businessView(java.lang.String name)
Gets the ICustomizationBusinessView specified by the namecom4j.Com4jObject
businessViewByID(int id)
Gets the ICustomizationBusinessView with the specified ID.IList
businessViews()
Gets the list of ICustomizationBusinessView objects.java.lang.Object
businessViews(int index)
void
removeBusinessView(java.lang.String name)
Deletes the specified CustomizationBusinessView.
-
-
-
Method Detail
-
businessView
com4j.Com4jObject businessView(java.lang.String name)
Gets the ICustomizationBusinessView specified by the name
Getter method for the COM property "BusinessView"
- Parameters:
name
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
businessViewByID
com4j.Com4jObject businessViewByID(int id)
Gets the ICustomizationBusinessView with the specified ID.
Getter method for the COM property "BusinessViewByID"
- Parameters:
id
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
businessViews
IList businessViews()
Gets the list of ICustomizationBusinessView objects.
Getter method for the COM property "BusinessViews"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
businessViews
java.lang.Object businessViews(int index)
-
addBusinessView
com4j.Com4jObject addBusinessView(java.lang.String name, java.lang.String _Label)
Creates a new CustomizationBusinessView.
- Parameters:
name
- Mandatory java.lang.String parameter._Label
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
removeBusinessView
void removeBusinessView(java.lang.String name)
Deletes the specified CustomizationBusinessView.
- Parameters:
name
- Mandatory java.lang.String parameter.
-
-