public interface MboSetRemote extends java.rmi.Remote, MboAccessInterface, Transactable
Modifier and Type | Field and Description |
---|---|
static int |
INSERTONLY
Option INSERTONLY used by locateMbo() method.
|
static int |
INSERTORUPDATE
Option INSERTORUPDATE used by locateMbo() method.
|
static int |
UPDATEONLY
Option UPDATEONLY used by locateMbo() method.
|
Modifier and Type | Method and Description |
---|---|
void |
abortSql()
Abort the sql query currently in process.
|
MboRemote |
add() |
MboRemote |
add(long accessModifier) |
MboRemote |
addAtEnd() |
MboRemote |
addAtEnd(long accessModifier) |
MboRemote |
addAtIndex(int index) |
MboRemote |
addAtIndex(long accessModifier,
int index) |
MboRemote |
addFakeAtEnd() |
void |
addSubQbe(java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator) |
void |
addSubQbe(java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator,
boolean exactMatch) |
void |
addSubQbe(java.lang.String parentQbe,
java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator) |
void |
addSubQbe(java.lang.String parentQbe,
java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator,
boolean exactMatch) |
void |
addWarning(MXException e)
Add a warning to the warning list
|
void |
addWarnings(MXException[] es)
Add all the exceptions from an array to the warning vector
|
void |
checkMethodAccess(java.lang.String methodName)
Clear the warnings
|
void |
cleanup()
Resets the Qbe and the set.
|
void |
clear()
Remove all objects from the collection.
|
void |
clearLongOpPipe()
Clear the long op message pipe.
|
void |
close() |
void |
commit() |
void |
copy(MboSetRemote mboset) |
void |
copy(MboSetRemote sourceSet,
java.lang.String[] srcAttributes,
java.lang.String[] destAttributes)
New Mbos are created in this set from the sourceSet and appropriate
attribute values are copied to the mbos.
|
void |
copyForDM(MboSetRemote mboset,
int begin,
int size) |
int |
count() |
int |
count(int countConstant) |
void |
deleteAll() |
void |
deleteAll(long accessModifier) |
void |
deleteAndRemove()
Deletes and Removes the current mbo from the collection,
if the mbo is newly created .
|
void |
deleteAndRemove(int pos)
Deletes and remove an object from the collection at the given position,
if the mbo at the position is a newly created.
|
void |
deleteAndRemove(int pos,
long accessModifier)
Deletes and remove an object from the collection at the given position,
if the mbo at the position is a newly created.
|
void |
deleteAndRemove(MboRemote mbo)
Delets and removes a mbo object from the collection,
if the mbo is newly created .
|
void |
deleteAndRemove(MboRemote mbo,
long accessModifier)
Delets and removes a mbo object from the collection,
if the mbo is newly created .
|
void |
deleteAndRemoveAll()
Deletes and removes all the newly created Mbos from the collection.
|
void |
deleteAndRemoveAll(long accessModifier)
Deletes and removes all the newly created Mbos from the collection.
|
java.util.List<ERMAttributeError> |
determineRequiredFieldsFromERM() |
java.util.Date |
earliestDate(java.lang.String attributeName) |
MboRemote |
fetchNext() |
java.util.List<ERMAttributeError> |
findAllNullRequiredFields() |
MboRemote |
findByIntegrationKey(java.lang.String[] integrationKeys,
java.lang.String[] integrationKeyValues)
This method is used by the integration logic to find out the
mbos that are present based on an integration key.
|
MboRemote |
findKey(java.lang.Object keyObject)
Reset the MboSet to the Mbo that contains the specified key.
|
java.lang.String |
getApp() |
BitFlag |
getAppAlwaysFieldFlags(java.lang.String attr)
Get the bitFlag stored for the UI always flag for the attribute, null if nothing.
|
java.lang.String |
getAppWhere() |
java.lang.String |
getCompleteWhere()
Get the complete Where clause that is used for fetching records to this object.
|
int |
getCurrentPosition() |
int |
getDBFetchMaxRows()
Returns the fetch limit that has been set on this MboSet.
|
java.lang.String |
getDefaultValue(java.lang.String attribute)
get the default value for mboset(screen default)
|
ERMEntity |
getERMEntity() |
java.lang.String |
getESigTransactionId()
Gets the esig transaction id
|
boolean |
getExcludeMeFromPropagation()
Gets the flag to excude a mboset from propagation
|
long |
getFlags() |
java.lang.String[] |
getKeyAttributes()
Returns list of key attributes.
|
MboSetRemote |
getList(int row,
java.lang.String attributeName) |
MboSetRemote |
getList(java.lang.String attributeName) |
MaxMessage |
getMaxMessage(java.lang.String errGrp,
java.lang.String errKey)
Get the MaxMessage object for the specified error group and errorkey.
|
MboRemote |
getMbo() |
MboRemote |
getMbo(int pos) |
MboRemote |
getMboForUniqueId(long id)
returns the mbo for the unique id
|
MboSetData |
getMboSetData(int row,
int count,
java.lang.String[] attributes)
Return information about the MboSet and the specified attributes for the specified rows.
|
MboSetData |
getMboSetData(java.lang.String[] attributes) |
MboSetInfo |
getMboSetInfo()
Return information about the attributes in the MboSet.
|
MboSetRetainMboPositionData |
getMboSetRetainMboPositionData()
Returns the retain mbo position data available.
|
MboSetRetainMboPositionInfo |
getMboSetRetainMboPositionInfo()
Returns the retain mbo position info available.
|
MboValueData[] |
getMboSetValueData(java.lang.String[] attribute) |
MboValueData[][] |
getMboValueData(int rowStart,
int rowCount,
java.lang.String[] attribute) |
MboValueData |
getMboValueData(java.lang.String attribute) |
MboValueData[] |
getMboValueData(java.lang.String[] attribute) |
MboValueInfoStatic |
getMboValueInfoStatic(java.lang.String attribute) |
MboValueInfoStatic[] |
getMboValueInfoStatic(java.lang.String[] attribute) |
java.lang.String |
getMessage(MXException exception)
Get the message of the exception in the language specified by this MboSet's userInfo.
|
java.lang.String |
getMessage(java.lang.String errGrp,
java.lang.String errKey)
Get the message in the language specified by this MboSet's userInfo for the
error group and error key.
|
java.lang.String |
getMessage(java.lang.String errGrp,
java.lang.String errKey,
java.lang.Object param) |
java.lang.String |
getMessage(java.lang.String errGrp,
java.lang.String errKey,
java.lang.Object[] params) |
java.lang.StringBuffer |
getMLFromClause(boolean useSchemaOwner)
Returns the join from clause.
|
MXTransaction |
getMXTransaction()
Get the currently active transaction for this object.
|
java.lang.String |
getName() |
java.lang.String |
getOrderBy() |
MboRemote |
getOwner() |
java.lang.String |
getParentApp() |
ProfileRemote |
getProfile() |
java.lang.String[][] |
getQbe() |
java.lang.String |
getQbe(java.lang.String attribute) |
java.lang.String[] |
getQbe(java.lang.String[] attribute) |
java.lang.String |
getQbeWhere() |
int |
getQueryTimeout() |
java.lang.String |
getRelationName()
Returns the relationship name used to obtain this set.
|
java.lang.String |
getRelationship() |
java.util.Vector |
getSelection()
Returns a Vector of selected mbos.
|
java.lang.String |
getSelectionWhere()
Returns the where clause for the selected Mbos.
|
java.lang.String |
getSetOrderByForUI() |
int |
getSize() |
java.lang.String |
getSQLOptions() |
java.util.Map<java.lang.Object,java.lang.Object> |
getTxnPropertyMap()
Gets the property map for the transaction
|
java.lang.String |
getUserAndQbeWhere()
Returns the combined user where and QBE where clause in native SQL format.
|
UserInfo |
getUserInfo() |
java.lang.String |
getUserName() |
java.lang.String |
getUserWhere() |
MXException[] |
getWarnings()
Returns a list of warnings from the last method call.
|
java.lang.String |
getWhere() |
MboRemote |
getZombie()
Internal method.
|
boolean |
hasMLQbe() |
boolean |
hasQbe() |
boolean |
hasWarnings()
Are there any warnings.
|
void |
ignoreQbeExactMatchSet(boolean flag)
ignore the exact match set by setQbeExactMatch(boolean) method
|
void |
incrementDeletedCount(boolean inc) |
void |
init(UserInfo user) |
boolean |
isBasedOn(java.lang.String objectName)
Returns true, if this business object is based on the given
business object name.
|
boolean |
isDMDeploySet()
Returns the flag if mboset is created during Deploy action of Deployement Manager set or not
If the flag is set to true,it will skip mbo.validate method which will skip
all field validations and appvalidate.
|
boolean |
isDMSkipFieldValidation()
Returns the flag if set is created during deploy action of Deployment Manager.
|
boolean |
isEmpty() |
boolean |
isESigNeeded(java.lang.String optionName)
Returns whether esig is needed for the given option name.
|
boolean |
isFlagSet(long flag) |
boolean |
isQbeCaseSensitive() |
boolean |
isQbeExactMatch() |
boolean |
isRetainMboPosition()
Is the current MboSet's mbo position to be retained?
|
java.util.Date |
latestDate(java.lang.String attributeName) |
MboRemote |
locateMbo(java.lang.String[] key,
java.lang.String[] value,
int option) |
void |
logESigVerification(java.lang.String username,
java.lang.String reason,
boolean authenticatedSuccessfully)
Logs a esig record aboout the user indicating the reason for the verification
and whether the user authentication is successful or not.
|
double |
max(java.lang.String attribute) |
double |
min(java.lang.String attribute) |
MboRemote |
moveFirst() |
MboRemote |
moveLast() |
MboRemote |
moveNext() |
MboRemote |
movePrev() |
MboRemote |
moveTo(int pos) |
int |
newMboIndex() |
boolean |
notExist() |
void |
positionState()
Positions the current mbo based on the position data cached, if the data exists.
|
boolean |
processML()
Whether multi-language needs to be considered
|
void |
remove()
Remove the current object from the collection.
|
void |
remove(int pos)
Remove an object from the collection at the given position.
|
void |
remove(MboRemote mbo)
Removes a mbo object from the collection.
|
void |
reset() |
void |
resetQbe() |
void |
resetWithSelection()
Resets the MboSet to contain only the selected mbos.
|
void |
rollback() |
void |
rollbackToCheckpoint()
Reverts to the saved value.
|
void |
rollbackToCheckpoint(int i)
Reverts to the saved value for the given mbo.
|
void |
save() |
void |
save(long flag) |
void |
select(int index)
Marks the Mbo at the specified index Selected.
|
void |
select(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Selected.
|
void |
select(java.util.Vector mboIndices)
Marks a set of Mbo's Selected in one call by taking all the indices of mbos.
|
void |
selectAll()
Select all Mbos
|
void |
setAllowQualifiedRestriction(boolean value) |
void |
setApp(java.lang.String appName) |
void |
setAppAlwaysFieldFlag(java.lang.String attr,
long flag,
boolean state)
Informs the mbo set that any mbo of this set will have the field flags set to the specified attribute.
|
void |
setAppWhere(java.lang.String appWhere) |
boolean |
setAutoKeyFlag(boolean flag) |
void |
setDBFetchMaxRows(int fetchLimit)
Set the fetch limit for this MboSet.
|
void |
setDefaultOrderBy() |
void |
setDefaultValue(java.lang.String attribute,
MboRemote mbo) |
void |
setDefaultValue(java.lang.String attribute,
java.lang.String value)
set the default value for mboset(screen default)
|
void |
setDefaultValues(java.lang.String[] attributes,
java.lang.String[] values)
set the default Field value for mboset(jsp default)
|
void |
setDMDeploySet(boolean flag)
Mark the set as created during deploy action of Deployment Manager.
|
void |
setDMSkipFieldValidation(boolean flag)
Mark the set as created during deploy action of Deployment Manager.
|
void |
setERMEntity(ERMEntity ermEntity) |
void |
setESigFieldModified(boolean esigFieldModified) |
void |
setExcludeMeFromPropagation(boolean flag)
Sets the flag to excude a mboset from propagation
|
void |
setFlag(long flag,
boolean state) |
void |
setFlag(long flag,
boolean state,
MXException mxException) |
void |
setFlags(long flags)
Deprecated.
Use setFlag(long, boolean)
|
void |
setInsertCompanySet(java.lang.String compSet)
Sets the insert company set for the mboset.
|
void |
setInsertItemSet(java.lang.String itemSet)
Sets the insert item set for the mboset.
|
void |
setInsertOrg(java.lang.String org)
Sets the insert org for the mboset.
|
void |
setInsertSite(java.lang.String site)
Sets the insert site for the mboset.
|
void |
setLastESigTransId(java.lang.String id)
Sets the last esig trans id
|
boolean |
setLogLargFetchResultDisabled(boolean disable)
Pass true to disable loging of large fetch result set over a limit.
|
void |
setMboSetInfo(MboSetInfo ms) |
void |
setMXTransaction(MXTransaction txn)
Set the transaction information for the object
|
void |
setNoNeedtoFetchFromDB(boolean flag) |
void |
setOrderBy(java.lang.String orderByClause) |
void |
setOwner(MboRemote mbo) |
void |
setQbe(java.lang.String[] attribute,
java.lang.String expression) |
void |
setQbe(java.lang.String[] attribute,
java.lang.String[] expression) |
void |
setQbe(java.lang.String attribute,
MboSetRemote lookup) |
void |
setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
setQbe(java.lang.String attribute,
java.lang.String[] expression)
Qbe to take array of values for an attribute.
|
void |
setQbeCaseSensitive(boolean state) |
void |
setQbeCaseSensitive(java.lang.String state) |
void |
setQbeExactMatch(boolean state) |
void |
setQbeExactMatch(java.lang.String state) |
void |
setQbeOperatorOr()
Set the qbe operator OR
|
void |
setQueryBySiteQbe() |
void |
setQueryTimeout(int queryTimeout) |
void |
setRelationName(java.lang.String relationName)
This method sets the relationship name used to created this set
when this set is obtained from a mbo.
|
void |
setRelationship(java.lang.String whereClause) |
void |
setRequiedFlagsFromERM() |
void |
setRetainMboPosition(boolean retainCurrentMboPosition)
Sets the current MboSet's mbo position to be retained after save.
|
void |
setSetOrderByForUI(java.lang.String orderBy) |
void |
setSQLOptions(java.lang.String sqlOptions) |
void |
setTableDomainLookup(boolean flag)
Sets the tableDomainLookup flag to indicate that the this set
is associated with a table domain lookup.
|
void |
setTxnPropertyMap(java.util.Map<java.lang.Object,java.lang.Object> map)
Sets the property map for transaction
|
java.io.InputStream |
setupLongOpPipe()
Setup pipe for long op messages.
|
void |
setUserWhere(java.lang.String whereClause) |
void |
setUserWhereAfterParse(java.lang.String whereClause) |
void |
setWhere(java.lang.String whereClause) |
void |
setWhereQbe(java.lang.String attribute,
java.lang.String value,
java.lang.String where)
Sets the where clause for the QBE
|
MboSetRemote |
smartFill(int row,
java.lang.String attributeName,
java.lang.String value,
boolean exact) |
MboSetRemote |
smartFill(java.lang.String attributeName,
java.lang.String value,
boolean exact) |
MboSetRemote |
smartFind(java.lang.String attributeName,
java.lang.String value,
boolean exact) |
MboSetRemote |
smartFind(java.lang.String objectName,
java.lang.String attributeName,
java.lang.String value,
boolean exact) |
void |
startCheckpoint()
Save the current value for later rollback.
|
void |
startCheckpoint(int i)
Save the current value for later rollback for the given mbo.
|
double |
sum(java.lang.String attribute) |
boolean |
toBeSaved() |
void |
undeleteAll() |
void |
unselect(int index)
Marks the Mbo at the specified index Unselected.
|
void |
unselect(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Unselected.
|
void |
unselect(java.util.Vector mboIndices)
Marks a set of Mbo's Unselected in one call by taking all the indices of mbos.
|
void |
unselectAll()
Unselect all mbos
|
void |
useStoredQuery(java.lang.String queryName) |
void |
validate() |
boolean |
verifyESig(java.lang.String username,
java.lang.String password,
java.lang.String reason)
Verifies the username and password and if they are correct, then
writes out an esig record.
|
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 int INSERTONLY
static final int UPDATEONLY
static final int INSERTORUPDATE
MboRemote findKey(java.lang.Object keyObject) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setApp(java.lang.String appName) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.setApp(String appName)
java.lang.String getApp() throws java.rmi.RemoteException
java.rmi.RemoteException
void setWhere(java.lang.String whereClause) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.setWhere(String whereClause)
java.lang.String getWhere() throws java.rmi.RemoteException
java.rmi.RemoteException
void setUserWhere(java.lang.String whereClause) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setUserWhere(String whereClause)
void setUserWhereAfterParse(java.lang.String whereClause) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setUserWhereAfterParse(String)
java.lang.String getUserWhere() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getUserAndQbeWhere() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getQbeWhere() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void useStoredQuery(java.lang.String queryName) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.useStoredQuery(String queryName)
void setOrderBy(java.lang.String orderByClause) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setOrderBy(String orderByClause)
void setDefaultOrderBy() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getOrderBy() throws java.rmi.RemoteException
java.rmi.RemoteException
void setSQLOptions(java.lang.String sqlOptions) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.setSQLOptions(String sqlOptions)
java.lang.String getSQLOptions() throws java.rmi.RemoteException
java.rmi.RemoteException
MboRemote moveNext() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.moveNext()
MboRemote movePrev() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.movePrev()
MboRemote moveFirst() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.moveFirst()
MboRemote moveLast() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.moveLast()
MboRemote moveTo(int pos) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboRemote add() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.add()
MboRemote addAtEnd() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.addAtEnd()
MboRemote addFakeAtEnd() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.addFakeAtEnd()
MboRemote addAtIndex(int index) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.addAtIndex(int)
MboRemote addAtIndex(long accessModifier, int index) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.mbo.MboSet#addAtIndex(int, long)
void deleteAll() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.deleteAll()
void undeleteAll() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.undeleteAll()
int count(int countConstant) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.count(int countConstant)
int count() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.count()
int getSize() throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.getSize()
double sum(java.lang.String attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.sum(String attribute)
double min(java.lang.String attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.min(String attribute)
double max(java.lang.String attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.max(String attribute)
java.util.Date latestDate(java.lang.String attributeName) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.util.Date earliestDate(java.lang.String attributeName) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean isEmpty() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.isEmpty()
boolean notExist() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.notExist()
void save() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.save()
void save(long flag) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void close() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void reset() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.reset()
int getCurrentPosition() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean toBeSaved() throws java.rmi.RemoteException
java.rmi.RemoteException
MboRemote getMbo() throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.getMbo()
MboRemote getMbo(int pos) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboValueData getMboValueData(java.lang.String attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.getMboValueData(String)
MboValueData[] getMboValueData(java.lang.String[] attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.getMboValueData(String[])
MboValueData[][] getMboValueData(int rowStart, int rowCount, java.lang.String[] attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.getMboValueData(int, int, String[])
MboSetData getMboSetData(java.lang.String[] attributes) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.getMboSetData(String[])
MboSetData getMboSetData(int row, int count, java.lang.String[] attributes) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void resetQbe() throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.resetQbe()
void setQbe(java.lang.String attribute, java.lang.String expression) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setQbe(String, String)
void setQbe(java.lang.String[] attribute, java.lang.String expression) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setQbe(String[], String)
void setQbe(java.lang.String[] attribute, java.lang.String[] expression) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setQbe(String[], String)
java.lang.String getQbe(java.lang.String attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String[] getQbe(java.lang.String[] attribute) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[][] getQbe() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean hasQbe() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setQbeExactMatch(boolean state) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.setQbeExactMatch(boolean)
void setQbeExactMatch(java.lang.String state) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isQbeExactMatch() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isQbeCaseSensitive() throws java.rmi.RemoteException
java.rmi.RemoteException
void setQbeCaseSensitive(boolean state) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.setQbeCaseSensitive(boolean)
void setQbeCaseSensitive(java.lang.String state) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSetRemote getList(java.lang.String attributeName) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.getList(String attributeName)
MboSetRemote getList(int row, java.lang.String attributeName) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
MboSetRemote smartFill(java.lang.String attributeName, java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
attributeName
- value
- MXException
java.rmi.RemoteException
MboSet.smartFill(String, String, boolean);
MboSetRemote smartFind(java.lang.String attributeName, java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
attributeName
- value
- MXException
java.rmi.RemoteException
MboSet.smartFind(String, String, boolean);
MboSetRemote smartFind(java.lang.String objectName, java.lang.String attributeName, java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
attributeName
- value
- MXException
java.rmi.RemoteException
MboSet.smartFind(String, String, String, boolean);
MboSetRemote smartFill(int row, java.lang.String attributeName, java.lang.String value, boolean exact) throws MXException, java.rmi.RemoteException
attributeName
- value
- MXException
java.rmi.RemoteException
MboSet.smartFill(int, String, String, boolean);
MboRemote getOwner() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MXException[] getWarnings() throws java.rmi.RemoteException
java.rmi.RemoteException
hasWarnings()
,
MboSet.clearWarnings()
,
MboSet.addWarning(psdi.util.MXException)
boolean hasWarnings() throws java.rmi.RemoteException
java.rmi.RemoteException
void addWarnings(MXException[] es) throws java.rmi.RemoteException
es
- An array of MXExceptions. It is normally obtained from getWarnings().java.rmi.RemoteException
void addWarning(MXException e) throws java.rmi.RemoteException
java.rmi.RemoteException
void checkMethodAccess(java.lang.String methodName) throws MXException, java.rmi.RemoteException
java.rmi.RemoteException
MXException
void validate() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void commit() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void rollback() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void init(UserInfo user) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboRemote add(long accessModifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboRemote addAtEnd(long accessModifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setOwner(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void deleteAll(long accessModifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setRelationship(java.lang.String whereClause) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getRelationship() throws java.rmi.RemoteException
java.rmi.RemoteException
void setMboSetInfo(MboSetInfo ms) throws java.rmi.RemoteException
java.rmi.RemoteException
MboRemote fetchNext() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setFlags(long flags) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
setFlag(long, boolean)
void setFlag(long flag, boolean state) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setFlag(long flag, boolean state, MXException mxException) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean isFlagSet(long flag) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
long getFlags() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getUserName() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void copy(MboSetRemote mboset) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void copyForDM(MboSetRemote mboset, int begin, int size) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void copy(MboSetRemote sourceSet, java.lang.String[] srcAttributes, java.lang.String[] destAttributes) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSetInfo getMboSetInfo() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getKeyAttributes() throws java.rmi.RemoteException
java.rmi.RemoteException
void setMXTransaction(MXTransaction txn) throws java.rmi.RemoteException
java.rmi.RemoteException
MXTransaction getMXTransaction() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getCompleteWhere() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboValueData[] getMboSetValueData(java.lang.String[] attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.getMboSetValueData(String[])
void remove(int pos) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void remove() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void remove(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void deleteAndRemove(int pos) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void deleteAndRemove(int pos, long accessModifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void deleteAndRemove() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void deleteAndRemove(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void deleteAndRemove(MboRemote mbo, long accessModifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void deleteAndRemoveAll() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void deleteAndRemoveAll(long accessModifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void clear() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void incrementDeletedCount(boolean inc) throws java.rmi.RemoteException
java.rmi.RemoteException
UserInfo getUserInfo() throws java.rmi.RemoteException
java.rmi.RemoteException
MboRemote getZombie() throws java.rmi.RemoteException
java.rmi.RemoteException
void cleanup() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void startCheckpoint() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void rollbackToCheckpoint() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void startCheckpoint(int i) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void rollbackToCheckpoint(int i) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void select(int index) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void select(int startIndex, int count) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void select(java.util.Vector mboIndices) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void unselect(int index) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void unselect(int startIndex, int count) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void unselect(java.util.Vector mboIndices) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.util.Vector getSelection() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void selectAll() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void unselectAll() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void resetWithSelection() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setAppWhere(java.lang.String appWhere) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setAppWhere(String)
java.lang.String getAppWhere() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.mbo.MboSet#getAppWhere(String)
java.lang.String getSelectionWhere() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setDefaultValue(java.lang.String attribute, java.lang.String value) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getDefaultValue(java.lang.String attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setDefaultValues(java.lang.String[] attributes, java.lang.String[] values) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean isESigNeeded(java.lang.String optionName) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean verifyESig(java.lang.String username, java.lang.String password, java.lang.String reason) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void logESigVerification(java.lang.String username, java.lang.String reason, boolean authenticatedSuccessfully) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getESigTransactionId() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setLastESigTransId(java.lang.String id) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setESigFieldModified(boolean esigFieldModified) throws java.rmi.RemoteException
java.rmi.RemoteException
void setTableDomainLookup(boolean flag) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isBasedOn(java.lang.String objectName) throws java.rmi.RemoteException
objectName
- java.rmi.RemoteException
ProfileRemote getProfile() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.getProfile()
boolean setAutoKeyFlag(boolean flag) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.setAutoKeyFlag(boolean)
MboRemote findByIntegrationKey(java.lang.String[] integrationKeys, java.lang.String[] integrationKeyValues) throws MXException, java.rmi.RemoteException
integrationKeys
- list of key attributesintegrationKeyValues
- list of key valuesMXException
java.rmi.RemoteException
void setRelationName(java.lang.String relationName) throws MXException, java.rmi.RemoteException
relationName
- relationship nameMXException
java.rmi.RemoteException
java.lang.String getRelationName() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.StringBuffer getMLFromClause(boolean useSchemaOwner) throws MXException, java.rmi.RemoteException
useSchemaOwner
- MXException
java.rmi.RemoteException
boolean hasMLQbe() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboValueInfoStatic getMboValueInfoStatic(java.lang.String attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Mbo.getMboValueInfoStatic(String )
MboValueInfoStatic[] getMboValueInfoStatic(java.lang.String[] attribute) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Mbo.getMboValueInfoStatic(String[])
MboRemote getMboForUniqueId(long id) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getMessage(java.lang.String errGrp, java.lang.String errKey) throws java.rmi.RemoteException
errGrp
- errKey
- java.rmi.RemoteException
java.lang.String getMessage(java.lang.String errGrp, java.lang.String errKey, java.lang.Object[] params) throws java.rmi.RemoteException
errGrp
- errKey
- params
- java.rmi.RemoteException
Mbo.getMessage(String errGrp, String errKey, Object[] params)
java.lang.String getMessage(java.lang.String errGrp, java.lang.String errKey, java.lang.Object param) throws java.rmi.RemoteException
errGrp
- errKey
- params
- java.rmi.RemoteException
Mbo.getMessage(String errGrp, String errKey, Object param)
java.lang.String getMessage(MXException exception) throws java.rmi.RemoteException
errGrp
- errKey
- java.rmi.RemoteException
MaxMessage getMaxMessage(java.lang.String errGrp, java.lang.String errKey) throws MXException, java.rmi.RemoteException
errGrp
- errKey
- MXException
java.rmi.RemoteException
void setQueryBySiteQbe() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean setLogLargFetchResultDisabled(boolean disable) throws java.rmi.RemoteException
disable
- java.rmi.RemoteException
void setWhereQbe(java.lang.String attribute, java.lang.String value, java.lang.String where) throws MXException, java.rmi.RemoteException
attribute
- value
- where
- MXException
java.rmi.RemoteException
void setQbe(java.lang.String attribute, MboSetRemote lookup) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setQbe(String, MboSetRemote)
void addSubQbe(java.lang.String name, java.lang.String[] attrs, java.lang.String operator) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.addSubQbe(String, String[], String)
void addSubQbe(java.lang.String name, java.lang.String[] attrs, java.lang.String operator, boolean exactMatch) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.addSubQbe(String, String[], String, boolean)
void addSubQbe(java.lang.String parentQbe, java.lang.String name, java.lang.String[] attrs, java.lang.String operator, boolean exactMatch) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.addSubQbe(String, String, String[], String, boolean)
void addSubQbe(java.lang.String parentQbe, java.lang.String name, java.lang.String[] attrs, java.lang.String operator) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.addSubQbe(String, String, String[], String)
void ignoreQbeExactMatchSet(boolean flag) throws MXException, java.rmi.RemoteException
java.rmi.RemoteException
MXException
void setDefaultValue(java.lang.String attribute, MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.setDefaultValue(String, MboRemote)
void setExcludeMeFromPropagation(boolean flag) throws MXException, java.rmi.RemoteException
flag
- MXException
java.rmi.RemoteException
boolean getExcludeMeFromPropagation() throws MXException, java.rmi.RemoteException
flag
- MXException
java.rmi.RemoteException
void setInsertSite(java.lang.String site) throws MXException, java.rmi.RemoteException
site
- MXException
java.rmi.RemoteException
void setInsertOrg(java.lang.String org) throws MXException, java.rmi.RemoteException
site
- MXException
java.rmi.RemoteException
void setInsertCompanySet(java.lang.String compSet) throws MXException, java.rmi.RemoteException
site
- MXException
java.rmi.RemoteException
void setInsertItemSet(java.lang.String itemSet) throws MXException, java.rmi.RemoteException
site
- MXException
java.rmi.RemoteException
void setNoNeedtoFetchFromDB(boolean flag) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.setNoNeedtoFetchFromDB(boolean)
boolean processML() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getParentApp() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSet.getParentApp()
MboRemote locateMbo(java.lang.String[] key, java.lang.String[] value, int option) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.mbo.MboSet#locateMbo()
void setDMDeploySet(boolean flag) throws MXException, java.rmi.RemoteException
true
- or falseMXException
java.rmi.RemoteException
boolean isDMDeploySet() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setQbeOperatorOr() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.io.InputStream setupLongOpPipe() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void clearLongOpPipe() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void abortSql() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setQbe(java.lang.String attribute, java.lang.String[] expression) throws MXException, java.rmi.RemoteException
attribute
- expression
- MXException
java.rmi.RemoteException
int getQueryTimeout() throws java.rmi.RemoteException
java.rmi.RemoteException
void setQueryTimeout(int queryTimeout) throws java.rmi.RemoteException
java.rmi.RemoteException
void setAllowQualifiedRestriction(boolean value) throws java.rmi.RemoteException
java.rmi.RemoteException
MboSet.setAllowQualifiedRestriction(boolean)
void setAppAlwaysFieldFlag(java.lang.String attr, long flag, boolean state) throws java.rmi.RemoteException
attr,
- attribute of this MboSet, related fields are not allowed.flag
- state
- java.rmi.RemoteException
void setTxnPropertyMap(java.util.Map<java.lang.Object,java.lang.Object> map) throws MXException, java.rmi.RemoteException
map
- MXException
java.rmi.RemoteException
java.util.Map<java.lang.Object,java.lang.Object> getTxnPropertyMap() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setDMSkipFieldValidation(boolean flag) throws MXException, java.rmi.RemoteException
true
- or falseMXException
java.rmi.RemoteException
boolean isDMSkipFieldValidation() throws MXException, java.rmi.RemoteException
true
- or falseMXException
java.rmi.RemoteException
BitFlag getAppAlwaysFieldFlags(java.lang.String attr) throws java.rmi.RemoteException
java.rmi.RemoteException
ERMEntity getERMEntity() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setERMEntity(ERMEntity ermEntity) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.util.List<ERMAttributeError> determineRequiredFieldsFromERM() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.util.List<ERMAttributeError> findAllNullRequiredFields() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setRequiedFlagsFromERM() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean isRetainMboPosition() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setRetainMboPosition(boolean retainCurrentMboPosition) throws MXException, java.rmi.RemoteException
retainMboPosition
- true to retain position, false otherwise.MXException
java.rmi.RemoteException
MboSetRetainMboPositionData getMboSetRetainMboPositionData() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboSetRetainMboPositionInfo getMboSetRetainMboPositionInfo() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void positionState() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setDBFetchMaxRows(int fetchLimit) throws java.rmi.RemoteException
fetchLimit
- a possitive number. If -1 or 0, the fetch limit will be turned off.java.rmi.RemoteException
int getDBFetchMaxRows() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getSetOrderByForUI() throws java.rmi.RemoteException
java.rmi.RemoteException
void setSetOrderByForUI(java.lang.String orderBy) throws java.rmi.RemoteException
java.rmi.RemoteException
int newMboIndex() throws java.rmi.RemoteException
java.rmi.RemoteException