public class Buildings extends AbstractImpl
| Modifier | Constructor and Description |
|---|---|
protected |
Buildings()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Segment |
getBuildingSegment(javax.jdo.PersistenceManager pm,
String providerName,
String segmentName) |
static Buildings |
getInstance()
Get current Buildings backend.
|
void |
preDelete(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object,
boolean preDelete)
Pre-delete callback.
|
void |
preStore(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object)
Pre-store callback.
|
static void |
register()
Register Buildings backend.
|
protected void |
removeAbstractBuildingUnit(AbstractBuildingUnit buildingUnit,
boolean preDelete)
jdoPreDelete() callback.
|
protected void |
updateAbstractBuildingUnit(AbstractBuildingUnit buildingUnit)
jdoPrestore() callback.
|
getInstance, getUidAsString, registerImplpublic static void register()
public static Buildings getInstance() throws org.openmdx.base.exception.ServiceException
org.openmdx.base.exception.ServiceExceptionpublic Segment getBuildingSegment(javax.jdo.PersistenceManager pm, String providerName, String segmentName)
protected void updateAbstractBuildingUnit(AbstractBuildingUnit buildingUnit) throws org.openmdx.base.exception.ServiceException
buildingUnit - org.openmdx.base.exception.ServiceExceptionprotected void removeAbstractBuildingUnit(AbstractBuildingUnit buildingUnit, boolean preDelete) throws org.openmdx.base.exception.ServiceException
buildingUnit - preDelete - org.openmdx.base.exception.ServiceExceptionpublic void preDelete(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object,
boolean preDelete)
throws org.openmdx.base.exception.ServiceException
AbstractImplpreDelete in class AbstractImplorg.openmdx.base.exception.ServiceExceptionpublic void preStore(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object)
throws org.openmdx.base.exception.ServiceException
AbstractImplpreStore in class AbstractImplorg.openmdx.base.exception.ServiceExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.