Interface NumberResourceService
public interface NumberResourceService
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveReserveDate(int resourceId) voidsetReserveDate(int resourceId, Date date, String comment)
-
Method Details
-
setReserveDate
void setReserveDate(int resourceId, Date date, 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
-