openfuture.bugbase.domain
Class MasterDataService
java.lang.Object
|
+--openfuture.masterdata.DefaultMasterDataService
|
+--openfuture.bugbase.domain.MasterDataService
- All Implemented Interfaces:
- IMasterDataService
- public class MasterDataService
- extends DefaultMasterDataService
Master data service for
Bug Base.
Created: Wed Jan 10 11:46:44 2001
- Version:
- $Revision: 1.5 $
- Author:
- Wolfgang Reissenberger
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, ]. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YES_NO_DEFAULT
public static final java.lang.String YES_NO_DEFAULT
- parameter for masterdata type [yes, no, ].
ERRORLEVELS
public static final java.lang.String ERRORLEVELS
- parameter for error levels.
BUGREPORTSTATUS
public static final java.lang.String BUGREPORTSTATUS
- parameter for bug report stati.
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)
is called.
- Parameters:
resources
- Struts message resourceslocales
-
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:
- Parameters:
bundles
- vector of resource bundles
Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.