Class OrganizerManager
java.lang.Object
ru.bitel.bgbilling.plugins.organizer.server.bean.OrganizerManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToJournal
(int rid, int userID, String messageType) int
countJournalList
(Page page, Period per, int uid) countRecords
(int uid) int
countTotalRecords
(RecordFilter filter) void
deleteRecordById
(int rid) void
deleteRecordByID
(int rid) Deprecated.getJournalList
(Page page, Period period, int uid) getRecordById
(int rid) getRecords
(RecordFilter filter) getTodoRecords
(int uid, int status) Deprecated.getUserGroups
(int uid) void
searchTodoRecords
(SearchResult<OrganizerRecord> searchResult, int uid, int status) Постраничный вывод записейvoid
-
Field Details
-
RecordsTotal
public int RecordsTotal
-
-
Constructor Details
-
OrganizerManager
-
-
Method Details
-
getRecords
- Throws:
SQLException
-
countTotalRecords
- Throws:
SQLException
-
getRecordById
- Throws:
SQLException
-
updateRecord
- Throws:
SQLException
-
getUserGroups
- Throws:
SQLException
-
searchTodoRecords
public void searchTodoRecords(SearchResult<OrganizerRecord> searchResult, int uid, int status) throws ru.bitel.bgbilling.common.BGException Постраничный вывод записей- Parameters:
searchResult
-uid
-status
-- Throws:
ru.bitel.bgbilling.common.BGException
-
getTodoRecords
@Deprecated public List<OrganizerRecord> getTodoRecords(int uid, int status) throws ru.bitel.bgbilling.common.BGException Deprecated.ИспользоватьsearchTodoRecords(SearchResult, int, int)
- Parameters:
uid
-status
-- Returns:
- Throws:
SQLException
ru.bitel.bgbilling.common.BGException
-
countRecords
- Throws:
SQLException
-
addToJournal
- Throws:
SQLException
-
deleteRecordById
- Throws:
SQLException
-
deleteRecordByID
Deprecated.ИспользоватьdeleteRecordById(int)
.- Parameters:
rid
-- Throws:
SQLException
-
getJournalList
- Throws:
SQLException
-
countJournalList
- Throws:
SQLException
-
searchTodoRecords(SearchResult, int, int)