public interface NumberResourceService
-
Method Summary
Modifier and Type |
Method |
Description |
void |
removeReserveDate(int resourceId) |
|
void |
setReserveDate(int resourceId,
java.util.Date date,
java.lang.String comment) |
|
-
Method Details
-
setReserveDate
void setReserveDate(int resourceId,
java.util.Date date,
java.lang.String comment)
throws ru.bitel.bgbilling.common.BGException
- Throws:
ru.bitel.bgbilling.common.BGException
-
removeReserveDate
void removeReserveDate(int resourceId)
throws ru.bitel.bgbilling.common.BGException
- Throws:
ru.bitel.bgbilling.common.BGException