public class GStructureScript
extends com.accela.aa.emse.dom.service.BaseAAScript
implements com.accela.aa.emse.dom.service.GStructureScriptService
| Constructor and Description |
|---|
GStructureScript()
Constructor for GStructureScript.
|
GStructureScript(java.lang.String serviceProviderCode,
java.lang.String auditID,
com.accela.aa.emse.dom.service.CachedService cachedService)
Constructor for GStructureScript.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptResult |
addAttribute(long structureNumber,
java.lang.String componentGroup,
java.lang.String componentType,
long attributeNumber,
java.lang.String attributeName,
java.lang.String attributeLabel,
java.lang.String attributeCode,
java.lang.String attributeDescription,
java.lang.String attributeDataType,
java.lang.String attributeValueReqFlag,
java.lang.String attributeValue,
java.lang.String attributeUnitType,
java.lang.String callerID)
Add an attribute to GSTRUCTURE_ATTRIBUTE table.
|
ScriptResult |
addAttribute(com.accela.aa.structure.structure.StructureModel structureROC,
com.accela.aa.structure.structure.AttributeModel attributeROC,
java.lang.String callerID)
Add an attribute to GSTRUCTURE_ATTRIBUTE table.
|
ScriptResult |
addStructure(long structureNumber,
java.lang.String structureType,
java.lang.String structureName,
java.lang.String structureDescription,
java.lang.String structureStatus,
java.util.Date structureStatusDate,
java.lang.String callerID)
Add a structure to GSTRUCTURE table.
|
ScriptResult |
addStructure(long structureNumber,
java.lang.String structureType,
java.lang.String structureName,
java.lang.String structureDescription,
java.lang.String structureStatus,
com.accela.aa.emse.util.ScriptDateTime structureStatusDateSCR,
java.lang.String callerID)
Add a structure to GSTRUCTURE table.
|
ScriptResult |
addStructure(long structureNumber,
java.lang.String structureType,
java.lang.String structureName,
java.lang.String structureDescription,
java.lang.String structureStatus,
java.lang.String callerID)
Add a structure to GSTRUCTURE table.
|
ScriptResult |
addStructure(com.accela.aa.structure.structure.StructureModel structureROC,
java.lang.String callerID)
Add a structure to GSTRUCTURE table.
|
ScriptResult |
addStrucutureLocation(long structureNumber,
java.lang.String locationType,
java.lang.String locationID,
java.lang.String callerID)
Insert a record in the GSTRUCTURE_LOCATION table to link a structure to a
location (the location could be a type of parcel, address, or GIS
object).
|
ScriptResult |
addStrucutureLocation(com.accela.aa.structure.structure.StructureModel structureROC,
com.accela.aa.structure.structure.StructureLocationModel structureLocationROC,
java.lang.String callerID)
Insert a record in the GSTRUCTURE_LOCATION table to link a structure to a
location (the location could be a type of parcel, address, or GIS
object).
|
ScriptResult |
addStrucutureOwner(long structureNumber,
long ownerNumber,
java.lang.String callerID)
Insert a record in the GSTRUCTURE_OWNER table to link an owner from
L3OWNERS to GSTRUCTURE table.
|
ScriptResult |
addStrucutureOwner(com.accela.aa.structure.structure.StructureModel structureROC,
com.accela.aa.structure.structure.StructureOwnerModel structureOwnerROC,
java.lang.String callerID)
Insert a record in the GSTRUCTURE_OWNER table to link an owner from
L3OWNERS to GSTRUCTURE table.
|
ScriptResult |
addStrucutureRelation(long parentStructureNumber,
long childStructureNumber,
java.lang.String relationship,
java.lang.String callerID)
Insert a record in the GSTRUCTURE_STRUCTURE table to create a structure
to structure or structure to establishment relationship.
|
ScriptResult |
addStrucutureRelation(com.accela.aa.structure.structure.StructureModel structureROC1,
com.accela.aa.structure.structure.StructureModel structureROC2,
java.lang.String callerID)
Insert a record in the GSTRUCTURE_STRUCTURE table to create a structure
to structure or structure to establishment relationship.
|
ScriptResult |
deleteAttribute(long structureNumber,
long attributeNumber,
java.lang.String callerID)
Delete an attribute from GSTRUCTURE_ATTRIBUTE table.
|
ScriptResult |
deleteAttribute(com.accela.aa.structure.structure.StructureModel structureROC,
com.accela.aa.structure.structure.AttributeModel attributeROC,
java.lang.String callerID)
Delete an attribute record from GSTRUCTURE_ATTRIBUTE table.
|
ScriptResult |
deleteStructure(long structureNumber,
java.lang.String callerID)
Remove a structure to GSTRUCTURE table.
|
ScriptResult |
deleteStructure(com.accela.aa.structure.structure.StructureModel structureROC,
java.lang.String callerID)
Delete a structure record from GSTRUCTURE table.
|
ScriptResult |
deleteStrucutureLocation(long structureNumber,
java.lang.String locationID,
java.lang.String locationType,
java.lang.String auditID,
java.lang.String callerID)
Delete a record from the GSTRUCTURE_LOCATION table.
|
ScriptResult |
deleteStrucutureLocation(com.accela.aa.structure.structure.StructureModel structureROC,
com.accela.aa.structure.structure.StructureLocationModel structureLocationROC,
java.lang.String callerID)
Delete a record from the GSTRUCTURE_LOCATION table.
|
ScriptResult |
deleteStrucutureOwner(long structureNumber,
long ownerNumber,
java.lang.String callerID)
Delete a record from the GSTRUCTURE_OWNER table to remove the link.
|
ScriptResult |
deleteStrucutureOwner(com.accela.aa.structure.structure.StructureModel structureROC,
com.accela.aa.structure.structure.StructureOwnerModel structureOwnerROC,
java.lang.String callerID)
Delete a record from the GSTRUCTURE_OWNER table to remove the link.
|
ScriptResult |
deleteStrucutureRelation(com.accela.aa.structure.structure.StructureModel structureROC1,
com.accela.aa.structure.structure.StructureModel structureROC2,
java.lang.String callerID)
Remove a record from the GSTRUCTURE_STRUCTURE table to create a structure
to structure or structure to establishment relationship.
|
ScriptResult |
getAttribute(com.accela.aa.aamain.cap.CapIDModel capID,
long structureNumber,
long structureAttributeNumber,
java.lang.String callerID)
Get an attribute by GSTRUCUTRE_ATTRIBUTE primary key.
|
ScriptResult |
getAttributes(long structureNumber,
java.lang.String structureStatus,
java.lang.String auditID,
java.lang.String auditStatus,
java.lang.String callerID)
Get a list of attributes by a given StructureModel from
GSTRUCTURE_ATTRIBUTE table.
|
ScriptResult |
getAttributes(com.accela.aa.structure.structure.StructureModel structureROC,
java.lang.String callerID)
Get a list of attributes by a given StructureModel from
GSTRUCTURE_ATTRIBUTE table.
|
ScriptResult |
getChildStructures(long childStructureNumber,
java.lang.String structureStatus,
java.lang.String auditStatus,
java.lang.String callerID)
Retrieve structures from GSTRUCTURE_STRUCTURE table.
|
ScriptResult |
getChildStructures(com.accela.aa.structure.structure.StructureModel childStructureModel,
java.lang.String callerID)
Retrieve structures from GSTRUCTURE_STRUCTURE table.
|
ScriptResult |
getParentStructures(long parentStructureNumber,
java.lang.String structureStatus,
java.lang.String auditStatus,
java.lang.String callerID)
Retrieve structures from GSTRUCTURE_STRUCTURE table.
|
ScriptResult |
getParentStructures(com.accela.aa.structure.structure.StructureModel parentStructureModel,
java.lang.String callerID)
Retrieve structures from GSTRUCTURE_STRUCTURE table.
|
ScriptResult |
getStructure(long structureNumber,
java.lang.String callerID)
Retrieve a structure from GSTRUCTURE table.
|
ScriptResult |
getStructures(com.accela.aa.util.QueryFormat format,
java.lang.String callerID)
Retrieve structures from GSTRUCTURE table.
|
ScriptResult |
getStructures(java.lang.String callerID)
Retrieve structures from GSTRUCTURE table.
|
ScriptResult |
getStrucutureLocation(long structureNumber,
java.lang.String structureStatus,
java.lang.String auditStatus,
java.lang.String callerID)
Get the list of locations for the structure.
|
ScriptResult |
getStrucutureLocation(com.accela.aa.structure.structure.StructureModel structureROC,
java.lang.String callerID)
Get the list of locations for the structure.
|
ScriptResult |
getStrucutureOwners(long structureNumber,
java.lang.String structureStatus,
java.lang.String auditStatus,
java.lang.String callerID)
Get a list of owners who own the structure.
|
ScriptResult |
getStrucutureOwners(com.accela.aa.structure.structure.StructureModel structureROC,
java.lang.String callerID)
Get a list of owners who own the structure.
|
ScriptResult |
removeStrucutureRelation(long parentStructureNumber,
long childStructureNumber,
java.lang.String relationship,
java.lang.String callerID)
Remove a record in the GSTRUCTURE_STRUCTURE table to create a structure
to structure or structure to establishment relationship.
|
ScriptResult |
updateAttribute(long structureNumber,
java.lang.String componentGroup,
java.lang.String componentType,
long attributeNumber,
java.lang.String attributeName,
java.lang.String attributeLabel,
java.lang.String attributeCode,
java.lang.String attributeDescription,
java.lang.String attributeDataType,
java.lang.String attributeValueReqFlag,
java.lang.String attributeValue,
java.lang.String attributeUnitType,
java.lang.String callerID)
update an attribute to GSTRUCTURE_ATTRIBUTE table.
|
ScriptResult |
updateAttribute(com.accela.aa.structure.structure.StructureModel structureROC,
com.accela.aa.structure.structure.AttributeModel attributeROC,
java.lang.String callerID)
update an attribute to GSTRUCTURE_ATTRIBUTE table.
|
ScriptResult |
updateStructure(long structureNumber,
java.lang.String structureType,
java.lang.String structureName,
java.lang.String structureDescription,
java.lang.String structureStatus,
com.accela.aa.emse.util.ScriptDateTime structureStatusDateSCR,
java.lang.String callerID)
Update a structure to GSTRUCTURE table.
|
ScriptResult |
updateStructure(long structureNumber,
java.lang.String structureType,
java.lang.String structureName,
java.lang.String structureDescription,
java.lang.String structureStatus,
java.lang.String callerID)
Update a structure to GSTRUCTURE table.
|
ScriptResult |
updateStructure(com.accela.aa.structure.structure.StructureModel structureROC,
java.lang.String callerID)
Update a structure to GSTRUCTURE table.
|
public GStructureScript(java.lang.String serviceProviderCode,
java.lang.String auditID,
com.accela.aa.emse.dom.service.CachedService cachedService)
throws com.accela.aa.exception.AAException
serviceProviderCode - agency codeauditID - the caller idjava.lang.Exception - the exceptioncom.accela.aa.exception.AAExceptionpublic GStructureScript()
throws com.accela.aa.exception.AAException
java.lang.Exception - the exceptioncom.accela.aa.exception.AAExceptionpublic ScriptResult getStructure(long structureNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numbercallerID - the caller idpublic ScriptResult getStructures(com.accela.aa.util.QueryFormat format, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetStructures in interface com.accela.aa.emse.dom.service.GStructureScriptServiceformat - QueryFormatcallerID - the caller idpublic ScriptResult getStructures(java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetStructures in interface com.accela.aa.emse.dom.service.GStructureScriptServicecallerID - the caller idpublic ScriptResult addStructure(com.accela.aa.structure.structure.StructureModel structureROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelcallerID - the caller idpublic ScriptResult addStructure(long structureNumber, java.lang.String structureType, java.lang.String structureName, java.lang.String structureDescription, java.lang.String structureStatus, java.util.Date structureStatusDate, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberstructureType - structure typestructureName - structure namestructureDescription - structure descriptionstructureStatus - structure statusstructureStatusDate - structure status datecallerID - the caller idpublic ScriptResult addStructure(long structureNumber, java.lang.String structureType, java.lang.String structureName, java.lang.String structureDescription, java.lang.String structureStatus, com.accela.aa.emse.util.ScriptDateTime structureStatusDateSCR, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberstructureType - structure typestructureName - structure namestructureDescription - structure descriptionstructureStatus - structure statusstructureStatusDateSCR - structure status datecallerID - the caller idpublic ScriptResult addStructure(long structureNumber, java.lang.String structureType, java.lang.String structureName, java.lang.String structureDescription, java.lang.String structureStatus, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberstructureType - structure typestructureName - structure namestructureDescription - structure descriptionstructureStatus - structure statuscallerID - the caller idpublic ScriptResult deleteStructure(com.accela.aa.structure.structure.StructureModel structureROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelcallerID - the caller idpublic ScriptResult deleteStructure(long structureNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numbercallerID - the caller idpublic ScriptResult updateStructure(com.accela.aa.structure.structure.StructureModel structureROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceupdateStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelcallerID - the caller idpublic ScriptResult updateStructure(long structureNumber, java.lang.String structureType, java.lang.String structureName, java.lang.String structureDescription, java.lang.String structureStatus, com.accela.aa.emse.util.ScriptDateTime structureStatusDateSCR, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceupdateStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberstructureType - structure typestructureName - structure namestructureDescription - structure descriptionstructureStatus - structure statusstructureStatusDateSCR - structure status datecallerID - the caller idpublic ScriptResult updateStructure(long structureNumber, java.lang.String structureType, java.lang.String structureName, java.lang.String structureDescription, java.lang.String structureStatus, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceupdateStructure in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberstructureType - structure typestructureName - structure namestructureDescription - structure descriptionstructureStatus - structure statuscallerID - the caller idpublic ScriptResult getAttribute(com.accela.aa.aamain.cap.CapIDModel capID, long structureNumber, long structureAttributeNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetAttribute in interface com.accela.aa.emse.dom.service.GStructureScriptServicecapID - CapIDModelstructureNumber - structure numberstructureAttributeNumber - structure attribute numbercallerID - the caller idpublic ScriptResult getAttributes(com.accela.aa.structure.structure.StructureModel structureROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetAttributes in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelcallerID - the caller idpublic ScriptResult getAttributes(long structureNumber, java.lang.String structureStatus, java.lang.String auditID, java.lang.String auditStatus, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetAttributes in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberstructureStatus - structure statusauditID - the auditIDauditStatus - audit statuscallerID - the caller idpublic ScriptResult addAttribute(com.accela.aa.structure.structure.StructureModel structureROC, com.accela.aa.structure.structure.AttributeModel attributeROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddAttribute in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelattributeROC - AttributeModelcallerID - the caller idpublic ScriptResult addAttribute(long structureNumber, java.lang.String componentGroup, java.lang.String componentType, long attributeNumber, java.lang.String attributeName, java.lang.String attributeLabel, java.lang.String attributeCode, java.lang.String attributeDescription, java.lang.String attributeDataType, java.lang.String attributeValueReqFlag, java.lang.String attributeValue, java.lang.String attributeUnitType, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddAttribute in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numbercomponentGroup - component groupcomponentType - component typeattributeNumber - attribute numberattributeName - attribute nameattributeLabel - attribute labelattributeCode - attribute codeattributeDescription - attribute descriptionattributeDataType - attribute data typeattributeValueReqFlag - attribute value required flagattributeValue - attribute valueattributeUnitType - attribute unit typecallerID - the caller idpublic ScriptResult deleteAttribute(com.accela.aa.structure.structure.StructureModel structureROC, com.accela.aa.structure.structure.AttributeModel attributeROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteAttribute in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelattributeROC - AttributeModelcallerID - the caller idpublic ScriptResult deleteAttribute(long structureNumber, long attributeNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteAttribute in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberattributeNumber - attribute numbercallerID - the caller idpublic ScriptResult updateAttribute(com.accela.aa.structure.structure.StructureModel structureROC, com.accela.aa.structure.structure.AttributeModel attributeROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceupdateAttribute in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelattributeROC - AttributeModelcallerID - the caller idpublic ScriptResult updateAttribute(long structureNumber, java.lang.String componentGroup, java.lang.String componentType, long attributeNumber, java.lang.String attributeName, java.lang.String attributeLabel, java.lang.String attributeCode, java.lang.String attributeDescription, java.lang.String attributeDataType, java.lang.String attributeValueReqFlag, java.lang.String attributeValue, java.lang.String attributeUnitType, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceupdateAttribute in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numbercomponentGroup - component groupcomponentType - component typeattributeNumber - attribute numberattributeName - attribute nameattributeLabel - attribute labelattributeCode - attribute codeattributeDescription - attribute descriptionattributeDataType - attribute data typeattributeValueReqFlag - attribute value required flagattributeValue - attribute valueattributeUnitType - attribute unit typecallerID - the caller idpublic ScriptResult getStrucutureOwners(com.accela.aa.structure.structure.StructureModel structureROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetStrucutureOwners in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelcallerID - the caller idpublic ScriptResult getStrucutureOwners(long structureNumber, java.lang.String structureStatus, java.lang.String auditStatus, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetStrucutureOwners in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberstructureStatus - structure statusauditStatus - audit statuscallerID - the caller idpublic ScriptResult addStrucutureOwner(com.accela.aa.structure.structure.StructureModel structureROC, com.accela.aa.structure.structure.StructureOwnerModel structureOwnerROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStrucutureOwner in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelstructureOwnerROC - StructureOwnerModelcallerID - the caller idpublic ScriptResult addStrucutureOwner(long structureNumber, long ownerNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStrucutureOwner in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberownerNumber - owner numbercallerID - the caller idpublic ScriptResult deleteStrucutureOwner(com.accela.aa.structure.structure.StructureModel structureROC, com.accela.aa.structure.structure.StructureOwnerModel structureOwnerROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteStrucutureOwner in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelstructureOwnerROC - StructureOwnerModelcallerID - the caller idpublic ScriptResult deleteStrucutureOwner(long structureNumber, long ownerNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteStrucutureOwner in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberownerNumber - owner numbercallerID - the caller idpublic ScriptResult getStrucutureLocation(com.accela.aa.structure.structure.StructureModel structureROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetStrucutureLocation in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelcallerID - the caller idpublic ScriptResult getStrucutureLocation(long structureNumber, java.lang.String structureStatus, java.lang.String auditStatus, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetStrucutureLocation in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberstructureStatus - structure statusauditStatus - audit statuscallerID - the caller idpublic ScriptResult addStrucutureLocation(com.accela.aa.structure.structure.StructureModel structureROC, com.accela.aa.structure.structure.StructureLocationModel structureLocationROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStrucutureLocation in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelstructureLocationROC - StructureLocationModelcallerID - the caller idpublic ScriptResult addStrucutureLocation(long structureNumber, java.lang.String locationType, java.lang.String locationID, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStrucutureLocation in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureNumber - structure numberlocationType - location typelocationID - location idcallerID - the caller idpublic ScriptResult deleteStrucutureLocation(com.accela.aa.structure.structure.StructureModel structureROC, com.accela.aa.structure.structure.StructureLocationModel structureLocationROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteStrucutureLocation in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC - StructureModelstructureLocationROC - StructureLocationModelcallerID - the caller idpublic ScriptResult deleteStrucutureLocation(long structureNumber, java.lang.String locationID, java.lang.String locationType, java.lang.String auditID, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteStrucutureLocation in interface com.accela.aa.emse.dom.service.GStructureScriptServicepublic ScriptResult getParentStructures(com.accela.aa.structure.structure.StructureModel parentStructureModel, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetParentStructures in interface com.accela.aa.emse.dom.service.GStructureScriptServiceparentStructureModel - StructureModelcallerID - the caller idpublic ScriptResult getParentStructures(long parentStructureNumber, java.lang.String structureStatus, java.lang.String auditStatus, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetParentStructures in interface com.accela.aa.emse.dom.service.GStructureScriptServiceparentStructureNumber - parent structure numberstructureStatus - structure statusauditStatus - audit statuscallerID - the caller idpublic ScriptResult getChildStructures(com.accela.aa.structure.structure.StructureModel childStructureModel, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetChildStructures in interface com.accela.aa.emse.dom.service.GStructureScriptServicechildStructureModel - StructureModelcallerID - the caller idpublic ScriptResult getChildStructures(long childStructureNumber, java.lang.String structureStatus, java.lang.String auditStatus, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicegetChildStructures in interface com.accela.aa.emse.dom.service.GStructureScriptServicechildStructureNumber - child structure numberstructureStatus - structure statusauditStatus - audit statuscallerID - the caller idpublic ScriptResult addStrucutureRelation(com.accela.aa.structure.structure.StructureModel structureROC1, com.accela.aa.structure.structure.StructureModel structureROC2, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStrucutureRelation in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC1 - StructureModelstructureROC2 - StructureModelcallerID - the caller idpublic ScriptResult addStrucutureRelation(long parentStructureNumber, long childStructureNumber, java.lang.String relationship, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceaddStrucutureRelation in interface com.accela.aa.emse.dom.service.GStructureScriptServiceparentStructureNumber - parent structure numberchildStructureNumber - child structure numberrelationship - relationshipcallerID - the caller idpublic ScriptResult deleteStrucutureRelation(com.accela.aa.structure.structure.StructureModel structureROC1, com.accela.aa.structure.structure.StructureModel structureROC2, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServicedeleteStrucutureRelation in interface com.accela.aa.emse.dom.service.GStructureScriptServicestructureROC1 - StructureModelstructureROC2 - StructureModelcallerID - the caller idpublic ScriptResult removeStrucutureRelation(long parentStructureNumber, long childStructureNumber, java.lang.String relationship, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptServiceremoveStrucutureRelation in interface com.accela.aa.emse.dom.service.GStructureScriptServiceparentStructureNumber - parent structure numberchildStructureNumber - child structure numberrelationship - relationshipcallerID - the caller id