public class S_LinkSelector extends S_PublicObjectSelector
m_ClassId, m_IdSortSpecification, m_NameSortSpecification, m_Session
Modifier | Constructor and Description |
---|---|
protected |
S_LinkSelector(S_LibrarySession session,
Long classId)
Construct a S_LinkSelector object.
|
Modifier and Type | Method and Description |
---|---|
protected Vector |
selectAllLinkData(Long poid,
SortSpecification sort)
return Vector of S_LibraryObjectDatas corresponding to all
Link objects associated with the specified PublicObject.
|
protected S_Link[] |
selectAllLinks(Long poid)
return all Link objects associated with the specified
PublicObject.
|
protected S_Link[] |
selectAllLinks(Long poid,
SortSpecification sort)
return all Link objects associated with the specified
PublicObject.
|
S_Link[] |
selectAllLinks(S_PublicObject po)
return all Link objects associated with the specified
PublicObject.
|
getLeftObjectsCountSelectStatement, getLeftObjectsSelectStatement, getRightObjectsCountSelectStatement, getRightObjectsSelectStatement, selectLeftObjects, selectLeftObjectsCount, selectLeftObjectsCursor, selectRightObjects, selectRightObjectsCount, selectRightObjectsCursor
closeCursor, ensureDefaultClass, findObjectById, generateStatementName, generateStatementName, generateStatementName, generateStatementName, getClassData, getClassData, getClassId, getClassName, getComplexQueryStatement, getComplexQueryStatement, getCountFromResultSet, getIdSortSpecification, getNameSortSpecification, getResourceString, getSearchResultQueryStatement, getService, getSimpleCountQueryStatement, getSimpleQueryStatement, getStatementSuffix, nextItem, selectAllObjects, selectArrayReferencingObjects, selectArrayReferencingObjectsCount, selectArrayReferencingObjectsCursor, selectCount, selectCount, selectCount, selectCount, selectObjectById, selectObjects, selectObjects, selectObjects, selectObjects, selectObjects, selectObjects, selectObjectsByMasterId, selectObjectsByStringAttribute, selectObjectsCountByMasterId, selectObjectsCursor, selectObjectsCursorByMasterId, selectObjectsCursorByStringAttribute, selectObjectsExistByMasterId, selectResults
protected S_LinkSelector(S_LibrarySession session, Long classId) throws IfsException
session
- current LibrarySessionclassId
- class Id this selector is servicingIfsException
public S_Link[] selectAllLinks(S_PublicObject po) throws IfsException
po
- the PublicObjectIfsException
- if the operation failsprotected S_Link[] selectAllLinks(Long poid) throws IfsException
poid
- the PublicObjectIfsException
- if the operation failsprotected S_Link[] selectAllLinks(Long poid, SortSpecification sort) throws IfsException
poid
- the PublicObjectsort
- how the Categories are to be sortedIfsException
- if the operation failsprotected Vector selectAllLinkData(Long poid, SortSpecification sort) throws IfsException
poid
- the PublicObject idIfsException
- if the operation failsCopyright © 2023. All rights reserved.