public interface IBaseFactory
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addItem(Object itemData)
Creates a new item object.
|
short |
fetchLevel(String fieldName)
The Fetch level for a field.
|
void |
fetchLevel(String fieldName,
short pVal)
The Fetch level for a field.
|
IList |
fields()
The list of all available fields for the entity managed by the factory.
|
Object |
fields(int index) |
com4j.Com4jObject |
filter()
The TDFilter object for the factory.
|
com4j.Com4jObject |
history()
The History object for this entity.
|
com4j.Com4jObject |
item(Object itemKey)
Gets an object managed by the factory by its key.
|
IList |
newList(String filter)
Creates a list of objects according to the specified filter.
|
void |
removeItem(Object itemKey)
Removes item from the database.
|
com4j.Com4jObject item(Object itemKey)
Gets an object managed by the factory by its key.
Getter method for the COM property "Item"
itemKey
- Mandatory java.lang.Object parameter.IList newList(String filter)
Creates a list of objects according to the specified filter.
filter
- Mandatory java.lang.String parameter.IList fields()
The list of all available fields for the entity managed by the factory.
Getter method for the COM property "Fields"
Object fields(int index)
com4j.Com4jObject addItem(Object itemData)
Creates a new item object.
itemData
- Mandatory java.lang.Object parameter.void removeItem(Object itemKey)
Removes item from the database. Removal takes place immediately, without a Post.
itemKey
- Mandatory java.lang.Object parameter.com4j.Com4jObject filter()
The TDFilter object for the factory.
Getter method for the COM property "Filter"
com4j.Com4jObject history()
The History object for this entity.
Getter method for the COM property "History"
short fetchLevel(String fieldName)
The Fetch level for a field.
Getter method for the COM property "FetchLevel"
fieldName
- Mandatory java.lang.String parameter.void fetchLevel(String fieldName, short pVal)
The Fetch level for a field.
Setter method for the COM property "FetchLevel"
fieldName
- Mandatory java.lang.String parameter.pVal
- Mandatory short parameter.Copyright © 2020. All rights reserved.