Interfaces can be defined for the web and business tiers. Interfaces defined in the business tier are also available to components
in the web tier. See chapter 7. Tiers for further information.
The define interface dialog is used to add/edit/remove an interface (Tier properties, code tab). This dialog is described in further
detail below.
- Visibility
Select the visibility of the interface from the visibility dropdown.
- Imports
Use the import buttons to add/edit/remove imports for the interface via the enter import dialog. The application button allows you
to add imports for other components in your application.
- Interfaces
Use the interfaces buttons to add/edit/remove any interfaces the interface will extend via the enter interface dialog.
- Methods
Use the methods buttons to add/edit/remove methods for the interface via the define method dialog (described in more detail later in this chapter).
- Package
Enter the package for the interface in the package text field.
- Interface name
Enter the interface name in the interface name text field.
- Interface description
Enter a description for the interface in the interface description text field.