Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 23405 |
amit.gupta |
1 |
package com.spice.profitmandi.service.indent;
|
|
|
2 |
|
|
|
3 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
|
|
4 |
|
|
|
5 |
public interface IndentService {
|
|
|
6 |
/**
|
|
|
7 |
* This should return only available pending indent.
|
|
|
8 |
*/
|
|
|
9 |
boolean updateOpenIndentItem(int fofoId, int itemId, int quantity) throws ProfitMandiBusinessException;
|
|
|
10 |
|
|
|
11 |
}
|