net.datacrow.core.objects.helpers
Class Permission

java.lang.Object
  extended by net.datacrow.core.objects.DcObject
      extended by net.datacrow.core.objects.helpers.Permission
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DcObject>

public class Permission
extends DcObject

See Also:
Serialized Form

Field Summary
static int _A_PLUGIN
           
static int _B_FIELD
           
static int _C_MODULE
           
static int _D_VIEW
           
static int _E_EDIT
           
static int _F_USER
           
 
Fields inherited from class net.datacrow.core.objects.DcObject
_ID, _SYS_AVAILABLE, _SYS_CONTAINER, _SYS_CREATED, _SYS_DISPLAYVALUE, _SYS_EXTERNAL_REFERENCES, _SYS_FILEHASH, _SYS_FILEHASHTYPE, _SYS_FILENAME, _SYS_FILESIZE, _SYS_LENDBY, _SYS_LOANDAYSTILLOVERDUE, _SYS_LOANDUEDATE, _SYS_LOANDURATION, _SYS_MODIFIED, _SYS_MODULE, _SYS_SERVICE, _SYS_SERVICEURL, _VALUE, children
 
Constructor Summary
Permission()
           
 
Method Summary
 int getFieldIdx()
           
 int getModuleIdx()
           
 java.lang.String getPlugin()
           
 boolean isEditingAllowed()
           
 boolean isViewingAllowed()
           
 
Methods inherited from class net.datacrow.core.objects.DcObject
addChild, addExternalReference, addRequest, applyEnhancers, applyTemplate, applyTemplate, beforeDelete, beforeSave, checkIntegrity, clearValues, clone, compareTo, copy, copyImage, createIcon, delete, destroy, equals, executeRequests, finalize, flushImages, getChildren, getCurrentChildren, getDatabaseFieldCount, getDatabaseFieldName, getDefaultSortFieldIdx, getDisplayFieldIdx, getDisplayString, getExternalReference, getField, getFieldIndices, getFields, getFieldType, getFileField, getFilename, getIcon, getID, getLabel, getMaxFieldLength, getModule, getName, getNormalizedString, getNotSearchableFields, getParentID, getParentReferenceFieldIndex, getRequests, getSystemDisplayFieldIdx, getTableName, getTableShortName, getValue, getValueDef, getValues, hashCode, hasPrimaryKey, initializeImages, initializeReferences, initializeReferences, isChanged, isChanged, isDestroyed, isEnabled, isFilled, isLastInLine, isLoaded, isNew, isRequired, isSearchable, isUnique, isUpdateGUI, load, load, loadChildren, markAsChanged, markAsUnchanged, merge, release, reload, removeChildren, removeRequests, saveNew, saveUpdate, saveUpdate, setChanged, setChildren, setIDs, setLastInLine, setLoanInformation, setLoanInformation, setNew, setUpdateGUI, setValidate, setValue, setValueForColumn, setValueForName, setValueLowLevel, toString, validateRequiredFields
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_A_PLUGIN

public static final int _A_PLUGIN
See Also:
Constant Field Values

_B_FIELD

public static final int _B_FIELD
See Also:
Constant Field Values

_C_MODULE

public static final int _C_MODULE
See Also:
Constant Field Values

_D_VIEW

public static final int _D_VIEW
See Also:
Constant Field Values

_E_EDIT

public static final int _E_EDIT
See Also:
Constant Field Values

_F_USER

public static final int _F_USER
See Also:
Constant Field Values
Constructor Detail

Permission

public Permission()
Method Detail

getPlugin

public java.lang.String getPlugin()

isEditingAllowed

public boolean isEditingAllowed()

isViewingAllowed

public boolean isViewingAllowed()

getFieldIdx

public int getFieldIdx()

getModuleIdx

public int getModuleIdx()