Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
protected S_ClassObjectData |
LibrarySession.DMGetResolvedClassObjectData(Long id)
Invokes the identically-named remote S_LibrarySession method.
|
S_ClassObjectData |
LibrarySession.getResolvedClassObjectData(Long id)
Gets the fully-resolved S_ClassObjectData.
|
Modifier and Type | Method and Description |
---|---|
LibraryObject |
LibrarySession.constructInstance(Long id,
Long class_id,
S_ClassObjectData classData)
construct a LibraryObject Instance
|
Constructor and Description |
---|
ClassObject(LibrarySession session,
Long id,
Long classId,
S_ClassObjectData data)
Internal use only: Constructs a ClassObject.
|
Modifier and Type | Method and Description |
---|---|
S_ClassObjectData |
S_LibrarySession.DMGetResolvedClassObjectData(Long id)
Gets the fully-resolved S_ClassObjectData.
|
S_ClassObjectData |
S_LibrarySessionInterface.DMGetResolvedClassObjectData(Long id) |
S_ClassObjectData |
S_LibrarySession.findClassData(String className)
Returns an S_ClassObjectData given a class name.
|
protected S_ClassObjectData |
S_LibraryObject.getClassData()
Gets the object's class's Data object.
|
protected S_ClassObjectData |
S_LibraryObjectSelector.getClassData()
Gets the Data object.
|
S_ClassObjectData |
SQLGeneration_Helper.getClassData(Long classId) |
protected S_ClassObjectData |
S_LibraryObjectSelector.getClassData(Long classId)
Gets the ClassData object for the specified class ID.
|
protected S_ClassObjectData |
LibraryQueryStatement.getClassData(S_LibrarySession session,
Long classId)
Gets the ClassData object for the specified class ID.
|
S_ClassObjectData |
SQLGeneration_Helper.getClassData(String className) |
S_ClassObjectData |
S_Search.getLibraryClassData(Long id) |
S_ClassObjectData |
S_ClassObjectData.getNearestSuperclassdataWithTable(LibrarySessionInterface session)
Get the nearest superclass that has a table.
|
S_ClassObjectData |
S_ClassObjectData.getSuperclassData(LibrarySessionInterface session)
Gets the S_ClassObjectData of the class's superclass.
|
Modifier and Type | Method and Description |
---|---|
protected void |
S_LibrarySession.clearPreparedInsertStatement(PreparedStatement stmt,
S_ClassObjectData clssdef)
Clears all bind variables of the specified INSERT statement for the
specified classobject.
|
protected S_ValueDomain |
S_LibraryObject.determineValueDomain(AttributeValue av,
S_ClassObjectData classData,
S_LibraryObjectDefinition def)
Return the ValueDomain that is in force for the specified
AttributeValue.
|
protected String |
S_LibrarySession.generateInsertStatement(String tableName,
S_ClassObjectData clssdef)
Generates a INSERT statement string for the specified classobject.
|
protected LibraryQueryStatement |
S_DirectoryObjectSelector.getAllMembersSelectStatement(LibraryConnection lconn,
Connection conn,
Long groupId,
S_ClassObjectData relClass,
SortSpecification sort) |
protected S_LibraryObjectData |
S_LibrarySession.getDataInstance(long selectClassId,
S_ClassObjectData classData,
S_LibraryObjectData[] selectAttributeDatas,
ResultSet rset)
Gets an S_LibraryObjectData based on the specified ResultSet.
|
protected S_LibraryObjectData |
S_LibrarySession.getDataInstance(long selectClassId,
S_ClassObjectData classData,
S_LibraryObjectData[] selectAttributeDatas,
ResultSet rset,
int rsetStartIndex)
Gets an S_LibraryObjectData based on the specified ResultSet.
|
protected void |
S_LibraryObject.insertRow(AttributeValue[] avs,
S_ClassObjectData clssdata)
Insert a row representing the specified values for the specified class.
|
protected Vector |
S_DirectoryObjectSelector.selectAllMembers(Long groupId,
S_ClassObjectData relClass,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_DirectoryObjectSelector.selectAllMembersCursor(Long groupId,
S_ClassObjectData relClass,
SortSpecification sort) |
protected void |
S_LibrarySession.setSpecifiedInsertColumns(AttributeValue[] avs,
S_ClassObjectData classData,
int position_offset,
PreparedStatement stmt)
Sets the specified bind variables of the specified INSERT statement for
the specified classobject.
|
Constructor and Description |
---|
S_ClassObject(S_LibrarySession ssession,
S_ClassObjectData data)
Constructs an S_ClassObject.
|
Copyright © 2023. All rights reserved.