|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.modules.DcModule
net.datacrow.core.modules.DcParentModule
net.datacrow.core.modules.security.UserModule
public class UserModule
The user module represents users.
User
Field Summary |
---|
Fields inherited from class net.datacrow.core.modules.DcModule |
---|
_TYPE_ASSOCIATE_MODULE, _TYPE_EXTERNALREFERENCE_MODULE, _TYPE_MAPPING_MODULE, _TYPE_MEDIA_MODULE, _TYPE_MODULE, _TYPE_PROPERTY_MODULE, _TYPE_TEMPLATE_MODULE, insertView, searchView |
Constructor Summary | |
---|---|
UserModule()
Creates a new instance. |
Method Summary | |
---|---|
DcObject |
createItem()
Creates a new user instance. |
boolean |
equals(java.lang.Object o)
|
DcModule |
getChild()
Retrieves the child module |
DcImageIcon |
getIcon16()
The small icon. |
DcImageIcon |
getIcon32()
The large icon. |
MasterView |
getInsertView()
Retrieves the insert view. |
int[] |
getSupportedViews()
|
boolean |
hasDependingModules()
Indicates if other modules are depending on this module. |
boolean |
hasInsertView()
Indicates if this module has an insert view. |
boolean |
hasSearchView()
Indicates if this module has a search view. |
protected void |
initializeFields()
Initializes the default fields. |
protected void |
initializeUI()
Initializes all views. |
boolean |
isCustomFieldsAllowed()
Indicates if this module is allowed to be customized. |
boolean |
isEnabled()
Indicates if this module is enabled. |
boolean |
isFileBacked()
Indicates if items belonging to this module are file based. |
boolean |
isParentModule()
Indicates if this module is a parent module. |
Methods inherited from class net.datacrow.core.modules.DcParentModule |
---|
isTopModule |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserModule()
Method Detail |
---|
public DcImageIcon getIcon16()
getIcon16
in class DcModule
public DcImageIcon getIcon32()
getIcon32
in class DcModule
public MasterView getInsertView()
getInsertView
in class DcModule
public boolean hasDependingModules()
hasDependingModules
in class DcModule
public boolean isEnabled()
isEnabled
in class DcModule
DcModuleSettings
public boolean hasSearchView()
hasSearchView
in class DcModule
public boolean hasInsertView()
hasInsertView
in class DcModule
public boolean isFileBacked()
isFileBacked
in class DcModule
public DcObject createItem()
createItem
in class DcModule
User
public DcModule getChild()
getChild
in class DcModule
PermissionModule
public boolean isCustomFieldsAllowed()
isCustomFieldsAllowed
in class DcModule
public boolean isParentModule()
isParentModule
in class DcParentModule
protected void initializeUI()
initializeUI
in class DcModule
public int[] getSupportedViews()
getSupportedViews
in class DcModule
protected void initializeFields()
initializeFields
in class DcModule
public boolean equals(java.lang.Object o)
equals
in class DcParentModule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |