CN101866297B - Method and device for generating management platform - Google Patents

Method and device for generating management platform Download PDF

Info

Publication number
CN101866297B
CN101866297B CN201010199061.7A CN201010199061A CN101866297B CN 101866297 B CN101866297 B CN 101866297B CN 201010199061 A CN201010199061 A CN 201010199061A CN 101866297 B CN101866297 B CN 101866297B
Authority
CN
China
Prior art keywords
information
menu
instruction
data dictionary
user
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
Application number
CN201010199061.7A
Other languages
Chinese (zh)
Other versions
CN101866297A (en
Inventor
史国杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sprint (Chongqing) science and Technology Development Co., Ltd.
Original Assignee
ZTE Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CN201010199061.7A priority Critical patent/CN101866297B/en
Publication of CN101866297A publication Critical patent/CN101866297A/en
Application granted granted Critical
Publication of CN101866297B publication Critical patent/CN101866297B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Storage Device Security (AREA)

Abstract

The invention discloses a method for generating a management platform, which comprises the following steps of: acquiring a database name input by a user; introducing all fields in the corresponding database to a preset first data dictionary based on the database name; acquiring a function setting command input by the user; setting corresponding functions of the first data dictionary based on the function setting command; acquiring menu information input by the user; setting the menu of the first data dictionary based on the menu information; and outputting the first data dictionary as a management platform. The invention also provides a device related. Since the invention adopts the preset data dictionary, the data dictionary can be called when developers need to develop applications. Functions are set based on the data dictionary, and therefore, the threshold for the development of programs is lowered, and the development efficiency of management software is improved.

Description

Management platform generates method and apparatus
Technical field
The present invention relates to application class field of software development, specially refer to a kind of management platform and generate method and apparatus.
Background technology
Along with enterprise is more and more diversified to the demand of management platform, the research and development of novel management platform also require speed faster.The research and development of existing management platform must be developed by special research staff, and the feature of this class management platform is that function is various, but most of function service is simple.
In specific implementation process, the present inventor's discovery, the research and development of management platform are in occupation of a lot of high-caliber program development personnel's working time, and system repeated labor is more, developer's throughput rate is low, and spent human cost is very high, and final output is but very low.
Summary of the invention
Fundamental purpose of the present invention is for providing the threshold that reduces program development, promote administrative class software development efficiency the management platform method of generationing and install accordingly.
The present invention proposes a kind of management platform generation method, comprising:
Obtain the database-name of user's input;
According to described database-name, field in correspondence database is imported to preset the first data dictionary;
According to the function setting instruction of user's input, set the corresponding function of described the first data dictionary;
According to the menu information of user's input, set the menu of described the first data dictionary;
Export described the first data dictionary as management platform.
Further, before obtaining the database-name of user input described in, comprise:
Obtain user login information;
Verify described log-on message;
When described log-on message is verified, accept user's login.
Further, the function setting instruction of described user's input comprises:
The window that obtains user input arranges instruction and/or advanced inquiry and instruction and/or form are set instruction and/or set of time instruction and/or workflow are set instruction is set.
Further, the menu information of described user's input comprises: menu essential information and the menu corresponding function information of obtaining user's input.
Further, after the described menu of setting the first data dictionary according to menu information, comprise:
The authority information that obtains user's input, the described authority information that arranges comprises menu authority information and/or function privilege information and/or data permission information;
The corresponding relation of menu and authority is set according to described authority information.
Further, described output data word allusion quotation comprises before as management platform:
Obtain the second data dictionary;
Described the second data dictionary is imported to described the first data dictionary.
The present invention also proposes a kind of management platform generating apparatus, comprising:
Acquisition module, for obtaining the database-name of user's input; Obtain the function setting instruction of user's input; Obtain the menu information of user's input;
Import module, for all fields of correspondence database being imported to preset the first data dictionary according to described database-name;
Setting module, for setting the corresponding function of described the first data dictionary according to described function setting instruction; According to described menu information, set the menu of described the first data dictionary;
Output module, for exporting described the first data dictionary as management platform.
Further, described device also comprises:
Authentication module, for obtaining user login information; Verify described log-on message; When described log-on message is verified, accept user's login.
Further, described acquisition module arranges instruction and/or advanced inquiry specifically for: the window that obtains user input and instruction and/or form are set instruction and/or set of time instruction and/or workflow are set instruction is set.
Further, described acquisition module specifically for:
Obtain menu essential information and the menu corresponding function information of user's input.
Further, described acquisition module is also for obtaining the authority information of user's input, and the described authority information that arranges comprises menu authority information and/or function privilege information and/or data permission information;
Described setting module is also for arranging the corresponding relation of menu and authority according to described authority information.
Further, described importing module also for: obtain the second data dictionary; Described the second data dictionary is imported to described the first data dictionary.
The present invention adopts preset data dictionary, when developer need to develop and apply, by calling this data dictionary, carries out function setting on the basis of data dictionary, has reduced the threshold of program development, has promoted the development efficiency of administrative class software.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of a kind of management platform of the present invention generation method one embodiment;
Fig. 2 is the process flow diagram of another embodiment of a kind of management platform of the present invention generation method;
Fig. 3 is the structural representation of a kind of management platform generating apparatus one embodiment of the present invention.
The realization of the object of the invention, functional characteristics and advantage, in connection with embodiment, are described further with reference to accompanying drawing.
Embodiment
Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
With reference to Fig. 1, it is the process flow diagram of a kind of management platform of the present invention generation method one embodiment;
Needing in embodiments of the present invention to design in advance one group of database table structure, can be also the definition format of one group of file, can be also other storage modes on one group of storage medium, and the embodiment of the present invention is called data dictionary.
This data dictionary can comprise following information:
The data dictionary of the data dictionary of attribute under the data dictionary of label, each label, the corresponding combobox of each attribute under the data dictionary of interfaces windows, each window, data dictionary, form or query-defined data dictionary, department's role-security data dictionary, menu data dictionary, menu and the function corresponding relation data dictionary of the corresponding trigger event of each attribute (function can be window, form, inquiry), Work stream data dictionary etc.
Set in advance and import and export function, these data dictionaries can be imported and exported easily, the exploitation of application can be carried out in any terminal, the file layout importing and exporting can be that text can be also binary, such as being TXT, can be XML.
Operator can adopt following steps to realize while carrying out secondary research and development:
Step S101, operator's login management platform generating apparatus;
When operator carries out register, can adopt following verification step:
A, management platform generating apparatus obtain user login information;
B, management platform generating apparatus are verified described log-on message;
C, management platform generating apparatus, when described log-on message is verified, are accepted user's login.
Step S102, management platform generating apparatus import data dictionary;
The import feature that operator can use management platform generating apparatus to provide, input database table name, management platform generating apparatus can import to fields all in this database table in data dictionary automatically, and all properties is defaulted as text box.
The function setting instruction that step S103, management platform generating apparatus obtain user's input arranges;
Concrete, management platform generating apparatus obtains the function setting instruction of operator's input; And according to described function setting instruction, set the corresponding function of described the first data dictionary.
Operator according to demand sending function arranges instruction and carries out correlation function setting, wherein function comprises window, advanced inquiry, form, time and workflow etc., and the function setting instruction that same operator sends to management platform generating apparatus also can comprise: window arranges instruction and/or advanced inquiry and instruction and/or form are set instruction and/or set of time instruction and/or workflow are set instruction etc. is set.The relevant information of window can comprise again: window essential information, label essential information, attribute essential information.The selective information of attribute essential information has: attribute exhibition method, such as being edit box, text box, combobox, pop-up window, button, is can write or read-only, alignment thereof, if the event type that button triggers, event title etc.
Step S104, management platform generating apparatus obtain menu information setting;
Management platform generating apparatus obtains the menu information of operator's input; And according to described menu information, set the menu of described the first data dictionary.
Described menu information comprises essential information and the function information corresponding to menu of menu.
Step S105, obtain authority information;
Management platform generating apparatus obtains the authority information of operator's input; Described authority information comprises menu authority, function privilege, data permission.
Step S106, management platform generating apparatus arrange the corresponding relation of menu and authority according to authority information;
Management platform generating apparatus gets the corresponding relation that menu and authority are set after the information of the whole county.
Step S107, import other data dictionaries;
Management platform generating apparatus imports the definition of data dictionary according to user's request, the application data dictionary of the data dictionary from other system definition or backup is imported.
Step S108, management platform generating apparatus are derived data dictionary.
Management platform generating apparatus can provide the function of buffer memory, and the information of the definition information that comprises database dictionary and some other necessity is put in internal memory and is cushioned, and can promote like this displaying speed at interface.
Management platform generating apparatus can be the C/S framework based on traditional, can be also based on B/S framework, can be also other frameworks that terminal interface is provided;
Operator or secondary development person can enter following operation:
Set the essential information of wanting impression window;
Set the essential information of label under each window;
The import tool providing according to system, input database table name, all imports to attribute data dictionary attributes all in this table, and each attribute has a default value, such as each attribute is defaulted as text box;
Revise the essential information of each attribute under each label, such as text box is revised as to radio box;
Set the essential information of the corresponding combobox of each attribute;
Set the essential information of the corresponding trigger event of each attribute;
Setting department role-security essential information;
Set menu essential information;
Set the essential information of form or inquiry;
Set menu and function corresponding relation;
Set workflow essential information;
The function that imports and exports provided by the invention, makes the transplanting upgrading of system become simple and convenient.Caching mechanism can promote the speed of showing interface.
The embodiment of the present invention adopts preset data dictionary, when developer need to develop and apply, by calling this data dictionary, carries out function setting on the basis of data dictionary, has reduced the threshold of program development, has promoted the development efficiency of administrative class software.
Consulting Fig. 2, is the process flow diagram of another embodiment of a kind of management platform of the present invention generation method;
The embodiment of the present invention is shown the secondary development process of above-described embodiment with a concrete example, the present embodiment be take needs, and to develop a bank account system be example, wherein having a function is customer information, customer information function has a window, under window, there is a label, under label, to show customer name, client's sex, client password, four, city attribute under client, wherein customer name is edit box, client's sex is radio box, client password is password edit box, and under client, city is combobox, below this function is developed.
Step S201, in database, set up a customer information table, comprise customer name, client's sex, client password, four, city field under client;
Step S202, management platform generating apparatus are according to the newly-built window of operator input command, and name is that customer information of bank is safeguarded;
Step S203, the newly-built label of management platform generating apparatus, name is client's essential information, selects the customer information table table name that this label is corresponding;
Step S204, management platform generating apparatus import to platform four fields below customer information table, are defaulted as four edit boxes;
Step S205, management platform generating apparatus are controlled and are carried out attribute maintenance according to operator;
Operator can control and management platform generating apparatus inquiring customer information four relevant attributes, modify one by one, customer name edit box remains unchanged, and client's sex is chosen as radio box, client password is chosen as password edit box, and under client, combobox is revised as in city;
Step S206, management platform generating apparatus increase the affiliated city of client;
Management platform generating apparatus requires a newly-increased list according to operator, corresponding to city under client;
Step S207, the newly-increased customer information of management platform generating apparatus are safeguarded;
Management platform generating apparatus requires a newly-increased menu according to operator, associated client maintenance of information window, and name is called customer information and safeguards;
Step S208, management platform generating apparatus arrange authority;
Management platform generating apparatus requires a newly-increased role according to operator, bank information keeper, and give customer information maintenance menu authority for this role;
Step S209, management platform generating apparatus are according to authority setting operation person role.
Management platform generating apparatus requires a newly-increased operator bank001 according to operator, for this operator gives bank information administrator role;
The data dictionary of having set is everywhere as new system.
Operator bank001 can sign in to system, can use customer information maintenance function, the operation such as also can increase, delete, change, look into.
The embodiment of the present invention can promote the development efficiency of application system, to developer's technical capability, require very low, as long as just can develop through simple training, the present invention also can be to skilled client development partial function in addition, allow them select the window attribute oneself needing, the advanced inquiry that oneself needs, statistical report form.
Consulting Fig. 3, is the structural representation of a kind of management platform generating apparatus one embodiment of the present invention.
The management platform generating apparatus that the embodiment of the present invention proposes, comprising:
Acquisition module 31, for obtaining the database-name of user's input; Obtain the function setting instruction of user's input; Obtain the menu information of user's input;
Import module 32, for all fields of correspondence database being imported to preset the first data dictionary according to described database-name;
Setting module 33, for setting the corresponding function of described the first data dictionary according to described function setting instruction; According to described menu information, set the menu of described the first data dictionary;
Output module 34, for exporting described the first data dictionary as management platform.
Further, described device also comprises:
Authentication module 35, for obtaining user login information; Verify described log-on message; When described log-on message is verified, accept user's login.
Further, described acquisition module 31 arranges instruction and/or advanced inquiry specifically for: the window that obtains user input and instruction and/or form are set instruction and/or set of time instruction and/or workflow are set instruction is set.
Further, described acquisition module 31 specifically for:
Obtain menu essential information and the menu corresponding function information of user's input.
Further, described acquisition module 31 is also for obtaining the authority information of user's input, and the described authority information that arranges comprises menu authority information and/or function privilege information and/or data permission information;
Described setting module 33 is also for arranging the corresponding relation of menu and authority according to described authority information.
Further, described importing module 32 also for: obtain the second data dictionary; Described the second data dictionary is imported to described the first data dictionary.
The importing module 32 that user can use management platform generating apparatus to provide, input database table name, importing module 32 can import to fields all in this database table in data dictionary, and all properties is defaulted as text box.
Acquisition module 31 obtain user according to demand sending function instruction be set carry out correlation function setting, wherein function comprises window, advanced inquiry, form, time and workflow etc., and the function setting instruction that same user sends to management platform generating apparatus also can comprise: window arranges instruction and/or advanced inquiry and instruction and/or form are set instruction and/or set of time instruction and/or workflow are set instruction etc. is set.The relevant information of window can comprise again: window essential information, label essential information, attribute essential information.The selective information of attribute essential information has: attribute exhibition method, such as being edit box, text box, combobox, pop-up window, button, is can write or read-only, alignment thereof, if the event type that button triggers, event title etc.
User can proceed as follows by setting module 33:
Set the essential information of wanting impression window;
Set the essential information of label under each window;
The import tool providing according to system, input database table name, all imports to attribute data dictionary attributes all in this table, and each attribute has a default value, such as each attribute is defaulted as text box;
Revise the essential information of each attribute under each label, such as text box is revised as to radio box;
Set the essential information of the corresponding combobox of each attribute;
Set the essential information of the corresponding trigger event of each attribute;
Setting department role-security essential information;
Set menu essential information;
Set the essential information of form or inquiry;
Set menu and function corresponding relation;
Set workflow essential information.
The embodiment of the present invention can promote the development efficiency of application system, to developer's technical capability, require very low, as long as just can develop through simple training, the present invention also can be to skilled client development partial function in addition, allow them select the window attribute oneself needing, the advanced inquiry that oneself needs, statistical report form.
The foregoing is only the preferred embodiments of the present invention; not thereby limit the scope of the claims of the present invention; every equivalent structure or conversion of equivalent flow process that utilizes instructions of the present invention and accompanying drawing content to do; or be directly or indirectly used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.

Claims (7)

1. a management platform generation method, is characterized in that, comprising:
Obtain the database table name of user's input;
According to field in the database table star correspondence database table obtaining, import the first preset data dictionary;
According to the function setting instruction of user's input, set the corresponding function of described the first data dictionary; Described function setting instruction comprises: window arranges instruction and/or advanced inquiry and instruction and/or form are set instruction and/or set of time instruction and/or workflow are set instruction is set;
According to the menu information of user's input, set the menu of described the first data dictionary; Described menu information comprises: the function information that the essential information of menu and menu are corresponding;
The authority information that obtains user's input, described authority information comprises menu authority information and/or function privilege information and/or data permission information;
The corresponding relation of menu and authority is set according to described authority information;
Export described the first data dictionary as management platform.
2. method according to claim 1, is characterized in that, described in comprise before obtaining the database table name of user input:
Obtain user login information;
Verify described log-on message;
When described log-on message is verified, accept user's login.
3. a management platform generating apparatus, is characterized in that, comprising:
Acquisition module, for obtaining the database table name of user's input; Obtain the function setting instruction of user's input; Obtain the menu information of user's input;
Import module, for importing preset the first data dictionary according to all fields of described database table star correspondence database table;
Setting module, for setting the corresponding function of described the first data dictionary according to described function setting instruction; According to described menu information, set the menu of described the first data dictionary; Described function setting instruction comprises: window arranges instruction and/or advanced inquiry and instruction and/or form are set instruction and/or set of time instruction and/or workflow are set instruction is set; Described menu information comprises: the function information that the essential information of menu and menu are corresponding;
Output module, for exporting described the first data dictionary as management platform;
Described acquisition module is also for obtaining the authority information of user's input, and described authority information comprises menu authority information and/or function privilege information and/or data permission information;
Described setting module is also for arranging the corresponding relation of menu and authority according to described authority information.
4. device according to claim 3, is characterized in that, described device also comprises:
Authentication module, for obtaining user login information; Verify described log-on message; When described log-on message is verified, accept user's login.
5. device according to claim 3, it is characterized in that, described acquisition module arranges instruction and/or advanced inquiry specifically for: the window that obtains user input and instruction and/or form are set instruction and/or set of time instruction and/or workflow are set instruction is set.
6. device according to claim 3, is characterized in that, described acquisition module specifically for:
Obtain menu essential information and the menu corresponding function information of user's input.
7. according to arbitrary described device in claim 3 to 6, it is characterized in that, described importing module also for: obtain the second data dictionary; Described the second data dictionary is imported to described the first data dictionary.
CN201010199061.7A 2010-06-11 2010-06-11 Method and device for generating management platform Expired - Fee Related CN101866297B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010199061.7A CN101866297B (en) 2010-06-11 2010-06-11 Method and device for generating management platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010199061.7A CN101866297B (en) 2010-06-11 2010-06-11 Method and device for generating management platform

Publications (2)

Publication Number Publication Date
CN101866297A CN101866297A (en) 2010-10-20
CN101866297B true CN101866297B (en) 2014-11-05

Family

ID=42958032

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010199061.7A Expired - Fee Related CN101866297B (en) 2010-06-11 2010-06-11 Method and device for generating management platform

Country Status (1)

Country Link
CN (1) CN101866297B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108280099A (en) * 2017-01-11 2018-07-13 广州市动景计算机科技有限公司 Data dictionary management method, apparatus and server
CN109634606A (en) * 2018-12-10 2019-04-16 山东浪潮通软信息科技有限公司 A kind of method and device of defined function menu

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101034349A (en) * 2007-04-06 2007-09-12 西安万年科技实业有限公司 Data base application system development platform based on functional design

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142717A (en) * 1999-11-17 2001-05-25 Matsushita Electric Ind Co Ltd Data processor
TW200849044A (en) * 2007-06-15 2008-12-16 Tsu-Shun Lin Database files-management system, integration module and browsing interface of database files-management system, database files-management method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101034349A (en) * 2007-04-06 2007-09-12 西安万年科技实业有限公司 Data base application system development platform based on functional design

Also Published As

Publication number Publication date
CN101866297A (en) 2010-10-20

Similar Documents

Publication Publication Date Title
CN103019684B (en) A kind of method of the configuration service page based on dynamic template
CN101446971B (en) Method for building content management system and device thereof
CN101382893B (en) On-line assembling method for component based on Web service
CN103605705A (en) SCD (substation configuration description) file management system
CN106648587A (en) Annotation-based Web application code generation method
CN106776964A (en) A kind of WEB page management system and its implementation based on HC CELL
CN113435846A (en) Business process arranging method and device, computer equipment and storage medium
CN102495832A (en) System for automatically generating document in software development process
CN112070608B (en) Information processing method, device, medium and electronic equipment
CN111782653A (en) Data query method and device, electronic equipment and storage medium
CN107608669A (en) A kind of method based on database table structure automatic generation function and the page
CN108108460A (en) A kind of standardized work flows intelligent management system framework and system
CN108960672A (en) The air control method, apparatus and computer readable storage medium of limit limit time
CN104834715A (en) Website generating method and system based on components and container
CN101866297B (en) Method and device for generating management platform
CN106779582A (en) A kind of TWS flows collocation method and device
CN116956326A (en) Authority data processing method and device, computer equipment and storage medium
CN106502977B (en) A kind of sheet disposal method and form system based on B/S framework
CN103995699A (en) Electric power enterprise information system development method based on MDA
CN101588317A (en) Method for realizing dynamic release of website messages
CN111026451A (en) Parameter configuration method and configuration tool for transformer substation terminal interval
CN115543428A (en) Simulated data generation method and device based on strategy template
CN113626438B (en) Data table management method, device, computer equipment and storage medium
CN113239670A (en) Method and device for uploading service template, computer equipment and storage medium
CN106100917B (en) A kind of network management matching business configuration system and its data configuration method

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
TR01 Transfer of patent right

Effective date of registration: 20170810

Address after: The streets of Huayuan Road Nanping Nan'an District of Chongqing City Road 400060 No. 63 (two) 2, 3, 4, 5

Patentee after: Chuang Yue world (Chongqing) Technology Development Co., Ltd.

Address before: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Patentee before: ZTE Corporation

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20180516

Address after: 400060 No. third, No. C16, No. 05, No. 06, No. 07, No. 63, six, Nanping Road, Nan'an District, Chongqing.

Patentee after: Sprint (Chongqing) science and Technology Development Co., Ltd.

Address before: 400060 2, 3, 4 and 5 floors of No. 63 (two) Nanping Road, Huayuan Road street, Nan'an District, Chongqing.

Patentee before: Chuang Yue world (Chongqing) Technology Development Co., Ltd.

TR01 Transfer of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20141105

Termination date: 20180611

CF01 Termination of patent right due to non-payment of annual fee