public class OrganizerManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
RecordsTotal |
| Constructor and Description |
|---|
OrganizerManager(java.sql.Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToJournal(int rid,
int userID,
java.lang.String messageType) |
int |
countJournalList(Page page,
Period per,
int uid) |
OrganizerCounter |
countRecords(int uid) |
int |
countTotalRecords(RecordFilter filter) |
void |
deleteRecordById(int rid) |
void |
deleteRecordByID(int rid)
Deprecated.
|
java.util.List<JournalEntry> |
getJournalList(Page page,
Period period,
int uid) |
OrganizerRecord |
getRecordById(int rid) |
java.util.List<OrganizerRecord> |
getRecords(RecordFilter filter) |
java.util.List<OrganizerRecord> |
getTodoRecords(int uid,
int status)
Deprecated.
Использовать
searchTodoRecords(SearchResult, int, int) |
java.lang.String |
getUserGroups(int uid) |
void |
searchTodoRecords(SearchResult<OrganizerRecord> searchResult,
int uid,
int status)
Постраничный вывод записей
|
void |
updateRecord(OrganizerRecord rec) |
public java.util.List<OrganizerRecord> getRecords(RecordFilter filter) throws java.sql.SQLException
java.sql.SQLExceptionpublic int countTotalRecords(RecordFilter filter) throws java.sql.SQLException
java.sql.SQLExceptionpublic OrganizerRecord getRecordById(int rid) throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateRecord(OrganizerRecord rec) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getUserGroups(int uid)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void searchTodoRecords(SearchResult<OrganizerRecord> searchResult, int uid, int status) throws ru.bitel.bgbilling.common.BGException
searchResult - uid - status - ru.bitel.bgbilling.common.BGException@Deprecated public java.util.List<OrganizerRecord> getTodoRecords(int uid, int status) throws ru.bitel.bgbilling.common.BGException
searchTodoRecords(SearchResult, int, int)uid - status - java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionpublic OrganizerCounter countRecords(int uid) throws java.sql.SQLException
java.sql.SQLExceptionpublic void addToJournal(int rid,
int userID,
java.lang.String messageType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteRecordById(int rid)
throws java.sql.SQLException
java.sql.SQLException@Deprecated
public void deleteRecordByID(int rid)
throws java.sql.SQLException
deleteRecordById(int).rid - java.sql.SQLExceptionpublic java.util.List<JournalEntry> getJournalList(Page page, Period period, int uid) throws java.sql.SQLException
java.sql.SQLException