Class TrayInfoTypeManager
java.lang.Object
ru.bitel.bgbilling.modules.trayinfo.server.bean.TrayInfoTypeManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteTrayInfoType(int id) ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoTypegetTrayInfoTypeById(int id) List<ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoType>getTrayInfoTypesList(Date date) voidupdateTrayInfoType(ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoType type)
-
Constructor Details
-
TrayInfoTypeManager
-
-
Method Details
-
getTrayInfoTypeById
public ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoType getTrayInfoTypeById(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getTrayInfoTypesList
public List<ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoType> getTrayInfoTypesList(Date date) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
deleteTrayInfoType
public void deleteTrayInfoType(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateTrayInfoType
public void updateTrayInfoType(ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoType type) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-