Package | Description |
---|---|
de.esprit.netsuite.client.abo |
Contains the client's support classes for ABOs (Alive Business Objects)
|
de.esprit.netsuite.client.abo.std |
Contains standard client ABOs
|
de.esprit.netsuite.server.abo |
Contains server classes for working with Alive Business Objects (ABOs)
|
Modifier and Type | Method and Description |
---|---|
<T extends AbstractPersistentABO> |
ABOManager.aboFind(boolean withLock,
java.lang.Class<T> aboType,
SqlCondition condition)
Reads persistent ABOs from the database filtered by the given
SqlCondition . |
Modifier and Type | Method and Description |
---|---|
<T extends AbstractPersistentABO> |
ABOManager.aboFind(boolean withLock,
java.lang.Class<T> aboType,
SqlCondition condition)
Reads persistent ABOs from the database filtered by the given
SqlCondition . |
AbstractPersistentABO |
ABORecordTableModel.getABOAt(int row) |
AbstractPersistentABO |
ABORecordTable.getABOAt(int row) |
Modifier and Type | Class and Description |
---|---|
class |
TankABO
This is a sample persistent
AliveBusinessObject built on a DBO_tnt_tank database record. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDBRecordABO<C extends ClientContext,S extends ServerContext,I extends AliveBusinessObject>
This is a wrapper for an ABO instance which implements the
DBRecord interface and thus can be
handled by DBRecordTable , DBRecordList and other DBRecord capable classes. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.