SYMBOL INDEX (1993 symbols across 182 files) FILE: app/src/main/java/com/odoo/App.java class App (line 37) | public class App extends Application { method onCreate (line 42) | @Override method getOdoo (line 47) | public Odoo getOdoo(OUser user) { method setOdoo (line 54) | public void setOdoo(Odoo odoo, OUser user) { method inNetwork (line 64) | public boolean inNetwork() { method appInstalled (line 80) | public boolean appInstalled(String appPackage) { method meOnTop (line 97) | public boolean meOnTop() { FILE: app/src/main/java/com/odoo/OdooActivity.java class OdooActivity (line 73) | public class OdooActivity extends ActionBarActivity { method onCreate (line 100) | @Override method setupDrawer (line 121) | private void setupDrawer() { method setupDrawerBox (line 158) | private void setupDrawerBox() { method onClick (line 175) | @Override method closeDrawer (line 191) | public void closeDrawer() { method loadDrawerItemInstance (line 206) | private void loadDrawerItemInstance(Object instance, Bundle extra) { method loadFragment (line 236) | public void loadFragment(Fragment fragment, Boolean addToBackState, Bu... method setupAccountBox (line 240) | private void setupAccountBox() { method accountBoxToggle (line 283) | private void accountBoxToggle() { method populateAccountList (line 349) | private void populateAccountList(OUser me, List accounts) { method restartActivity (line 404) | private void restartActivity() { method accountListDefaultItems (line 415) | private void accountListDefaultItems() { method generateView (line 443) | private View generateView(String title, int res_id) { method onConfigurationChanged (line 457) | @Override method onOptionsItemSelected (line 465) | @Override method onBackPressed (line 473) | @Override method onActivityResult (line 483) | @Override method setOnBackPressListener (line 511) | public void setOnBackPressListener(IOnBackPressListener listener) { method setOnActivityResultListener (line 515) | public void setOnActivityResultListener(IOnActivityResultListener list... method onPostCreate (line 519) | @Override method focusOnDrawerItem (line 549) | private void focusOnDrawerItem(int index) { method onSaveInstanceState (line 556) | @Override method sync (line 565) | public SyncUtils sync() { method setHasActionBarSpinner (line 573) | public void setHasActionBarSpinner(Boolean hasActionBarSpinner) { method getActionBarSpinner (line 590) | public Spinner getActionBarSpinner() { method refreshDrawer (line 599) | public void refreshDrawer() { FILE: app/src/main/java/com/odoo/SettingsActivity.java class SettingsActivity (line 43) | public class SettingsActivity extends ActionBarActivity { method onCreate (line 47) | @Override method startActivity (line 58) | @Override method onOptionsItemSelected (line 69) | @Override method onDetachedFromWindow (line 78) | @Override method settingUpdated (line 84) | private void settingUpdated() { FILE: app/src/main/java/com/odoo/addons/calendar/CalendarDashboard.java class CalendarDashboard (line 95) | public class CalendarDashboard extends BaseFragment implements View.OnCl... type SheetType (line 124) | private enum SheetType { type FilterType (line 128) | private enum FilterType { method FilterType (line 133) | FilterType(int type) { method getString (line 137) | public String getString(Context context) { method onCreateView (line 142) | @Override method onViewCreated (line 149) | @Override method initActionSpinner (line 164) | private void initActionSpinner() { method onNothingSelected (line 204) | @Override method onItemSelected (line 209) | @Override method getSpinnerView (line 217) | private View getSpinnerView(Object row, int pos, View view, ViewGroup ... method weekDataInfo (line 223) | @Override method getEventsView (line 267) | @Override method initAdapter (line 284) | private void initAdapter() { method onItemDoubleClick (line 297) | @Override method onItemClick (line 311) | @Override method showSheet (line 326) | private void showSheet(SheetType type, Cursor data) { method onSheetActionClick (line 355) | @Override method onSheetMenuCreate (line 386) | @Override method onViewCreated (line 402) | @Override method updateDataRow (line 413) | @Override method onViewBind (line 425) | @Override method onCreateLoader (line 522) | @Override method onLoadFinished (line 572) | @Override method onLoaderReset (line 601) | @Override method drawerMenus (line 606) | @Override method database (line 615) | @Override method onClick (line 620) | @Override method onItemClick (line 630) | @Override method actionEvent (line 636) | private void actionEvent(MenuItem menu, Cursor cr) { method OnSuccess (line 789) | @Override method OnCancelled (line 795) | @Override method dismissSheet (line 801) | private void dismissSheet(final BottomSheet sheet) { method onBackPressed (line 811) | @Override method onRefresh (line 821) | @Override method onStatusChange (line 839) | @Override method onShow (line 845) | @Override method onDismiss (line 850) | @Override method onCreateOptionsMenu (line 855) | @Override method onOptionsItemSelected (line 866) | @Override method onSearchViewTextChange (line 876) | @Override method onSearchViewClose (line 883) | @Override method createEvent (line 888) | private void createEvent() { method onOdooActivityResult (line 894) | @Override method OnSuccess (line 905) | @Override method OnCancelled (line 912) | @Override FILE: app/src/main/java/com/odoo/addons/calendar/EventDetail.java class EventDetail (line 57) | public class EventDetail extends ActionBarActivity implements View.OnCli... method onCreate (line 75) | @Override method onClick (line 163) | @Override method onSaveInstanceState (line 196) | @Override method colorSelected (line 203) | @Override method setThemeColor (line 217) | private void setThemeColor(String color_code) { method onCreateOptionsMenu (line 223) | @Override method onOptionsItemSelected (line 229) | @Override method createMeeting (line 245) | private void createMeeting(OValues values) { method onCheckedChanged (line 332) | public void onCheckedChanged(boolean isChecked) { method onFieldValueChange (line 347) | @Override method onReminderItemSelect (line 359) | @Override FILE: app/src/main/java/com/odoo/addons/calendar/models/CalendarEvent.java class CalendarEvent (line 46) | public class CalendarEvent extends OModel { method CalendarEvent (line 113) | public CalendarEvent(Context context, OUser user) { method defaultDomain (line 127) | @Override method uri (line 141) | @Override method agendaUri (line 146) | public Uri agendaUri() { method storeStartDate (line 150) | public String storeStartDate(OValues value) { method storeStopDate (line 159) | public String storeStopDate(OValues value) { FILE: app/src/main/java/com/odoo/addons/calendar/providers/CalendarSyncProvider.java class CalendarSyncProvider (line 37) | public class CalendarSyncProvider extends BaseModelProvider { method onCreate (line 41) | @Override method setModel (line 49) | @Override method query (line 55) | @Override method authority (line 138) | @Override FILE: app/src/main/java/com/odoo/addons/calendar/services/CalendarSyncService.java class CalendarSyncService (line 42) | public class CalendarSyncService extends OSyncService implements ISyncFi... method getSyncAdapter (line 46) | @Override method performDataSync (line 51) | @Override method performNextSync (line 59) | @Override FILE: app/src/main/java/com/odoo/addons/calendar/utils/CalendarUtils.java class CalendarUtils (line 28) | public class CalendarUtils { method getBackgroundColors (line 37) | public static String[] getBackgroundColors() { method getColorLabels (line 41) | public static String[] getColorLabels() { method getBackgroundColor (line 45) | public static int getBackgroundColor(int color_number) { method getColorLabel (line 52) | public static String getColorLabel(int color_number) { method getColorData (line 59) | public static ODataRow getColorData(int index) { method colorDialog (line 67) | public static AlertDialog colorDialog(Context context, String selected, FILE: app/src/main/java/com/odoo/addons/calendar/utils/EventColorDialog.java class EventColorDialog (line 42) | public class EventColorDialog implements AdapterView.OnItemClickListener { method EventColorDialog (line 52) | public EventColorDialog(Context context, String selected_color, method build (line 68) | public AlertDialog build() { method getColorGrid (line 75) | private View getColorGrid() { method initGrid (line 82) | private void initGrid(GridView view) { type OnColorSelectListener (line 120) | public interface OnColorSelectListener { method colorSelected (line 121) | public void colorSelected(ODataRow color_data); method onItemClick (line 124) | @Override FILE: app/src/main/java/com/odoo/addons/calendar/utils/ReminderDialog.java class ReminderDialog (line 43) | public class ReminderDialog implements AdapterView.OnItemClickListener { type ReminderType (line 55) | public enum ReminderType { method ReminderDialog (line 59) | public ReminderDialog(Context context, ReminderType type) { method getReminderTypes (line 100) | public List getReminderTypes() { method show (line 104) | public void show() { method getDefault (line 111) | public static ReminderItem getDefault(Context context, boolean allDay) { method generateView (line 117) | private View generateView() { method getReminderDateTime (line 138) | public static Date getReminderDateTime(String eventDateTime, Boolean a... method onItemClick (line 168) | @Override method setOnReminderValueSelectListener (line 187) | public void setOnReminderValueSelectListener(OnReminderValueSelectList... type OnReminderValueSelectListener (line 191) | public interface OnReminderValueSelectListener { method onReminderItemSelect (line 192) | public void onReminderItemSelect(ReminderItem value); class ReminderItem (line 195) | public static class ReminderItem { method ReminderItem (line 200) | public ReminderItem(int request_code, String title, Object value) { method getRequest_code (line 206) | public int getRequest_code() { method setRequest_code (line 210) | public void setRequest_code(int request_code) { method getTitle (line 214) | public String getTitle() { method setTitle (line 218) | public void setTitle(String title) { method getValue (line 222) | public Object getValue() { method setValue (line 226) | public void setValue(Object value) { FILE: app/src/main/java/com/odoo/addons/calendar/utils/TodayIcon.java class TodayIcon (line 40) | public class TodayIcon { method TodayIcon (line 49) | public TodayIcon(Context context) { method date (line 54) | private int date() { method get (line 59) | public static TodayIcon get(Context context) { method getIcon (line 63) | public Drawable getIcon() { method generate (line 75) | private Bitmap generate(int width, int height) { FILE: app/src/main/java/com/odoo/addons/crm/CRMDetail.java class CRMDetail (line 57) | public class CRMDetail extends ActionBarActivity { method onCreate (line 72) | @Override method init (line 83) | private void init() { method initFormValues (line 108) | private void initFormValues() { method onCreateOptionsMenu (line 127) | @Override method toggleMenu (line 135) | private void toggleMenu() { method onOptionsItemSelected (line 153) | @Override method onActivityResult (line 249) | @Override method OnSuccess (line 263) | @Override method OnCancelled (line 273) | @Override method OnSuccess (line 279) | @Override method OnCancelled (line 286) | @Override method OnSuccess (line 292) | @Override method OnCancelled (line 302) | @Override FILE: app/src/main/java/com/odoo/addons/crm/CRMLeads.java class CRMLeads (line 70) | public class CRMLeads extends BaseFragment implements OCursorListAdapter... type Type (line 96) | public enum Type { method onCreateView (line 100) | @Override method onViewCreated (line 107) | @Override method initAdapter (line 125) | private void initAdapter() { method onClick (line 135) | @Override method updateDataRow (line 150) | @Override method onCreateLoader (line 156) | @Override method onLoadFinished (line 180) | @Override method onLoaderReset (line 214) | @Override method onViewBind (line 219) | @Override method drawerMenus (line 232) | @Override method data (line 249) | private Bundle data(Type type) { method database (line 255) | @Override method onRefresh (line 260) | @Override method onStatusChange (line 272) | @Override method onCreateOptionsMenu (line 277) | @Override method onSearchViewTextChange (line 285) | @Override method onSearchViewClose (line 292) | @Override method onItemDoubleClick (line 297) | @Override method onItemClick (line 303) | @Override method showSheet (line 308) | private void showSheet(Cursor data) { method onSheetActionClick (line 323) | @Override method onItemClick (line 330) | @Override method onOdooActivityResult (line 403) | @Override method OnSuccess (line 414) | @Override method OnCancelled (line 420) | @Override method OnSuccess (line 426) | @Override method OnCancelled (line 434) | @Override method onBackPressed (line 440) | @Override FILE: app/src/main/java/com/odoo/addons/crm/CRMOpportunities.java class CRMOpportunities (line 56) | public class CRMOpportunities extends BaseFragment implements OCursorLis... method onCreateView (line 83) | @Override method onViewCreated (line 90) | @Override method initAdapter (line 113) | private void initAdapter() { method onClick (line 125) | @Override method updateDataRow (line 172) | @Override method onCreateLoader (line 178) | @Override method onLoadFinished (line 203) | @Override method onLoaderReset (line 237) | @Override method onViewBind (line 242) | @Override method drawerMenus (line 278) | @Override method database (line 283) | @Override method onRefresh (line 288) | @Override method onStatusChange (line 300) | @Override method onCreateOptionsMenu (line 305) | @Override method onSearchViewTextChange (line 313) | @Override method onSearchViewClose (line 320) | @Override method onItemDoubleClick (line 325) | @Override method onItemClick (line 332) | @Override method showSheet (line 337) | private void showSheet(Cursor data) { method onSheetActionClick (line 351) | @Override method onItemClick (line 358) | @Override method onOdooActivityResult (line 453) | @Override method OnSuccess (line 466) | @Override method OnCancelled (line 474) | @Override method OnSuccess (line 480) | @Override method OnCancelled (line 486) | @Override method onBackPressed (line 492) | @Override method onNavSpinnerDestroy (line 501) | @Override method onDestroy (line 506) | @Override FILE: app/src/main/java/com/odoo/addons/crm/CRMOpportunitiesPager.java class CRMOpportunitiesPager (line 64) | public class CRMOpportunitiesPager extends BaseFragment implements ViewP... method onCreateView (line 88) | @Override method onViewCreated (line 94) | @Override method initSpinner (line 115) | private void initSpinner() { method getSpinnerView (line 159) | private View getSpinnerView(Object row, int pos, View view, ViewGroup ... method initPager (line 165) | private void initPager(View view) { method initCR (line 187) | private void initCR() { method onPageScrolled (line 192) | @Override method onPageSelected (line 197) | @Override method onPageScrollStateChanged (line 203) | @Override method onItemSelected (line 208) | @Override method onNothingSelected (line 213) | @Override method onBackPressed (line 218) | @Override method onRefresh (line 227) | @Override class StagePagerAdapter (line 241) | private class StagePagerAdapter extends FragmentStatePagerAdapter { method StagePagerAdapter (line 245) | public StagePagerAdapter(Cursor cursor, FragmentManager fm) { method getPageTitle (line 250) | @Override method getItem (line 269) | @Override method restoreState (line 288) | @Override method getCount (line 293) | @Override method drawerMenus (line 300) | @Override method database (line 305) | @Override class DataObserver (line 310) | private class DataObserver extends ContentObserver { method DataObserver (line 312) | public DataObserver(Handler handler) { method onChange (line 316) | @SuppressLint("NewApi") method onChange (line 322) | @SuppressLint("NewApi") method updatePager (line 330) | public void updatePager() { FILE: app/src/main/java/com/odoo/addons/crm/ConvertToOpportunityWizard.java class ConvertToOpportunityWizard (line 45) | public class ConvertToOpportunityWizard extends ActionBarActivity implem... method onCreate (line 56) | @Override method init (line 75) | private void init() { method onClick (line 110) | @Override method onFieldValueChange (line 138) | @Override FILE: app/src/main/java/com/odoo/addons/crm/ConvertToQuotation.java class ConvertToQuotation (line 37) | public class ConvertToQuotation extends ActionBarActivity implements Vie... method onCreate (line 43) | @Override method onClick (line 64) | @Override FILE: app/src/main/java/com/odoo/addons/crm/models/CRMCaseCateg.java class CRMCaseCateg (line 29) | public class CRMCaseCateg extends OModel { method CRMCaseCateg (line 33) | public CRMCaseCateg(Context context, OUser user) { FILE: app/src/main/java/com/odoo/addons/crm/models/CRMCaseStage.java class CRMCaseStage (line 32) | public class CRMCaseStage extends OModel { method CRMCaseStage (line 41) | public CRMCaseStage(Context context, OUser user) { FILE: app/src/main/java/com/odoo/addons/crm/models/CRMLead.java class CRMLead (line 63) | public class CRMLead extends OModel { method CRMLead (line 143) | public CRMLead(Context context, OUser user) { method uri (line 153) | @Override method partnerIdOnChange (line 158) | public ODataRow partnerIdOnChange(ODataRow row) { method getDisplayName (line 225) | public String getDisplayName(OValues row) { method storeAssigneeName (line 249) | public String storeAssigneeName(OValues vals) { method storeStageName (line 261) | public String storeStageName(OValues values) { method convertToOpportunity (line 272) | public void convertToOpportunity(final ODataRow lead, final List { method doInBackground (line 294) | @Override method onPostExecute (line 319) | @Override method onSaveInstanceState (line 334) | @Override method onActivityResult (line 341) | @Override FILE: app/src/main/java/com/odoo/addons/customers/Customers.java class Customers (line 67) | public class Customers extends BaseFragment implements ISyncStatusObserv... type Type (line 84) | public enum Type { method onCreateView (line 88) | @Override method onViewCreated (line 96) | @Override method onViewBind (line 114) | @Override method onCreateLoader (line 130) | @Override method onLoadFinished (line 144) | @Override method onLoaderReset (line 177) | @Override method onItemClick (line 182) | @Override method showSheet (line 202) | private void showSheet(Cursor data) { method onSheetMenuCreate (line 220) | @Override method database (line 236) | @Override method drawerMenus (line 241) | @Override method onStatusChange (line 251) | @Override method onRefresh (line 258) | @Override method onCreateOptionsMenu (line 270) | @Override method onOptionsItemSelected (line 278) | @Override method onSearchViewTextChange (line 285) | @Override method onSearchViewClose (line 292) | @Override method onClick (line 297) | @Override method onItemClick (line 306) | @Override method requestOpportunity (line 347) | private void requestOpportunity(int row_id, String name) { method requestLeads (line 355) | private void requestLeads(Type type, int row_id, String name) { method onItemDoubleClick (line 364) | @Override method onSheetActionClick (line 380) | @Override method loadActivity (line 387) | private void loadActivity(ODataRow row) { method onBackPressed (line 395) | @Override class CustomerQuickCreater (line 405) | private class CustomerQuickCreater extends AsyncTask getRecords(String searchName, OModel model) { FILE: app/src/main/java/com/odoo/addons/customers/services/CustomerSyncService.java class CustomerSyncService (line 32) | public class CustomerSyncService extends OSyncService { method getSyncAdapter (line 35) | @Override method performDataSync (line 40) | @Override FILE: app/src/main/java/com/odoo/addons/customers/utils/ShareUtil.java class ShareUtil (line 32) | public class ShareUtil { method shareContact (line 35) | public static void shareContact(Context context, ODataRow row, Boolean... FILE: app/src/main/java/com/odoo/addons/phonecall/PhoneCallDetail.java class PhoneCallDetail (line 57) | public class PhoneCallDetail extends ActionBarActivity implements OField. method onCreate (line 79) | @Override method init (line 93) | private void init() { method onCreateOptionsMenu (line 204) | @Override method onOptionsItemSelected (line 210) | @Override method setTimer (line 266) | private void setTimer() { method onFieldValueChange (line 292) | @Override method onClick (line 326) | @Override method onReminderItemSelect (line 338) | @Override FILE: app/src/main/java/com/odoo/addons/phonecall/PhoneCalls.java class PhoneCalls (line 69) | public class PhoneCalls extends BaseFragment implements type Type (line 86) | public enum Type { method onCreateView (line 92) | @Override method onViewCreated (line 99) | @Override method initAdapter (line 108) | private void initAdapter() { method onViewBind (line 120) | @Override method onCreateLoader (line 158) | @Override method onLoadFinished (line 179) | @Override method onLoaderReset (line 218) | @Override method drawerMenus (line 223) | @Override method extra (line 242) | private Bundle extra(Type type) { method database (line 248) | @Override method onRefresh (line 254) | @Override method onCreateOptionsMenu (line 266) | @Override method onSearchViewTextChange (line 275) | @Override method onSearchViewClose (line 282) | @Override method onClick (line 287) | @Override method onStatusChange (line 296) | @Override method onItemClick (line 308) | @Override method onItemDoubleClick (line 315) | @Override method onItemClick (line 321) | @Override method showSheet (line 327) | private void showSheet(Cursor data) { method actionEvent (line 345) | private void actionEvent(MenuItem menu, Cursor cr) { method dismissSheet (line 412) | private void dismissSheet(final BottomSheet sheet) { method onShow (line 422) | @Override method onDismiss (line 427) | @Override method onSheetActionClick (line 432) | @Override method onSheetMenuCreate (line 449) | @Override method onBackPressed (line 456) | @Override FILE: app/src/main/java/com/odoo/addons/phonecall/features/CallerWindow.java class CallerWindow (line 40) | public class CallerWindow { method CallerWindow (line 49) | public CallerWindow(Context context) { method getWindowParams (line 57) | private WindowManager.LayoutParams getWindowParams() { method buildView (line 70) | private View buildView() { method inIdleMode (line 77) | public boolean inIdleMode() { method isLollipop (line 81) | public boolean isLollipop() { method bindView (line 85) | private void bindView(ODataRow row) { method show (line 111) | public void show(final Boolean dialed, final ODataRow row) { method dismiss (line 130) | public void dismiss() { method isShowing (line 143) | public boolean isShowing() { FILE: app/src/main/java/com/odoo/addons/phonecall/features/CustomerFinder.java class CustomerFinder (line 38) | public class CustomerFinder { method CustomerFinder (line 46) | public CustomerFinder(Context context) { method findCustomer (line 51) | public void findCustomer(Boolean isDialed, String callerNumber) { method setOnCustomerFindListener (line 58) | public void setOnCustomerFindListener(IOnCustomerFindListener listener) { class CustomerFinderTask (line 62) | private class CustomerFinderTask extends AsyncTask... method onPreExecute (line 421) | @Override method doInBackground (line 431) | @Override method onPostExecute (line 513) | @Override method onActivityResult (line 534) | @Override FILE: app/src/main/java/com/odoo/addons/sale/models/AccountPaymentTerm.java class AccountPaymentTerm (line 30) | public class AccountPaymentTerm extends OModel { method AccountPaymentTerm (line 36) | public AccountPaymentTerm(Context context, OUser user) { FILE: app/src/main/java/com/odoo/addons/sale/models/ProductProduct.java class ProductProduct (line 31) | public class ProductProduct extends OModel { method ProductProduct (line 38) | public ProductProduct(Context context, OUser user) { FILE: app/src/main/java/com/odoo/addons/sale/models/SaleOrder.java class SaleOrder (line 56) | public class SaleOrder extends OModel { method SaleOrder (line 97) | public SaleOrder(Context context, OUser user) { method uri (line 107) | @Override method onPartnerIdChange (line 112) | public ODataRow onPartnerIdChange(ODataRow row) { method currency (line 151) | public ODataRow currency() { method getStateTitle (line 166) | public String getStateTitle(OValues row) { method storeCurrencySymbol (line 180) | public String storeCurrencySymbol(OValues values) { method storePartnerName (line 192) | public String storePartnerName(OValues values) { method countOrderLines (line 204) | public String countOrderLines(OValues values) { method cancelOrder (line 216) | public void cancelOrder(final Sales.Type type, final ODataRow quotatio... method confirmSale (line 272) | public void confirmSale(final ODataRow quotation, final OnOperationSuc... method newCopyQuotation (line 324) | public void newCopyQuotation(final ODataRow quotation, final OnOperati... type OnOperationSuccessListener (line 371) | public static interface OnOperationSuccessListener { method OnSuccess (line 372) | public void OnSuccess(); method OnCancelled (line 374) | public void OnCancelled(); FILE: app/src/main/java/com/odoo/addons/sale/models/SalesOrderLine.java class SalesOrderLine (line 31) | public class SalesOrderLine extends OModel { method SalesOrderLine (line 42) | public SalesOrderLine(Context context, OUser user) { FILE: app/src/main/java/com/odoo/addons/sale/providers/SaleOrderProvider.java class SaleOrderProvider (line 27) | public class SaleOrderProvider extends BaseModelProvider { method setModel (line 30) | @Override method authority (line 36) | @Override FILE: app/src/main/java/com/odoo/addons/sale/services/SaleOrderSyncService.java class SaleOrderSyncService (line 39) | public class SaleOrderSyncService extends OSyncService implements ISyncF... method getSyncAdapter (line 43) | @Override method performDataSync (line 48) | @Override method performNextSync (line 70) | @Override method performNextSync (line 76) | @Override FILE: app/src/main/java/com/odoo/base/addons/BaseModels.java class BaseModels (line 37) | public class BaseModels { method baseModels (line 40) | public static List baseModels(Context context, OUser user) { FILE: app/src/main/java/com/odoo/base/addons/ir/IrAttachment.java class IrAttachment (line 38) | public class IrAttachment extends OModel { method IrAttachment (line 56) | public IrAttachment(Context context, OUser user) { method createAttachment (line 60) | public boolean createAttachment(OValues value, String rel_model, int r... method valuesToData (line 76) | public static JSONObject valuesToData(OModel model, OValues value) { method getDatasFromServer (line 94) | public String getDatasFromServer(Integer row_id) { FILE: app/src/main/java/com/odoo/base/addons/ir/IrModel.java class IrModel (line 37) | public class IrModel extends OModel { method IrModel (line 47) | public IrModel(Context context, OUser user) { method uri (line 51) | @Override method checkForCreateDate (line 56) | @Override method checkForWriteDate (line 61) | @Override method setLastSyncDateTimeToNow (line 66) | public void setLastSyncDateTimeToNow(OModel model) { FILE: app/src/main/java/com/odoo/base/addons/ir/feature/OFileManager.java class OFileManager (line 65) | public class OFileManager implements DialogInterface.OnClickListener { type RequestType (line 81) | public enum RequestType { method OFileManager (line 85) | public OFileManager(Context context) { method downloadAttachment (line 91) | public void downloadAttachment(int attachment_id) { method _download (line 125) | private void _download(ODataRow attachment) { class DownloadManager (line 136) | private class DownloadManager extends AsyncTask getServerIds(String model, int res_server_id) { method checkForWriteDate (line 112) | @Override method allowCreateRecordOnServer (line 117) | @Override method allowDeleteRecordOnServer (line 122) | @Override method allowUpdateRecordOnServer (line 127) | @Override FILE: app/src/main/java/com/odoo/base/addons/mail/MailMessageSubType.java class MailMessageSubType (line 29) | public class MailMessageSubType extends OModel { method MailMessageSubType (line 34) | public MailMessageSubType(Context context, OUser user) { FILE: app/src/main/java/com/odoo/base/addons/mail/widget/MailChatterCompose.java class MailChatterCompose (line 62) | public class MailChatterCompose extends ActionBarActivity implements Vie... type MessageType (line 72) | public enum MessageType { method onCreate (line 81) | @Override method init (line 122) | private void init() { method onClick (line 141) | @Override method onActivityResult (line 156) | @Override method addAttachment (line 165) | private void addAttachment(OValues values) { method sendMessage (line 195) | private void sendMessage() { method postMessage (line 225) | private void postMessage() { class CreateAttachments (line 232) | private class CreateAttachments extends AsyncTask, Void,... method onPreExecute (line 235) | @Override method doInBackground (line 248) | @Override method onPostExecute (line 280) | @Override class MessagePost (line 291) | private class MessagePost extends AsyncTask { method onPreExecute (line 294) | @Override method doInBackground (line 305) | @Override method onPostExecute (line 345) | @Override FILE: app/src/main/java/com/odoo/base/addons/mail/widget/MailChatterView.java class MailChatterView (line 61) | public class MailChatterView extends LinearLayout implements method MailChatterView (line 78) | public MailChatterView(Context context) { method MailChatterView (line 83) | public MailChatterView(Context context, AttributeSet attrs) { method MailChatterView (line 88) | public MailChatterView(Context context, AttributeSet attrs, int defSty... method init (line 93) | private void init(Context context, AttributeSet attrs, int defStyleAtt... method generateView (line 107) | public void generateView() { method getMessages (line 128) | private void getMessages() { method updateChatterList (line 143) | private void updateChatterList() { method setModelName (line 174) | public void setModelName(String model) { method setRecordServerId (line 178) | public void setRecordServerId(int record_server_id) { method getView (line 182) | @Override method onClick (line 220) | @Override method onDetachedFromWindow (line 258) | @Override class ChatterMessagesLoader (line 266) | private class ChatterMessagesLoader extends AsyncTask { method onPreExecute (line 268) | @Override method doInBackground (line 275) | @Override method onPostExecute (line 292) | @Override method onReceive (line 303) | @Override FILE: app/src/main/java/com/odoo/base/addons/mail/widget/MailDetailDialog.java class MailDetailDialog (line 51) | public class MailDetailDialog extends ActionBarActivity implements View.... method onCreate (line 63) | @Override method init (line 77) | private void init() { class LoadAttachments (line 114) | private class LoadAttachments extends AsyncTask { method doInBackground (line 116) | @Override method addAttachment (line 130) | private void addAttachment(ODataRow values) { method onClick (line 156) | @Override method onPause (line 175) | @Override FILE: app/src/main/java/com/odoo/base/addons/mail/widget/MessageObserver.java class MessageObserver (line 26) | public class MessageObserver extends ContentObserver { method MessageObserver (line 30) | public MessageObserver() { method onChange (line 34) | @Override method onChange (line 42) | @Override method setOnDataSetChangeListener (line 50) | public void setOnDataSetChangeListener(OnDataSetChangeListener listene... type OnDataSetChangeListener (line 54) | public interface OnDataSetChangeListener { method onDataSetChange (line 55) | public void onDataSetChange(); FILE: app/src/main/java/com/odoo/base/addons/res/ResCompany.java class ResCompany (line 30) | public class ResCompany extends OModel { method ResCompany (line 37) | public ResCompany(Context context, OUser user) { method getCurrency (line 41) | public static ODataRow getCurrency(Context context) { method allowCreateRecordOnServer (line 47) | @Override method allowUpdateRecordOnServer (line 52) | @Override method allowDeleteRecordInLocal (line 57) | @Override method myId (line 62) | public static int myId(Context context) { method myCurrency (line 67) | public static int myCurrency(Context context) { FILE: app/src/main/java/com/odoo/base/addons/res/ResCountry.java class ResCountry (line 29) | public class ResCountry extends OModel { method ResCountry (line 33) | public ResCountry(Context context, OUser user) { method allowCreateRecordOnServer (line 37) | @Override method allowUpdateRecordOnServer (line 42) | @Override method allowDeleteRecordInLocal (line 47) | @Override FILE: app/src/main/java/com/odoo/base/addons/res/ResCurrency.java class ResCurrency (line 30) | public class ResCurrency extends OModel { method ResCurrency (line 35) | public ResCurrency(Context context, OUser user) { method getSymbol (line 39) | public static String getSymbol(Context context, int row_id) { method allowCreateRecordOnServer (line 45) | @Override method allowUpdateRecordOnServer (line 50) | @Override method allowDeleteRecordInLocal (line 55) | @Override FILE: app/src/main/java/com/odoo/base/addons/res/ResPartner.java class ResPartner (line 39) | public class method ResPartner (line 70) | public ResPartner(Context context, OUser user) { method uri (line 75) | @Override method storeCompanyName (line 80) | public String storeCompanyName(OValues value) { method getContact (line 92) | public static String getContact(Context context, int row_id) { method getAddress (line 103) | public String getAddress(ODataRow row) { method liveSearchURI (line 116) | public Uri liveSearchURI() { FILE: app/src/main/java/com/odoo/base/addons/res/ResUsers.java class ResUsers (line 29) | public class ResUsers extends OModel { method allowCreateRecordOnServer (line 35) | @Override method allowUpdateRecordOnServer (line 40) | @Override method allowDeleteRecordInLocal (line 45) | @Override method ResUsers (line 50) | public ResUsers(Context context, OUser user) { method myId (line 54) | public static int myId(Context context) { FILE: app/src/main/java/com/odoo/config/Addons.java class Addons (line 30) | public class Addons extends AddonsHelper { FILE: app/src/main/java/com/odoo/config/BaseConfig.java class BaseConfig (line 22) | public class BaseConfig { FILE: app/src/main/java/com/odoo/config/IntroSliderItems.java class IntroSliderItems (line 36) | public class IntroSliderItems implements SliderPagerAdapter.SliderBuilde... method getItems (line 40) | public List getItems() { method getCustomView (line 69) | @Override method onClick (line 89) | @Override FILE: app/src/main/java/com/odoo/core/account/About.java class About (line 41) | public class About extends ActionBarActivity implements View.OnClickList... method onCreate (line 49) | @Override method onCreateOptionsMenu (line 87) | @Override method onOptionsItemSelected (line 97) | @Override method onClick (line 119) | @Override FILE: app/src/main/java/com/odoo/core/account/AppIntro.java class AppIntro (line 10) | public class AppIntro extends ActionBarActivity { method onCreate (line 12) | @Override FILE: app/src/main/java/com/odoo/core/account/BaseSettings.java class BaseSettings (line 38) | public class BaseSettings extends PreferenceFragment implements method onCreate (line 49) | @Override method onPreferenceClick (line 59) | @Override method showTimePicker (line 68) | private void showTimePicker() { method finish (line 79) | private void finish() { method getActionBar (line 83) | private ActionBar getActionBar() { method onDatePick (line 87) | @Override method onTimePick (line 92) | @Override method getNotificationRingTone (line 98) | public static Uri getNotificationRingTone(Context context) { method getDayStartTime (line 104) | public static String getDayStartTime(Context context) { FILE: app/src/main/java/com/odoo/core/account/ManageAccounts.java class ManageAccounts (line 47) | public class ManageAccounts extends ActionBarActivity implements View.On... method onCreate (line 53) | @Override method generateView (line 67) | private void generateView(View view, OUser user) { method onOptionsItemSelected (line 91) | @Override method onClick (line 101) | @Override method getView (line 179) | @Override FILE: app/src/main/java/com/odoo/core/account/OdooAccountQuickManage.java class OdooAccountQuickManage (line 48) | public class OdooAccountQuickManage extends ActionBarActivity implements... method onCreate (line 58) | @Override method updatePassword (line 78) | private void updatePassword() { method removeAccount (line 89) | private void removeAccount() { method onClick (line 128) | @Override method savePassword (line 141) | private void savePassword() { class LoginProcess (line 154) | private class LoginProcess extends AsyncTask { method onPreExecute (line 158) | @Override method doInBackground (line 169) | @Override method onPostExecute (line 180) | @Override FILE: app/src/main/java/com/odoo/core/account/OdooLogin.java class OdooLogin (line 46) | public class OdooLogin extends ActionBarActivity implements View.OnClick... method onCreate (line 66) | @Override method init (line 90) | private void init() { method startOdooActivity (line 103) | private void startOdooActivity() { method onCreateOptionsMenu (line 108) | @Override method onOptionsItemSelected (line 114) | @Override method onClick (line 119) | @Override method toggleSelfHostedURL (line 137) | private void toggleSelfHostedURL() { method onFocusChange (line 155) | @Override method validateURL (line 175) | private boolean validateURL(String url) { method createServerURL (line 179) | private String createServerURL(String server_url) { method showForceConnectDialog (line 188) | private void showForceConnectDialog() { method loginUser (line 211) | private void loginUser() { method showDatabases (line 264) | private void showDatabases() { method instanceSelected (line 279) | @Override method canceledInstanceSelect (line 293) | @Override method onUserSelected (line 299) | @Override method onRequestAccountSelect (line 305) | @Override method onNewAccountRequest (line 312) | @Override method onCancelSelect (line 317) | @Override class LoginProcess (line 321) | private class LoginProcess extends AsyncTask { method LoginProcess (line 327) | public LoginProcess() { method LoginProcess (line 331) | public LoginProcess(OdooInstance instance, OUser user) { method onPreExecute (line 336) | @Override method doInBackground (line 347) | @Override method onPostExecute (line 366) | @Override class InstanceGetter (line 395) | private class InstanceGetter extends AsyncTask { method onPreExecute (line 431) | @Override method doInBackground (line 437) | @Override method onPostExecute (line 458) | @Override class OdooURLTester (line 478) | private class OdooURLTester extends AsyncTask { method onPreExecute (line 482) | @Override method doInBackground (line 498) | @Override method onPostExecute (line 510) | @Override FILE: app/src/main/java/com/odoo/core/account/OdooUserAskPassword.java class OdooUserAskPassword (line 37) | public class OdooUserAskPassword { method OdooUserAskPassword (line 46) | public OdooUserAskPassword(Context context, OUser user) { method get (line 52) | public static OdooUserAskPassword get(Context context, OUser user) { method show (line 56) | public void show() { method getView (line 86) | private View getView() { method setOnUserPasswordValidateListener (line 102) | public OdooUserAskPassword setOnUserPasswordValidateListener(OnUserPas... type OnUserPasswordValidateListener (line 107) | public interface OnUserPasswordValidateListener { method onSuccess (line 108) | public void onSuccess(); method onCancel (line 110) | public void onCancel(); method onFail (line 112) | public void onFail(); FILE: app/src/main/java/com/odoo/core/account/Profile.java class Profile (line 43) | public class Profile extends ActionBarActivity implements View.OnClickLi... method onCreate (line 53) | @Override method onClick (line 91) | @Override FILE: app/src/main/java/com/odoo/core/auth/OdooAccountManager.java class OdooAccountManager (line 35) | public class OdooAccountManager { method getAllAccounts (line 46) | public static List getAllAccounts(Context context) { method hasAnyAccount (line 64) | public static boolean hasAnyAccount(Context context) { method createAccount (line 77) | public static boolean createAccount(Context context, OUser user) { method removeAccount (line 91) | public static boolean removeAccount(Context context, String username) { method updateUserData (line 108) | public static OUser updateUserData(Context context, OUser newData) { method anyActiveUser (line 125) | public static boolean anyActiveUser(Context context) { method getActiveUser (line 140) | public static OUser getActiveUser(Context context) { method getDetails (line 156) | public static OUser getDetails(Context context, String username) { method login (line 172) | public static OUser login(Context context, String username) { method logout (line 205) | public static boolean logout(Context context, String username) { method cancelUserSync (line 218) | private static boolean cancelUserSync(Account account) { FILE: app/src/main/java/com/odoo/core/auth/OdooAuthService.java class OdooAuthService (line 27) | public class OdooAuthService extends Service { method onBind (line 30) | @Override FILE: app/src/main/java/com/odoo/core/auth/OdooAuthenticator.java class OdooAuthenticator (line 36) | public class OdooAuthenticator extends AbstractAccountAuthenticator { method OdooAuthenticator (line 42) | public OdooAuthenticator(Context context) { method addAccount (line 47) | @Override method getAccountRemovalAllowed (line 60) | @NonNull method editProperties (line 79) | @Override method confirmCredentials (line 85) | @Override method getAuthToken (line 90) | @Override method getAuthTokenLabel (line 95) | @Override method updateCredentials (line 100) | @Override method hasFeatures (line 105) | @Override FILE: app/src/main/java/com/odoo/core/orm/ODataRow.java class ODataRow (line 32) | public class ODataRow implements Parcelable { method put (line 37) | public void put(String key, Object value) { method get (line 41) | public Object get(String key) { method getInt (line 45) | public Integer getInt(String key) { method getFloat (line 52) | public Float getFloat(String key) { method getString (line 59) | public String getString(String key) { method getBoolean (line 66) | public Boolean getBoolean(String key) { method getM2ORecord (line 71) | public OM2ORecord getM2ORecord(String key) { method getM2MRecord (line 75) | public OM2MRecord getM2MRecord(String key) { method getO2MRecord (line 79) | public OO2MRecord getO2MRecord(String key) { method values (line 83) | public List values() { method keys (line 89) | public List keys() { method contains (line 95) | public boolean contains(String key) { method size (line 99) | public int size() { method toString (line 103) | @Override method describeContents (line 108) | @Override method writeToParcel (line 113) | @Override method remove (line 118) | public void remove(String key) { class IdName (line 122) | public class IdName { method IdName (line 126) | public IdName(Integer id, String name) { method getId (line 132) | public Integer getId() { method setId (line 136) | public void setId(Integer id) { method getName (line 140) | public String getName() { method setName (line 144) | public void setName(String name) { method addAll (line 150) | public void addAll(HashMap data) { method addAll (line 154) | public void addAll(ODataRow row) { method getAll (line 158) | public HashMap getAll() { method toValues (line 162) | public OValues toValues() { method getPrimaryBundleData (line 168) | public Bundle getPrimaryBundleData() { FILE: app/src/main/java/com/odoo/core/orm/OM2MRecord.java class OM2MRecord (line 27) | public class OM2MRecord { method OM2MRecord (line 33) | public OM2MRecord(OModel model, OColumn col, int id) { method getRelIds (line 39) | public List getRelIds() { method browseEach (line 48) | public List browseEach() { FILE: app/src/main/java/com/odoo/core/orm/OM2ORecord.java class OM2ORecord (line 24) | public class OM2ORecord { method OM2ORecord (line 31) | public OM2ORecord(OModel base, OColumn col, Integer rec_id) { method getId (line 37) | public Integer getId() { method getName (line 41) | public String getName() { method browse (line 47) | public ODataRow browse(OModel rel_model) { method browse (line 54) | public ODataRow browse() { method toString (line 59) | @Override FILE: app/src/main/java/com/odoo/core/orm/OModel.java class OModel (line 77) | public class OModel implements ISyncServiceListener { type Command (line 98) | public enum Command { method Command (line 103) | Command(int type) { method getValue (line 107) | public int getValue() { method OModel (line 128) | public OModel(Context context, String model_name, OUser user) { method getReadableDatabase (line 142) | public SQLiteDatabase getReadableDatabase() { method getWritableDatabase (line 146) | public SQLiteDatabase getWritableDatabase() { method getDatabaseName (line 150) | public String getDatabaseName() { method close (line 154) | public void close() { method setDefaultNameColumn (line 158) | public void setDefaultNameColumn(String nameColumn) { method getDefaultNameColumn (line 162) | public String getDefaultNameColumn() { method setModelName (line 166) | public OModel setModelName(String model_name) { method hasMailChatter (line 171) | public boolean hasMailChatter() { method setHasMailChatter (line 175) | public void setHasMailChatter(boolean hasMailChatter) { method getUser (line 179) | public OUser getUser() { method getOdooVersion (line 183) | public OdooVersion getOdooVersion() { method getColumns (line 187) | public List getColumns() { method getColumns (line 194) | public List getColumns(Boolean local) { method getRelationColumns (line 206) | public List getRelationColumns() { method getColumn (line 212) | public OColumn getColumn(String column_name) { method getColumn (line 219) | private OColumn getColumn(Field field) { method isDomainFilterColumn (line 260) | private boolean isDomainFilterColumn(Field field) { method checkForOnChangeBGProcess (line 269) | private Boolean checkForOnChangeBGProcess(Field field) { method checkForOnChangeMethod (line 278) | private Method checkForOnChangeMethod(Field field) { method checkForFunctionalStore (line 298) | public Boolean checkForFunctionalStore(Field field) { method getFunctionalDepends (line 314) | public String[] getFunctionalDepends(Field field) { method checkForFunctionalColumn (line 323) | private Method checkForFunctionalColumn(Field field) { method compatibleField (line 340) | private boolean compatibleField(Field field) { method prepareFields (line 381) | private void prepareFields() { method getFunctionalColumns (line 415) | public List getFunctionalColumns() { method getModelName (line 421) | public String getModelName() { method getManyToManyColumns (line 425) | public List getManyToManyColumns(OModel relation_model) { method createInstance (line 443) | public OModel createInstance(Class type) { method getTableName (line 453) | public String getTableName() { method toString (line 457) | public String toString() { method get (line 461) | public static OModel get(Context context, String model_name, String us... method authority (line 481) | public String authority() { method buildURI (line 485) | public Uri buildURI(String authority) { method uri (line 491) | public Uri uri() { method defaultDomain (line 496) | public ODomain defaultDomain() { method updateProjection (line 500) | private String[] updateProjection(String[] projection) { method projection (line 518) | public String[] projection(Boolean onlyServerColumns) { method projection (line 530) | public String[] projection() { method checkForCreateDate (line 543) | public boolean checkForCreateDate() { method checkForWriteDate (line 547) | public boolean checkForWriteDate() { method allowUpdateRecordOnServer (line 551) | public boolean allowUpdateRecordOnServer() { method allowCreateRecordOnServer (line 555) | public boolean allowCreateRecordOnServer() { method allowDeleteRecordOnServer (line 559) | public boolean allowDeleteRecordOnServer() { method allowDeleteRecordInLocal (line 563) | public boolean allowDeleteRecordInLocal() { method getLabel (line 569) | public String getLabel(String column, String key) { method browse (line 577) | public ODataRow browse(int row_id) { method browse (line 581) | public ODataRow browse(String[] projection, int row_id) { method browse (line 589) | public ODataRow browse(String[] projection, String selection, String[]... method getServerIds (line 597) | public List getServerIds() { method isEmptyTable (line 607) | public boolean isEmptyTable() { method getLastSyncDateTime (line 611) | public String getLastSyncDateTime() { method select (line 630) | public List select() { method select (line 634) | public List select(String[] projection) { method select (line 638) | public List select(String[] projection, String where, String... method select (line 642) | public List select(String[] projection, String where, String... method getFunctionalMethodValue (line 694) | public Object getFunctionalMethodValue(OColumn column, Object record) { method getOnChangeMethodValue (line 707) | public Object getOnChangeMethodValue(OColumn column, Object record) { method getFunctionalColumns (line 718) | private List getFunctionalColumns(String[] projection) { method getRelationColumns (line 736) | private List getRelationColumns(String[] projection) { method insertOrUpdate (line 751) | public int insertOrUpdate(int serverId, OValues values) { method insertOrUpdate (line 761) | public int insertOrUpdate(String selection, String[] args, OValues val... method selectRowId (line 770) | public int selectRowId(String selection, String[] args) { method selectServerId (line 784) | public int selectServerId(int row_id) { method selectRowId (line 788) | public int selectRowId(int server_id) { method insert (line 796) | public int insert(OValues values) { method hasServerRecord (line 805) | public boolean hasServerRecord(int server_id) { method isServerRecordDirty (line 810) | public boolean isServerRecordDirty(int server_id) { method hasRecord (line 815) | public boolean hasRecord(int row_id) { method deleteRecords (line 821) | public int deleteRecords(List serverIds, boolean permanently) { method delete (line 833) | public int delete(String selection, String[] args) { method delete (line 837) | public int delete(String selection, String[] args, boolean permanently) { method delete (line 855) | public boolean delete(int row_id) { method delete (line 859) | public boolean delete(int row_id, boolean permanently) { method update (line 872) | public int update(String selection, String[] args, OValues values) { method update (line 876) | public boolean update(int row_id, OValues values) { method query (line 883) | public List query(String query) { method query (line 887) | public List query(String query, String[] args) { method count (line 904) | public int count(String selection, String[] args) { method storeManyToManyRecord (line 918) | public void storeManyToManyRecord(String column_name, int row_id, List... method selectManyToManyRecords (line 970) | public List selectManyToManyRecords(String[] projection, Str... method getServerDataHelper (line 1000) | public ServerDataHelper getServerDataHelper() { method getName (line 1004) | public String getName(int row_id) { method quickSyncRecords (line 1012) | public void quickSyncRecords(ODomain domain) { method quickCreateRecord (line 1020) | public ODataRow quickCreateRecord(ODataRow record) { method countGroupBy (line 1031) | public ODataRow countGroupBy(String column, String group_by, String ha... method isInstalledOnServer (line 1044) | public boolean isInstalledOnServer(String module_name) { method getDatabaseLocalPath (line 1080) | public String getDatabaseLocalPath() { method exportDB (line 1084) | public void exportDB() { method onSyncStarted (line 1110) | @Override method onSyncFinished (line 1115) | @Override FILE: app/src/main/java/com/odoo/core/orm/OModelRegistry.java class OModelRegistry (line 24) | public class OModelRegistry { method register (line 28) | public void register(OModel model) { method getModel (line 34) | public OModel getModel(String model, String user) { method unRegister (line 42) | public void unRegister(String model, String user) { method clearAll (line 49) | public void clearAll() { method count (line 53) | public int count() { method getKey (line 57) | private String getKey(OModel model) { FILE: app/src/main/java/com/odoo/core/orm/OO2MRecord.java class OO2MRecord (line 27) | public class OO2MRecord { method OO2MRecord (line 35) | public OO2MRecord(OModel oModel, OColumn col, int id) { method setOrder (line 41) | public OO2MRecord setOrder(String order_by) { method getIds (line 46) | public List getIds() { method getIds (line 51) | public List getIds(OModel rel_model) { method browseEach (line 61) | public List browseEach() { FILE: app/src/main/java/com/odoo/core/orm/OSQLHelper.java class OSQLHelper (line 33) | public class OSQLHelper { method OSQLHelper (line 39) | public OSQLHelper(Context context) { method getModels (line 43) | public List getModels() { method createStatements (line 47) | public void createStatements(OModel model) { method generateColumnStatement (line 63) | private String generateColumnStatement(OModel model, List col... method createRelationTable (line 96) | private void createRelationTable(OModel base_model, OColumn column) { method manyToManyTable (line 116) | private void manyToManyTable(OColumn column, OModel model) { method getType (line 141) | private String getType(OColumn column) { method getStatements (line 159) | public HashMap getStatements() { method createDropStatements (line 163) | public void createDropStatements(OModel model) { method getAllModels (line 201) | public List getAllModels(List models) { method getRelationModels (line 217) | private List getRelationModels(OModel model, List col... FILE: app/src/main/java/com/odoo/core/orm/OSQLite.java class OSQLite (line 44) | public class OSQLite extends SQLiteOpenHelper { method OSQLite (line 53) | public OSQLite(Context context, OUser user) { method getModels (line 69) | private List getModels() { method onCreate (line 88) | @Override method registerModels (line 104) | private void registerModels(List models) { method registerModelsClassPath (line 113) | private synchronized void registerModelsClassPath() { method getColumns (line 125) | private List getColumns(String model_class, boolean server_col... method onUpgrade (line 140) | @Override method dropDatabase (line 185) | public void dropDatabase() { method databaseLocalPath (line 191) | public String databaseLocalPath() { FILE: app/src/main/java/com/odoo/core/orm/OValues.java class OValues (line 28) | public class OValues { method OValues (line 32) | public OValues() { method put (line 37) | public void put(String key, Object value) { method get (line 41) | public Object get(String key) { method getLong (line 45) | public long getLong(String key) { method getInt (line 52) | public Integer getInt(String key) { method getString (line 59) | public String getString(String key) { method getBoolean (line 63) | public Boolean getBoolean(String key) { method contains (line 67) | public boolean contains(String key) { method keys (line 71) | public List keys() { method setAll (line 77) | public void setAll(OValues values) { method size (line 82) | public int size() { method toString (line 86) | @Override method toDataRow (line 91) | public ODataRow toDataRow() { method toContentValues (line 97) | public ContentValues toContentValues() { method addAll (line 107) | public void addAll(HashMap data) { method from (line 111) | public static OValues from(ContentValues contentValues) { FILE: app/src/main/java/com/odoo/core/orm/ServerDataHelper.java class ServerDataHelper (line 40) | public class ServerDataHelper { method ServerDataHelper (line 47) | public ServerDataHelper(Context context, OModel model, OUser user) { method nameSearch (line 56) | public List nameSearch(String name, ODomain domain, int limi... method searchRecords (line 82) | public List searchRecords(OdooFields fields, ODomain domain,... method getOdoo (line 101) | public Odoo getOdoo() { method executeWorkFlow (line 105) | public Object executeWorkFlow(int server_id, String signal) { method callMethod (line 114) | public Object callMethod(String method, OArguments args) { method callMethod (line 118) | public Object callMethod(String method, OArguments args, JSONObject co... method callMethod (line 122) | public Object callMethod(String method, OArguments args, method callMethod (line 127) | public Object callMethod(String model, String method, OArguments args, method createOnServer (line 147) | public int createOnServer(JSONObject data) { method updateOnServer (line 157) | public int updateOnServer(JSONObject data, Integer id) { FILE: app/src/main/java/com/odoo/core/orm/fields/OColumn.java class OColumn (line 29) | public class OColumn { type RelationType (line 34) | public static enum RelationType { method OColumn (line 61) | public OColumn(String label, Class type) { method OColumn (line 66) | public OColumn(String label, Class type, RelationType relationType) { method setName (line 71) | public OColumn setName(String name) { method getRecordSyncLimit (line 76) | public Integer getRecordSyncLimit() { method setRecordSyncLimit (line 80) | public OColumn setRecordSyncLimit(Integer recordSyncLimit) { method getName (line 85) | public String getName() { method setLabel (line 89) | public OColumn setLabel(String label) { method getLabel (line 94) | public String getLabel() { method getRelationType (line 98) | public RelationType getRelationType() { method setRelatedColumn (line 102) | public OColumn setRelatedColumn(String column) { method setSize (line 107) | public OColumn setSize(Integer size) { method getSize (line 112) | public Integer getSize() { method setDefaultValue (line 116) | public OColumn setDefaultValue(Object defValue) { method setRequired (line 121) | public OColumn setRequired() { method isRequired (line 126) | public boolean isRequired() { method setAutoIncrement (line 130) | public OColumn setAutoIncrement() { method setLocalColumn (line 135) | public OColumn setLocalColumn() { method setType (line 140) | public OColumn setType(Class type) { method getType (line 145) | public Class getType() { method getDefaultValue (line 149) | public Object getDefaultValue() { method isAutoIncrement (line 153) | public Boolean isAutoIncrement() { method isLocal (line 157) | public Boolean isLocal() { method getRelatedColumn (line 161) | public String getRelatedColumn() { method addDomain (line 165) | public OColumn addDomain(String column_name, String operator, Object v... method addDomain (line 171) | public OColumn addDomain(String condition_operator) { method getDomains (line 177) | public LinkedHashMap getDomains() { method hasDomainFilterColumn (line 184) | public boolean hasDomainFilterColumn() { method setHasDomainFilterColumn (line 188) | public OColumn setHasDomainFilterColumn(Boolean domainFilterColumn) { method hasOnChange (line 193) | public boolean hasOnChange() { method getOnChangeMethod (line 197) | public Method getOnChangeMethod() { method setOnChangeMethod (line 201) | public void setOnChangeMethod(Method method) { method isOnChangeBGProcess (line 205) | public Boolean isOnChangeBGProcess() { method setOnChangeBGProcess (line 209) | public void setOnChangeBGProcess(Boolean process) { method cleanDomains (line 213) | public void cleanDomains() { method getFilterDomains (line 217) | public LinkedHashMap getFilterDomains() { method cloneDomain (line 227) | public OColumn cloneDomain(LinkedHashMap domains) { method setFunctionalStore (line 237) | public void setFunctionalStore(Boolean store) { method canFunctionalStore (line 246) | public Boolean canFunctionalStore() { method setFunctionalStoreDepends (line 256) | public OColumn setFunctionalStoreDepends(String[] depends) { method isFunctionalColumn (line 261) | public Boolean isFunctionalColumn() { method setIsFunctionalColumn (line 265) | public OColumn setIsFunctionalColumn(Boolean is_functional_column) { method getFunctionalMethod (line 270) | public Method getFunctionalMethod() { method setFunctionalMethod (line 274) | public OColumn setFunctionalMethod(Method functional_method) { method getFunctionalStoreDepends (line 284) | public List getFunctionalStoreDepends() { method getSelectionMap (line 290) | public HashMap getSelectionMap() { method addSelection (line 294) | public OColumn addSelection(String key, String value) { method toString (line 299) | @Override class ColumnDomain (line 326) | public class ColumnDomain { method ColumnDomain (line 333) | public ColumnDomain(String conditional_operator) { method ColumnDomain (line 337) | public ColumnDomain(String column, String operator, Object value) { method getColumn (line 343) | public String getColumn() { method setColumn (line 347) | public void setColumn(String column) { method getOperator (line 351) | public String getOperator() { method setOperator (line 355) | public void setOperator(String operator) { method getValue (line 359) | public Object getValue() { method setValue (line 363) | public void setValue(Object value) { method getConditionalOperator (line 367) | public String getConditionalOperator() { method setConditionalOperator (line 371) | public void setConditionalOperator(String conditional_operator) { method toString (line 376) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OBlob.java class OBlob (line 22) | public class OBlob extends OTypeHelper { method getFieldType (line 25) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OBoolean.java class OBoolean (line 22) | public class OBoolean extends OTypeHelper { method getFieldType (line 25) | @Override method getFieldSize (line 30) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/ODate.java class ODate (line 24) | public class ODate extends OTypeHelper { method getFieldType (line 27) | @Override method getDataFormat (line 32) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/ODateTime.java class ODateTime (line 24) | public class ODateTime extends OTypeHelper { method getFieldType (line 27) | @Override method getDataFormat (line 32) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OFloat.java class OFloat (line 22) | public class OFloat extends OTypeHelper { method getFieldType (line 25) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OHtml.java class OHtml (line 22) | public class OHtml extends OTypeHelper { method getFieldType (line 25) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OInteger.java class OInteger (line 22) | public class OInteger extends OTypeHelper { method getFieldType (line 25) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OSelection.java class OSelection (line 22) | public class OSelection extends OTypeHelper { method getFieldType (line 25) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OText.java class OText (line 22) | public class OText extends OTypeHelper { method getFieldType (line 25) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OTimestamp.java class OTimestamp (line 22) | public class OTimestamp extends ODateTime { FILE: app/src/main/java/com/odoo/core/orm/fields/types/OTypeHelper.java class OTypeHelper (line 22) | public abstract class OTypeHelper { method equals (line 25) | public final boolean equals(String type) { method getType (line 29) | public final String getType() { method setSize (line 37) | public void setSize(Integer size) { method getFieldType (line 42) | public abstract String getFieldType(); method getFieldSize (line 44) | public Integer getFieldSize() { method getDataFormat (line 48) | public String getDataFormat() { method toString (line 52) | @Override FILE: app/src/main/java/com/odoo/core/orm/fields/types/OVarchar.java class OVarchar (line 22) | public class OVarchar extends OTypeHelper { method getFieldType (line 25) | @Override method getFieldSize (line 30) | @Override FILE: app/src/main/java/com/odoo/core/orm/provider/BaseModelProvider.java class BaseModelProvider (line 43) | public class BaseModelProvider extends ContentProvider { method buildURI (line 52) | public static Uri buildURI(String authority, String model, String user... method onCreate (line 62) | @Override method authority (line 67) | public String authority() { method getUser (line 71) | public OUser getUser(Uri uri) { method setModel (line 76) | public void setModel(Uri uri) { method setMatcher (line 83) | private void setMatcher(Uri uri) { method query (line 89) | @Override method removeRelationColumns (line 126) | private String[] removeRelationColumns(String[] projection) { method getType (line 143) | @Override method insert (line 148) | @Override method delete (line 183) | @Override method update (line 208) | @Override method storeUpdateRelationRecords (line 250) | private void storeUpdateRelationRecords(ContentValues values, String s... method generateValues (line 263) | private ContentValues[] generateValues(ContentValues values) { method notifyDataChange (line 283) | private void notifyDataChange(Uri uri) { FILE: app/src/main/java/com/odoo/core/service/ISyncFinishListener.java type ISyncFinishListener (line 26) | public interface ISyncFinishListener { method performNextSync (line 27) | public OSyncAdapter performNextSync(OUser user, SyncResult syncResult); FILE: app/src/main/java/com/odoo/core/service/ISyncServiceListener.java type ISyncServiceListener (line 22) | public interface ISyncServiceListener { method onSyncStarted (line 23) | public void onSyncStarted(); method onSyncFinished (line 25) | public void onSyncFinished(); FILE: app/src/main/java/com/odoo/core/service/OSyncAdapter.java class OSyncAdapter (line 59) | public class OSyncAdapter extends AbstractThreadedSyncAdapter { method OSyncAdapter (line 76) | public OSyncAdapter(Context context, Class model, OS... method OSyncAdapter (line 82) | public OSyncAdapter(Context context, Class model, OS... method init (line 88) | private void init(Context context, Class model, OSyn... method setDomain (line 96) | public OSyncAdapter setDomain(ODomain domain) { method checkForWriteCreateDate (line 101) | public OSyncAdapter checkForWriteCreateDate(Boolean check) { method syncDataLimit (line 106) | public OSyncAdapter syncDataLimit(Integer dataLimit) { method onPerformSync (line 111) | @Override method syncData (line 137) | private void syncData(OModel model, OUser user, ODomain domain_filter, method showSignInErrorNotification (line 237) | private void showSignInErrorNotification(OUser user) { method handleRelationRecords (line 273) | private void handleRelationRecords(OUser user, method createOdooInstance (line 308) | public static Odoo createOdooInstance(Context context, OUser user) { method getFields (line 341) | private JSONObject getFields(OModel model) { method createRecordsOnServer (line 358) | private void createRecordsOnServer(OModel model) { method validateRelationRecords (line 396) | public boolean validateRelationRecords(OModel model, ODataRow row) { method updateRecordServerId (line 448) | private void updateRecordServerId(OModel model, int row_id, int server... method createOnServer (line 455) | private int createOnServer(OModel model, JSONObject values) { method removeRecordOnServer (line 474) | private void removeRecordOnServer(OModel model) { method removeRecordsFromServer (line 491) | private boolean removeRecordsFromServer(OModel model, List se... method removeNonExistRecordFromLocal (line 506) | private void removeNonExistRecordFromLocal(OModel model) { method getModelClass (line 530) | public Class getModelClass() { method setModel (line 534) | public void setModel(OModel model) { method getModel (line 538) | public OModel getModel() { method onSyncFinish (line 542) | public OSyncAdapter onSyncFinish(ISyncFinishListener syncFinish) { FILE: app/src/main/java/com/odoo/core/service/OSyncDataUtils.java class OSyncDataUtils (line 49) | public class OSyncDataUtils { method OSyncDataUtils (line 62) | public OSyncDataUtils(Context context, Odoo odoo, OModel model, OUser ... method checkLocalUpdatedRecords (line 76) | private JSONArray checkLocalUpdatedRecords() { method getWriteDate (line 137) | private HashMap getWriteDate(OModel model, List getRelationRecordsHashMap() { method finalize (line 343) | @Override class SyncRelationRecords (line 350) | public static class SyncRelationRecords { method SyncRelationRecords (line 358) | public SyncRelationRecords(OModel baseModel, Class relationModel,... method getBaseModel (line 368) | public OModel getBaseModel() { method setBaseModel (line 372) | public void setBaseModel(OModel baseModel) { method getRelationModel (line 376) | public Class getRelationModel() { method setRelationModel (line 380) | public void setRelationModel(Class relationModel) { method getRelationColumn (line 384) | public String getRelationColumn() { method setRelationColumn (line 388) | public void setRelationColumn(String relationColumn) { method getRelatedColumn (line 393) | public String getRelatedColumn() { method setRelatedColumn (line 397) | public void setRelatedColumn(String relatedColumn) { method getRelationType (line 401) | public OColumn.RelationType getRelationType() { method setRelationType (line 405) | public void setRelationType(OColumn.RelationType relationType) { method getServerIds (line 409) | public List getServerIds() { method setServerIds (line 413) | public void setServerIds(List serverIds) { method updateIds (line 418) | public void updateIds(List ids) { method getUniqueIds (line 423) | public List getUniqueIds() { FILE: app/src/main/java/com/odoo/core/service/OSyncService.java class OSyncService (line 33) | public abstract class OSyncService extends Service { method onCreate (line 40) | @Override method setService (line 53) | public void setService(OSyncService service) { method setContext (line 57) | public void setContext(Context context) { method onDestroy (line 61) | @Override method onBind (line 70) | @Override method getSyncAdapter (line 75) | public abstract OSyncAdapter getSyncAdapter(OSyncService service, Cont... method performDataSync (line 77) | public abstract void performDataSync(OSyncAdapter adapter, Bundle extr... FILE: app/src/main/java/com/odoo/core/service/receivers/ISyncFinishReceiver.java class ISyncFinishReceiver (line 24) | public abstract class ISyncFinishReceiver extends BroadcastReceiver { FILE: app/src/main/java/com/odoo/core/support/OUser.java class OUser (line 29) | public class OUser { method current (line 136) | public static OUser current(Context context) { method getName (line 145) | public String getName() { method setName (line 154) | public void setName(String name) { method getCompany_id (line 163) | public String getCompany_id() { method setCompany_id (line 172) | public void setCompany_id(String company_id) { method getAsBundle (line 181) | public Bundle getAsBundle() { method setFromBundle (line 211) | public void setFromBundle(Bundle data) { method fillFromAccount (line 242) | public void fillFromAccount(AccountManager accMgr, Account account) { method getPassword (line 282) | public String getPassword() { method setPassword (line 291) | public void setPassword(String password) { method getAndroidName (line 300) | public String getAndroidName() { method setAndroidName (line 309) | public void setAndroidName(String android_name) { method getUsername (line 318) | public String getUsername() { method setUsername (line 327) | public void setUsername(String username) { method getUser_id (line 336) | public int getUser_id() { method setUser_id (line 345) | public void setUser_id(int user_id) { method getPartner_id (line 354) | public int getPartner_id() { method setPartner_id (line 363) | public void setPartner_id(int partner_id) { method getTimezone (line 372) | public String getTimezone() { method setTimezone (line 381) | public void setTimezone(String timezone) { method isIsactive (line 390) | public boolean isIsactive() { method setIsactive (line 399) | public void setIsactive(boolean isactive) { method getAvatar (line 408) | public String getAvatar() { method setAvatar (line 417) | public void setAvatar(String avatar) { method getDatabase (line 426) | public String getDatabase() { method setDatabase (line 435) | public void setDatabase(String database) { method getHost (line 444) | public String getHost() { method setHost (line 453) | public void setHost(String host) { method isAllowSelfSignedSSL (line 462) | public boolean isAllowSelfSignedSSL() { method setAllowSelfSignedSSL (line 471) | public void setAllowSelfSignedSSL(boolean allow_self_signed_ssl) { method isOAauthLogin (line 480) | public boolean isOAauthLogin() { method setOAuthLogin (line 489) | public void setOAuthLogin(boolean oauth_login) { method getInstanceUrl (line 498) | public String getInstanceUrl() { method setInstanceUrl (line 507) | public void setInstanceUrl(String instnace_url) { method getInstanceDatabase (line 516) | public String getInstanceDatabase() { method setInstanceDatabase (line 525) | public void setInstanceDatabase(String instance_database) { method getClientId (line 534) | public String getClientId() { method setClientId (line 543) | public void setClientId(String client_id) { method getVersion_number (line 547) | public Integer getVersion_number() { method setVersion_number (line 551) | public void setVersion_number(Integer version_number) { method getVersion_serie (line 555) | public String getVersion_serie() { method setVersion_serie (line 559) | public void setVersion_serie(String version_serie) { method getDBName (line 563) | public String getDBName() { method toString (line 570) | @Override method getAccount (line 575) | public Account getAccount() { method setAccount (line 579) | public void setAccount(Account account) { FILE: app/src/main/java/com/odoo/core/support/OdooFields.java class OdooFields (line 29) | public class OdooFields { method OdooFields (line 33) | public OdooFields(List columns) { method OdooFields (line 45) | public OdooFields(String[] fields) { method addAll (line 49) | public void addAll(String[] fields) { method get (line 62) | public JSONObject get() { FILE: app/src/main/java/com/odoo/core/support/OdooInstancesSelectorDialog.java class OdooInstancesSelectorDialog (line 46) | public class OdooInstancesSelectorDialog implements AdapterView.OnItemCl... method OdooInstancesSelectorDialog (line 57) | public OdooInstancesSelectorDialog(Context context, OUser user) { method setInstances (line 80) | public void setInstances(List items) { method generateView (line 86) | private void generateView(int position, View view, OdooInstance instan... method showDialog (line 96) | public void showDialog() { method onItemClick (line 117) | @Override method setOnInstanceSelectListener (line 130) | public void setOnInstanceSelectListener(OnInstanceSelectListener liste... type OnInstanceSelectListener (line 134) | public interface OnInstanceSelectListener { method instanceSelected (line 135) | public void instanceSelected(OdooInstance instance, OUser user); method canceledInstanceSelect (line 137) | public void canceledInstanceSelect(); class ImageLoader (line 140) | class ImageLoader extends AsyncTask { method ImageLoader (line 147) | public ImageLoader(int pos, String url, int image_view) { method doInBackground (line 153) | @Override method onPostExecute (line 164) | @Override FILE: app/src/main/java/com/odoo/core/support/OdooLoginHelper.java class OdooLoginHelper (line 39) | public class OdooLoginHelper { method OdooLoginHelper (line 44) | public OdooLoginHelper(Context context) { method login (line 49) | public OUser login(String username, String password, String database, ... method instanceLogin (line 77) | public OUser instanceLogin(OdooInstance instance, OUser uData) throws ... method getUserDetails (line 97) | private OUser getUserDetails(ODomain domain, OUser data, OdooInstance ... method androidName (line 132) | public String androidName(String username, String database) { method getOdooInstances (line 136) | public List getOdooInstances(OUser user) { FILE: app/src/main/java/com/odoo/core/support/OdooServerTester.java class OdooServerTester (line 36) | public class OdooServerTester { method OdooServerTester (line 42) | public OdooServerTester(Context context) { method testConnection (line 46) | public boolean testConnection(String serverURL, Boolean forceConnect) ... method getDatabases (line 71) | public List getDatabases() { FILE: app/src/main/java/com/odoo/core/support/OdooUserLoginSelectorDialog.java class OdooUserLoginSelectorDialog (line 46) | public class OdooUserLoginSelectorDialog implements AdapterView.OnItemCl... method OdooUserLoginSelectorDialog (line 56) | public OdooUserLoginSelectorDialog(Context context) { method generateView (line 80) | private void generateView(int position, View view, OUser user) { method setUserLoginSelectListener (line 94) | public void setUserLoginSelectListener(IUserLoginSelectListener listen... method show (line 99) | public void show() { method onItemClick (line 131) | @Override type IUserLoginSelectListener (line 165) | public interface IUserLoginSelectListener { method onUserSelected (line 166) | public void onUserSelected(OUser user); method onNewAccountRequest (line 168) | public void onNewAccountRequest(); method onCancelSelect (line 170) | public void onCancelSelect(); method onRequestAccountSelect (line 172) | public void onRequestAccountSelect(); FILE: app/src/main/java/com/odoo/core/support/addons/AddonsHelper.java class AddonsHelper (line 28) | public class AddonsHelper { method getAddons (line 34) | public List getAddons() { method prepareAddons (line 41) | private void prepareAddons() { method getDefaultAddon (line 61) | public OAddon getDefaultAddon() { FILE: app/src/main/java/com/odoo/core/support/addons/OAddon.java class OAddon (line 24) | public class OAddon { method OAddon (line 29) | public OAddon(Class addon_class) { method setDefault (line 33) | public OAddon setDefault() { method get (line 38) | public Object get() { method isDefault (line 47) | public Boolean isDefault() { FILE: app/src/main/java/com/odoo/core/support/addons/fragment/BaseFragment.java class BaseFragment (line 48) | public abstract class BaseFragment extends Fragment implements IBaseFrag... method onCreate (line 60) | @Override method setTitle (line 67) | public void setTitle(String title) { method db (line 71) | public OModel db() { method user (line 79) | public OUser user() { method parent (line 85) | public OdooActivity parent() { method _s (line 89) | public String _s(int res_id) { method _c (line 93) | public int _c(int res_id) { method _dim (line 97) | public int _dim(int res_id) { method setHasSyncStatusObserver (line 102) | public void setHasSyncStatusObserver(String drawerRefreshTag, ISyncSta... method onStatusChanged (line 111) | @Override method setHasSwipeRefreshView (line 131) | public void setHasSwipeRefreshView(View parent, int resource_id, method setSwipeRefreshing (line 141) | public void setSwipeRefreshing(boolean refreshing) { method hideRefreshingProgress (line 146) | public void hideRefreshingProgress() { method inNetwork (line 157) | public boolean inNetwork() { method onPause (line 162) | @Override method onDestroy (line 176) | @Override method onNavSpinnerDestroy (line 182) | protected void onNavSpinnerDestroy() { method onResume (line 189) | @Override method setHasSearchView (line 205) | public void setHasSearchView(IOnSearchViewChangeListener listener, method onClose (line 219) | @Override method onQueryTextChange (line 232) | public boolean onQueryTextChange(String newText) { method onQueryTextSubmit (line 238) | @Override method setHasFloatingButton (line 245) | public void setHasFloatingButton(View view, int res_id, ListView list, method hideFab (line 255) | public void hideFab() { method showFab (line 261) | public void showFab() { method onReceive (line 268) | @Override method startFragment (line 276) | public void startFragment(Fragment fragment, Boolean addToBackState, B... method startFragment (line 280) | public void startFragment(Fragment fragment, Boolean addToBackState) { FILE: app/src/main/java/com/odoo/core/support/addons/fragment/IBaseFragment.java type IBaseFragment (line 28) | public interface IBaseFragment { method drawerMenus (line 29) | public List drawerMenus(Context context); method database (line 31) | public Class database(); FILE: app/src/main/java/com/odoo/core/support/addons/fragment/IOnSearchViewChangeListener.java type IOnSearchViewChangeListener (line 22) | public interface IOnSearchViewChangeListener { method onSearchViewTextChange (line 25) | public boolean onSearchViewTextChange(String newFilter); method onSearchViewClose (line 27) | public void onSearchViewClose(); FILE: app/src/main/java/com/odoo/core/support/addons/fragment/ISyncStatusObserverListener.java type ISyncStatusObserverListener (line 22) | public interface ISyncStatusObserverListener { method onStatusChange (line 25) | public void onStatusChange(Boolean refreshing); FILE: app/src/main/java/com/odoo/core/support/drawer/ODrawerItem.java class ODrawerItem (line 27) | public class ODrawerItem implements Serializable { method ODrawerItem (line 36) | public ODrawerItem(String key) { method setTitle (line 41) | public ODrawerItem setTitle(String title) { method getTitle (line 48) | public String getTitle() { method setIcon (line 52) | public ODrawerItem setIcon(int icon) { method getIcon (line 57) | public Integer getIcon() { method setCounter (line 61) | public ODrawerItem setCounter(int counter) { method getCounter (line 66) | public Integer getCounter() { method setInstance (line 70) | public ODrawerItem setInstance(Object instance) { method getInstance (line 75) | public Object getInstance() { method setGroupTitle (line 79) | public ODrawerItem setGroupTitle() { method isGroupTitle (line 84) | public Boolean isGroupTitle() { method setExtra (line 88) | public ODrawerItem setExtra(Bundle bundle) { method getExtra (line 93) | public Bundle getExtra() { method getKey (line 97) | public String getKey() { FILE: app/src/main/java/com/odoo/core/support/list/IOnItemClickListener.java type IOnItemClickListener (line 24) | public interface IOnItemClickListener { method onItemDoubleClick (line 25) | public void onItemDoubleClick(View view, int position); method onItemClick (line 27) | public void onItemClick(View view, int position); FILE: app/src/main/java/com/odoo/core/support/list/OCursorListAdapter.java class OCursorListAdapter (line 43) | public class OCursorListAdapter extends CursorAdapter implements method OCursorListAdapter (line 63) | public OCursorListAdapter(Context context, Cursor c, int layout) { method allowCacheView (line 70) | public OCursorListAdapter allowCacheView(Boolean cache) { method getCachedView (line 75) | public View getCachedView(Cursor cr) { method bindView (line 83) | @Override method getView (line 101) | @Override method getValue (line 140) | private Object getValue(Cursor c, String column) { method newView (line 161) | @Override method notifyDataSetChanged (line 184) | @Override method inflate (line 209) | public View inflate(int resource, ViewGroup viewGroup) { method getResource (line 213) | public int getResource() { method setOnRowViewClickListener (line 217) | public void setOnRowViewClickListener(int view_id, method setOnViewCreateListener (line 222) | public void setOnViewCreateListener(OnViewCreateListener viewCreateLis... method setOnViewBindListener (line 226) | public void setOnViewBindListener(OnViewBindListener bindListener) { method setBeforeBindUpdateData (line 230) | public void setBeforeBindUpdateData(BeforeBindUpdateData updater) { type OnRowViewClickListener (line 234) | public interface OnRowViewClickListener { method onRowViewClick (line 235) | public void onRowViewClick(int position, Cursor cursor, View view, type OnViewBindListener (line 239) | public interface OnViewBindListener { method onViewBind (line 240) | public void onViewBind(View view, Cursor cursor, ODataRow row); type BeforeBindUpdateData (line 243) | public interface BeforeBindUpdateData { method updateDataRow (line 244) | public ODataRow updateDataRow(Cursor cr); type OnViewCreateListener (line 247) | public interface OnViewCreateListener { method onViewCreated (line 248) | public View onViewCreated(Context context, ViewGroup view, Cursor cr, method handleItemClickListener (line 252) | public void handleItemClickListener(AbsListView absListView, IOnItemCl... method onItemClick (line 263) | @Override method setHasSectionIndexers (line 284) | public void setHasSectionIndexers(boolean hasSectionIndexers, String o... method getSections (line 290) | @Override method getPositionForSection (line 295) | @Override method getSectionForPosition (line 300) | @Override FILE: app/src/main/java/com/odoo/core/support/list/OListAdapter.java class OListAdapter (line 31) | public class OListAdapter extends ArrayAdapter { method OListAdapter (line 42) | public OListAdapter(Context context, int resource, List object... method getFilter (line 51) | @Override method getResource (line 59) | public int getResource() { method replaceObjectAtPosition (line 63) | public void replaceObjectAtPosition(int position, Object object) { method notifiyDataChange (line 70) | public void notifiyDataChange(List objects) { class RowFilter (line 79) | class RowFilter extends Filter { method performFiltering (line 81) | @Override method publishResults (line 111) | @SuppressWarnings("unchecked") method setOnSearchChange (line 125) | public void setOnSearchChange(OnSearchChange callback) { method setRowFilterTextListener (line 129) | public void setRowFilterTextListener(RowFilterTextListener listener) { type RowFilterTextListener (line 133) | public interface RowFilterTextListener { method filterCompareWith (line 135) | public String filterCompareWith(Object object); type OnSearchChange (line 138) | public interface OnSearchChange { method onSearchChange (line 140) | public void onSearchChange(List newRecords); FILE: app/src/main/java/com/odoo/core/support/sync/SyncUtils.java class SyncUtils (line 30) | public class SyncUtils { method SyncUtils (line 36) | public SyncUtils(Context context, OUser user) { method get (line 41) | public static SyncUtils get(Context context) { method get (line 45) | public static SyncUtils get(Context context, OUser user) { method setAutoSync (line 49) | public void setAutoSync(String authority, boolean autoSync) { method requestSync (line 61) | public void requestSync(String authority) { method requestSync (line 65) | public void requestSync(String authority, Bundle bundle) { method setSyncPeriodic (line 76) | public void setSyncPeriodic(String authority, long interval_in_minute, method cancelSync (line 89) | public void cancelSync(String authority) { FILE: app/src/main/java/com/odoo/core/utils/BitmapUtils.java class BitmapUtils (line 43) | public class BitmapUtils { method readBytes (line 54) | private static byte[] readBytes(Uri uri, ContentResolver resolver, boo... method uriToBase64 (line 89) | public static String uriToBase64(Uri uri, ContentResolver resolver) { method uriToBase64 (line 93) | public static String uriToBase64(Uri uri, ContentResolver resolver, bo... method getBitmapImage (line 111) | public static Bitmap getBitmapImage(Context context, String base64) { method getAlphabetImage (line 118) | public static Bitmap getAlphabetImage(Context context, String content) { FILE: app/src/main/java/com/odoo/core/utils/IntentUtils.java class IntentUtils (line 27) | public class IntentUtils { method openURLInBrowser (line 29) | public static void openURLInBrowser(Context context, String url) { method startActivity (line 39) | public static void startActivity(Context context, Class activity_cl... method redirectToMap (line 46) | public static void redirectToMap(Context context, String location) { method requestMessage (line 54) | public static void requestMessage(Context context, String email) { method requestCall (line 64) | public static void requestCall(Context context, String number) { method startContactIntent (line 72) | public static void startContactIntent(Context context, String number) { FILE: app/src/main/java/com/odoo/core/utils/JSONUtils.java class JSONUtils (line 17) | public class JSONUtils { method toList (line 18) | public static List toList(JSONArray array) { method toArray (line 32) | public static JSONArray toArray(List list) { method toList (line 43) | public static List toList(String list_data) { method toDataRow (line 53) | public static ODataRow toDataRow(JSONObject json) { method toJSONObject (line 68) | public static JSONObject toJSONObject(ODataRow row) { method createJSONValues (line 80) | public static JSONObject createJSONValues(OModel model, ODataRow row) { FILE: app/src/main/java/com/odoo/core/utils/OActionBarUtils.java class OActionBarUtils (line 28) | public class OActionBarUtils { method setActionBar (line 30) | public static void setActionBar(ActionBarActivity activity, Boolean wi... FILE: app/src/main/java/com/odoo/core/utils/OAlert.java class OAlert (line 32) | public class OAlert { type Type (line 35) | private enum Type { type ConfirmType (line 39) | public static enum ConfirmType { method showAlert (line 43) | public static void showAlert(Context context, String message) { method showWarning (line 47) | public static void showWarning(Context context, String message) { method showError (line 51) | public static void showError(Context context, String message) { method showAlert (line 55) | public static void showAlert(Context context, String message, OnAlertD... method showWarning (line 59) | public static void showWarning(Context context, String message, OnAler... method showError (line 63) | public static void showError(Context context, String message, OnAlertD... method show (line 67) | private static void show(Context context, String message, Type type, f... method showConfirm (line 93) | public static void showConfirm(Context context, String message, final ... method inputDialog (line 124) | public static void inputDialog(Context context, String title, final On... type OnAlertConfirmListener (line 161) | public static interface OnAlertConfirmListener { method onConfirmChoiceSelect (line 162) | public void onConfirmChoiceSelect(ConfirmType type); type OnAlertDismissListener (line 165) | public static interface OnAlertDismissListener { method onAlertDismiss (line 166) | public void onAlertDismiss(); type OnUserInputListener (line 169) | public static interface OnUserInputListener { method onViewCreated (line 170) | public void onViewCreated(EditText inputView); method onUserInputted (line 172) | public void onUserInputted(Object value); FILE: app/src/main/java/com/odoo/core/utils/OAlertDialog.java class OAlertDialog (line 27) | public class OAlertDialog { method OAlertDialog (line 33) | public OAlertDialog(Context context) { method setTitle (line 37) | public OAlertDialog setTitle(String title) { method setCancelable (line 42) | public OAlertDialog setCancelable(Boolean cancelable) { method setMessage (line 47) | public OAlertDialog setMessage(String message) { method show (line 52) | public void show() { FILE: app/src/main/java/com/odoo/core/utils/OControls.java class OControls (line 9) | public class OControls { method setText (line 11) | public static void setText(View parent_view, int textview_id, Object v... method getText (line 19) | public static String getText(View parent_view, int textview_id) { method toggleViewVisibility (line 24) | public static void toggleViewVisibility(View parent_view, int view_id, method setImage (line 31) | public static void setImage(View parent_view, int imageview_id, method setImage (line 37) | public static void setImage(View parent_view, int imageview_id, method setVisible (line 43) | public static void setVisible(View parent_view, int resource_id) { method setInvisible (line 49) | public static void setInvisible(View parent_view, int resource_id) { method setGone (line 53) | public static void setGone(View parent_view, int resource_id) { method setTextViewStrikeThrough (line 58) | public static void setTextViewStrikeThrough(View parent, int res_id) { method setTextColor (line 64) | public static void setTextColor(View parent, int txv_id, int color) { FILE: app/src/main/java/com/odoo/core/utils/OCursorUtils.java class OCursorUtils (line 26) | public class OCursorUtils { method toDatarow (line 29) | public static ODataRow toDatarow(Cursor cr) { method cursorValue (line 37) | public static Object cursorValue(String column, Cursor cr) { FILE: app/src/main/java/com/odoo/core/utils/ODateUtils.java class ODateUtils (line 31) | public class ODateUtils { method getDate (line 43) | public static String getDate() { method getDate (line 53) | public static String getDate(String format) { method getDate (line 64) | public static String getDate(Date date, String defaultFormat) { method getUTCDate (line 73) | public static String getUTCDate() { method getUTCDate (line 83) | public static String getUTCDate(String format) { method getUTCDate (line 94) | public static String getUTCDate(Date date, String defaultFormat) { method convertToDefault (line 106) | public static String convertToDefault(String date, String dateFormat) { method convertToDefault (line 118) | public static String convertToDefault(String date, String dateFormat, ... method convertToUTC (line 129) | public static String convertToUTC(String date, String dateFormat) { method convertToUTC (line 141) | public static String convertToUTC(String date, String dateFormat, Stri... method parseDate (line 145) | public static String parseDate(String date, String dateFormat, String ... method createDateObject (line 157) | public static Date createDateObject(String date, String dateFormat, Bo... method getDateBefore (line 177) | public static String getDateBefore(int days) { method setDateTime (line 190) | public static Date setDateTime(Date originalDate, int hour, int minute... method getDateDayBeforeAfterUTC (line 200) | public static String getDateDayBeforeAfterUTC(String utcDate, int days) { method getDateDayBefore (line 208) | public static Date getDateDayBefore(Date originalDate, int days) { method getCurrentDateWithHour (line 215) | public static String getCurrentDateWithHour(int addHour) { method getDateMinuteBefore (line 223) | public static Date getDateMinuteBefore(Date originalDate, int minutes) { method createDate (line 230) | private static String createDate(Date date, String defaultFormat, Bool... method floatToDuration (line 238) | public static String floatToDuration(String duration_in_float) { method durationToFloat (line 246) | public static String durationToFloat(String duration) { method durationToFloat (line 262) | public static String durationToFloat(long milliseconds) { FILE: app/src/main/java/com/odoo/core/utils/OFragmentUtils.java class OFragmentUtils (line 32) | public class OFragmentUtils { method OFragmentUtils (line 40) | public OFragmentUtils(ActionBarActivity activity, Bundle savedInstance) { method get (line 46) | public static OFragmentUtils get(ActionBarActivity activity, Bundle sa... method startFragment (line 50) | public void startFragment(Fragment fragment, boolean addToBackState, B... method loadFragment (line 60) | private void loadFragment(Fragment fragment, Boolean addToBackState) { FILE: app/src/main/java/com/odoo/core/utils/OListUtils.java class OListUtils (line 25) | public class OListUtils { method toStringList (line 29) | public static List toStringList(List list) { FILE: app/src/main/java/com/odoo/core/utils/OPreferenceManager.java class OPreferenceManager (line 30) | public class OPreferenceManager { method OPreferenceManager (line 34) | public OPreferenceManager(Context context) { method putString (line 39) | public void putString(String key, String value) { method putStringSet (line 45) | public boolean putStringSet(String key, List values) { method getStringSet (line 51) | public List getStringSet(String key) { method getString (line 59) | public String getString(String key, String default_value) { method getInt (line 63) | public int getInt(String key, int default_value) { method setBoolean (line 67) | public void setBoolean(String key, Boolean value) { method getBoolean (line 73) | public boolean getBoolean(String key, boolean defValue) { FILE: app/src/main/java/com/odoo/core/utils/OResource.java class OResource (line 24) | public class OResource { method string (line 25) | public static String string(Context context, int res_id) { method dimen (line 29) | public static Integer dimen(Context context, int res_id) { method color (line 33) | public static int color(Context context, int res_id) { FILE: app/src/main/java/com/odoo/core/utils/OStorageUtils.java class OStorageUtils (line 26) | public class OStorageUtils { method getDirectoryPath (line 29) | public static String getDirectoryPath(String file_type) { FILE: app/src/main/java/com/odoo/core/utils/OStringColorUtil.java class OStringColorUtil (line 31) | public class OStringColorUtil { method getStringColor (line 34) | public static int getStringColor(Context context, String content) { FILE: app/src/main/java/com/odoo/core/utils/StringUtils.java class StringUtils (line 25) | public class StringUtils { method repeat (line 28) | public static String repeat(String string, int repeat) { method capitalizeString (line 35) | public static String capitalizeString(String string) { method htmlToString (line 56) | public static String htmlToString(String html) { method stringToHtml (line 69) | public static Spanned stringToHtml(String string) { FILE: app/src/main/java/com/odoo/core/utils/controls/ExpandableHeightGridView.java class ExpandableHeightGridView (line 26) | public class ExpandableHeightGridView extends GridView { method ExpandableHeightGridView (line 30) | public ExpandableHeightGridView(Context context) { method ExpandableHeightGridView (line 34) | public ExpandableHeightGridView(Context context, AttributeSet attrs) { method ExpandableHeightGridView (line 38) | public ExpandableHeightGridView(Context context, AttributeSet attrs, method isExpanded (line 43) | public boolean isExpanded() { method onMeasure (line 47) | @Override method setExpanded (line 61) | public void setExpanded(boolean expanded) { FILE: app/src/main/java/com/odoo/core/utils/dialog/OChoiceDialog.java class OChoiceDialog (line 29) | public class OChoiceDialog implements DialogInterface.OnClickListener { method OChoiceDialog (line 38) | public OChoiceDialog(Context context) { method get (line 43) | public static OChoiceDialog get(Context context) { method withTitle (line 47) | public OChoiceDialog withTitle(String title) { method withOptions (line 52) | public OChoiceDialog withOptions(List options, int selected) { method show (line 58) | public void show(OnChoiceSelectListener listener) { method onClick (line 67) | @Override type OnChoiceSelectListener (line 75) | public interface OnChoiceSelectListener { method choiceSelected (line 76) | public void choiceSelected(int position, String value); FILE: app/src/main/java/com/odoo/core/utils/drawer/DrawerUtils.java class DrawerUtils (line 48) | public class DrawerUtils { method getDrawerItems (line 50) | public static List getDrawerItems(Context context) { method baseSettingsItems (line 65) | public static List baseSettingsItems(Context context) { method fillDrawerItemValue (line 89) | public static View fillDrawerItemValue(View view, ODrawerItem item) { method getDefaultDrawerFragment (line 105) | public static IBaseFragment getDefaultDrawerFragment() { method getStartableObject (line 113) | public static ODrawerItem getStartableObject(Context context, IBaseFra... method focusOnView (line 125) | public static void focusOnView(Context context, View view, boolean foc... method findItemIndex (line 147) | public static Integer findItemIndex(ODrawerItem item, LinearLayout ite... FILE: app/src/main/java/com/odoo/core/utils/drawer/ODrawerScrollView.java class ODrawerScrollView (line 14) | public class ODrawerScrollView extends ScrollView { method ODrawerScrollView (line 21) | public ODrawerScrollView(Context context) { method ODrawerScrollView (line 26) | public ODrawerScrollView(Context context, AttributeSet attrs) { method ODrawerScrollView (line 31) | public ODrawerScrollView(Context context, AttributeSet attrs, int defS... method init (line 36) | private void init(Context context, AttributeSet attrs, int defStyle) { method fitSystemWindows (line 49) | @Override method draw (line 60) | @Override method onAttachedToWindow (line 96) | @Override method onDetachedFromWindow (line 104) | @Override method setOnInsetsCallback (line 119) | public void setOnInsetsCallback(OnInsetsCallback onInsetsCallback) { type OnInsetsCallback (line 123) | public static interface OnInsetsCallback { method onInsetsChanged (line 124) | public void onInsetsChanged(Rect insets); FILE: app/src/main/java/com/odoo/core/utils/logger/OLog.java class OLog (line 24) | public class OLog { method log (line 26) | public static void log(String... messages) { FILE: app/src/main/java/com/odoo/core/utils/notification/ONotificationBuilder.java class ONotificationBuilder (line 44) | public class ONotificationBuilder { method ONotificationBuilder (line 67) | public ONotificationBuilder(Context context, int notification_id) { method setTitle (line 73) | public ONotificationBuilder setTitle(String title) { method setText (line 78) | public ONotificationBuilder setText(String text) { method setIcon (line 83) | public ONotificationBuilder setIcon(int res_id) { method withLargeIcon (line 88) | public ONotificationBuilder withLargeIcon(boolean largeIcon) { method withLargeIcon (line 93) | public boolean withLargeIcon() { method withRingTone (line 97) | public ONotificationBuilder withRingTone(Boolean ringTone) { method withRingTone (line 102) | public boolean withRingTone() { method setBigPicture (line 106) | public ONotificationBuilder setBigPicture(Bitmap bitmap) { method setBigText (line 111) | public ONotificationBuilder setBigText(String bigText) { method setOngoing (line 116) | public ONotificationBuilder setOngoing(boolean onGoing) { method setAutoCancel (line 121) | public ONotificationBuilder setAutoCancel(boolean autoCancel) { method addAction (line 126) | public ONotificationBuilder addAction(NotificationAction action) { method allowVibrate (line 131) | public ONotificationBuilder allowVibrate(Boolean vibrate) { method setColor (line 136) | public ONotificationBuilder setColor(int res_id) { method setProgress (line 141) | public ONotificationBuilder setProgress(int max, int progress, boolean... method init (line 148) | private void init() { method setSoundForNotification (line 187) | private void setSoundForNotification() { method setVibrateForNotification (line 192) | private void setVibrateForNotification() { method setResultIntent (line 197) | public ONotificationBuilder setResultIntent(Intent intent) { method build (line 202) | public ONotificationBuilder build() { method _addActions (line 218) | private void _addActions() { method _setResultIntent (line 230) | private void _setResultIntent() { method show (line 241) | public void show() { method cancelNotification (line 248) | public static void cancelNotification(Context context, int id) { class NotificationAction (line 256) | public static class NotificationAction { method NotificationAction (line 264) | public NotificationAction(int icon, String title, int requestCode, method getIntent (line 275) | public Class getIntent() { method setIntent (line 279) | public void setIntent(Class intent) { method getIcon (line 283) | public int getIcon() { method setIcon (line 287) | public void setIcon(int icon) { method getRequestCode (line 291) | public int getRequestCode() { method setRequestCode (line 295) | public void setRequestCode(int requestCode) { method getTitle (line 299) | public String getTitle() { method setTitle (line 303) | public void setTitle(String title) { method getAction (line 307) | public String getAction() { method setAction (line 311) | public void setAction(String action) { method getExtras (line 315) | public Bundle getExtras() { method setExtras (line 319) | public void setExtras(Bundle extras) { FILE: app/src/main/java/com/odoo/core/utils/reminder/ReminderActionReceiver.java class ReminderActionReceiver (line 26) | public class ReminderActionReceiver extends BroadcastReceiver { method onReceive (line 29) | @Override FILE: app/src/main/java/com/odoo/core/utils/reminder/ReminderReceiver.java class ReminderReceiver (line 41) | public class ReminderReceiver extends BroadcastReceiver { method onReceive (line 51) | @Override method showNotification (line 57) | private void showNotification(Context context, String type, Bundle dat... FILE: app/src/main/java/com/odoo/core/utils/reminder/ReminderUtils.java class ReminderUtils (line 33) | public class ReminderUtils { method ReminderUtils (line 38) | public ReminderUtils(Context context) { method get (line 42) | public static ReminderUtils get(Context context) { method setReminder (line 46) | public boolean setReminder(Date date, Bundle extra) { method resetReminder (line 59) | public boolean resetReminder(Date date, Bundle extra) { method cancelReminder (line 66) | public boolean cancelReminder(Date date, Bundle extra) { FILE: app/src/main/java/com/odoo/core/utils/sys/IOnActivityResultListener.java type IOnActivityResultListener (line 24) | public interface IOnActivityResultListener { method onOdooActivityResult (line 25) | public void onOdooActivityResult(int requestCode, int resultCode, Inte... FILE: app/src/main/java/com/odoo/core/utils/sys/IOnBackPressListener.java type IOnBackPressListener (line 22) | public interface IOnBackPressListener { method onBackPressed (line 23) | public boolean onBackPressed(); FILE: app/src/main/java/com/odoo/core/utils/sys/OCacheUtils.java class OCacheUtils (line 26) | public class OCacheUtils { method clearSystemCache (line 29) | public static void clearSystemCache(Context context) { method deleteDir (line 39) | public static boolean deleteDir(File dir) { FILE: app/src/main/java/com/odoo/datas/OConstants.java class OConstants (line 22) | public class OConstants { FILE: app/src/main/java/com/odoo/news/News.java class News (line 53) | public class News extends BaseFragment implements OCursorListAdapter. method onCreateView (line 62) | @Override method drawerMenus (line 68) | @Override method onViewCreated (line 73) | @Override method initAdapter (line 81) | private void initAdapter() { method database (line 90) | @Override method onViewBind (line 96) | @Override method onCreateLoader (line 102) | @Override method onLoadFinished (line 107) | @Override method onLoaderReset (line 112) | @Override method onResume (line 117) | @Override method onPause (line 124) | @Override method onItemClick (line 130) | @Override class DataRefreshReceiver (line 138) | class DataRefreshReceiver extends BroadcastReceiver { method onReceive (line 140) | @Override FILE: app/src/main/java/com/odoo/news/NewsDetail.java class NewsDetail (line 40) | public class NewsDetail extends BaseFragment { method onCreateView (line 44) | @Override method onViewCreated (line 49) | @Override method getArgument (line 61) | private void getArgument() { method drawerMenus (line 66) | @Override method database (line 71) | @Override FILE: app/src/main/java/com/odoo/news/OdooNewsReceiver.java class OdooNewsReceiver (line 32) | public class OdooNewsReceiver extends BroadcastReceiver { method onReceive (line 35) | @Override FILE: app/src/main/java/com/odoo/news/models/OdooNews.java class OdooNews (line 30) | public class OdooNews extends OModel { method OdooNews (line 37) | public OdooNews(Context context, OUser user) { FILE: app/src/main/java/com/odoo/server/notifications/OdooServerNotificationReceiver.java class OdooServerNotificationReceiver (line 31) | public class OdooServerNotificationReceiver extends BroadcastReceiver { method onReceive (line 34) | @Override FILE: app/src/main/java/odoo/controls/BezelImageView.java class BezelImageView (line 43) | public class BezelImageView extends ImageView { method BezelImageView (line 62) | public BezelImageView(Context context) { method BezelImageView (line 66) | public BezelImageView(Context context, AttributeSet attrs) { method BezelImageView (line 70) | public BezelImageView(Context context, AttributeSet attrs, int defStyl... method autoSetMaskDrawable (line 96) | public void autoSetMaskDrawable() { method otherInit (line 102) | private void otherInit() { method setFrame (line 122) | @Override method onDraw (line 142) | @Override method drawableStateChanged (line 206) | @Override method invalidateDrawable (line 220) | @Override method verifyDrawable (line 229) | @Override FILE: app/src/main/java/odoo/controls/DateTimePicker.java class DateTimePicker (line 34) | public class DateTimePicker { type Type (line 37) | public enum Type { method DateTimePicker (line 46) | public DateTimePicker() { method DateTimePicker (line 50) | public DateTimePicker(Context context, Builder builder) { method show (line 55) | public void show() { method onTimePick (line 69) | @Override method onDatePick (line 75) | @Override class Builder (line 87) | public static class Builder { method Builder (line 96) | public Builder(Context context) { method setDate (line 100) | public Builder setDate(String date) { method setTime (line 105) | public Builder setTime(String time) { method setDateTime (line 110) | public Builder setDateTime(String dateTime) { method getDate (line 120) | public Calendar getDate() { method getTime (line 130) | public Calendar getTime() { method setType (line 140) | public Builder setType(Type type) { method getType (line 145) | public Type getType() { method setCallBack (line 149) | public Builder setCallBack(PickerCallBack callback) { method getCallBack (line 154) | public PickerCallBack getCallBack() { method setTitle (line 158) | public Builder setTitle(String title) { method setTitle (line 163) | public Builder setTitle(int res_id) { method getDialogTitle (line 168) | public String getDialogTitle() { method build (line 172) | public DateTimePicker build() { class DatePicker (line 178) | public class DatePicker implements DatePickerDialog.OnDateSetListener, method DatePicker (line 185) | public DatePicker(Context context, Calendar date) { method onCancel (line 194) | @Override method onDateSet (line 199) | @Override method setPickerCallback (line 215) | public void setPickerCallback(PickerCallBack callback) { method show (line 219) | public void show() { method dismiss (line 223) | public void dismiss() { class TimePicker (line 228) | public class TimePicker implements TimePickerDialog.OnTimeSetListener, method TimePicker (line 234) | public TimePicker(Context context, Calendar time) { method onTimeSet (line 243) | @Override method onCancel (line 258) | @Override method setPickerCallback (line 262) | public void setPickerCallback(PickerCallBack callback) { method show (line 266) | public void show() { method dismiss (line 270) | public void dismiss() { type PickerCallBack (line 275) | public interface PickerCallBack { method onDatePick (line 276) | public void onDatePick(String date); method onTimePick (line 278) | public void onTimePick(String time); FILE: app/src/main/java/odoo/controls/ExpandableListControl.java class ExpandableListControl (line 32) | public class ExpandableListControl extends LinearLayout method ExpandableListControl (line 38) | public ExpandableListControl(Context context) { method ExpandableListControl (line 43) | public ExpandableListControl(Context context, AttributeSet attrs) { method ExpandableListControl (line 48) | public ExpandableListControl(Context context, AttributeSet attrs, int ... method onAdapterDataChange (line 53) | @Override method getAdapter (line 62) | public ExpandableListAdapter getAdapter(int resource, List obj... class ExpandableListAdapter (line 81) | public abstract static class ExpandableListAdapter { method ExpandableListAdapter (line 87) | public ExpandableListAdapter(Context context, int resource, List items) { method getItem (line 100) | public Object getItem(int position) { method setOperationListener (line 104) | public void setOperationListener(ExpandableListOperationListener lis... method getResource (line 108) | public int getResource() { type ExpandableListAdapterGetViewListener (line 113) | public static interface ExpandableListAdapterGetViewListener { method getView (line 114) | public View getView(int position, View view, ViewGroup parent); FILE: app/src/main/java/odoo/controls/ExpandableListOperationListener.java type ExpandableListOperationListener (line 24) | public interface ExpandableListOperationListener { method onAdapterDataChange (line 25) | public void onAdapterDataChange(List items); FILE: app/src/main/java/odoo/controls/IOControlData.java type IOControlData (line 26) | public interface IOControlData { method setValue (line 29) | public void setValue(Object value); method getValue (line 31) | public Object getValue(); method setEditable (line 33) | public void setEditable(Boolean editable); method isEditable (line 35) | public Boolean isEditable(); method setLabelText (line 37) | public void setLabelText(String label); method setColumn (line 39) | public void setColumn(OColumn column); method initControl (line 41) | public void initControl(); method getLabel (line 43) | public String getLabel(); method setValueUpdateListener (line 45) | public void setValueUpdateListener(ValueUpdateListener listener); type ValueUpdateListener (line 47) | public static interface ValueUpdateListener { method onValueUpdate (line 48) | public void onValueUpdate(Object value); method visibleControl (line 50) | public void visibleControl(boolean isVisible); method isControlReady (line 53) | public Boolean isControlReady(); method resetData (line 55) | public void resetData(); method getFieldView (line 57) | public View getFieldView(); method setError (line 59) | public void setError(String error); FILE: app/src/main/java/odoo/controls/IOnChangeCallback.java type IOnChangeCallback (line 24) | public interface IOnChangeCallback { method onValueChange (line 27) | public void onValueChange(ODataRow row); FILE: app/src/main/java/odoo/controls/IOnDomainFilterCallbacks.java type IOnDomainFilterCallbacks (line 24) | public interface IOnDomainFilterCallbacks { method onFieldValueChanged (line 27) | public void onFieldValueChanged(OColumn.ColumnDomain domain); FILE: app/src/main/java/odoo/controls/IOnQuickRecordCreateListener.java type IOnQuickRecordCreateListener (line 24) | public interface IOnQuickRecordCreateListener { method onRecordCreated (line 25) | public void onRecordCreated(ODataRow row); FILE: app/src/main/java/odoo/controls/OBlobField.java class OBlobField (line 32) | public class OBlobField extends LinearLayout implements IOControlData { method OBlobField (line 46) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method OBlobField (line 53) | public OBlobField(Context context, AttributeSet attrs, int defStyleAtt... method OBlobField (line 58) | public OBlobField(Context context, AttributeSet attrs) { method OBlobField (line 63) | public OBlobField(Context context) { method init (line 68) | private void init(Context context, AttributeSet attrs, int defStyleAttr, method initControl (line 78) | @Override method setValue (line 98) | @Override method setError (line 111) | @Override method getFieldView (line 116) | @Override method getValue (line 121) | @Override method setEditable (line 126) | @Override method isEditable (line 131) | @Override method setColumn (line 136) | @Override method setLabelText (line 141) | @Override method getLabel (line 146) | @Override method setValueUpdateListener (line 155) | @Override method isControlReady (line 160) | @Override method resetData (line 165) | @Override method onMeasure (line 170) | @Override method setWidgetType (line 176) | public void setWidgetType(OField.WidgetType type) { method setImageSize (line 183) | public void setImageSize(float size) { method setDefaultImage (line 187) | public void setDefaultImage(int image) { FILE: app/src/main/java/odoo/controls/OBooleanField.java class OBooleanField (line 38) | public class OBooleanField extends LinearLayout implements IOControlData, method OBooleanField (line 58) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method OBooleanField (line 65) | public OBooleanField(Context context, AttributeSet attrs, int defStyle... method OBooleanField (line 70) | public OBooleanField(Context context, AttributeSet attrs) { method OBooleanField (line 75) | public OBooleanField(Context context) { method init (line 80) | private void init(Context context, AttributeSet attrs, int defStyleAttr, method initControl (line 90) | public void initControl() { method setValue (line 149) | @Override method getFieldView (line 181) | @Override method setError (line 196) | @Override method getValue (line 202) | @Override method setEditable (line 207) | @Override method isEditable (line 213) | @Override method setWidgetType (line 218) | public void setWidgetType(OField.WidgetType type) { method setLabelText (line 223) | @Override method getCheckBoxLabel (line 228) | private String getCheckBoxLabel() { method getLabel (line 237) | @Override method setColumn (line 246) | @Override method setValueUpdateListener (line 253) | @Override method onCheckedChanged (line 258) | @Override method onMeasure (line 263) | @Override method isControlReady (line 269) | @Override method resetData (line 274) | @Override method setResource (line 279) | public void setResource(float textSize, int appearance, int color) { FILE: app/src/main/java/odoo/controls/OControlHelper.java class OControlHelper (line 24) | public class OControlHelper { method boldFont (line 27) | public static Typeface boldFont() { method lightFont (line 31) | public static Typeface lightFont() { FILE: app/src/main/java/odoo/controls/ODateTimeField.java class ODateTimeField (line 41) | public class ODateTimeField extends LinearLayout implements IOControlData, method ODateTimeField (line 62) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method ODateTimeField (line 69) | public ODateTimeField(Context context, AttributeSet attrs, int defStyl... method ODateTimeField (line 74) | public ODateTimeField(Context context, AttributeSet attrs) { method ODateTimeField (line 79) | public ODateTimeField(Context context) { method init (line 84) | private void init(Context context, AttributeSet attrs, int defStyleAttr, method setFieldType (line 94) | public void setFieldType(FieldType type) { method initControl (line 101) | @Override method setValue (line 126) | @Override method getFieldView (line 139) | @Override method setError (line 145) | @Override method getValue (line 151) | @Override method setEditable (line 161) | @Override method isEditable (line 168) | @Override method setLabelText (line 173) | @Override method setColumn (line 178) | @Override method getLabel (line 183) | @Override method setValueUpdateListener (line 194) | @Override method onClick (line 201) | @Override method getDate (line 222) | private String getDate(String date, String format) { method onDatePick (line 239) | @Override method onTimePick (line 247) | @Override method setParsePattern (line 263) | public void setParsePattern(String parsePattern) { method onMeasure (line 268) | @Override method isControlReady (line 274) | @Override method resetData (line 279) | @Override method setResource (line 284) | public void setResource(float textSize, int appearance, int color) { FILE: app/src/main/java/odoo/controls/OEditTextField.java class OEditTextField (line 36) | public class OEditTextField extends LinearLayout implements IOControlData, method OEditTextField (line 52) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method OEditTextField (line 59) | public OEditTextField(Context context, AttributeSet attrs, int defStyl... method OEditTextField (line 64) | public OEditTextField(Context context, AttributeSet attrs) { method OEditTextField (line 69) | public OEditTextField(Context context) { method init (line 74) | private void init(Context context, AttributeSet attrs, int defStyleAttr, method initControl (line 85) | public void initControl() { method setWidgetType (line 124) | public void setWidgetType(OField.WidgetType type) { method setValue (line 129) | @Override method getFieldView (line 148) | @Override method setError (line 156) | @Override method getValue (line 163) | @Override method setEditable (line 176) | @Override method isEditable (line 183) | @Override method setHint (line 188) | public void setHint(String hint) { method setLabelText (line 192) | @Override method setColumn (line 197) | @Override method getLabel (line 202) | @Override method setValueUpdateListener (line 213) | @Override method onFocusChange (line 218) | @Override method onMeasure (line 225) | @Override method isControlReady (line 231) | @Override method resetData (line 236) | @Override method setResource (line 241) | public void setResource(float textSize, int appearance, int color) { FILE: app/src/main/java/odoo/controls/OField.java class OField (line 53) | public class OField extends LinearLayout implements IOControlData.ValueU... type WidgetType (line 87) | public enum WidgetType { method getWidgetType (line 90) | public static WidgetType getWidgetType(int widget) { type FieldType (line 113) | public enum FieldType { method getTypeValue (line 116) | public static FieldType getTypeValue(int type_val) { method OField (line 141) | public OField(Context context) { method OField (line 146) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method OField (line 153) | public OField(Context context, AttributeSet attrs, int defStyleAttr) { method OField (line 158) | public OField(Context context, AttributeSet attrs) { method init (line 163) | private void init(Context context, AttributeSet attrs, int defStyleAttr, method useTemplate (line 204) | public void useTemplate(Boolean withTemplate) { method initLayout (line 208) | private void initLayout() { method initControl (line 238) | public void initControl() { method getFieldView (line 276) | public T getFieldView() { method setIconTintColor (line 280) | public void setIconTintColor(int color) { method setImageIcon (line 287) | private void setImageIcon() { method setColumn (line 297) | public void setColumn(OColumn column) { method getType (line 308) | private FieldType getType(Class type_class) { method getLabelText (line 356) | public String getLabelText() { method setValue (line 366) | public void setValue(Object value) { method getValue (line 373) | public Object getValue() { method setEditable (line 379) | public void setEditable(Boolean editable) { method getEditable (line 390) | public boolean getEditable() { method getFieldName (line 394) | public String getFieldName() { method initTextControl (line 399) | private View initTextControl() { method initBooleanControl (line 411) | private View initBooleanControl() { method initSelectionWidget (line 423) | private View initSelectionWidget() { method initDateTimeControl (line 436) | private View initDateTimeControl(FieldType type) { method initBlobControl (line 448) | private View initBlobControl() { method getLabelView (line 459) | private TextView getLabelView() { method setIcon (line 477) | public void setIcon(int resourceId) { method setError (line 481) | public void setError(String error) { method getIcon (line 485) | public int getIcon() { method setModel (line 489) | public void setModel(OModel model) { method getModel (line 493) | public OModel getModel() { method getColumn (line 497) | public OColumn getColumn() { method resetData (line 501) | public void resetData() { method onValueUpdate (line 505) | @Override method setOnValueChangeListener (line 536) | public void setOnValueChangeListener(IOnFieldValueChangeListener liste... method visibleControl (line 540) | @Override method setOnChangeCallbackListener (line 554) | public void setOnChangeCallbackListener(IOnChangeCallback callback) { method setOnFilterDomainCallBack (line 564) | public void setOnFilterDomainCallBack(OColumn.ColumnDomain domain, type IOnFieldValueChangeListener (line 570) | public interface IOnFieldValueChangeListener { method onFieldValueChange (line 571) | public void onFieldValueChange(OField field, Object value); FILE: app/src/main/java/odoo/controls/OForm.java class OForm (line 50) | public class OForm extends LinearLayout { method OForm (line 65) | public OForm(Context context) { method OForm (line 70) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method OForm (line 77) | public OForm(Context context, AttributeSet attrs, int defStyleAttr) { method OForm (line 82) | public OForm(Context context, AttributeSet attrs) { method setEditable (line 87) | public void setEditable(Boolean editable) { method init (line 99) | private void init(Context context, AttributeSet attrs, int defStyleAttr, method getEditable (line 118) | public boolean getEditable() { method setModel (line 122) | public void setModel(String model) { method getModel (line 126) | public String getModel() { method setData (line 130) | public void setData(ODataRow record) { method getData (line 134) | public ODataRow getData() { method initForm (line 138) | public void initForm(ODataRow record) { method setIconTintColor (line 144) | public void setIconTintColor(int color) { method initForm (line 148) | private void initForm() { method loadChatter (line 206) | public void loadChatter(boolean loadChatter) { method loadChatter (line 210) | public void loadChatter(Boolean loadChatter) { method findAllFields (line 214) | private void findAllFields(ViewGroup view) { method getValues (line 230) | public OValues getValues() { method setOnDomainFilterCallBack (line 257) | private void setOnDomainFilterCallBack(final OColumn column, OField fi... method setFilterDomainCallback (line 272) | private void setFilterDomainCallback(OColumn.ColumnDomain domain, method setOnChangeForControl (line 288) | private void setOnChangeForControl(final OColumn column, OField field) { method fillOnChangeData (line 324) | private void fillOnChangeData(ODataRow values) { class OnChangeBackground (line 337) | private class OnChangeBackground extends method OnChangeBackground (line 343) | public OnChangeBackground(OColumn col) { method onPreExecute (line 347) | @Override method doInBackground (line 357) | @Override method onPostExecute (line 368) | @Override FILE: app/src/main/java/odoo/controls/OSelectionField.java class OSelectionField (line 55) | public class OSelectionField extends LinearLayout implements IOControlData, method OSelectionField (line 79) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method OSelectionField (line 86) | public OSelectionField(Context context, AttributeSet attrs, int defSty... method OSelectionField (line 91) | public OSelectionField(Context context, AttributeSet attrs) { method OSelectionField (line 96) | public OSelectionField(Context context) { method init (line 101) | private void init(Context context, AttributeSet attrs, int defStyleAttr, method createRadioGroup (line 111) | private void createRadioGroup() { method initControl (line 138) | @Override method createItems (line 246) | private void createItems() { method getPos (line 283) | private int getPos() { method setValue (line 305) | @Override method getFieldView (line 411) | @Override method setError (line 417) | @Override method getValueForM2O (line 423) | private ODataRow getValueForM2O() { method getValue (line 433) | @Override method setEditable (line 441) | @Override method isEditable (line 447) | @Override method setWidgetType (line 452) | public void setWidgetType(OField.WidgetType type) { method setArrayResourceId (line 457) | public void setArrayResourceId(int res_id) { method setColumn (line 461) | public void setColumn(OColumn col) { method getRecordData (line 468) | private ODataRow getRecordData(int row_id) { class SpinnerAdapter (line 479) | private class SpinnerAdapter extends ArrayAdapter { method SpinnerAdapter (line 481) | public SpinnerAdapter(Context context, int resource, method getView (line 486) | public View getView(int position, View convertView, ViewGroup parent) { method getDropDownView (line 490) | @Override method generateView (line 496) | private View generateView(int position, View convertView, method onItemSelected (line 508) | @Override method onNothingSelected (line 522) | @Override method setLabelText (line 527) | @Override method getLabel (line 532) | @Override method createSelectionDialog (line 541) | private AlertDialog createSelectionDialog(final int selected_position, method onItemClick (line 552) | @Override method onReceive (line 560) | @Override method setModel (line 567) | public void setModel(OModel model) { method getRecordItems (line 571) | public static List getRecordItems(OModel model, OColumn colu... method setValueUpdateListener (line 610) | @Override method onCheckedChanged (line 615) | @Override method onMeasure (line 622) | @Override method isControlReady (line 628) | @Override method resetData (line 633) | @Override method setResource (line 660) | public void setResource(float textSize, int appearance, int color) { FILE: app/src/main/java/odoo/controls/SearchableItemActivity.java class SearchableItemActivity (line 53) | public class SearchableItemActivity extends ActionBarActivity implements method onCreate (line 72) | @Override method onItemClick (line 151) | @Override method onRecordCreated (line 163) | @Override method beforeTextChanged (line 174) | @Override method onTextChanged (line 180) | @Override method afterTextChanged (line 195) | @Override method onClick (line 200) | @Override method onSearchChange (line 206) | @Override class LiveSearch (line 220) | private class LiveSearch extends AsyncTask ite... method onPageSelected (line 52) | @Override method onPageScrolled (line 57) | @Override method onPageScrollStateChanged (line 62) | @Override method initNavigator (line 68) | public void initNavigator(ViewGroup parent) { class ZoomOutPageTransformer (line 72) | public class ZoomOutPageTransformer implements ViewPager.PageTransform... method transformPage (line 76) | public void transformPage(View view, float position) { FILE: intro-slider-lib/src/main/java/com/odoo/widgets/slider/SliderItem.java class SliderItem (line 7) | public class SliderItem { method SliderItem (line 15) | public SliderItem(String title, String content, int image, method putExtra (line 24) | public SliderItem putExtra(String key, Object value) { method setExtras (line 29) | public SliderItem setExtras(HashMap extras) { method getExtras (line 34) | public HashMap getExtras() { method getContent (line 38) | public String getContent() { method setContent (line 42) | public void setContent(String mContent) { method getTitle (line 46) | public String getTitle() { method setTitle (line 50) | public void setTitle(String mTitle) { method getImagePath (line 54) | public int getImagePath() { method setImagePath (line 58) | public void setImagePath(int image) { method setSliderCustomViewListener (line 62) | public void setSliderCustomViewListener(SliderBuilderListener listener) { method getSliderCustomViewListener (line 66) | public SliderBuilderListener getSliderCustomViewListener() { FILE: intro-slider-lib/src/main/java/com/odoo/widgets/slider/SliderPagerAdapter.java class SliderPagerAdapter (line 19) | public class SliderPagerAdapter extends FragmentStatePagerAdapter { method SliderPagerAdapter (line 25) | public SliderPagerAdapter(Context context, FragmentManager fm) { method getItem (line 29) | @Override method initPager (line 39) | public void initPager(Context context, List items) { method getCount (line 46) | @Override class PageFragment (line 51) | class PageFragment extends Fragment { method onCreateView (line 52) | @Override method onViewCreated (line 69) | @Override method getPosition (line 85) | private int getPosition() { type SliderBuilderListener (line 91) | public interface SliderBuilderListener { method getCustomView (line 92) | public View getCustomView(Context context, SliderItem item, FILE: intro-slider-lib/src/main/java/com/odoo/widgets/slider/SliderView.java class SliderView (line 15) | public class SliderView extends LinearLayout { method SliderView (line 20) | @SuppressLint("NewApi") method SliderView (line 27) | @SuppressLint("NewApi") method SliderView (line 33) | public SliderView(Context context, AttributeSet attrs) { method SliderView (line 38) | public SliderView(Context context) { method init (line 43) | private void init(Context context) { method setItems (line 50) | public void setItems(FragmentManager fragmentManager, List...