public interface IDataServiceProvider
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
convertObjectTypeToName(int objectType)
Converts object type to name.
|
com4j.Com4jObject |
itemByTableNameAndId(String objectType,
int objectId)
Create instance of object according by its type and id.
|
com4j.Com4jObject |
itemByTypeAndId(int objectType,
int objectId)
Create instance of object according by its type and id.
|
com4j.Com4jObject itemByTypeAndId(int objectType, int objectId)
Create instance of object according by its type and id.
Getter method for the COM property "ItemByTypeAndId"
objectType
- Mandatory int parameter.objectId
- Mandatory int parameter.com4j.Com4jObject itemByTableNameAndId(String objectType, int objectId)
Create instance of object according by its type and id.
Getter method for the COM property "ItemByTableNameAndId"
objectType
- Mandatory java.lang.String parameter.objectId
- Mandatory int parameter.String convertObjectTypeToName(int objectType)
Converts object type to name.
objectType
- Mandatory int parameter.Copyright © 2020. All rights reserved.