All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Add Routine
This add method will set the default values for Systemid, description, network of LocSystem object
Systemid = 0
Description = 0
Network = Readonly (always)
|
void |
appValidate()
Check if there is one and only one primary system in a site
|
void |
canDelete()
Check whether this system is referenced by any location in LocHierarchy
Can this object be deleted ?
|
int |
getNumberOfSystemsForSite(java.lang.String siteid) |
void |
init()
Initailzation rountine.
|
boolean |
isLocAncestorAlreadyMarkedForDeletion(java.lang.String locancestorid)
used for networked systems only.
|
boolean |
isNetwork()
Returns Network flag for the LOCSYSTEM object.
|
boolean |
isPrimarySystem()
return true if the system is the primary system false otherwise.
|
void |
makeHierarchyANetwork()
Changes the system, network to hierarchical
|
void |
makeNetworkAHierarchy()
Changes the system, hierarchical to network
|
void |
recordLocHierarchyDeletedLocAncestors(java.util.Vector<java.lang.String> deletedLocAncestors)
used for networked systems only.
|
void |
save()
10-20078: at save() time, query database to see if a locsystem entered via a different session also
has primarysystem=1 - to prevent more than one primary systems in one site
|
void |
setCurrentPrimaryInMemory(MboRemote currentPrimary)
10-20811:
|