com.sage.accpac.sm
Class View.Security

java.lang.Object
  extended by com.sage.accpac.sm.View.Security
Enclosing class:
View

public static final class View.Security
extends java.lang.Object

Security values which indicate the functionality the user is permitted to access on the view. A security permission can be a combination of these values.

Wade Forster says that the value can also include view-specific flags; I am inquiring as to how they are controlled. For that case we might need a function that returns an int that is the non-standard flags.

See Also:
View.getSecuritySettings()

Method Summary
 boolean getAdd()
          Can new records be added?
 boolean getDelete()
          Can existing records be deleted?
 boolean getInquire()
          Can existing records be read?
 boolean getModify()
          Can existing records be changed?
 boolean getPost()
          Can records be posted?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAdd

public boolean getAdd()
Can new records be added?

Returns:
true if records can be added

getDelete

public boolean getDelete()
Can existing records be deleted?

Returns:
true if records can be deleted

getInquire

public boolean getInquire()
Can existing records be read?

Returns:
true if records can be read

getModify

public boolean getModify()
Can existing records be changed?

Returns:
true if records can be modified

getPost

public boolean getPost()
Can records be posted?

Returns:
true if records can be posted


Copyright © 2011 Sage Software, Inc. All rights reserved.