public interface PersonGroupRemote extends MboRemote
Modifier and Type | Method and Description |
---|---|
PersonSetRemote |
getAvailablePersonforBroadcast(java.lang.String orgID,
java.lang.String siteID) |
PersonRemote |
getCurrentResponsiblePerson(java.util.Date date) |
PersonRemote |
getCurrentResponsiblePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID) |
PersonRemote |
getNextAvailablePerson(java.util.Date date,
java.lang.String skipPersonId)
Returns the next available Person in the person group in the sequence after the given Person.
|
PersonRemote |
getNextAvailablePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID,
java.lang.String skipPersonId)
Returns the next available Person in the person group in the sequence after the given Person.
|
PersonGroupTeamSetRemote |
getResponsibleParty()
Obtain the initial responsible party for this work order person group.
|
PersonSetRemote |
getResponsiblePeople() |
add, addMboSetForRequiredCheck, addToDeleteForInsertList, blindCopy, checkMethodAccess, clear, copy, copy, copy, copyFake, copyValue, copyValue, createComm, delete, delete, duplicate, evaluateCondition, evaluateCtrlConditions, evaluateCtrlConditions, excludeObjectForPropagate, generateAutoKey, getBoolean, getByte, getBytes, getCommLogOwnerNameAndUniqueId, getDatabaseValue, getDate, getDeleteForInsertList, getDocLinksCount, getDomainIDs, getDouble, getExistingMboSet, getFlags, getFloat, getIgnoreLockCheck, getInitialValue, getInsertCompanySetId, getInsertItemSetId, getInsertOrganization, getInsertSite, getInt, getKeyValue, getLinesRelationship, getList, getLockedByDisplayName, getLong, getMatchingAttr, getMatchingAttr, getMatchingAttrs, getMaxMessage, getMboData, getMboDataSet, getMboInitialValue, getMboList, getMboSet, getMboSet, getMboSet, getMboValueData, getMboValueData, getMboValueData, getMboValueDataForDownload, getMboValueInfoStatic, getMboValueInfoStatic, getMessage, getMessage, getMessage, getMessage, getMXTransaction, getName, getOrgForGL, getOrgSiteForMaxvar, getOwner, getPropagateKeyFlag, getRecordIdentifer, getSiteOrg, getString, getString, getStringInBaseLanguage, getStringInSpecificLocale, getStringTransparent, getThisMboSet, getUniqueIDName, getUniqueIDValue, getUserInfo, getUserName, hasHierarchyLink, hasLockSaveRights, isAutoKeyed, isBasedOn, isFlagSet, isForDM, isLocked, isLocked, isMasterTenant, isMboLockedByMe, isModified, isModified, isNew, isNull, isOptionGranted, isSelected, isZombie, lock, propagateKeyValue, rollbackToCheckpoint, select, setApplicationError, setApplicationRequired, setAutokeyFields, setCopyDefaults, setDeleted, setESigFieldModified, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlags, setFlag, setFlag, setFlags, setForDM, setIgnoreRecordLockCheck, setMLValue, setModified, setNewMbo, setPropagateKeyFlag, setPropagateKeyFlag, setReferencedMbo, setReferencedMbo, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, setValueNull, sigopGranted, sigopGranted, sigopGranted, sigOptionAccessAuthorized, smartFill, smartFind, smartFind, smartFindByObjectName, smartFindByObjectName, smartFindByObjectNameDirect, startCheckpoint, thisToBeUpdated, toBeAdded, toBeDeleted, toBeSaved, toBeUpdated, toBeValidated, undelete, unlock, unselect, validate, validateAttributes
PersonGroupTeamSetRemote getResponsibleParty() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.persongroup.getCurrentFirstAvailablePerson().
PersonRemote getCurrentResponsiblePerson(java.util.Date date, java.lang.String orgID, java.lang.String siteID) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
PersonRemote getCurrentResponsiblePerson(java.util.Date date) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
PersonSetRemote getResponsiblePeople() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
PersonSetRemote getAvailablePersonforBroadcast(java.lang.String orgID, java.lang.String siteID) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
PersonRemote getNextAvailablePerson(java.util.Date date, java.lang.String skipPersonId) throws MXException, java.rmi.RemoteException
date
- date for which avaialbility needs to be checked.skipPersonId
- Person Id in the sequence from which to find the next available person
in the person group. If null is specified for this, returns the first available person
in the person group.MXException
java.rmi.RemoteException
PersonRemote getNextAvailablePerson(java.util.Date date, java.lang.String orgID, java.lang.String siteID, java.lang.String skipPersonId) throws MXException, java.rmi.RemoteException
date
- date for which avaialbility needs to be checked.orgID
- organization idsiteID
- site idskipPersonId
- Person Id in the sequence from which to find the next available person
in the person group. If null is specified for this, returns the first available person
in the person group.MXException
java.rmi.RemoteException