public interface ClassStructureSetRemote extends HierarchicalMboSetRemote
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANCESTORS |
static java.lang.String |
ASSET |
static java.lang.String |
ASSETSPEC |
static java.lang.String |
CLASSSPEC |
static java.lang.String |
CLASSSTRUCTLINK |
static java.lang.String |
ITEM |
static java.lang.String |
ITEMSPEC |
static java.lang.String |
LOCATION |
static java.lang.String |
LOCATIONSPEC |
static java.lang.String |
SOLUTION |
static java.lang.String |
TICKET |
static java.lang.String |
WORKORDER |
INSERTONLY, INSERTORUPDATE, UPDATEONLY
Modifier and Type | Method and Description |
---|---|
boolean |
getAnyLevel() |
MboValueData[][] |
getMboValueDataForNoTreeNodes(java.lang.String[] attribute,
java.lang.String reason)
07-22938: added remote
|
java.lang.String |
getUseWithSql()
07-14326
|
boolean |
hasAFakeTreeNode()
07-23768:
|
boolean |
isLookup()
Whether this MBO set is used in a drill down type of lookup UI.
|
void |
reSetForNewUniqueId(java.lang.String key) |
void |
setAnyLevel(boolean anyLevel) |
void |
setCheckIfClassUsedByObject(boolean toSet)
08-22804: Search Classification: some objects may want to display the classifications
which are defined as used with object but also have been used by the objects
|
void |
setIsLookup(boolean is)
This method is used to inform the MBO set that the objects are used in a classification drill
down UI.
|
void |
setOriginatingObject(MboRemote origObject) |
void |
setOriginatingObject(java.lang.String actualObjectForUseWith) |
void |
setOriginatingObjectAndAttribute(java.lang.String origObjectName,
java.lang.String origAttribute,
MboRemote origMbo) |
getAllHierarchies, getChildren, getHierarchy, getParent, getPathToTop, getSiblings, getTop, getUniqueIDValue, setHierarchy
abortSql, add, add, addAtEnd, addAtEnd, addAtIndex, addAtIndex, addFakeAtEnd, addSubQbe, addSubQbe, addSubQbe, addSubQbe, addWarning, addWarnings, checkMethodAccess, cleanup, clear, clearLongOpPipe, close, commit, copy, copy, copyForDM, count, count, deleteAll, deleteAll, deleteAndRemove, deleteAndRemove, deleteAndRemove, deleteAndRemove, deleteAndRemove, deleteAndRemoveAll, deleteAndRemoveAll, determineRequiredFieldsFromERM, earliestDate, fetchNext, findAllNullRequiredFields, findByIntegrationKey, findKey, getApp, getAppAlwaysFieldFlags, getAppWhere, getCompleteWhere, getCurrentPosition, getDBFetchMaxRows, getDefaultValue, getERMEntity, getESigTransactionId, getExcludeMeFromPropagation, getFlags, getKeyAttributes, getList, getList, getMaxMessage, getMbo, getMbo, getMboForUniqueId, getMboSetData, getMboSetData, getMboSetInfo, getMboSetRetainMboPositionData, getMboSetRetainMboPositionInfo, getMboSetValueData, getMboValueData, getMboValueData, getMboValueData, getMboValueInfoStatic, getMboValueInfoStatic, getMessage, getMessage, getMessage, getMessage, getMLFromClause, getMXTransaction, getName, getOrderBy, getOwner, getParentApp, getProfile, getQbe, getQbe, getQbe, getQbeWhere, getQueryTimeout, getRelationName, getRelationship, getSelection, getSelectionWhere, getSetOrderByForUI, getSize, getSQLOptions, getTxnPropertyMap, getUserAndQbeWhere, getUserInfo, getUserName, getUserWhere, getWarnings, getWhere, getZombie, hasMLQbe, hasQbe, hasWarnings, ignoreQbeExactMatchSet, incrementDeletedCount, init, isBasedOn, isDMDeploySet, isDMSkipFieldValidation, isEmpty, isESigNeeded, isFlagSet, isQbeCaseSensitive, isQbeExactMatch, isRetainMboPosition, latestDate, locateMbo, logESigVerification, max, min, moveFirst, moveLast, moveNext, movePrev, moveTo, newMboIndex, notExist, positionState, processML, remove, remove, remove, reset, resetQbe, resetWithSelection, rollback, rollbackToCheckpoint, rollbackToCheckpoint, save, save, select, select, select, selectAll, setAllowQualifiedRestriction, setApp, setAppAlwaysFieldFlag, setAppWhere, setAutoKeyFlag, setDBFetchMaxRows, setDefaultOrderBy, setDefaultValue, setDefaultValue, setDefaultValues, setDMDeploySet, setDMSkipFieldValidation, setERMEntity, setESigFieldModified, setExcludeMeFromPropagation, setFlag, setFlag, setFlags, setInsertCompanySet, setInsertItemSet, setInsertOrg, setInsertSite, setLastESigTransId, setLogLargFetchResultDisabled, setMboSetInfo, setMXTransaction, setNoNeedtoFetchFromDB, setOrderBy, setOwner, setQbe, setQbe, setQbe, setQbe, setQbe, setQbeCaseSensitive, setQbeCaseSensitive, setQbeExactMatch, setQbeExactMatch, setQbeOperatorOr, setQueryBySiteQbe, setQueryTimeout, setRelationName, setRelationship, setRequiedFlagsFromERM, setRetainMboPosition, setSetOrderByForUI, setSQLOptions, setTableDomainLookup, setTxnPropertyMap, setupLongOpPipe, setUserWhere, setUserWhereAfterParse, setWhere, setWhereQbe, smartFill, smartFill, smartFind, smartFind, startCheckpoint, startCheckpoint, sum, toBeSaved, undeleteAll, unselect, unselect, unselect, unselectAll, useStoredQuery, validate, verifyESig
getBoolean, getByte, getBytes, getDate, getDouble, getFloat, getInt, getLong, getString, isNull, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, setValueNull
commitTransaction, fireEventsAfterDB, fireEventsAfterDBCommit, fireEventsBeforeDB, rollbackTransaction, saveTransaction, undoTransaction, validateTransaction
static final java.lang.String TICKET
static final java.lang.String WORKORDER
static final java.lang.String SOLUTION
static final java.lang.String ITEM
static final java.lang.String ASSET
static final java.lang.String LOCATION
static final java.lang.String ITEMSPEC
static final java.lang.String ASSETSPEC
static final java.lang.String LOCATIONSPEC
static final java.lang.String CLASSSPEC
static final java.lang.String CLASSSTRUCTLINK
static final java.lang.String ANCESTORS
void setAnyLevel(boolean anyLevel) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ClassStructureSet.setAnyLevel(boolean)
boolean getAnyLevel() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ClassStructureSet.getAnyLevel()
void reSetForNewUniqueId(java.lang.String key) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.assetcatalog.ClassStructureSet#reSetForNewUniqueId()
void setOriginatingObjectAndAttribute(java.lang.String origObjectName, java.lang.String origAttribute, MboRemote origMbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.assetcatalog.ClassStructureSet#setOriginatingObjectAndAttribute()
void setOriginatingObject(MboRemote origObject) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.assetcatalog.ClassStructureSet#setOriginatingObject()
void setOriginatingObject(java.lang.String actualObjectForUseWith) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.assetcatalog.ClassStructureSet#setOriginatingObject()
boolean hasAFakeTreeNode() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ClassStructureSet.hasAFakeTreeNode()
java.lang.String getUseWithSql() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setIsLookup(boolean is) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isLookup() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboValueData[][] getMboValueDataForNoTreeNodes(java.lang.String[] attribute, java.lang.String reason) throws MXException, java.rmi.RemoteException
attribute
- reason
- MXException
java.rmi.RemoteException
void setCheckIfClassUsedByObject(boolean toSet) throws MXException, java.rmi.RemoteException
toSet
- MXException
java.rmi.RemoteException