|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
UpdateResult |
activateEnterprise(java.sql.Connection con,
EnterpriseObject eo,
java.lang.String user)
|
UpdateResult |
createEnterpriseObject(java.sql.Connection con,
SystemObject so)
|
UpdateResult |
createEnterpriseObject(java.sql.Connection con,
SystemObject[] so)
|
UpdateResult |
deactivateEnterprise(java.sql.Connection con,
EnterpriseObject eo,
java.lang.String user)
|
UpdateResult |
mergeEnterprise(java.sql.Connection con,
EnterpriseObject srcEO,
EnterpriseObject destEO,
int flags,
java.lang.String user)
|
UpdateResult |
mergeEnterprise(java.sql.Connection con,
EnterpriseObject srcEO,
EnterpriseObject destEO,
java.lang.String srcRevisionNumber,
java.lang.String destRevisionNumber,
int flags,
java.lang.String user)
Merges two EnterpriseObject by transfering all of the
SystemObject from the source to the destination. |
UpdateResult |
mergeSystem(java.sql.Connection con,
EnterpriseObject srcEO,
EnterpriseObject destEO,
java.lang.String system,
java.lang.String lid,
SystemObject newSO,
int flags,
java.lang.String user)
|
UpdateResult |
mergeSystem(java.sql.Connection con,
EnterpriseObject srcEO,
java.lang.String system,
java.lang.String lid,
SystemObject newSO,
int flags,
java.lang.String user)
|
UpdateResult |
removeSystem(java.sql.Connection con,
EnterpriseObject srcEO,
java.lang.String system,
java.lang.String lid,
java.lang.String user)
|
UpdateResult |
splitSystem(java.sql.Connection con,
java.lang.String system,
java.lang.String lid,
EnterpriseObject eo,
java.lang.String user)
|
UpdateResult |
splitSystem(java.sql.Connection con,
SystemObject so,
EnterpriseObject eo,
java.lang.String user)
|
UpdateResult |
transferSystem(java.sql.Connection con,
EnterpriseObject srcEO,
EnterpriseObject destEO,
java.lang.String system,
java.lang.String lid,
java.lang.String user)
|
UpdateResult |
unmergeEnterprise(java.sql.Connection con,
java.lang.String transactionID,
int flag,
java.lang.String user)
|
UpdateResult |
unmergeSystem(java.sql.Connection con,
java.lang.String transactionID,
int flag,
java.lang.String user)
|
UpdateResult |
updateEnterprise(java.sql.Connection con,
EnterpriseObject eo,
int flags,
java.lang.String user)
|
UpdateResult |
updateEnterprise(java.sql.Connection con,
EnterpriseObject eo,
java.lang.String revisionNumber,
int flags,
java.lang.String user)
Updates a particular EnterpriseObject |
UpdateResult |
updateEnterprise(java.sql.Connection con,
SystemObject so,
EnterpriseObject eo,
int flags,
java.lang.String user)
|
UpdateResult |
updateEnterprise(java.sql.Connection con,
SystemObject so,
EnterpriseObject eo,
java.lang.String revisionNumber,
int flags,
java.lang.String user)
Updates a particular EnterpriseObject with values from the specified SystemObject |
Method Detail |
public UpdateResult activateEnterprise(java.sql.Connection con, EnterpriseObject eo, java.lang.String user) throws UpdateException, ObjectException, DataModifiedException
UpdateException
ObjectException
DataModifiedException
com.sun.mdm.index.update.UpdateManagerEJB#activateEnterprise
public UpdateResult createEnterpriseObject(java.sql.Connection con, SystemObject so) throws SystemObjectException, UpdateException, ObjectException, UserException
SystemObjectException
UpdateException
ObjectException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#createEnterpriseObject
public UpdateResult createEnterpriseObject(java.sql.Connection con, SystemObject[] so) throws SystemObjectException, UpdateException, SurvivorCalculationException, ObjectException, UserException
SystemObjectException
UpdateException
SurvivorCalculationException
ObjectException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#createEnterpriseObject
public UpdateResult deactivateEnterprise(java.sql.Connection con, EnterpriseObject eo, java.lang.String user) throws UpdateException, ObjectException, DataModifiedException
UpdateException
ObjectException
DataModifiedException
com.sun.mdm.index.update.UpdateManagerEJB#deactivateEnterprise
public UpdateResult mergeEnterprise(java.sql.Connection con, EnterpriseObject srcEO, EnterpriseObject destEO, int flags, java.lang.String user) throws SurvivorCalculationException, SystemObjectException, ObjectException, UpdateException, DataModifiedException, UserException
SurvivorCalculationException
SystemObjectException
ObjectException
UpdateException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#mergeEnterprise
public UpdateResult mergeEnterprise(java.sql.Connection con, EnterpriseObject srcEO, EnterpriseObject destEO, java.lang.String srcRevisionNumber, java.lang.String destRevisionNumber, int flags, java.lang.String user) throws SurvivorCalculationException, SystemObjectException, ObjectException, UpdateException, DataModifiedException, UserException
EnterpriseObject
by transfering all of the
SystemObject
from the source to the destination.
con
- connectionsrcEO
- the source of the transfersdestEO
- the destination of the transferssrcRevisionNumber
- The SBR revision number or the surviving EnterpriseObjectdestRevisionNumber
- The SBR revision number or the merged EnterpriseObjectflags
- optional flagsuser
- user
UpdateResult
containing the affected EnterpriseObjects
and transaction ID.
SurvivorCalculationException
- error calculating SBR
SystemObjectException
- SystemObject
access exception
ObjectException
- ObjectNode access exception.
Please @see com.sun.mdm.index.objects.ObjectNode
UpdateException
- error updating
DataModifiedException
- data modification by concurrent user
UserException
- general user exceptionpublic UpdateResult mergeSystem(java.sql.Connection con, EnterpriseObject srcEO, EnterpriseObject destEO, java.lang.String system, java.lang.String lid, SystemObject newSO, int flags, java.lang.String user) throws SurvivorCalculationException, SystemObjectException, ObjectException, UpdateException, DataModifiedException, UserException
SurvivorCalculationException
SystemObjectException
ObjectException
UpdateException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#mergeSystem
public UpdateResult mergeSystem(java.sql.Connection con, EnterpriseObject srcEO, java.lang.String system, java.lang.String lid, SystemObject newSO, int flags, java.lang.String user) throws SurvivorCalculationException, SystemObjectException, ObjectException, UpdateException, DataModifiedException, UserException
SurvivorCalculationException
SystemObjectException
ObjectException
UpdateException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#mergeSystem
public UpdateResult removeSystem(java.sql.Connection con, EnterpriseObject srcEO, java.lang.String system, java.lang.String lid, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException
UpdateException
SurvivorCalculationException
SystemObjectException
ObjectException
DataModifiedException
com.sun.mdm.index.update.UpdateManagerEJB#removeSystem
public UpdateResult splitSystem(java.sql.Connection con, java.lang.String system, java.lang.String lid, EnterpriseObject eo, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException, UserException
UpdateException
SurvivorCalculationException
SystemObjectException
ObjectException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#splitSystem
public UpdateResult splitSystem(java.sql.Connection con, SystemObject so, EnterpriseObject eo, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException, UserException
UpdateException
SurvivorCalculationException
SystemObjectException
ObjectException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#splitSystem
public UpdateResult transferSystem(java.sql.Connection con, EnterpriseObject srcEO, EnterpriseObject destEO, java.lang.String system, java.lang.String lid, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException
UpdateException
SurvivorCalculationException
SystemObjectException
ObjectException
DataModifiedException
com.sun.mdm.index.update.UpdateManagerEJB#transferSystem
public UpdateResult unmergeEnterprise(java.sql.Connection con, java.lang.String transactionID, int flag, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException, UserException
UpdateException
SurvivorCalculationException
SystemObjectException
ObjectException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#unmergeEnterprise
public UpdateResult unmergeSystem(java.sql.Connection con, java.lang.String transactionID, int flag, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException, UserException
UpdateException
SurvivorCalculationException
SystemObjectException
ObjectException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#unmergeSystem
public UpdateResult updateEnterprise(java.sql.Connection con, EnterpriseObject eo, int flags, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException, UserException
UpdateException
SurvivorCalculationException
SystemObjectException
ObjectException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#updateEnterprise
public UpdateResult updateEnterprise(java.sql.Connection con, EnterpriseObject eo, java.lang.String revisionNumber, int flags, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException, UserException
con
- connectioneo
- EnterpriseObject
to be updatedrevisionNumber
- The revision number of the SBR of the associated SO.flags
- optional flagsuser
- user
UpdateResult
containing the affected EnterpriseObjects
and transaction ID.
UpdateException
- error updating
SurvivorCalculationException
- error calculating SBR
SystemObjectException
- SystemObject
access exception
ObjectException
- ObjectNode access exception.
Please @see com.sun.mdm.index.objects.ObjectNode
DataModifiedException
- data modification by concurrent user
UserException
- general user exceptionpublic UpdateResult updateEnterprise(java.sql.Connection con, SystemObject so, EnterpriseObject eo, int flags, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException, UserException
UpdateException
SurvivorCalculationException
SystemObjectException
ObjectException
DataModifiedException
UserException
com.sun.mdm.index.update.UpdateManagerEJB#updateEnterprise
public UpdateResult updateEnterprise(java.sql.Connection con, SystemObject so, EnterpriseObject eo, java.lang.String revisionNumber, int flags, java.lang.String user) throws UpdateException, SurvivorCalculationException, SystemObjectException, ObjectException, DataModifiedException, UserException
con
- connectionso
- up-to-date SystemObject
imageeo
- EnterpriseObject
that the SystemObject belongs torevisionNumber
- The revision number of the SBR of the associated SO.flags
- optional flagsuser
- user
UpdateResult
containing the affected EnterpriseObjects
and transaction ID.
UpdateException
- error updating
SurvivorCalculationException
- error calculating SBR
SystemObjectException
- SystemObject
access exception
ObjectException
- ObjectNode access exception.
Please @see com.sun.mdm.index.objects.ObjectNode
DataModifiedException
- data modification by concurrent user
UserException
- general user exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.