MetaDone
metadone.metabusiness.syntax.UserView Interface Reference
Inheritance diagram for metadone.metabusiness.syntax.UserView:
Collaboration diagram for metadone.metabusiness.syntax.UserView:

List of all members.

Public Member Functions

String getNameView () throws BadPreCondition
User getUser () throws BadPreCondition
ConcreteModel getModel () throws BadPreCondition
Script getScript ()

Detailed Description

A view used directly by the user.

Author:
kma

Member Function Documentation

ConcreteModel metadone.metabusiness.syntax.UserView.getModel ( ) throws BadPreCondition

Gets the model.

Returns:
the model of the view (in terms of the MVC terminology)
Exceptions:
BadPreCondition

Implemented in metadone.metabusiness.syntax.grasyla.GrasylaView.

String metadone.metabusiness.syntax.UserView.getNameView ( ) throws BadPreCondition

Gets the name of the view.

Returns:
the name of this view (not null)
Exceptions:
BadPreCondition

Implemented in metadone.metabusiness.syntax.grasyla.GrasylaView.

Script metadone.metabusiness.syntax.UserView.getScript ( )

Gets the script.

Returns:
the proxy to the definition of this view (i.e. a grasyla script).

Implements metadone.metabusiness.syntax.View.

Implemented in metadone.metabusiness.syntax.grasyla.GrasylaView.

User metadone.metabusiness.syntax.UserView.getUser ( ) throws BadPreCondition

Gets the user.

Returns:
the user who owns this view.
Exceptions:
BadPreCondition

Implemented in metadone.metabusiness.syntax.grasyla.GrasylaView.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations