Class OrganizerManager
java.lang.Object
ru.bitel.bgbilling.plugins.organizer.server.bean.OrganizerManager
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddToJournal(int rid, int userID, String messageType) intcountJournalList(Page page, Period per, int uid) countRecords(int uid) intcountTotalRecords(RecordFilter filter) voiddeleteRecordById(int rid) voiddeleteRecordByID(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) voidsearchTodoRecords(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:
 SQLExceptionru.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)