public class BUAssignmentService extends java.lang.Object implements DBManEventListenerI
Constructor and Description |
---|
BUAssignmentService(java.lang.String name,
java.lang.String buName,
AbstractSync as,
java.util.Map entitiesToCheck)
Creates a new service to help assign BU generated numbers to specific attributes.
|
BUAssignmentService(java.lang.String name,
java.lang.String buName,
AbstractSync as,
java.util.Map entitiesToCheck,
java.lang.Boolean checkOnStartup) |
BUAssignmentService(java.lang.String name,
java.lang.String buName,
AbstractSync as,
java.util.Map entitiesToCheck,
java.lang.Boolean checkOnStartup,
java.lang.Integer saveLimit) |
BUAssignmentService(java.lang.String name,
java.lang.String buName,
AbstractSync as,
java.util.Map entitiesToCheck,
java.lang.Boolean checkOnStartup,
java.lang.Integer saveLimit,
java.lang.Integer waitTime) |
Modifier and Type | Method and Description |
---|---|
void |
processDBManEvent(DBManEvent e)
Checks the received DBManEvents for fitting BOs and adds them to the processing list if the attribute is not yet set.
|
void |
run()
Starts the service.
|
public BUAssignmentService(java.lang.String name, java.lang.String buName, AbstractSync as, java.util.Map entitiesToCheck)
name
- A String to identify the service with. Will be displayed in all log messages.buName
- The name of the BU that must be usedas
- The AbstractSync that is used in the BS. Provides the system related functionality.entitiesToCheck
- A map Class:String that maps the respective BO class to the attribute name that should be updated.checkOnStartup
- If true, the db is queried for existing BOs that don't have the attribute set. Is helpful if the service was interrupted for example. (Default false)saveLimit
- Number of procs before a save should be done. (Default 1000 )waitTime
- The time (in minutes) the service should wait. New arriving BOs of the correct type will wake it up regardless. (Default 30)public BUAssignmentService(java.lang.String name, java.lang.String buName, AbstractSync as, java.util.Map entitiesToCheck, java.lang.Boolean checkOnStartup)
public BUAssignmentService(java.lang.String name, java.lang.String buName, AbstractSync as, java.util.Map entitiesToCheck, java.lang.Boolean checkOnStartup, java.lang.Integer saveLimit)
public BUAssignmentService(java.lang.String name, java.lang.String buName, AbstractSync as, java.util.Map entitiesToCheck, java.lang.Boolean checkOnStartup, java.lang.Integer saveLimit, java.lang.Integer waitTime)
public void processDBManEvent(DBManEvent e)
processDBManEvent
in interface DBManEventListenerI
public void run()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.