|
|||||||||
Home >> All >> openfuture >> bugbase >> [ domain overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.bugbase.domain
Class MasterDataService

java.lang.Objectopenfuture.masterdata.DefaultMasterDataService
openfuture.bugbase.domain.MasterDataService
- All Implemented Interfaces:
- openfuture.masterdata.IMasterDataService
- public class MasterDataService
- extends openfuture.masterdata.DefaultMasterDataService
Master data service for Bug Base.
Created: Wed Jan 10 11:46:44 2001
- Version:
- $Revision: 1.4 $
Field Summary | |
static java.lang.String |
BUGREPORTSTATUS
parameter for bug report stati. |
static java.lang.String |
ERRORLEVELS
parameter for error levels. |
static java.lang.String |
YES_NO_DEFAULT
parameter for masterdata type [yes, no, |
Fields inherited from class openfuture.masterdata.DefaultMasterDataService |
|
Constructor Summary | |
MasterDataService(org.apache.struts.util.MessageResources resources,
java.util.LinkedList locales)
Creates a new MasterDataService instance. |
Method Summary | |
void |
setup(org.apache.struts.util.MessageResources resources,
java.util.LinkedList bundles)
Initializes the master data service. |
Methods inherited from class openfuture.masterdata.DefaultMasterDataService |
addMasterDataContainer, getMasterData, getMasterDataCache, initialize, setMasterDataCache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
YES_NO_DEFAULT
public static final java.lang.String YES_NO_DEFAULT
- parameter for masterdata type [yes, no,
]. - See Also:
- Constant Field Values
ERRORLEVELS
public static final java.lang.String ERRORLEVELS
- parameter for error levels.
- See Also:
- Constant Field Values
BUGREPORTSTATUS
public static final java.lang.String BUGREPORTSTATUS
- parameter for bug report stati.
- See Also:
- Constant Field Values
Constructor Detail |
MasterDataService
public MasterDataService(org.apache.struts.util.MessageResources resources, java.util.LinkedList locales)
- Creates a new
MasterDataService
instance. Finally,setup(org.apache.struts.util.MessageResources, java.util.LinkedList)
55 is called.
Method Detail |
setup
public void setup(org.apache.struts.util.MessageResources resources, java.util.LinkedList bundles)
- Initializes the master data service. The following master data
types will be provided:
- md.yes_no_default 55 :
[yes, no,
]. - md.errorlevels 55 : (see ErrorLevel.
- md.yes_no_default 55 :
[yes, no,
|
|||||||||
Home >> All >> openfuture >> bugbase >> [ domain overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |