|
||||||||||
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()
public boolean getDelete()
public boolean getInquire()
public boolean getModify()
public boolean getPost()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |