com.stimulsoft.webdesigner
Class StiWebDesignerOptions.DictionaryOptions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerOptions.DictionaryOptions
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.DictionaryOptions
extends java.lang.Object


Field Summary
 StiDesignerPermissions permissionResources
           
 StiDesignerPermissions permissionSqlParameters
           
 
Constructor Summary
StiWebDesignerOptions.DictionaryOptions()
           
 
Method Summary
 StiDesignerPermissions getPermissionBusinessObjects()
          Gets or sets a value of permissions for business objects in the designer.
 StiDesignerPermissions getPermissionDataColumns()
          Gets or sets a value of permissions for columns in the designer.
 StiDesignerPermissions getPermissionDataConnections()
          Gets or sets a value of permissions for connections in the designer.
 StiDesignerPermissions getPermissionDataRelations()
          Gets or sets a value of permissions for relations in the designer.
 StiDesignerPermissions getPermissionDataSources()
          Gets or sets a value of permissions for datasources in the designer.
 StiDesignerPermissions getPermissionResources()
          a value of permissions for resources in the designer.
 StiDesignerPermissions getPermissionSqlParameters()
          Gets or sets a value of permissions for sql parameters in the designer.
 StiDesignerPermissions getPermissionVariables()
          Gets or sets a value of permissions for variables in the designer.
 boolean isVisible()
          Gets or sets a visibility of the dictionary in the designer.
 void setPermissionDataColumns(StiDesignerPermissions permissionDataColumns)
          Gets or sets a value of permissions for columns in the designer.
 void setPermissionDataConnections(StiDesignerPermissions permissionDataConnections)
          Gets or sets a value of permissions for connections in the designer.
 void setPermissionDataRelations(StiDesignerPermissions permissionDataRelations)
          Gets or sets a value of permissions for relations in the designer.
 void setPermissionDataSources(StiDesignerPermissions permissionDataSources)
          Gets or sets a value of permissions for datasources in the designer.
 void setPermissionResources(StiDesignerPermissions permissionResources)
           
 void setPermissionSqlParameters(StiDesignerPermissions permissionSqlParameters)
          Gets or sets a value of permissions for sql parameters in the designer.
 void setPermissionVariables(StiDesignerPermissions permissionVariables)
          Gets or sets a value of permissions for variables in the designer.
 void setVisible(boolean visible)
          Gets or sets a visibility of the dictionary in the designer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

permissionResources

public StiDesignerPermissions permissionResources

permissionSqlParameters

public StiDesignerPermissions permissionSqlParameters
Constructor Detail

StiWebDesignerOptions.DictionaryOptions

public StiWebDesignerOptions.DictionaryOptions()
Method Detail

getPermissionSqlParameters

public StiDesignerPermissions getPermissionSqlParameters()
Gets or sets a value of permissions for sql parameters in the designer.

Returns:
the permissionSqlParameters

setPermissionSqlParameters

public void setPermissionSqlParameters(StiDesignerPermissions permissionSqlParameters)
Gets or sets a value of permissions for sql parameters in the designer.

Parameters:
permissionSqlParameters - the permissionSqlParameters to set

getPermissionResources

public StiDesignerPermissions getPermissionResources()
a value of permissions for resources in the designer.

Returns:
the permissionResources

setPermissionResources

public void setPermissionResources(StiDesignerPermissions permissionResources)
Parameters:
a - value of permissions for resources in the designer.

isVisible

public boolean isVisible()
Gets or sets a visibility of the dictionary in the designer.

Returns:
the visible

setVisible

public void setVisible(boolean visible)
Gets or sets a visibility of the dictionary in the designer.

Parameters:
visible - the visible to set

getPermissionDataSources

public StiDesignerPermissions getPermissionDataSources()
Gets or sets a value of permissions for datasources in the designer.

Returns:
the permissionDataSources

setPermissionDataSources

public void setPermissionDataSources(StiDesignerPermissions permissionDataSources)
Gets or sets a value of permissions for datasources in the designer.

Parameters:
permissionDataSources - the permissionDataSources to set

getPermissionDataConnections

public StiDesignerPermissions getPermissionDataConnections()
Gets or sets a value of permissions for connections in the designer.

Returns:
the permissionDataConnections

setPermissionDataConnections

public void setPermissionDataConnections(StiDesignerPermissions permissionDataConnections)
Gets or sets a value of permissions for connections in the designer.

Parameters:
permissionDataConnections - the permissionDataConnections to set

getPermissionDataColumns

public StiDesignerPermissions getPermissionDataColumns()
Gets or sets a value of permissions for columns in the designer.

Returns:
the permissionDataColumns

setPermissionDataColumns

public void setPermissionDataColumns(StiDesignerPermissions permissionDataColumns)
Gets or sets a value of permissions for columns in the designer.

Parameters:
permissionDataColumns - the permissionDataColumns to set

getPermissionDataRelations

public StiDesignerPermissions getPermissionDataRelations()
Gets or sets a value of permissions for relations in the designer.

Returns:
the permissionDataRelations

setPermissionDataRelations

public void setPermissionDataRelations(StiDesignerPermissions permissionDataRelations)
Gets or sets a value of permissions for relations in the designer.

Parameters:
permissionDataRelations - the permissionDataRelations to set

getPermissionBusinessObjects

public StiDesignerPermissions getPermissionBusinessObjects()
Gets or sets a value of permissions for business objects in the designer.

Returns:
the permissionBusinessObjects

getPermissionVariables

public StiDesignerPermissions getPermissionVariables()
Gets or sets a value of permissions for variables in the designer.

Returns:
the permissionVariables

setPermissionVariables

public void setPermissionVariables(StiDesignerPermissions permissionVariables)
Gets or sets a value of permissions for variables in the designer.

Parameters:
permissionVariables - the permissionVariables to set