CN115729723A - Copying method and device - Google Patents

Copying method and device Download PDF

Info

Publication number
CN115729723A
CN115729723A CN202211509277.8A CN202211509277A CN115729723A CN 115729723 A CN115729723 A CN 115729723A CN 202211509277 A CN202211509277 A CN 202211509277A CN 115729723 A CN115729723 A CN 115729723A
Authority
CN
China
Prior art keywords
attribute
target object
source object
source
attribute value
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.)
Pending
Application number
CN202211509277.8A
Other languages
Chinese (zh)
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.)
Agricultural Bank Of China Ltd Hainan Branch
Original Assignee
Agricultural Bank Of China Ltd Hainan Branch
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 Agricultural Bank Of China Ltd Hainan Branch filed Critical Agricultural Bank Of China Ltd Hainan Branch
Priority to CN202211509277.8A priority Critical patent/CN115729723A/en
Publication of CN115729723A publication Critical patent/CN115729723A/en
Pending legal-status Critical Current

Links

Images

Abstract

The application discloses a copying method and a copying device, which can be applied to the technical field of data processing and comprise the following steps: acquiring a source object and a target object, wherein the source object comprises an attribute name and an attribute value corresponding to the source object, the target object comprises an attribute name and an attribute value corresponding to the target object, and the attribute value corresponding to the target object is null; and copying the attribute value corresponding to the source object to the attribute value corresponding to the target object in response to the fact that the attribute names or the corresponding attribute annotation mark attribute aliases corresponding to the source object and the target object are the same respectively. In this way, in the present application, when the attribute names corresponding to the source object and the target object are the same or the alias name corresponding to the attribute annotation tag attribute is the same, the attribute value in the source object is copied to the attribute value in the target object in a corresponding manner, thereby improving the software development efficiency.

Description

Copying method and device
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a copying method and apparatus.
Background
With the continuous development of software development technology, a plurality of classes with different namespaces often exist in the software development process, and a plurality of objects with different attributes exist in the classes at the same time. And objects with the same attribute exist in different classes of the namespace, at the moment, all attribute values of the source object can be directly copied to the target object, so that the workload of developers is reduced.
However, in the copying method, all the attribute values in the source object are directly copied to the target object, and after the target object obtains all the attribute values in the source object, the target object needs to be traversed one by one and circularly to process assignment, which may greatly reduce the efficiency of software development.
Therefore, how to improve the software development efficiency is a key issue to be focused on by those skilled in the art.
Disclosure of Invention
Based on the above problems, the present application provides a copying method and device, which improve software development efficiency. The embodiment of the application discloses the following technical scheme:
in a first aspect, the present application discloses a copy method, comprising:
acquiring a source object and a target object, wherein the source object comprises an attribute name and an attribute value corresponding to the source object, the target object comprises an attribute name and an attribute value corresponding to the target object, and the attribute value corresponding to the target object is null;
and in response to that the attribute names respectively corresponding to the source object and the target object are the same, copying the attribute value corresponding to the source object into the attribute value corresponding to the target object.
Optionally, after responding that the attribute names respectively corresponding to the source object and the target object are the same, the method further includes:
and judging the attribute type corresponding to the target object or the source object, wherein the attribute type corresponding to the target object is the same as the attribute type corresponding to the source object.
Optionally, the attribute type includes a collection type, and further includes:
and in response to the attribute type corresponding to the target object being a set type, copying each attribute value in the source object set attribute values to the attribute value corresponding to the target object.
Optionally, the attribute type further includes a reference type, and further includes:
and responding to the attribute type corresponding to the target object as a reference type, and copying the attribute value corresponding to the source object into the attribute value corresponding to the target object layer by layer until the reference relation is finished.
Optionally, the method further includes:
and responding to different attribute names respectively corresponding to the source object and the target object, and acquiring a next target object until the attribute names respectively corresponding to the next target object and the source object are the same.
In a second aspect, the present application discloses a copying apparatus, comprising:
an obtaining module, configured to obtain a source object and a target object, where the source object includes an attribute name and an attribute value corresponding to the source object, the target object includes an attribute name and an attribute value corresponding to the target object, and the attribute value corresponding to the target object is null;
and the copying module is used for copying the attribute value corresponding to the source object to the attribute value corresponding to the target object in response to the fact that the attribute names corresponding to the source object and the target object are the same respectively.
Optionally, the method further includes:
and the judging module is used for judging the attribute type corresponding to the target object or the source object, wherein the attribute type corresponding to the target object is the same as the attribute type corresponding to the source object.
Optionally, the attribute type includes a collection type, and further includes:
and the first copying subunit is used for copying each attribute value in the attribute values of the source object set to the attribute value corresponding to the target object in response to the attribute type corresponding to the target object being the set type.
Optionally, the attribute type further includes a reference type, and further includes:
and the second copying subunit is used for copying the attribute values corresponding to the source object into the attribute values corresponding to the target object layer by layer in response to that the attribute type corresponding to the target object is the reference type until the reference relationship is finished.
Optionally, the method further includes:
and the first acquiring subunit is configured to acquire a next target object in response to that the source object and the target object respectively correspond to different attribute names until the next target object and the source object respectively correspond to the same attribute name.
Compared with the prior art, the method has the following beneficial effects:
the method comprises the steps of obtaining a source object and a target object, wherein the source object comprises an attribute name and an attribute value corresponding to the source object, the target object comprises an attribute name and an attribute value corresponding to the target object, and the attribute value corresponding to the target object is null; and in response to the fact that the attribute names corresponding to the source object and the target object are the same, copying the attribute value corresponding to the source object into the attribute value corresponding to the target object. In this way, in the present application, when the attribute names corresponding to the source object and the target object are the same, the attribute values in the source object are copied to the attribute values in the target object, so as to improve the software development efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the description below are only some embodiments of the present application, and for those skilled in the art, other drawings may be obtained according to these drawings without inventive labor.
Fig. 1 is a flowchart of a copying method provided in an embodiment of the present application;
fig. 2 is a schematic structural diagram of a copying apparatus according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the present application.
It should be noted that the copying method and apparatus provided in the present application are used in the technical field of data processing, and the foregoing is merely an example, and the application fields of the names of the method and apparatus provided in the present application are not limited.
As described above, with the development of software development technology, there are often multiple classes with different namespaces during the software development process, and there are multiple objects with different attributes in a class. And objects with the same attribute exist in different classes of the namespace, at the moment, all attribute values of the source object can be directly copied to the target object, so that the workload of developers is reduced. However, in the copy method, all the attribute values in the source object are directly copied to the target object, and the target object needs to be traversed one by one and circularly to process the assignment, which greatly reduces the efficiency of software development. Therefore, how to improve the software development efficiency is a key issue of attention of those skilled in the art.
Therefore, the inventor proposes a technical solution of the present application, where the present application acquires a source object and a target object, where the source object includes an attribute name and an attribute value corresponding to the source object, the target object includes an attribute name and an attribute value corresponding to the target object, and an attribute value corresponding to the target object is null; and in response to that the attribute names respectively corresponding to the source object and the target object are the same, copying the attribute value corresponding to the source object into the attribute value corresponding to the target object. In this way, in the present application, when the attribute names corresponding to the source object and the target object are the same, the attribute values in the source object are copied to the attribute values in the target object, so as to improve the software development efficiency.
The method provided by the embodiment of the application can be executed by software on the terminal equipment. The terminal device may be, for example, a mobile phone, a tablet computer, a computer, or the like. The software may be, for example, system software.
In order that those skilled in the art will better understand the disclosure, the following detailed description is given with reference to the accompanying drawings.
Method embodiment
A copy method provided by the present application is described below by way of an example.
Technical terms that need to be referred to in this document will be described in detail.
Front end: the front end is a foreground part of the website and runs on browsers such as a PC (personal computer) end and a mobile end to display webpages browsed by a user.
A database: a database is a "warehouse that organizes, stores, and manages data according to a data structure," which is an organized, sharable, uniformly managed collection of large amounts of data that is stored in a computer for a long period of time.
Class and object: classes and objects are a composite term for two computer languages carried by a computer. An object is an abstraction of an objective thing, and a class is an abstraction of an object. A class is an abstract data type. The relationship between them is that an object is an instance of a class, which is a template for the object.
Deep copying: a new object and array are created, and the 'values' (all elements of the array) of the properties of the original object are copied over, being 'values' rather than 'references'.
Note: the annotation, also called callout, is a type of reference data that is added from java 5. Annotations are essentially special tags in the code by which processes can be compiled, class loaded, and executed at runtime.
Referring to fig. 1, which is a flowchart of a copying method provided in an embodiment of the present application, as shown in fig. 1, the method may include:
s101: a source object and a target object are obtained.
In this step, a source object and a target object transmitted by a front end are obtained, where the source object includes an attribute name and an attribute value corresponding to the source object, the target object includes an attribute name and an attribute value corresponding to the target object, the attribute value corresponding to the target object is null, and correspondingly, the attribute value corresponding to the source object is not null, and the front end may be a PC end, which is not specifically limited herein.
As an implementation manner, after the source object and the target object are acquired, the source object and the target object are stored in corresponding databases, and operations may be performed on data in the databases, where the operations may include querying data, adding data, modifying data, deleting data, and the like. The database may be a Mysql database, and the database may also be a SqlServer database, which is not limited herein.
S102: and in response to the fact that the attribute names corresponding to the source object and the target object are the same, copying the attribute value corresponding to the source object into the attribute value corresponding to the target object.
In this step, after the source object and the target object are obtained, it is determined whether the attribute names corresponding to the source object and the target object are the same, and if the attribute names corresponding to the source object and the target object are the same, the attribute value corresponding to the source object is copied to the attribute value corresponding to the target object. And if the attribute names respectively corresponding to the source object and the target object are different, acquiring a next target object until the attribute names respectively corresponding to the next target object and the source object are the same. Or, the target object is reserved, and the next source object is obtained until the attribute names corresponding to the next source object and the target object are the same. It should also be noted that the source object and the target object are in different classes.
The following description is made with reference to specific examples. In this example, the category in which the source object is located is a, the attribute name of the source object is C, and the attribute value of the source object is 1; the category of the target object is B, the attribute name of the target object is C, and the attribute value of the target object is 0. When the attribute names corresponding to the source object and the target object are the same (for example, when both are C), the attribute value "1" of the source object is copied to the attribute value of the target object, and at this time, the attribute value of the target object is changed from "0" to "1".
In response to that the attribute names respectively corresponding to the source object and the target object are the same, the attribute type corresponding to the target object or the attribute type corresponding to the source object is also determined, where the attribute types include a basic data type, a collection type, and a reference type. It should be noted that the attribute type corresponding to the target object is the same as the attribute type corresponding to the source object. That is, after the attribute type corresponding to the target object is determined, the attribute type corresponding to the source object can be determined.
It can be understood that, when the attribute type corresponding to the target object is the basic data type, and at this time, the attribute values corresponding to the source object and the target object are one, the attribute value corresponding to the source object is copied to the attribute value corresponding to the target object; when the attribute type corresponding to the target object is an aggregate type, and at the moment, the attribute values corresponding to the source object and the target object are multiple, copying each attribute value in the attribute values of the source object aggregate into the attribute value corresponding to the target object; when the attribute type corresponding to the target object is a reference type, at this time, the attribute values corresponding to the source object and the target object are multiple and nested layer by layer, and the attribute values corresponding to the source object are copied into the attribute values corresponding to the target object layer by layer until the reference relationship is finished.
As another implementation manner, after a source object and a target object are obtained, firstly, an annotation of an attribute corresponding to the target object and an annotation of an attribute corresponding to the source object are obtained, where the annotations are aliases corresponding to the attributes, and if the annotations of the target object are the same as the annotations of the source object, then an attribute type corresponding to the target object or an attribute type corresponding to the source object is determined, and finally, different copying methods are used according to different types of the target object or different types of the source object, so as to copy the attribute value corresponding to the source object to the attribute value corresponding to the target object.
In addition, the application is applied to a back-end server, and the copy proposed in the application can be understood as a deep copy, so that the deep copy can be freely realized among different object types through the copy mode, and the software development efficiency is improved.
Therefore, the alternative scheme mainly explains how to extend the financial credit system based on the public welfare field. Specifically, in this alternative, a source object and a target object are obtained, where the source object includes an attribute name and an attribute value corresponding to the source object, the target object includes an attribute name and an attribute value corresponding to the target object, and the attribute value corresponding to the target object is null; and in response to the fact that the attribute names corresponding to the source object and the target object are the same, copying the attribute value corresponding to the source object into the attribute value corresponding to the target object.
In summary, in this embodiment, under the condition that the attribute names corresponding to the source object and the target object are the same, the attribute value in the source object is copied to the attribute value in the target object, so as to improve the software development efficiency, further reduce the workload of software development, achieve the optimization of codes, and implement free copying of the attribute value between different object types.
Device embodiment
In the following, a copy apparatus provided by an embodiment of the present application is described, and a copy apparatus described below and a copy method described above may be referred to correspondingly.
Referring to fig. 2, which is a schematic structural diagram of a copying apparatus provided in an embodiment of the present application, as shown in fig. 2, the apparatus may include:
an obtaining module 100, configured to obtain a source object and a target object, where the source object includes an attribute name and an attribute value corresponding to the source object, the target object includes an attribute name and an attribute value corresponding to the target object, and an attribute value corresponding to the target object is null;
and the copying module 200 is configured to copy the attribute value corresponding to the source object to the attribute value corresponding to the target object in response to that the attribute names corresponding to the source object and the target object are the same, respectively.
Optionally, the method further includes:
and the judging module is used for judging the attribute type corresponding to the target object or the source object, wherein the attribute type corresponding to the target object is the same as the attribute type corresponding to the source object.
Optionally, the attribute type includes a collection type, and further includes:
and the first copying subunit is used for copying each attribute value in the attribute values of the source object set to the attribute value corresponding to the target object in response to the attribute type corresponding to the target object being the set type.
Optionally, the attribute type further includes a reference type, and further includes:
and the second copying subunit is used for copying the attribute values corresponding to the source object into the attribute values corresponding to the target object layer by layer in response to that the attribute type corresponding to the target object is the reference type until the reference relationship is finished.
Optionally, the method further includes:
and the first obtaining subunit is configured to, in response to that the attribute names respectively corresponding to the source object and the target object are different, obtain a next target object until the attribute names respectively corresponding to the next target object and the source object are the same.
The copying apparatus provided by the embodiment of the present application has the same beneficial effects as the copying method provided by the above embodiment, and therefore, the description is omitted.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems on a chip (SOCs), complex Programmable Logic Devices (CPLDs), and the like.
Referring now to FIG. 3, shown is a schematic diagram of an electronic device 600 suitable for use in implementing embodiments of the disclosed apparatus. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 3, the electronic device 600 may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 601, i.e., a copying means introduced in the above embodiments, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 602 or a program loaded from a storage means 606 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data necessary for the operation of the electronic apparatus 600 are also stored. The processing device 601, the ROM 602, and the RAM 603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
Generally, the following devices may be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, or the like; output devices 607 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 606 including, for example, magnetic tape, hard disk, etc.; and a communication device 609. The communication means 609 may allow the electronic device 600 to communicate with other devices wirelessly or by wire to exchange data. While fig. 3 illustrates an electronic device 600 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may be alternatively implemented or provided.
It should be noted that the copying method and apparatus provided by the present invention can be used in the technical field of data processing. The foregoing is merely an example, and does not limit the application field of the copying method and apparatus provided by the present invention.
It should be noted that, in the names "first" and "second" (if any), the names "first" and "second" mentioned in the embodiments of the present application are only used for name identification, and do not represent the sequential first and second.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the components and steps of the various examples have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the technical solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, read-only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
A copy method and a copy apparatus provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, without departing from the principle of the present application, the present application can also make several improvements and modifications, and those improvements and modifications also fall into the protection scope of the claims of the present application.

Claims (10)

1. A method of copying, comprising:
acquiring a source object and a target object, wherein the source object comprises an attribute name and an attribute value corresponding to the source object, the target object comprises an attribute name and an attribute value corresponding to the target object, and the attribute value corresponding to the target object is null;
and in response to that the attribute names respectively corresponding to the source object and the target object are the same, copying the attribute value corresponding to the source object into the attribute value corresponding to the target object.
2. The method according to claim 1, further comprising, after the responding that the attribute names respectively corresponding to the source object and the target object are the same:
and judging the attribute type corresponding to the target object or the source object, wherein the attribute type corresponding to the target object is the same as the attribute type corresponding to the source object.
3. The method of claim 2, wherein the attribute type comprises a collection type, further comprising:
and in response to the attribute type corresponding to the target object being a set type, copying each attribute value in the source object set attribute values to the attribute value corresponding to the target object.
4. The method of claim 2, wherein the attribute types further include a reference type, further comprising:
and responding to the attribute type corresponding to the target object as a reference type, and copying the attribute value corresponding to the source object into the attribute value corresponding to the target object layer by layer until the reference relation is finished.
5. The method of claim 1, further comprising:
and responding to different attribute names respectively corresponding to the source object and the target object, and acquiring a next target object until the attribute names respectively corresponding to the next target object and the source object are the same.
6. A copying apparatus, comprising:
an obtaining module, configured to obtain a source object and a target object, where the source object includes an attribute name and an attribute value corresponding to the source object, the target object includes an attribute name and an attribute value corresponding to the target object, and an attribute value corresponding to the target object is null;
and the copying module is used for copying the attribute value corresponding to the source object to the attribute value corresponding to the target object in response to the fact that the attribute names corresponding to the source object and the target object are the same respectively.
7. The apparatus of claim 6, further comprising:
and the judging module is used for judging the attribute type corresponding to the target object or the source object, wherein the attribute type corresponding to the target object is the same as the attribute type corresponding to the source object.
8. The apparatus of claim 7, wherein the attribute type comprises a collection type, further comprising:
and the first copying subunit is used for copying each attribute value in the attribute values of the source object set to the attribute value corresponding to the target object in response to the attribute type corresponding to the target object being the set type.
9. The apparatus of claim 7, wherein the attribute types further comprise a reference type, further comprising:
and the second copying subunit is used for copying the attribute values corresponding to the source object into the attribute values corresponding to the target object layer by layer in response to that the attribute type corresponding to the target object is the reference type until the reference relationship is finished.
10. The apparatus of claim 6, further comprising:
and the first obtaining subunit is configured to, in response to that the attribute names respectively corresponding to the source object and the target object are different, obtain a next target object until the attribute names respectively corresponding to the next target object and the source object are the same.
CN202211509277.8A 2022-11-29 2022-11-29 Copying method and device Pending CN115729723A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211509277.8A CN115729723A (en) 2022-11-29 2022-11-29 Copying method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211509277.8A CN115729723A (en) 2022-11-29 2022-11-29 Copying method and device

Publications (1)

Publication Number Publication Date
CN115729723A true CN115729723A (en) 2023-03-03

Family

ID=85298942

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211509277.8A Pending CN115729723A (en) 2022-11-29 2022-11-29 Copying method and device

Country Status (1)

Country Link
CN (1) CN115729723A (en)

Similar Documents

Publication Publication Date Title
CN106648569B (en) Target serialization realization method and device
WO2022111591A1 (en) Page generation method and apparatus, storage medium, and electronic device
CN111857720B (en) User interface state information generation method and device, electronic equipment and medium
CN113626223A (en) Interface calling method and device
CN110109983B (en) Method and device for operating Redis database
US20210182491A1 (en) Summary generation method and apparatus
US20090249249A1 (en) User interface framework and techniques
CN115344688B (en) Business data display method and device, electronic equipment and computer readable medium
CN111241137A (en) Data processing method and device, electronic equipment and storage medium
CN115729723A (en) Copying method and device
CN111338621B (en) Method, apparatus, electronic device and computer readable medium for displaying data
CN113282285A (en) Code compiling method and device, electronic equipment and storage medium
CN112035092A (en) Form processing method, device, equipment and readable medium
CN113835790A (en) Paging page display method and device based on Android
CN113742321A (en) Data updating method and device
CN111414106A (en) Title display method and device, electronic equipment and computer readable medium
CN115422131B (en) Business audit knowledge base retrieval method, device, equipment and computer readable medium
CN114780896B (en) Webpage content generation method and device and computer readable storage medium
CN114428823B (en) Data linkage method, device, equipment and medium based on multidimensional variable expression
CN114997120B (en) Method, device, terminal and storage medium for generating document tag
CN116483808B (en) Data migration method, device, electronic equipment and computer readable medium
CN112486494A (en) File generation method and device, electronic equipment and computer readable storage medium
CN116090407A (en) Document loading method, device, electronic equipment, storage medium and program product
CN115794094A (en) Page construction method and device
CN117193788A (en) Data processing program generation method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination