|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.View.Security
public static final class View.Security
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.
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 |
---|
public boolean getAdd()
true
if records can be addedpublic boolean getDelete()
true
if records can be deletedpublic boolean getInquire()
true
if records can be readpublic boolean getModify()
true
if records can be modifiedpublic boolean getPost()
true
if records can be posted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |