Click or drag to resize

projectInventoryAllocation Methods

The projectInventoryAllocation type exposes the following members.

Methods
  NameDescription
Public methodabout
About Copyright 2021. Catalina Technology.
(Overrides baseServiceSLabout.)
Public methodbaseGetLOVByType
(Inherited from baseServiceSL.)
Public methodbaseGetNextCounter
(Inherited from baseServiceSL.)
Public methodDispose
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Public methodeditINProjAllocDoc
Edits the records for the INProjAllocDoc table.
Public methodeditINProjAllocLot
Edits the records for the INProjAllocLot table.
Public methodeditINProjAllocTran
Edits the records for the INProjAllocTran table.
Public methodeditINProjAllocTranWithDoc
Edits the records for the INProjAllocTran table.
Public methodeditNote
Edits a note for INProjAllocDoc or INProjAllocTran. Requires noteLevel:BATCH,INTRAN;actionTypes:ADD,UPDATE,VALIDATEONLY
Public methodeditNoteAsDataSet
Edits a note for INProjAllocDoc or INProjAllocTran. Requires noteLevel:DOC,TRAN;actionTypes:ADD,UPDATE,VALIDATEONLY
Public methodeditScreen
Edits all the records for the project inventory allocation screen.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodgetAllocatedProjectInventoryQtyRemaining
Public methodgetClientIP (Inherited from baseServiceSL.)
Public methodgetDBConnection (Inherited from baseServiceSL.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetINProjAllocDocByRefNbrByExactID
Gets INProjAllocDocs based on the passed refNbr, Used to populate: INProjAllocDoc.RefNbr, INProjAllocTran.RefNbr
Public methodgetINProjAllocDocsByRefNbr
Gets INProjAllocDocs based on the passed refNbr, Used to populate: INProjAllocDoc.RefNbr, INProjAllocTran.RefNbr
Public methodgetINProjAllocLotByRefNbrByExactID
Gets INProjAllocLots based on the passed refNbr, Used to populate: INProjAllocLot.RefNbr, INProjAllocTran.RefNbr
Public methodgetINProjAllocLotsByRefNbr
Gets INProjAllocLots based on the passed refNbr, Used to populate: INProjAllocLot.RefNbr, INProjAllocTran.RefNbr
Public methodgetINProjAllocTranByRefNbrAndLineRefByExactID
Gets IN Trans based on the passed refNbr and lineRef (optional)
Public methodgetINProjAllocTransByRefNbrAndLineRef
Gets IN Trans based on the passed refNbr and lineRef (optional)
Public methodgetInventoryByExactID
Searches for a single inventory entry by ID, Used to populate: INProjAllocTran.InvtID
Public methodgetInventoryByID
Searches for inventory entries by ID, Used to populate: INProjAllocTran.InvtID
Public methodgetNewINProjAllocDoc
Gets a new default INProjAllocDoc based on the passed template
Public methodgetNewINProjAllocLot
Gets a new default INProjAllocLot based on the passed template
Public methodgetNewINProjAllocTran
Public methodgetNewscreen
Gets a new default screen based on the passed template
Public methodgetProjectByExactID
Returns a project by ID, Used to populate: INProjAllocTran.ProjectID
Public methodgetProjectsByID
Searches for projects by ID, Used to populate: INProjAllocTran.ProjectID
Public methodgetScreenByRefNbr
Retrieves a Screen object for this class using the passed refNbr
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodgetSiteIDs
Searches for Sites by ID, Used to populate: INProjAllocTran.SiteID
Public methodgetTaskByExactID
Returns a task by ID
Public methodgetTasks
Searches for tasks
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetUOMs
Searches for INUnits by invtID, classID and stkUnit, Used to populate: INProjAllocTran.UnitDesc
Public methodgetWarehouseBinLocations
Searches for Bins by ID, Used to populate: INProjAllocTran.WhseLoc
Public methodisTransaction (Inherited from baseServiceSL.)
Public methodlogErrorMessage
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile" if the file is not specified in web.config, then no logging will occur writes the passed errormessage to the log file
(Inherited from baseServiceSL.)
Public methodlogErrorObject
if debugMode is true, then it will log to the file specified in web.config key "errorLogFile" if the file is not specified in web.config, then no logging will occur loops through the passed in System.Exception object and writes the messages
(Inherited from baseServiceSL.)
Public methodoES
Internal use only, not external support
(Inherited from baseServiceSL.)
Public methodping
(Inherited from baseServiceSL.)
Public methodreleaseAllocation
Closes the handling on a Doc
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)
Top
See Also