public abstract class DBManBOEvent extends DBManEvent
Constructor and Description |
---|
DBManBOEvent() |
Modifier and Type | Method and Description |
---|---|
BO |
getBO(int i) |
java.lang.Class |
getBOClass(int i) |
long |
getBOId(int i) |
java.util.List<java.lang.Long> |
getBOIdsForClass(java.lang.Class _clazz)
Returns the BO-Ids of this event matching the passed class.
|
java.util.List<java.lang.Long> |
getBOIdsForClasses(java.lang.Class[] _clazzes)
Returns the BO-Ids of this event matching any of the passed classes.
|
java.util.List<BO> |
getBOs(BOLoaderI _bol)
Loads and returns the BOs of this event.
|
java.util.List<BO> |
getBOs(BOLoaderI _bol,
java.lang.Class _clazz) |
int |
getSize() |
boolean |
isEmpty() |
boolean |
isOneOfClass(java.lang.Class _clazz)
Tells if this event concerns an object of the given class (including
subclasses).
|
boolean |
isOneOfClasses(java.lang.Class[] _clazzes)
Tells if this event concerns an object of one of the given classes
(including subclasses).
|
addServerSideCalculatedInformation, clone, getAdditionalInformation, getDescription, getFilteringInstance, getServerNodeNumber, getServerSideCalculatedInformation, getTrimmedSize, getType, setServerNodeNumber, setServerSideCalculatedInformation
public boolean isEmpty()
isEmpty
in class DBManEvent
public int getSize()
public BO getBO(int i)
getSize()
-1public long getBOId(int i)
getSize()
-1public java.lang.Class getBOClass(int i)
getSize()
-1public boolean isOneOfClass(java.lang.Class _clazz)
_clazz
- The class of which we want objects of.public boolean isOneOfClasses(java.lang.Class[] _clazzes)
_clazzes
- The classes of which we want objects of.public java.util.List<java.lang.Long> getBOIdsForClass(java.lang.Class _clazz)
_clazz
- return only BO-Ids of this class (including subclasses)public java.util.List<java.lang.Long> getBOIdsForClasses(java.lang.Class[] _clazzes)
_clazzes
- return only BO-Ids of these classes (including subclasses)public java.util.List<BO> getBOs(BOLoaderI _bol)
_bol
- the BOLoaderI which should be used for loading the BOs._clazz
- if given/not null tells that only BOs of this class
(including subclasses) should be loaded and returned; if
not given/null all BOs will be loaded.onlyChanged
- return only BOs which were actually changedCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.