|
|||||||||
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.LoanModule
public class LoanModule
Represents loan items.
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 | |
---|---|
LoanModule()
Creates a new instance of this module. |
Method Summary | |
---|---|
DcObject |
createItem()
Creates a new instance of a loan. |
boolean |
equals(java.lang.Object o)
|
int[] |
getMinimalFields(java.util.Collection<java.lang.Integer> include)
|
Settings |
getSettings()
Retrieves the settings for this module. |
int[] |
getSupportedViews()
|
boolean |
hasInsertView()
Indicates if this module has an insert view available. |
boolean |
hasSearchView()
Indicates if this module has a search view available. |
protected void |
initializeFields()
Initializes the default fields. |
protected void |
initializeUI()
This module does not have any views and therefore this method has not having to do. |
boolean |
isEnabled()
Indicates if this module is enabled. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoanModule()
Method Detail |
---|
public boolean hasInsertView()
DcModule
hasInsertView
in class DcModule
public boolean hasSearchView()
DcModule
hasSearchView
in class DcModule
public boolean isEnabled()
isEnabled
in class DcModule
DcModuleSettings
public Settings getSettings()
getSettings
in class DcModule
DcRepository.ModuleSettings
public DcObject createItem()
createItem
in class DcModule
Loan
protected void initializeUI()
initializeUI
in class DcModule
public int[] getSupportedViews()
getSupportedViews
in class DcModule
public int[] getMinimalFields(java.util.Collection<java.lang.Integer> include)
getMinimalFields
in class DcModule
protected void initializeFields()
initializeFields
in class DcModule
public boolean equals(java.lang.Object o)
equals
in class DcModule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |