CN102375738B - A kind of apparatus and method of mobile terminal data management - Google Patents
A kind of apparatus and method of mobile terminal data management Download PDFInfo
- Publication number
- CN102375738B CN102375738B CN201010263045.XA CN201010263045A CN102375738B CN 102375738 B CN102375738 B CN 102375738B CN 201010263045 A CN201010263045 A CN 201010263045A CN 102375738 B CN102375738 B CN 102375738B
- Authority
- CN
- China
- Prior art keywords
- data
- control
- interface
- module
- service
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000013523 data management Methods 0.000 title claims abstract description 118
- 238000000034 method Methods 0.000 title claims abstract description 18
- 230000003993 interaction Effects 0.000 claims description 66
- 238000013461 design Methods 0.000 claims description 10
- 230000000007 visual effect Effects 0.000 claims description 7
- 238000011161 development Methods 0.000 abstract description 12
- 238000012423 maintenance Methods 0.000 abstract description 5
- 238000012800 visualization Methods 0.000 abstract 1
- 238000007726 management method Methods 0.000 description 15
- 230000003068 static effect Effects 0.000 description 7
- 238000006243 chemical reaction Methods 0.000 description 3
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 238000013500 data storage Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 230000008569 process Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 238000000926 separation method Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
- Telephonic Communication Services (AREA)
- Telephone Function (AREA)
Abstract
The invention discloses the apparatus and method of a kind of mobile terminal data management, UI control script configuration module, be connected to data management module, preserve for configuration service data specifying-information in configuration file, and the control ID of interfaces windows control identified with business datum associate, generate control data correlation file and also preserve; Data management module, respectively linkage interface window control and business module, for the corresponding interface of acquisition of information preserved according to described UI control script configuration module, mutual by data between corresponding Interface realization interfaces windows control and business module.Adopt apparatus and method of the present invention, support the use of PC visualization tool, what can realize between interface data and business datum flexibly is mutual, the speed of great raising code development and stability, reduce the cost of code maintenance, thus promote model machine tempo of development and quality, promote the fast custom of mobile phone model machine.
Description
Technical Field
The invention relates to the field of application development of mobile terminals, in particular to a device and a method for managing data of a mobile terminal.
Background
The mobile terminal application comprises: in the prior art, in the application development of a mobile terminal, a strong coupling relationship exists between interface display, flow control and business functions of an application, and under the condition that interface customization or business functions are changed, the application is required to be completely modified, so that the subsequent maintenance cost is increased.
Particularly in the field of application development of embedded mobile terminals such as mobile phones, the functions and models of mobile phones are frequently changed due to large market demand variation. At this time, as shown in fig. 1, when any supporting platform or upper Graphical User Interface (GUI) is replaced, a large amount of manpower and time are required to redesign the relevant application, which reduces the stability of the code and the efficiency of application development.
Due to almost all mobile terminal application development, the most difficult problem is data interaction, and most of the time of developers is used for processing data interaction between interfaces and services. Due to the coupling between the interface and the service, a large amount of data and data operation from the service is mixed in the interface coding, which requires that a developer must have the interface and service coding capability at the same time, and the final code is messy, so that the development and maintenance cost is too high and expansion is difficult.
Disclosure of Invention
In view of the above, the main objective of the present invention is to provide a method and an apparatus for managing data of a mobile terminal, which implement separation of interface display data and service data, reduce coupling between data and subsequent maintenance cost, and improve efficiency of application development.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
the invention provides a device for managing data of a mobile terminal, which comprises: the system comprises a UI control script configuration module and a data management module; wherein,
the UI control script configuration module is connected with the data management module and is used for configuring and storing the service data description information in the configuration file, associating the control ID of the interface window control with the service data identification, generating and storing a control data association file;
and the data management module is respectively connected with the interface window control and the service module and is used for acquiring a corresponding interface according to the information stored by the UI control script configuration module and realizing data interaction between the interface window control and the service module through the corresponding interface.
In the above scheme, the service data description information includes: the service data type, the service data identifier and the interface function name;
the control data association file comprises: and the control ID of the interface window control and the business data identification associated with the control.
In the foregoing solution, the data management module includes: the data interaction module and the service data management module; a corresponding data management interface is arranged between the data interaction module and the service data management module according to the service data type; wherein,
the data interaction module is used for acquiring a service data identifier associated with the control data identifier through the control ID in a control data associated file in the UI control script configuration module, notifying the service data identifier to the service data management module, calling a corresponding control interface through the control ID, and realizing data interaction between the data interaction module and the interface window control through the control interface;
and the service data management module is used for acquiring information such as service data types and interface functions and the like from the service data description information in the UI control script configuration module through the service data identifier, calling a service data interface of the corresponding service module, realizing data interaction between the service data management module and the service module through the service data interface, and providing a corresponding data management interface for the data interaction module according to the service data types.
In the foregoing solution, the implementing data interaction between the interface window control and the service module through the corresponding interface specifically includes:
a data interaction module in the data management module calls a control interface of a corresponding interface window control through a control ID, interface window data are obtained from the corresponding interface window control through the control interface and are sent to a service data management module in the data management module through the data management interface, then a service data identifier associated with the control data is obtained from a control data associated file through the control ID and is sent to the service data management module through the data management interface, the service data management module obtains a corresponding service data type and an interface function name in service data description information through the service data identifier, calls a service data interface of the corresponding service module, and stores the obtained interface window data to the corresponding service module through the service data interface; or,
when a user triggers data loading on an interface window control by specifying a control ID, a business data management module acquires business data from a corresponding business module through a business data interface and sends the business data to a data interaction module through a data management interface, the data interaction module calls a control interface of the corresponding interface window control through the control ID, and the acquired business data is loaded to the corresponding interface window control through the control interface; or,
when the business data changes, the data interaction module updates the changed data through a data management interface provided by the business data management module, acquires a control ID through a business data identifier maintained by the data interaction module and the associated content of the control ID, calls the control interface through the control ID, and loads the updated data into an interface window control to be refreshed.
The invention also provides a method for managing the data of the mobile terminal, which comprises the following steps:
configuring service data description information in a configuration file, associating an interface window control with service data to generate a control data association file, and storing the configuration file and the control data association file in a UI control configuration script file;
and acquiring a corresponding interface through corresponding information in the UI control configuration script, and realizing data interaction between the interface window control and the service module through the corresponding interface.
In the above scheme, the service data description information includes: the service data type, the service data identifier and the interface function name;
the control data association file comprises: and the control ID of the interface window control and the business data identification associated with the control.
In the foregoing solution, before the association between the interface data and the service data is implemented by using a PC visual interface design tool, the method further includes: and establishing a service data interface between the service module and the data management module, and configuring service data in the configuration file.
In the foregoing solution, the implementing data interaction between the interface window control and the service module through the corresponding interface specifically includes:
calling a control interface of a corresponding interface window control through a control ID, acquiring interface window data from the corresponding interface window control through the control interface, acquiring a business data identifier associated with the control data from a control data associated file through the control ID, acquiring a corresponding business data type and an interface function name from business data description information through the business data identifier, calling a business data interface of a corresponding business module, and storing the acquired interface window data to the corresponding business module through the business data interface; or,
when a user triggers data loading on an interface window control by specifying a control ID, business data is acquired from a corresponding business module through a business data interface, the control interface of the interface window control is called by triggering the specified control ID when the data is loaded, and the acquired business data is loaded to the corresponding interface window control through the control interface; or,
when the business data changes, the changed data is updated, the control ID is obtained through the business data identification and the associated content of the control ID, the control interface is called through the control ID, and the updated data is loaded into the interface window control needing to be refreshed.
The invention provides a device and a method for managing mobile terminal data, which are characterized in that business data description information is configured in a configuration file, an interface window control is associated with business data to generate a control data association file, and the configuration file and the control data association file are stored in a UI control configuration script file; and acquiring a corresponding interface through corresponding information in the UI control configuration script, and realizing data interaction between the interface window control and the service module through the corresponding interface.
By adopting the method, the provided content organization mode and the interface form of the service data can be effectively standardized, and the data interaction between the interface window control and the service module can be flexibly realized; the use of a PC visual interface design tool is matched, the interface design does not need to care about the specific interface providing and realizing contents of the service data, and only needs to care about which data are needed by the interface; the service data does not need to know the type and storage format of the interface data, and only needs to provide the required interface and service data; therefore, interface developers only need to use the data required by the interface design tool to design the interface according to the data provided by the service module, and the service developers only need to provide the service data according to the specified format, so that the labor division can be enhanced, the efficiency of the developers can be improved, the speed and the stability of code development can be greatly improved, the cost of code maintenance can be reduced, the development speed and the quality of the model machine can be improved, and the rapid customization of the mobile phone model machine can be promoted.
Drawings
FIG. 1 is a schematic diagram of a prior art application development architecture;
FIG. 2 is a schematic diagram of an apparatus for data management of a mobile terminal according to the present invention;
fig. 3 is a flowchart of a method for managing data of a mobile terminal according to the present invention.
Detailed Description
The basic idea of the invention is: configuring service data description information in a configuration file, associating an interface window control with service data to generate a control data association file, and storing the configuration file and the control data association file in a UI control configuration script file; and acquiring a corresponding interface through corresponding information in the UI control configuration script, and realizing data interaction between the interface window control and the service module through the corresponding interface.
As shown in fig. 2, the apparatus for managing data of a mobile terminal provided by the present invention is located in an application module of the mobile terminal, and includes: the system comprises a UI control script configuration module and a data management module; wherein,
the UI control script configuration module is connected with the data management module and is used for configuring and storing the service data description information, associating the control ID of the interface window control with the service data identification, generating and storing a control data association file;
and the data management module is respectively connected with the interface window control and the service module and is used for acquiring a corresponding interface according to the information stored by the UI control script configuration module and realizing data interaction between the interface window control and the service module through the corresponding interface.
The service data description information includes: information such as service data type, service data identification, interface function name and the like;
the control data association file comprises: and the control ID of the interface window control and the business data identification associated with the control.
The data management module comprises: the data interaction module and the service data management module; a corresponding data management interface is arranged between the data interaction module and the service data management module according to the service data type; wherein,
the data interaction module is used for acquiring a service data identifier associated with the control data identifier through the control ID in a control data associated file in the UI control script configuration module, notifying the service data identifier to the service data management module, calling a corresponding control interface through the control ID, and realizing data interaction between the data interaction module and the interface window control through the control interface;
and the service data management module is used for acquiring information such as service data types and interface functions and the like from the service data description information in the UI control script configuration module through the service data identifier, calling a service data interface of the corresponding service module, realizing data interaction between the service data management module and the service module through the service data interface, and providing a corresponding data management interface for the data interaction module according to the service data types.
The data interaction between the interface window control and the service module is realized through the corresponding interface, which specifically comprises the following steps: a data interaction module in the data management module calls a control interface of a corresponding interface window control through a control ID, interface window data are obtained from the corresponding interface window control through the control interface and are sent to a service data management module in the data management module through the data management interface, then a service data identifier associated with the control data is obtained from a control data associated file through the control ID and is sent to the service data management module through the data management interface, the service data management module obtains information such as a corresponding service data type, an interface function name and the like from service data description information through the service data identifier, calls a service data interface of the corresponding service module, and stores the obtained interface window data to the corresponding service module through the service data interface; or when the user triggers the data loading of the interface window control by specifying the control ID, the business data management module acquires the business data from the corresponding business module through the business data interface, and is sent to the data interaction module through the data management interface, the data interaction module calls the control interface of the corresponding interface window control through the control ID, the acquired service data is loaded to the corresponding interface window control through the control interface, so as to realize the data interaction between the interface window control and the service module, or when the service data changes, the data interaction module updates the changed data through the data management interface provided by the service data management module, acquiring the control ID through the service data identification maintained by the data interaction module and the associated content of the control ID, and calling a control interface through the control ID, and loading the updated data into the interface window control needing to be refreshed.
The method for managing the data of the mobile terminal provided by the invention, as shown in fig. 3, comprises the following steps:
step 301: establishing a service data interface between a service module and a data management module, and configuring service data in a configuration file;
in this step, after the business module establishes the business data interface with the data management module according to the specified format of the data management module, whether the relevant interface is realized can be checked in the compiling and linking period, and if not, the compiling and linking cannot be realized; the developer explains the service data description information in the configuration file, including the service data type (Datatype), the service data identifier (URI), the interface function name and other information, and saves the configuration file in the UI control configuration script file.
Step 302: the PC visual interface design tool realizes the association between the interface window control and the business data according to the configured business data, and generates a UI control configuration script;
in the step, the configuration file of the business data is imported into a PC visual interface design tool, and the business data type and the business data identification in the configuration file of the business data are analyzed; constructing a required interface window, associating a control ID required by the interface window with a service data identifier, generating a control data association file and storing the control data association file in a UI control configuration script file; the control data association file comprises a control ID required by the interface window and a service data identifier associated with the control ID.
Step 303: the event management module triggers the data management module according to the GUI message or the system message;
in the step, a user sends a GUI message by clicking a key, or a system message sent by the system triggers an event management module, and the event management module triggers a data management module to start working; wherein the GUI message includes the widget ID.
Step 304: the data management module acquires a corresponding interface through the UI control configuration script file, and realizes data interaction between the interface window control and the service module through the corresponding interface.
In the step, the data management module acquires a service data identifier associated with the data management module according to a control ID in a control data association file in a UI control configuration script file, and calls a control interface of a corresponding interface window control through the control ID, and the data management module loads service data to the corresponding interface window control through the control interface or acquires interface window data from the corresponding interface window control so as to realize data interaction between the interface window control and the data management module; and after acquiring the service data identification associated with the control data in the control data associated file in the UI control configuration script file according to the control ID, the data management module acquires the corresponding information such as the service data type, the interface function name and the like in the data description information, calls the service data interface of the corresponding service module, and acquires the corresponding service data from the corresponding service module through the service data interface or stores the acquired interface window data to the service module so as to realize data interaction between the data management module and the service module.
Therefore, the data management module acquires interface window data from the corresponding interface window control through the control interface and stores the acquired interface window data to the corresponding service module through the service data interface; or, the data management module acquires the service data from the corresponding service module through the service data interface, and loads the acquired service data to the corresponding interface window control through the control interface, thereby realizing the data interaction between the interface window control and the service module.
The following describes in detail the interaction flow of the interface window control and the service module through the data management module by specific embodiments:
the first embodiment is as follows: contact list (PBList, PhoneBookList) window initiates data loading:
step 1: the service module establishes a service data interface with the data management module according to the specified format of the data management module; the developer performs relevant configuration on the required service data in the configuration file, wherein in the contact list service, the developer divides the service data into two types: the contact list management system comprises record type data and single type data, wherein the record type data exists in a two-dimensional table form and is used for recording contact list information; the simplex data exists in a simple variable form and is used for recording the total number of the contacts; the developer explains the service data description information in a configuration file PBSvrData.xml: the configuration file PBSvrData.xml includes information such as a service data type (Datatype), a service data identifier (URI), an interface function name and the like, and the configuration file is stored in a UI control configuration script file:
for the record type data configuration:
<Datatype=“ListData”URI=“PbContacts”......>;
for the simplex data configuration:
<Datatype=“AtomData”URI=“PbContactsCount”......>。
step 2: importing the configuration file PBSvrData.xml of the service data description information into a PC visual interface design tool, analyzing the service data type and the service data identification in the configuration file, and putting the service data identification into an alternative list associated with an interface window control for the association setting of a subsequent control data association file, wherein a contact list control in a contact list window is used for displaying contact list information, and a static text control in the contact list window is used for displaying the total number information of contacts; constructing a contact list window and setting a required interface window control, wherein the steps comprise: a contact list control and a static text control; and associating the contact list control with the service data identification PbContacts, associating the static text control with the service data identification PbContacts count, generating a control data association file PBListWinData.xml, and storing the control data association file PBListWinData.xml in a UI control configuration script file.
And step 3: the window sends an initialization message to the event management module, and the event management module informs the data management module to fill the data of the window control of the initialization interface;
and 4, step 4: the data management module acquires a service data identifier associated with the control ID from a control data association file PBListWinData.xml according to the control ID in the initialization message, namely acquires the service data identifier PbContacts associated with the control ID according to the contact list control ID and acquires the service data identifier PbContacts associated with the control ID according to the static text control ID;
and 5: the data management module acquires information such as corresponding service data types, interface function names and the like from a configuration file PBSvrData.xml of service data description information according to the service data identification, and acquires service data from a corresponding service module through a corresponding service data interface;
step 6: the data management module calls a contact list control interface according to the contact list control ID, performs necessary type conversion on the service data type, and loads the contact list data into the contact list control; the data management module calls a static text control interface according to the static text control ID, performs necessary type conversion on the service data type, and loads the total number of the contact persons into the static text control; so far, the PBList window initialization data loading is completed.
Example two: after the PBList window initialization data is loaded, loading data when the PBList data changes:
step 1: when the phone book performs the operation of deleting the contact, the service data changes, for example: if the contact list is reduced by one entry and the total number of contacts is also reduced by one entry, the service module sends a message to the event management module to inform that service data of URI (PBContacts) and URI (PBContactsCount) are changed, and the event management module informs the data management module;
step 2: the data management module updates PBConnects and PBConnectsCount maintained by the data management module; and acquiring the service data type according to the service data identifier, acquiring the service data from the service module through the corresponding service data interface, acquiring all associated control IDs according to the data identifier maintained by the data interaction module in the data management module and the associated information of the control IDs, calling the corresponding control interfaces through the control IDs, and loading the service data to the interface window control, wherein the specific steps are the same as the steps 5 and 6 in the first embodiment.
Example three: after the PBList window initialization data is loaded, the contact list control browses and turns pages:
step 1: when the contact list control moves to the top end or the bottom end of the current page, if the contact list control continues to move upwards or downwards and wants to check the information of the previous contact or the next contact, the contact list control sends a refreshing message to the event management module, and the event management module informs the data management module of refreshing the data of the contact list control;
step 2: the data management module acquires the starting point, the direction and the quantity of the data to be filled through a corresponding control interface, and fills the contact data meeting the requirements into the contact list control after necessary type conversion, so that the data is automatically loaded when the contact list control browses and turns pages.
Example four: the interface window control saves data to the business module and refreshes the interface window control data:
step 1: the interface window control responds to the data storage operation of the user and sends a data storage message to the event management module;
in the step, a user clicks a key on a new contact interface window to store current data, and a data storage message is sent to an event management module.
Step 2: the event management module triggers the data management module according to the stored data message;
and step 3: the data management module analyzes the UI control configuration script file and respectively acquires a control data association file and service data description information;
and 4, step 4: the data management module calls a corresponding control interface according to the control ID and acquires data to be stored from the interface window control;
and 5: the data management module acquires a corresponding service data interface through the data identifier PBContacts according to the service data description information, calls the service data interface, stores newly-built contact data in the service module, and returns a storage result notification message;
step 6: if the storage result is failure, ending the process; if the storage result is successful, executing the business data refreshing interface window control data flow, entering the step 7, and executing the business data refreshing interface window control data flow;
and 7: after the data in the service module is changed, a data updating identification bit is set;
in this step, if the addition of the contact data is successful and the service data corresponding to the URI ═ pbcontags changes, the data update flag is set to TRUE.
And 8: the service module sends a data change message to the event management module, and the event management module triggers the data management module;
and step 9: and the data management module updates PBContacts maintained by the data management module and calls a corresponding control interface to update the control data of the contact list.
The above description is only exemplary of the present invention and should not be taken as limiting the scope of the present invention, and any modifications, equivalents, improvements, etc. that are within the spirit and principle of the present invention should be included in the present invention.
Claims (7)
1. An apparatus for data management of a mobile terminal, the apparatus comprising: the system comprises a UI control script configuration module and a data management module; wherein,
the UI control script configuration module is connected with the data management module and is used for configuring and storing the service data description information in the configuration file, associating the control ID of the interface window control with the service data identification, generating and storing a control data association file;
the data management module is respectively connected with the interface window control and the service module and is used for acquiring a corresponding interface according to the information stored by the UI control script configuration module and realizing data interaction between the interface window control and the service module through the corresponding interface; the data management module comprises a data interaction module and a service data management module; a corresponding data management interface is arranged between the data interaction module and the service data management module according to the service data type; wherein,
the data interaction module is used for acquiring a service data identifier associated with the control data identifier through the control ID in a control data associated file in the UI control script configuration module, notifying the service data identifier to the service data management module, calling a corresponding control interface through the control ID, and realizing data interaction between the data interaction module and the interface window control through the control interface;
and the service data management module is used for acquiring the service data type and the interface function name through the service data identifier in the service data description information in the UI control script configuration module, calling the service data interface of the corresponding service module, realizing data interaction between the service data management module and the service module through the service data interface, and providing the corresponding data management interface for the data interaction module according to the service data type.
2. The apparatus of claim 1, wherein the service data description information comprises: the service data type, the service data identifier and the interface function name;
the control data association file comprises: and the control ID of the interface window control and the business data identification associated with the control.
3. The apparatus according to claim 1, wherein the implementing of data interaction between the interface window control and the service module through the corresponding interface specifically includes:
a data interaction module in the data management module calls a control interface of a corresponding interface window control through a control ID, interface window data are obtained from the corresponding interface window control through the control interface and are sent to a service data management module in the data management module through the data management interface, then a service data identifier associated with the control data is obtained from a control data associated file through the control ID and is sent to the service data management module through the data management interface, the service data management module obtains a corresponding service data type and an interface function name in service data description information through the service data identifier, calls a service data interface of the corresponding service module, and stores the obtained interface window data to the corresponding service module through the service data interface; or,
when a user triggers data loading on an interface window control by specifying a control ID, a business data management module acquires business data from a corresponding business module through a business data interface and sends the business data to a data interaction module through a data management interface, the data interaction module calls a control interface of the corresponding interface window control through the control ID, and the acquired business data is loaded to the corresponding interface window control through the control interface; or,
when the business data changes, the data interaction module updates the changed data through a data management interface provided by the business data management module, acquires a control ID through a business data identifier maintained by the data interaction module and the associated content of the control ID, calls the control interface through the control ID, and loads the updated data into an interface window control to be refreshed.
4. A method for managing data of a mobile terminal is characterized by comprising the following steps:
configuring service data description information in a configuration file, associating an interface window control with service data to generate a control data association file, and storing the configuration file and the control data association file in a UI control configuration script file;
the data management module acquires a corresponding interface through corresponding information in the UI control configuration script and realizes data interaction between the interface window control and the service module through the corresponding interface; the data management module comprises a data interaction module and a service data management module; a corresponding data management interface is arranged between the data interaction module and the service data management module according to the service data type; wherein,
in a control data association file in a UI control script configuration module, a data interaction module acquires a service data identifier associated with the data interaction module through a control ID, notifies the service data identifier to a service data management module, calls a corresponding control interface through the control ID, and realizes data interaction between the data interaction module and an interface window control through the control interface;
and the service data management module in the service data description information in the UI control script configuration module acquires the service data type and the interface function name through the service data identifier, calls a service data interface of the corresponding service module, realizes data interaction between the service data management module and the service module through the service data interface, and provides a corresponding data management interface for the data interaction module according to the service data type.
5. The method of claim 4, wherein the service data description information comprises: the service data type, the service data identifier and the interface function name;
the control data association file comprises: and the control ID of the interface window control and the business data identification associated with the control.
6. The method according to claim 4, wherein the associating the interface window control with the business data specifically comprises: the association between the interface data and the service data is realized by utilizing a PC visual interface design tool;
correspondingly, before the association between the interface data and the business data is realized by using the PC visual interface design tool, the method further includes: and establishing a service data interface between the service module and the data management module, and configuring service data in the configuration file.
7. The method according to any one of claims 4 to 6, wherein the implementing of the interaction of the data between the interface window control and the service module through the corresponding interface specifically includes:
calling a control interface of a corresponding interface window control through a control ID, acquiring interface window data from the corresponding interface window control through the control interface, acquiring a business data identifier associated with the control data from a control data associated file through the control ID, acquiring a corresponding business data type and an interface function name from business data description information through the business data identifier, calling a business data interface of a corresponding business module, and storing the acquired interface window data to the corresponding business module through the business data interface; or,
when a user triggers data loading on an interface window control by specifying a control ID, business data is acquired from a corresponding business module through a business data interface, the control interface of the interface window control is called by triggering the specified control ID when the data is loaded, and the acquired business data is loaded to the corresponding interface window control through the control interface; or,
when the business data changes, the changed data is updated, the control ID is obtained through the business data identification and the associated content of the control ID, the control interface is called through the control ID, and the updated data is loaded into the interface window control needing to be refreshed.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201010263045.XA CN102375738B (en) | 2010-08-25 | 2010-08-25 | A kind of apparatus and method of mobile terminal data management |
PCT/CN2011/076225 WO2012024974A1 (en) | 2010-08-25 | 2011-06-23 | Device and method of mobile terminal data management |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201010263045.XA CN102375738B (en) | 2010-08-25 | 2010-08-25 | A kind of apparatus and method of mobile terminal data management |
Publications (2)
Publication Number | Publication Date |
---|---|
CN102375738A CN102375738A (en) | 2012-03-14 |
CN102375738B true CN102375738B (en) | 2016-03-30 |
Family
ID=45722870
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201010263045.XA Expired - Fee Related CN102375738B (en) | 2010-08-25 | 2010-08-25 | A kind of apparatus and method of mobile terminal data management |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN102375738B (en) |
WO (1) | WO2012024974A1 (en) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102937923B (en) * | 2012-10-24 | 2016-04-06 | 浪潮通用软件有限公司 | A kind of method of automatic preservation user interface state |
CN103135905A (en) * | 2013-01-31 | 2013-06-05 | 广东欧珀移动通信有限公司 | Information counting method of display interface |
CN105677307B (en) * | 2014-11-19 | 2019-03-01 | 上海烟草集团有限责任公司 | A kind of mobile terminal big data processing method and system |
CN106598556B (en) * | 2015-10-15 | 2020-08-25 | 阿里巴巴集团控股有限公司 | User interface generation method and device |
CN105929838B (en) * | 2016-05-20 | 2019-04-02 | 腾讯科技(深圳)有限公司 | The flight control method and mobile terminal and flight control terminal of a kind of aircraft |
CN108241501A (en) * | 2018-01-26 | 2018-07-03 | 长春玖佰软件技术有限公司 | A kind of mobile client software is realized and update method |
CN112328224B (en) * | 2021-01-06 | 2021-03-30 | 广州市玄武无线科技股份有限公司 | Service interface docking method and device, storage medium and electronic equipment |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1512403A (en) * | 2002-12-27 | 2004-07-14 | 华为技术有限公司 | Method for realizing maintenance interface system |
CN101685392A (en) * | 2008-09-27 | 2010-03-31 | 盛乐信息技术(上海)有限公司 | Device for separating user interface form service logic |
CN101699394A (en) * | 2009-10-28 | 2010-04-28 | 金蝶软件(中国)有限公司 | Method and device for automatically generating user interface |
US7739282B1 (en) * | 2001-10-18 | 2010-06-15 | Microsoft Corporation | Method and system for tracking client software use |
CN101794217A (en) * | 2009-02-03 | 2010-08-04 | 北京书生国际信息技术有限公司 | Method and system for implementing interaction between application and extended module of document library system |
-
2010
- 2010-08-25 CN CN201010263045.XA patent/CN102375738B/en not_active Expired - Fee Related
-
2011
- 2011-06-23 WO PCT/CN2011/076225 patent/WO2012024974A1/en active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7739282B1 (en) * | 2001-10-18 | 2010-06-15 | Microsoft Corporation | Method and system for tracking client software use |
CN1512403A (en) * | 2002-12-27 | 2004-07-14 | 华为技术有限公司 | Method for realizing maintenance interface system |
CN101685392A (en) * | 2008-09-27 | 2010-03-31 | 盛乐信息技术(上海)有限公司 | Device for separating user interface form service logic |
CN101794217A (en) * | 2009-02-03 | 2010-08-04 | 北京书生国际信息技术有限公司 | Method and system for implementing interaction between application and extended module of document library system |
CN101699394A (en) * | 2009-10-28 | 2010-04-28 | 金蝶软件(中国)有限公司 | Method and device for automatically generating user interface |
Also Published As
Publication number | Publication date |
---|---|
CN102375738A (en) | 2012-03-14 |
WO2012024974A1 (en) | 2012-03-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102375738B (en) | A kind of apparatus and method of mobile terminal data management | |
CN102955694B (en) | The client realization method of sing on web Kit browser and client | |
CN107092625B (en) | Data configuration method, data processing method and device | |
US20150293764A1 (en) | Method and system to compose and execute business rules | |
CN107391134B (en) | Method and device for automatically generating and dynamically transforming universal mobile application interactive interface | |
CN107122301A (en) | Interface detection method and device | |
US20110238498A1 (en) | Service stage for subscription management | |
US8494340B2 (en) | Method and electronic device for surveillance control | |
CN106681698B (en) | Dynamic list generation method and device | |
CN108228253A (en) | A kind of APP construction methods and system | |
CN104484216A (en) | Method and device for generating service interface document and on-line test tool | |
CN105354025A (en) | Service model configuration system and method based on mobile application | |
CN102163156A (en) | Mobile terminal icon replacing method and mobile terminal | |
CN103051652A (en) | Mobile terminal cloud commuting delivery platform | |
CN106663090A (en) | Converting presentation metadata to a browser-renderable format during compilation | |
CN105824517A (en) | Implementation method and apparatus of desktop | |
CN102377853B (en) | Management device and method for application, interface window and service of mobile terminal | |
CN113741860A (en) | Data processing method and device based on RPA robot | |
CN110457010B (en) | Method and device for batch changing task list based on collaboration platform | |
CN103164122B (en) | A kind of method and device calling address list content | |
CN105094768A (en) | Application interface generation method and application interface generation device | |
CN115150411A (en) | Data synchronization method and device | |
CN103369119A (en) | Method and terminal for rapidly inputting user information | |
CN111367521A (en) | Message sending method and device and message receiving method and device | |
US9524239B2 (en) | Self service propagation of custom extension fields into web services |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20160330 Termination date: 20170825 |
|
CF01 | Termination of patent right due to non-payment of annual fee |