public interface WriteoffModule extends BaseModule
Modifier and Type | Method and Description |
---|---|
List<ArActionsList> |
getAccountWriteOffDetails(String accountId)
Returns the write-off details for the passed accountId
|
WriteOffDetails |
getWriteOffDetails(String writeOffId)
Returns the write-off details for the passed writeOffId
|
Set<String> |
writeoffAccount(String id,
Writeoff araction)
Writes off the Account
|
String |
writeoffBill(String id,
Writeoff araction)
Writes off the Bill
|
String |
writeoffItem(String id,
Writeoff araction)
Writes off the Item
|
List<String> |
writeOffReverse(String id,
ReverseWriteoff araction)
Reverses account write-off
|
getBaseOps, getURIContext, getUserContext, setBaseOps, setURIContext, setUserContext
Set<String> writeoffAccount(String id, Writeoff araction)
id
- ID of the Account that needs to be written offaraction
- Writeoff objectWriteOffDetails getWriteOffDetails(String writeOffId)
writeOffId
- List<ArActionsList> getAccountWriteOffDetails(String accountId)
accountId
- String writeoffItem(String id, Writeoff araction)
id
- ID of the Item that needs to be written offaraction
- Writeoff objectString writeoffBill(String id, Writeoff araction)
id
- ID of the Bill that needs to be written offaraction
- Writeoff objectList<String> writeOffReverse(String id, ReverseWriteoff araction)
id
- Id of Account where writeoff must be reversedaraction
- ReverseWriteoff object