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)
Deprecated.
|
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) throws com.accela.aa.exception.AAException
serviceProviderCode
- agency codeauditID
- the caller idjava.lang.Exception
- the exceptioncom.accela.aa.exception.AAException
public GStructureScript() throws com.accela.aa.exception.AAException
java.lang.Exception
- the exceptioncom.accela.aa.exception.AAException
public ScriptResult getStructure(long structureNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
getStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- structure numbercallerID
- the caller idpublic ScriptResult getStructures(com.accela.aa.util.QueryFormat format, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
getStructures
in interface com.accela.aa.emse.dom.service.GStructureScriptService
format
- QueryFormatcallerID
- the caller idpublic ScriptResult getStructures(java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
getStructures
in interface com.accela.aa.emse.dom.service.GStructureScriptService
callerID
- the caller idpublic ScriptResult addStructure(com.accela.aa.structure.structure.StructureModel structureROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
addStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
addStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
addStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
addStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
deleteStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- StructureModelcallerID
- the caller idpublic ScriptResult deleteStructure(long structureNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
deleteStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- structure numbercallerID
- the caller idpublic ScriptResult updateStructure(com.accela.aa.structure.structure.StructureModel structureROC, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
updateStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
updateStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
updateStructure
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
getAttribute
in interface com.accela.aa.emse.dom.service.GStructureScriptService
capID
- 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.GStructureScriptService
getAttributes
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
getAttributes
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
addAttribute
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
addAttribute
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
deleteAttribute
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- StructureModelattributeROC
- AttributeModelcallerID
- the caller idpublic ScriptResult deleteAttribute(long structureNumber, long attributeNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
deleteAttribute
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
updateAttribute
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
updateAttribute
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
getStrucutureOwners
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
getStrucutureOwners
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
addStrucutureOwner
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- StructureModelstructureOwnerROC
- StructureOwnerModelcallerID
- the caller idpublic ScriptResult addStrucutureOwner(long structureNumber, long ownerNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
addStrucutureOwner
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
deleteStrucutureOwner
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- StructureModelstructureOwnerROC
- StructureOwnerModelcallerID
- the caller idpublic ScriptResult deleteStrucutureOwner(long structureNumber, long ownerNumber, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
deleteStrucutureOwner
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
getStrucutureLocation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
getStrucutureLocation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
addStrucutureLocation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
addStrucutureLocation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureNumber
- 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.GStructureScriptService
deleteStrucutureLocation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC
- 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.GStructureScriptService
deleteStrucutureLocation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
public ScriptResult getParentStructures(com.accela.aa.structure.structure.StructureModel parentStructureModel, java.lang.String callerID)
com.accela.aa.emse.dom.service.GStructureScriptService
getParentStructures
in interface com.accela.aa.emse.dom.service.GStructureScriptService
parentStructureModel
- 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.GStructureScriptService
getParentStructures
in interface com.accela.aa.emse.dom.service.GStructureScriptService
parentStructureNumber
- 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.GStructureScriptService
getChildStructures
in interface com.accela.aa.emse.dom.service.GStructureScriptService
childStructureModel
- 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.GStructureScriptService
getChildStructures
in interface com.accela.aa.emse.dom.service.GStructureScriptService
childStructureNumber
- 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.GStructureScriptService
addStrucutureRelation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC1
- 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.GStructureScriptService
addStrucutureRelation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
parentStructureNumber
- 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.GStructureScriptService
deleteStrucutureRelation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
structureROC1
- 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.GStructureScriptService
removeStrucutureRelation
in interface com.accela.aa.emse.dom.service.GStructureScriptService
parentStructureNumber
- parent structure numberchildStructureNumber
- child structure numberrelationship
- relationshipcallerID
- the caller id