JP2003296340A - Member management system and customized method for managing member attribute definition information - Google Patents

Member management system and customized method for managing member attribute definition information

Info

Publication number
JP2003296340A
JP2003296340A JP2002104567A JP2002104567A JP2003296340A JP 2003296340 A JP2003296340 A JP 2003296340A JP 2002104567 A JP2002104567 A JP 2002104567A JP 2002104567 A JP2002104567 A JP 2002104567A JP 2003296340 A JP2003296340 A JP 2003296340A
Authority
JP
Japan
Prior art keywords
definition information
attribute definition
customer
member attribute
cache area
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
JP2002104567A
Other languages
Japanese (ja)
Inventor
Koji Hakata
浩司 博田
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2002104567A priority Critical patent/JP2003296340A/en
Publication of JP2003296340A publication Critical patent/JP2003296340A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a member management system for preventing performance from being deteriorated even when item attribute definitions or picture display definitions are increased. <P>SOLUTION: A means for analyzing member attribute definition information 111 retrieves customer data from a member database 21 by using URL when a member logs in to discriminate to which customer's member management the member is belonging, and confirms whether the member attribute definition information of the customer is updated, and when it is updated, analyzes the member attribute definition information of the customer from a member attribute definition information file 12, reads it in a member attribute definition information cache area 13 gain, and copies it to session information when the member logs in. Each time the member performs access to the new user interface screen of the customer, the user interface screen of the member data is prepared corresponding to the member attribute definition information of the customer on the member attribute definition information cache area 13, and execute the input/output processing of the member data corresponding to the user interface screen. <P>COPYRIGHT: (C)2004,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は会員管理システムお
よび会員属性定義情報のカスタマイズ管理方法に関し、
特にインターネット上でのWebサービスやメールサー
ビスにおける会員管理システム,ならびに会員データの
項目属性定義およびユーザインタフェース画面の画面表
示定義(画面仕様)を管理する会員属性定義情報のカス
タマイズ管理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a member management system and a customized management method of member attribute definition information,
In particular, it relates to a member management system for Web services and mail services on the Internet, and a customized management method of member attribute definition information for managing item attribute definitions of member data and screen display definitions (screen specifications) of user interface screens.

【0002】[0002]

【従来の技術】Webサービスやメールサービスにおい
て、会員管理を希望する顧客(会員管理を必要とする組
織,団体,会社等をいう)ごとにサーバを用意して管理
するのはコストがかかるため、1台のサーバで複数の顧
客の会員データを管理する場合がある。その際、通常、
顧客ごとに会員属性定義情報の項目属性定義やユーザイ
ンタフェース画面の画面表示定義を変更したい場合が多
い。さらに、サービスを開始した後も、後から項目属性
定義や画面表示定義の追加や変更などを行いたいという
要求があり得る。その際に、会員管理プログラムの改造
や開発が必要になったり、会員管理プログラムの改造や
開発が不要だとしても大きな運用負荷があったりする
と、迅速に顧客の要求に対応することができない。
2. Description of the Related Art In a Web service or mail service, it is costly to prepare and manage a server for each customer (meaning an organization, group, company, etc.) who desires member management. In some cases, one server manages member data of multiple customers. At that time, usually,
In many cases, it is desired to change the item attribute definition of the member attribute definition information and the screen display definition of the user interface screen for each customer. Furthermore, even after the service is started, there may be a request to add or change the item attribute definition or the screen display definition later. At that time, if the member management program needs to be modified or developed, or if there is a large operational load even if the member management program does not need to be modified or developed, it is not possible to quickly respond to the customer's request.

【0003】また、会員および会員管理サイトの管理者
が会員データを操作(検索,登録,更新,削除など)す
る場合は、その会員データの会員属性定義情報(項目属
性定義,画面表示定義)、たとえば各項目の最大長,許
可文字種,必須/任意選択,表示属性名,表示順,表示
入力例などを顧客の要求に合わせて変更することが多
い。さらに、項目属性定義や画面表示定義の追加や削除
も必要に応じて行わねばならない。
When the member and the administrator of the member management site operate (search, register, update, delete, etc.) the member data, member attribute definition information (item attribute definition, screen display definition) of the member data, For example, the maximum length of each item, permitted character type, required / optional selection, display attribute name, display order, display input example, etc. are often changed according to the customer's request. Furthermore, addition and deletion of item attribute definitions and screen display definitions must be performed as necessary.

【0004】このとき、会員データベースのスキーマ定
義で会員データの会員属性定義情報(項目属性定義,画
面表示定義)を行うと、項目属性定義や画面表示定義の
追加や変更時の開発のコストが大きいという欠点があ
る。
At this time, if the member attribute definition information (item attribute definition, screen display definition) of the member data is performed by the schema definition of the member database, the development cost when adding or changing the item attribute definition or screen display definition is high. There is a drawback that.

【0005】この欠点を解消するために、従来の技術で
は、会員データベースに汎用的なスキーマを定義してお
き、会員データの会員属性定義情報(項目属性定義,画
面表示定義)はアプリケーションプログラムの側で設定
ファイルなどを用いて規定する方法がとられていた。
In order to solve this drawback, in the conventional technique, a general-purpose schema is defined in the member database, and the member attribute definition information (item attribute definition, screen display definition) of the member data is stored in the application program side. There was a method to specify it by using a setting file.

【0006】また、項目属性定義の表示上のカスタマイ
ズはJSP(Java(登録商標)Server Pa
ges)などのテンプレートで行えるが、修正時にプロ
グラムの改造が必要になるため、カスタマイズしたい情
報だけを分離して同じく設定ファイルに記述する方法が
とられていた。
[0006] Further, the customization of the display of the item attribute definition is performed by the JSP (Java (registered trademark) Server Pa).
Although it can be done with a template such as ges), it is necessary to remodel the program at the time of correction, so that only the information to be customized is separated and described in the setting file.

【0007】設定ファイルの変更だけでカスタマイズが
可能であれば、将来、項目属性定義や画面表示定義の変
更もユーザインタフェース化することで、さらに簡単な
運用で項目属性定義や画面表示定義の変更ができるよう
になる。
If customization is possible only by changing the setting file, in the future, by changing the item attribute definition and screen display definition to a user interface, the item attribute definition and screen display definition can be changed with a simpler operation. become able to.

【0008】[0008]

【発明が解決しようとする課題】しかし、上述した従来
の技術では、必要時にログイン毎に設定ファイルから会
員属性定義情報(項目属性定義,画面表示定義)を読み
込んで解析するのでは、項目属性定義や画面表示定義を
増やしていった場合に性能が劣化するという問題点があ
った。
However, in the above-mentioned conventional technique, if the member attribute definition information (item attribute definition, screen display definition) is read from the setting file and analyzed for each login when necessary, the item attribute definition There was a problem that the performance deteriorates when the number of screen display definitions is increased.

【0009】また、性能劣化を防ぐために会員管理シス
テムの初期起動時に会員属性定義情報(項目属性定義,
画面表示定義)を1回だけ読み込むのでは、会員属性定
義情報(項目属性定義,画面表示定義)を変更したとき
に、初期化のための再起動でサービスの中断が発生した
り、中断がない場合も再読み込み中の動作に悪影響が出
るという問題点があった。
Further, in order to prevent performance deterioration, member attribute definition information (item attribute definition,
When the screen display definition) is read only once, when the member attribute definition information (item attribute definition, screen display definition) is changed, there is no interruption or interruption of service due to restart for initialization. Even in this case, there is a problem that the operation during reloading is adversely affected.

【0010】さらに、顧客ごとに会員属性定義情報(項
目属性定義,画面表示定義)を変えたい場合に、別々に
多量の会員属性定義情報ファイルを用意する必要があっ
た。
Further, when it is desired to change the member attribute definition information (item attribute definition, screen display definition) for each customer, it is necessary to separately prepare a large number of member attribute definition information files.

【0011】本発明の目的は、項目属性定義や画面表示
定義を増やしていった場合にも性能が劣化することのな
い会員管理システムを提供することにある。
An object of the present invention is to provide a member management system in which the performance does not deteriorate even when the item attribute definition and the screen display definition are increased.

【0012】また、本発明の他の目的は、会員属性定義
情報(項目属性定義,画面表示定義)を変更したとき
に、初期化のための再起動でサービスの中断が発生した
り、再読み込み中の動作に悪影響が出たりすることのな
い会員属性定義情報のカスタマイズ管理方法を提供する
ことにある。
Another object of the present invention is to restart or reload the service for initialization when the member attribute definition information (item attribute definition, screen display definition) is changed, or to reload the service. It is to provide a customized management method of member attribute definition information that does not adversely affect the internal operation.

【0013】さらに、本発明の別の目的は、顧客ごとの
会員属性定義情報ファイルを用意することなしに、会員
属性定義情報(項目属性定義,画面表示定義)を変える
ことができる会員管理プログラムを提供することにあ
る。
Further, another object of the present invention is to provide a member management program capable of changing the member attribute definition information (item attribute definition, screen display definition) without preparing a member attribute definition information file for each customer. To provide.

【0014】なお、先行技術文献としては、特開200
1−195296,特開平06−067951,特開平
03−278250,特開2001−356977等が
ある。
As a prior art document, Japanese Patent Application Laid-Open No. 200
1-195296, Japanese Patent Laid-Open No. 06-0679951, Japanese Patent Laid-Open No. 03-278250, and Japanese Patent Laid-Open No. 2001-356977.

【0015】特開2001−195296に開示された
「ディレクトリ情報表示システム」は、ブラウザの仕様
やバージョンの相違に関わりなく、ディレクトリ情報の
表示形式のカスタマイズを容易とするものである。しか
し、この従来の技術は、ブラウザの違いを吸収する設定
ファイル,および検索に特化したユーザインタフェース
画面のカスタマイズ情報設定ファイルとその解析手段に
関するものであり、本発明のように、ユーザインタフェ
ース画面全般,およびそのカスタマイズ情報の読み込み
タイミングに関するものではない。
The "directory information display system" disclosed in Japanese Patent Laid-Open No. 2001-195296 facilitates customization of the display format of directory information regardless of differences in browser specifications and versions. However, this conventional technique relates to a setting file that absorbs the difference between browsers, a customized information setting file of a user interface screen specialized for search, and an analysis means for the same. , And the timing of reading the customization information.

【0016】特開平06−067951に開示された
「データベース管理システム」は、トリガ動作として例
外を発生してエラーリターンする旨を指定可能とし、ま
た実行時の状態(トリガ実行モード)によって特定のト
リガの実行を無視する旨を指定可能とするトリガ定義手
段を有していて、データ操作処理およびシステムディレ
クトリ管理手段の処理の簡略化による品質および保守性
の向上,およびデータベースシステムのカスタマイズを
可能とするものである。しかし、この従来の技術は、デ
ータベースのスキーマ定義(表制約や参照制約)をトリ
ガを使って制御する方法に関するものであり、本発明の
ように、会員データベースとは分離した会員属性定義情
報ファイルおよびその読み込み方法に関するものではな
い。
The "database management system" disclosed in Japanese Patent Laid-Open No. 06-067951 makes it possible to specify that an exception occurs as a trigger operation and an error is returned, and a specific trigger depending on the state at the time of execution (trigger execution mode). Has a trigger definition means that can specify that the execution of data is ignored, and can improve the quality and maintainability by simplifying the processing of the data operation processing and system directory management means, and can customize the database system. It is a thing. However, this conventional technique relates to a method of controlling the schema definition (table constraint or referential constraint) of a database by using a trigger, and like the present invention, a member attribute definition information file and a member attribute definition information file separated from the member database. It's not about how to read it.

【0017】特開平03−278250に開示された
「動的カスタマイズ可能なDD/Dシステム」は、情報
資源データを保持する情報資源データ保持部と、オブジ
エクトレベルの表定義情報であるデイレクトリデータ保
持部と、ソースレベルの表定義情報であるスキーマデー
タ保持部とを設けて、データデイクシヨナリ/デイレク
トリ(DD/D)を利用者側で自由に変更することがで
きるようにしたものである。しかし、この従来の技術
は、データベースのスキーマ定義を自由に管理できるよ
うに拡張したデータベースシステムに関するものであ
り、本発明のように、会員データベースとは分離した会
員属性定義情報ファイルに関するものではない。
The "dynamically customizable DD / D system" disclosed in Japanese Patent Laid-Open No. 03-278250 is an information resource data holding unit for holding information resource data, and directory data holding which is object level table definition information. Section and a schema data holding section which is source level table definition information, so that the user can freely change the data dictionary / directory (DD / D). . However, this conventional technique relates to a database system extended so that the schema definition of the database can be freely managed, and does not relate to a member attribute definition information file separated from the member database as in the present invention.

【0018】特開2001−356977に開示された
「会員管理方法及び会員管理システム」は、インターネ
ットサービスプロバイダにとって会員数を増大させるこ
とが可能になるとともに、端末装置の販売店およびイン
ターネットの利用を希望するユーザも利益を享受するこ
とができる会員管理方法および会員管理システムを提供
するものである。しかし、この従来の技術は、会員の属
する顧客の識別方法に関するもので、本発明のように、
識別後の会員属性定義情報のカスタマイズに関するもの
ではない。
The “member management method and member management system” disclosed in Japanese Patent Laid-Open No. 2001-356977 makes it possible for an Internet service provider to increase the number of members, and hopes to use a store of terminal devices and the Internet. It is intended to provide a member management method and a member management system that allow users to enjoy profits. However, this conventional technique relates to a method for identifying a customer to which a member belongs, and like the present invention,
It is not related to customization of the member attribute definition information after identification.

【0019】[0019]

【課題を解決するための手段】本発明の会員管理システ
ムは、インターネット上で会員向けにユーザインタフェ
ースを提供する会員管理プログラムを備える会員管理シ
ステムにおいて、前記会員管理プログラムが、会員のロ
グイン時にURLで会員データベースから顧客データを
検索して会員がどの顧客の会員管理に属するかを判別
し、該顧客の会員属性定義情報が会員属性定義情報キャ
ッシュエリアに存在するかどうかを確認し、前記会員属
性定義情報キャッシュエリアに存在した該顧客の会員属
性定義情報が更新されているかどうかを確認し、該顧客
の会員属性定義情報が更新されていたならば前記会員属
性定義情報ファイルから該顧客の会員属性定義情報を解
析して前記会員属性定義情報キャッシュエリアに再読み
込みし、前記会員属性定義情報キャッシュエリアに再読
み込みされた該顧客の会員属性定義情報を会員のログイ
ン時のセッション情報に複写する会員属性定義情報解析
手段と、会員が顧客の新たなユーザインタフェース画面
をアクセスするたびに、前記会員属性定義情報キャッシ
ュエリア上の該顧客の会員属性定義情報に即した形で会
員データのユーザインタフェース画面を作成し、ユーザ
インタフェース画面に即した形での会員データの入出力
処理を行うユーザインタフェース手段とを有することを
特徴とする。
The member management system of the present invention is a member management system provided with a member management program for providing a user interface for members on the Internet, wherein the member management program uses a URL when a member logs in. The customer data is searched from the member database to determine which customer the member belongs to, and it is confirmed whether the member attribute definition information of the customer exists in the member attribute definition information cache area. It is confirmed whether or not the member attribute definition information of the customer existing in the information cache area is updated, and if the member attribute definition information of the customer is updated, the member attribute definition information of the customer is obtained from the member attribute definition information file. The information is analyzed and reloaded into the member attribute definition information cache area, Member attribute definition information analysis means for copying the member attribute definition information of the customer reloaded in the definition information cache area to session information at the time of login of the member, and each time the member accesses a new user interface screen of the customer, A user interface for creating a user interface screen of member data in a form conforming to the member attribute definition information of the customer in the member attribute definition information cache area, and performing input / output processing of member data in a form conforming to the user interface screen. And means.

【0020】また、本発明の会員管理システムは、イン
ターネット上で会員向けにユーザインタフェースを提供
する会員管理プログラムを動かすアプリケーションサー
バと、会員データベースを搭載するディレクトリサーバ
とから構成される会員管理システムにおいて、前記アプ
リケーションサーバが、顧客ごとに会員属性定義情報を
登録する会員属性定義情報ファイルと、前記会員属性定
義情報ファイルから読み出された顧客の会員属性定義情
報を一時的に蓄える会員属性定義情報キャッシュエリア
とを備え、前記会員管理プログラムが、会員のログイン
時にURLで前記ディレクトリサーバ上の会員データベ
ースから顧客データを検索して会員がどの顧客の会員管
理に属するかを判別し、該顧客の会員属性定義情報が前
記会員属性定義情報キャッシュエリアに存在するかどう
かを確認し、前記会員属性定義情報キャッシュエリアに
存在した該顧客の会員属性定義情報が更新されているか
どうかを確認し、該顧客の会員属性定義情報が更新され
ていたならば、前記会員属性定義情報ファイルから該顧
客の会員属性定義情報を解析して前記会員属性定義情報
キャッシュエリアに再読み込みし、前記会員属性定義情
報キャッシュエリアに再読み込みされた該顧客の会員属
性定義情報を会員のログイン時のセッション情報に複写
する会員属性定義情報解析手段と、会員が顧客の新たな
ユーザインタフェース画面をアクセスするたびに、前記
会員属性定義情報キャッシュエリア上の該顧客の会員属
性定義情報に即した形で会員データのユーザインタフェ
ース画面を作成し、ユーザインタフェース画面に即した
形での会員データの入出力処理を行うユーザインタフェ
ース手段とを有することを特徴とする。
The member management system of the present invention is a member management system comprising an application server for running a member management program for providing a user interface for members on the Internet, and a directory server equipped with a member database. The application server registers a member attribute definition information file for each customer, and a member attribute definition information cache area for temporarily storing the member attribute definition information of the customer read from the member attribute definition information file. The member management program searches the customer data from the member database on the directory server with the URL at the time of login of the member, determines which customer the member belongs to, and defines the member attribute of the customer. Information is the member attribute definition information It is confirmed whether or not it exists in the cache area, and it is confirmed whether or not the member attribute definition information of the customer existing in the member attribute definition information cache area has been updated, and the member attribute definition information of the customer has been updated. If so, the member attribute definition information of the customer is analyzed from the member attribute definition information file and reloaded into the member attribute definition information cache area, and the member attribute of the customer reloaded into the member attribute definition information cache area. Member attribute definition information analysis means for copying the definition information to the session information at the time of login of the member, and each time the member accesses a new user interface screen of the customer, the member attribute of the customer on the member attribute definition information cache area Create a user interface screen for member data in a form that matches the definition information, and And having a user interface means for performing output processing of the membership data in the form in line with over scan screen.

【0021】さらに、本発明の会員管理システムは、前
記会員属性定義情報ファイルが、顧客ごとに会員管理た
めの項目属性定義および画面表示定義を顧客データで関
連づけて該顧客の会員属性定義情報として登録すること
を特徴とする。
Further, in the member management system of the present invention, the member attribute definition information file is registered as the member attribute definition information of the customer by associating the item attribute definition and the screen display definition for the member management for each customer with the customer data. It is characterized by doing.

【0022】さらにまた、本発明の会員管理システム
は、前記会員属性定義情報ファイルが、デフォルトの会
員属性定義情報を登録し、顧客の会員属性定義情報が存
在しないときにデフォルトの会員属性定義情報が使用さ
れることを特徴とする。
Further, in the member management system of the present invention, the member attribute definition information file registers default member attribute definition information, and when there is no customer member attribute definition information, the default member attribute definition information is It is characterized by being used.

【0023】また、本発明の会員管理システムは、前記
会員属性定義情報解析手段が、会員管理システムの初期
起動時に動作して、前記会員属性定義情報ファイルから
全ての顧客の会員属性定義情報を前記会員属性定義情報
キャッシュエリアに読み込むことを特徴とする。
Further, in the member management system of the present invention, the member attribute definition information analysis means operates at the time of initial activation of the member management system, and the member attribute definition information of all customers is stored in the member attribute definition information file. It is characterized in that it is read into the member attribute definition information cache area.

【0024】さらに、本発明の会員管理システムは、前
記会員属性定義情報解析手段が、会員のログイン時に前
記会員属性定義情報キャッシュエリアに読み込まれてい
る該顧客の会員属性定義情報の更新日付と前記会員属性
定義情報ファイルの該顧客の会員属性定義情報の更新日
付とを比較し、両更新日付が異なる場合にのみ前記会員
属性定義情報ファイルから該顧客の会員属性定義情報を
前記会員属性定義情報キャッシュエリアに再読み込みす
ることを特徴とする。
Further, in the member management system of the present invention, the member attribute definition information analyzing means updates the member attribute definition information of the customer read in the member attribute definition information cache area at the time of login of the member and the update date. The update date of the member attribute definition information of the customer in the member attribute definition information file is compared, and the member attribute definition information of the customer is stored in the member attribute definition information cache from the member attribute definition information file only when both update dates are different. Characterized by reloading into the area.

【0025】一方、本発明の会員属性定義情報のカスタ
マイズ管理方法は、会員がインターネットを介してログ
インした際に該会員がどの顧客の会員管理に属するかを
判別する工程と、判別された顧客の会員属性定義情報が
会員属性定義情報キャッシュエリアに存在するかどうか
を確認する工程と、該顧客の会員属性定義情報が前記会
員属性定義情報キャッシュエリアに存在した場合には、
前記会員属性定義情報キャッシュエリアに読み込まれて
いる該顧客の会員属性定義情報の更新日付と前記会員属
性定義情報ファイルの該顧客の会員属性定義情報の更新
日付とを比較して前記会員属性定義情報ファイルにおけ
る該顧客の会員属性定義情報が更新されているかどうか
を確認する工程と、該顧客の会員属性定義情報が更新さ
れていたならば、前記会員属性定義情報ファイルから該
顧客の会員属性定義情報を解析して前記会員属性定義情
報キャッシュエリアに再読み込みし、前記会員属性定義
情報キャッシュエリアに再読み込みされた該顧客の会員
属性定義情報を会員のログイン時のセッション情報に複
写する工程と、会員が該顧客の新たなユーザインタフェ
ース画面をアクセスするたびに、会員のログイン時のセ
ッション情報に複写されている該顧客の会員属性定義情
報中の項目属性定義および画面表示定義に即した形で会
員データのユーザインタフェース画面を表示する工程
と、表示されたユーザインタフェース画面に即した形で
会員データの入出力処理を行う工程とを含むことを特徴
とする。
On the other hand, the member attribute definition information customization management method of the present invention includes a step of determining which customer the member belongs to when the member logs in via the Internet, and A step of confirming whether the member attribute definition information exists in the member attribute definition information cache area, and if the member attribute definition information of the customer exists in the member attribute definition information cache area,
The member attribute definition information is compared by comparing the update date of the member attribute definition information of the customer read in the member attribute definition information cache area with the update date of the member attribute definition information of the customer in the member attribute definition information file. A step of checking whether the member attribute definition information of the customer in the file is updated, and if the member attribute definition information of the customer has been updated, the member attribute definition information of the customer from the member attribute definition information file And re-reading into the member attribute definition information cache area, and copying the member attribute definition information of the customer re-read into the member attribute definition information cache area into session information at the time of login of the member, Each time the customer accesses the customer's new user interface screen, the session information at login of the member is duplicated. The step of displaying the user interface screen of the member data in a form conforming to the item attribute definition and the screen display definition in the member attribute definition information of the customer, and the member data in a form conforming to the displayed user interface screen. And a step of performing an input / output process.

【0026】また、本発明の会員属性定義情報のカスタ
マイズ管理方法は、前記会員属性定義情報ファイルにデ
フォルトの会員属性定義情報を登録し、顧客の会員属性
定義情報が存在しないときにデフォルトの会員属性定義
情報を使用することを特徴とする。
Further, according to the customization management method of member attribute definition information of the present invention, default member attribute definition information is registered in the member attribute definition information file, and when there is no customer member attribute definition information, the default member attribute information is registered. It is characterized by using definition information.

【0027】さらに、本発明の会員属性定義情報のカス
タマイズ管理方法は、会員管理システムの初期起動時に
前記会員属性定義情報ファイルから全ての顧客の会員属
性定義情報を前記会員属性定義情報キャッシュエリアに
読み込むことを特徴とする。
Further, the member attribute definition information customization management method of the present invention reads the member attribute definition information of all the customers from the member attribute definition information file into the member attribute definition information cache area at the initial startup of the member management system. It is characterized by

【0028】他方、本発明の会員管理プログラムは、会
員がインターネットを介してログインした際に該会員が
どの顧客の会員管理に属するかを判別する手順と、判別
された顧客の会員属性定義情報が会員属性定義情報キャ
ッシュエリアに存在するかどうかを確認する手順と、該
顧客の会員属性定義情報が前記会員属性定義情報キャッ
シュエリアに存在した場合には、前記会員属性定義情報
キャッシュエリアに読み込まれている該顧客の会員属性
定義情報の更新日付と前記会員属性定義情報ファイルの
該顧客の会員属性定義情報の更新日付とを比較して前記
会員属性定義情報ファイルにおける該顧客の会員属性定
義情報が更新されているかどうかを確認する手順と、該
顧客の会員属性定義情報が更新されていたならば、前記
会員属性定義情報ファイルから該顧客の会員属性定義情
報を解析して前記会員属性定義情報キャッシュエリアに
再読み込みし、前記会員属性定義情報キャッシュエリア
に再読み込みされた該顧客の会員属性定義情報を会員の
ログイン時のセッション情報に複写する手順と、会員が
該顧客の新たなユーザインタフェース画面をアクセスす
るたびに、会員のログイン時のセッション情報に複写さ
れている該顧客の会員属性定義情報中の項目属性定義お
よび画面表示定義に即した形で会員データのユーザイン
タフェース画面を表示する手順と、表示されたユーザイ
ンタフェース画面に即した形で会員データの入出力処理
を行う手順とを実行することを特徴とする。
On the other hand, in the member management program of the present invention, when a member logs in via the Internet, a procedure for determining which customer's member management the member belongs to and member attribute definition information of the determined customer are stored. A procedure for checking whether or not the member attribute definition information cache area exists, and if the member attribute definition information of the customer exists in the member attribute definition information cache area, it is read into the member attribute definition information cache area. The update date of the member attribute definition information of the customer is compared with the update date of the member attribute definition information of the customer in the member attribute definition information file to update the member attribute definition information of the customer in the member attribute definition information file. If the member attribute definition information of the customer has been updated, the member attribute definition information The member attribute definition information of the customer is analyzed from the file and reloaded into the member attribute definition information cache area, and the member attribute definition information of the customer reloaded into the member attribute definition information cache area is read when the member logs in. Procedure for copying to session information, and each time a member accesses a new user interface screen of the customer, item attribute definition and screen in the member attribute definition information of the customer copied to the session information at the time of login of the member It is characterized by executing a procedure of displaying a user interface screen of member data in a form conforming to the display definition and a procedure of performing input / output processing of member data in a form conforming to the displayed user interface screen.

【0029】また、本発明の会員管理プログラムは、前
記会員属性定義情報ファイルにデフォルトの会員属性定
義情報を登録し、顧客の会員属性定義情報が存在しない
ときにデフォルトの会員属性定義情報を使用することを
特徴とする。
Further, the member management program of the present invention registers the default member attribute definition information in the member attribute definition information file and uses the default member attribute definition information when the customer member attribute definition information does not exist. It is characterized by

【0030】さらに、本発明の会員管理プログラムは、
会員管理システムの初期起動時に前記会員属性定義情報
ファイルから全ての顧客の会員属性定義情報を前記会員
属性定義情報キャッシュエリアに読み込む手順を実行す
ることを特徴とする。
Further, the member management program of the present invention is
When the member management system is initially activated, a procedure for reading the member attribute definition information of all the customers from the member attribute definition information file into the member attribute definition information cache area is executed.

【0031】本発明の会員管理システムでは、項目属性
定義および画面表示定義を顧客データで関連づけて該顧
客の会員属性定義情報として会員属性定義情報ファイル
に記述し、会員または管理者のログイン時に、該顧客の
会員属性定義情報が更新されたときのみに会員属性定義
情報ファイルから該顧客の会員属性定義情報を再読み込
みして会員属性定義情報キャッシュエリアおよびセッシ
ョン情報としてメモリ上で管理し、該顧客の会員属性定
義情報に基づいて会員管理の各ユーザインタフェース画
面を提供する。
In the member management system of the present invention, the item attribute definition and the screen display definition are associated with the customer data and described in the member attribute definition information file as the member attribute definition information of the customer. Only when the member attribute definition information of the customer is updated, the member attribute definition information of the customer is reloaded from the member attribute definition information file and managed on the memory as the member attribute definition information cache area and session information. Provide each user interface screen for member management based on the member attribute definition information.

【0032】該顧客の会員属性定義情報がいったん読み
込まれて解析された後は、他の会員や管理者がログイン
したときは、既に解析済みの該顧客の会員属性定義情報
がメモリ上にあるので、そのまま共用する。
After the member attribute definition information of the customer is once read and analyzed, when another member or administrator logs in, the already analyzed member attribute definition information of the customer is in the memory. , Share as is.

【0033】さらに、複数の顧客の会員管理間でユーザ
インタフェース画面の画面表示定義を違えたい場合は、
会員のログイン時にユーザがどの顧客の会員管理に属す
るかを判断し、それによって使用する該顧客の会員属性
定義情報を切り替える。該顧客が使用すべき会員属性定
義情報が用意されていなかったときは、デフォルトの会
員属性定義情報を使用する。
Furthermore, when it is desired to make the screen display definition of the user interface screen different between member managements of a plurality of customers,
When a member logs in, it is determined which customer the member management belongs to, and the member attribute definition information of the customer to be used is switched accordingly. If the member attribute definition information to be used by the customer is not prepared, the default member attribute definition information is used.

【0034】これにより、項目属性定義および画面表示
定義が顧客データで関連づけられた顧客の会員属性定義
情報は、会員管理システムの初期起動時にまず1回読み
込めば、以後は更新されたときのみ、会員のログイン時
に1回だけ読み込んで解析すればよく、複雑なユーザイ
ンタフェース画面の画面表示定義を記述してもそれ以降
の処理に大きな負荷はかからない。また、セッション情
報中の項目属性定義および画面表示定義の一貫性を保
ち、たとえばユーザインタフェース画面上では許されて
いた文字種が、実登録時には禁止されるような矛盾を防
ぐ。さらに、ユーザインタフェース画面のカスタマイズ
時の項目属性定義および画面表示定義の記述量および適
用手順が減ることで運用負担も軽減される。
As a result, the customer member attribute definition information in which the item attribute definition and the screen display definition are associated with the customer data is read once at the initial startup of the member management system, and thereafter only when updated, the member is updated. It suffices to read and analyze only once at the time of login, and even if a screen display definition of a complicated user interface screen is described, a large load is not imposed on the subsequent processing. Further, the consistency of the item attribute definition and the screen display definition in the session information is maintained and, for example, the contradiction in which the character type permitted on the user interface screen is prohibited at the time of actual registration is prevented. Further, the operation load is reduced by reducing the description amount and application procedure of the item attribute definition and the screen display definition when customizing the user interface screen.

【0035】[0035]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0036】図1を参照すると、本発明の第1の実施の
形態に係る会員属性定義情報のカスタマイズ管理方法が
適用された会員管理システムは、インターネット上で会
員向けにユーザインタフェースを提供する会員管理プロ
グラム11を動かすアプリケーションサーバ10と、会
員データベース21を搭載するディレクトリサーバ20
とから、その主要部が構成されている。なお、サーバが
アプリケーションサーバ10とディレクトリサーバ20
とに分けられている理由は、会員管理プログラム11を
動かすアプリケーションサーバ10および会員データベ
ース21を搭載するディレクトリサーバ20の両方とも
に会員が頻繁にアクセスすると非常に負荷がかかるの
で、負荷を分割し各々の目的に特化したマシン設定を行
うためである。
Referring to FIG. 1, the member management system to which the customized management method of member attribute definition information according to the first embodiment of the present invention is applied is a member management system which provides a user interface for members on the Internet. An application server 10 that runs a program 11 and a directory server 20 that has a member database 21.
The main part is composed of. The servers are the application server 10 and the directory server 20.
The reason is that if both members frequently access both the application server 10 that operates the member management program 11 and the directory server 20 that has the member database 21, it will be very burdensome. This is because the machine settings are specialized for the purpose.

【0037】アプリケーションサーバ10は、顧客ごと
に会員属性定義情報を登録する会員属性定義情報ファイ
ル12と、会員属性定義情報ファイル12から読み出さ
れた顧客の会員属性定義情報を一時的に蓄えるメモリ
(図示せず)上の会員属性定義情報キャッシュエリア1
3と、会員属性定義情報ファイル12とディレクトリサ
ーバ20に搭載された会員データベース21とを元に動
作する会員管理プログラム11とを含んで構成されてい
る。
The application server 10 stores a member attribute definition information file 12 for registering member attribute definition information for each customer, and a memory (temporarily storing the member attribute definition information of the customer read from the member attribute definition information file 12 ( Member attribute definition information cache area 1 (not shown)
3 and a member management program 11 that operates based on the member attribute definition information file 12 and the member database 21 installed in the directory server 20.

【0038】会員管理プログラム11は、会員のログイ
ン時にURL(Uniform Resource L
ocator)で会員データベース21から顧客データ
を検索して会員がどの顧客の会員管理に属するかを判別
し、該顧客の会員属性定義情報が会員属性定義情報キャ
ッシュエリア13に存在するかどうかを確認し、会員属
性定義情報キャッシュエリア13に存在した該顧客の会
員属性定義情報が更新されているかどうかを確認し、該
顧客の会員属性定義情報が更新されていたならば会員属
性定義情報ファイル12から該顧客の会員属性定義情報
を解析して会員属性定義情報キャッシュエリア13に再
読み込みし、会員属性定義情報キャッシュエリア13に
再読み込みされた該顧客の会員属性定義情報を会員のロ
グイン時のセッション情報に複写する会員属性定義情報
解析手段111と、会員が顧客の新たなユーザインタフ
ェース画面をアクセスするたびに、会員属性定義情報キ
ャッシュエリア13上の該顧客の会員属性定義情報に即
した形で会員データのユーザインタフェース画面を作成
し、ユーザインタフェース画面に即した形での会員デー
タの入出力処理を行うユーザインタフェース手段112
とを含んで構成されている。
The member management program 11 uses a URL (Uniform Resource L) when the member logs in.
octor) to search the customer data from the member database 21 to determine which customer the member belongs to, and confirm whether the member attribute definition information of the customer exists in the member attribute definition information cache area 13. It is confirmed whether the member attribute definition information of the customer existing in the member attribute definition information cache area 13 is updated, and if the member attribute definition information of the customer is updated, the member attribute definition information file 12 The member attribute definition information of the customer is analyzed and reloaded in the member attribute definition information cache area 13, and the member attribute definition information of the customer reloaded in the member attribute definition information cache area 13 is used as session information at the time of login of the member. The member attribute definition information analysis unit 111 to be copied and the member can access the customer's new user interface screen. Each time it does, it creates a user interface screen of the member data in the form of the member attribute definition information of the customer in the member attribute definition information cache area 13, and inputs / outputs the member data in the form of the user interface screen. User interface means 112 for performing processing
It is configured to include and.

【0039】図2を参照すると、会員属性定義情報ファ
イル12に登録された顧客毎の会員属性定義情報は、顧
客データごとに、1つ以上の項目属性定義および1つ以
上の画面表示定義を一まとめに管理するディレクトリ構
造に構成されている。なお、会員属性定義情報ファイル
12は、XML(eXtensible Markup
Language)形式を用いることで、文字コードを
問わずに、標準的な構造データとして、顧客の会員属性
定義情報を定義することができる。
Referring to FIG. 2, the member attribute definition information for each customer registered in the member attribute definition information file 12 includes one or more item attribute definitions and one or more screen display definitions for each customer data. It is organized in a directory structure that is managed collectively. The member attribute definition information file 12 is an XML (eXtensible Markup) file.
By using the Language format, the member attribute definition information of the customer can be defined as standard structure data regardless of the character code.

【0040】顧客データは、顧客を一意に識別するID
(IDentification)である顧客内部I
D,顧客の名称である顧客名,顧客を一意に識別するU
RLである顧客URL,および会員属性定義情報の最新
更新日付である更新日付からなる。
Customer data is an ID for uniquely identifying the customer.
Customer internal I that is (IDentification)
D, customer name that is the name of the customer, U that uniquely identifies the customer
It consists of a customer URL that is an RL and an update date that is the latest update date of the member attribute definition information.

【0041】項目属性定義は、ディレクトリサーバ20
での管理上の項目名,ユーザインタフェース画面上での
項目表示名,ユーザインタフェース画面上で項目を入力
する場合のサイズ制限を示す項目サイズ,ユーザインタ
フェース画面上で項目を入力する場合の入力可能な文字
の種類を示す項目文字種等からなる。
The item attribute definition is defined in the directory server 20.
Item name for management in, item display name on the user interface screen, item size indicating the size limit when entering an item on the user interface screen, input possible when entering an item on the user interface screen It consists of items such as the item character type that indicates the type of character.

【0042】画面表示定義は、どの項目名の項目をどの
順番でユーザインタフェース画面に表示するかを定義す
る複数の項目名からなる。
The screen display definition is made up of a plurality of item names that define which item names are displayed in the user interface screen in which order.

【0043】図3を参照すると、会員属性定義情報キャ
ッシュエリア13は、アプリケーションサーバ10のメ
モリ上に設けられ、会員属性定義情報キャッシュエリア
13上の各顧客の会員属性定義情報(顧客データ,項目
属性定義,画面表示定義)は、会員のログイン毎に会員
管理プログラム11の配下に作成されるセッション情報
に複写されて使用される。
Referring to FIG. 3, the member attribute definition information cache area 13 is provided in the memory of the application server 10, and the member attribute definition information (customer data, item attribute) of each customer on the member attribute definition information cache area 13 is provided. The definition and the screen display definition) are copied and used in session information created under the member management program 11 every time the member logs in.

【0044】図4を参照すると、会員データベース21
に登録された会員データは、会員データを顧客ごとに一
まとめに管理するために、顧客データの下にディレクト
リ構造で格納されている。
Referring to FIG. 4, the member database 21
The member data registered in is stored in a directory structure under the customer data in order to manage the member data collectively for each customer.

【0045】顧客データは、顧客を一意に識別するID
である顧客内部ID,顧客の名称である顧客名,および
顧客を一意に識別するURLである顧客URLからな
る。
Customer data is an ID for uniquely identifying the customer.
Internal customer ID, a customer name that is the name of the customer, and a customer URL that is a URL that uniquely identifies the customer.

【0046】会員データは、会員を一意に識別するID
である会員内部IDと、会員がログインするためのID
である会員ログインIDと、会員がログインするための
パスワードである会員パスワードと、会員氏名と、会員
住所と、会員郵便番号と、会員電話番号と、会員FAX
番号と、会員携帯番号と、備考と、顧客の要求に合わせ
て属性を定義するための追加属性1,追加属性2,…と
を含んで構成されている。なお、会員データベース21
がディレクトリサーバ20に搭載されていることで、デ
ータ領域を消費することなく追加属性1,追加属性2,
…を用意しておくことができ、会員データの最大長の制
限もなくなる。
The member data is an ID for uniquely identifying the member.
Member internal ID and ID for the member to log in
Member login ID, a member password that is a password for the member to log in, a member name, a member address, a member zip code, a member telephone number, and a member FAX.
It is configured to include a number, a member mobile number, a remark, and an additional attribute 1, an additional attribute 2, ... For defining an attribute according to a customer's request. In addition, member database 21
Is installed in the directory server 20, the additional attribute 1, the additional attribute 2, and the data area are not consumed.
... can be prepared, and the maximum length of member data is not limited.

【0047】図5を参照すると、会員管理プログラム1
1の処理手順は、会員管理顧客判別ステップS101
と、顧客会員属性定義情報存在判定ステップS102
と、デフォルト会員属性定義情報設定ステップS103
と、セッション情報への複写ステップS104と、顧客
会員属性定義情報更新判定ステップS105と、顧客会
員属性定義情報再読み込みステップS106と、セッシ
ョン情報への複写ステップS107と、ユーザインタフ
ェース画面表示ステップS108と、会員データ入出力
処理ステップS109とからなる。
Referring to FIG. 5, the member management program 1
The processing procedure of No. 1 is the member management customer determination step S101.
And customer member attribute definition information existence determination step S102
And default member attribute definition information setting step S103
A session information copying step S104, a customer member attribute definition information update determination step S105, a customer member attribute definition information reloading step S106, a session information copying step S107, a user interface screen display step S108, Member data input / output processing step S109.

【0048】次に、このように構成された第1の実施の
形態に係る会員属性定義情報のカスタマイズ管理方法が
適用された会員管理システムの動作について説明する。
Next, the operation of the member management system to which the customized management method of the member attribute definition information according to the first embodiment configured as described above is applied will be described.

【0049】まず、会員管理サイトの管理者は、顧客の
要求する項目属性定義および画面表示定義のカスタマイ
ズ条件に基づいて顧客の会員属性定義情報を作成し、ア
プリケーションサーバ10の会員属性定義情報ファイル
12に登録する。
First, the administrator of the member management site creates the member attribute definition information of the customer based on the item attribute definition and the screen display definition customization condition requested by the customer, and the member attribute definition information file 12 of the application server 10 is created. Register with.

【0050】会員管理システムの初期起動時に、会員管
理プログラム11は、会員属性定義情報解析手段111
により、会員属性定義情報ファイル12に登録されてい
る全ての顧客の会員属性定義情報を解析して会員属性定
義情報キャッシュエリア13に読み込む。
At the initial activation of the member management system, the member management program 11 has the member attribute definition information analysis means 111.
Thus, the member attribute definition information of all customers registered in the member attribute definition information file 12 is analyzed and read into the member attribute definition information cache area 13.

【0051】会員がインターネットを介してアプリケー
ションサーバ10にログインすると、会員管理プログラ
ム11は、当該会員がどの顧客の会員管理に属するかを
判別する(ステップS101)。詳しくは、会員がイン
ターネットを介してログインすると、会員管理プログラ
ム11は、会員属性定義情報解析手段111により、会
員端末(図示せず)のブラウザで指定された顧客URL
(URLは顧客ごとに異なる)でディレクトリサーバ2
0上の会員データベース21から顧客データを検索し、
会員がどの顧客の会員管理に属するかを判別する。
When a member logs in to the application server 10 via the Internet, the member management program 11 determines which customer the member belongs to in member management (step S101). Specifically, when a member logs in via the Internet, the member management program 11 causes the member attribute definition information analysis unit 111 to specify the customer URL specified by the browser of the member terminal (not shown).
Directory server 2 (the URL is different for each customer)
0 to retrieve customer data from the member database 21
Determine which customer the membership belongs to.

【0052】次に、会員管理プログラム11は、会員属
性定義情報解析手段111により、判別された顧客の会
員属性定義情報がメモリ上の会員属性定義情報キャッシ
ュエリア13に存在するかどうかを確認する(ステップ
S102)。
Next, the member management program 11 confirms by the member attribute definition information analysis means 111 whether or not the member attribute definition information of the determined customer exists in the member attribute definition information cache area 13 on the memory ( Step S102).

【0053】顧客の会員属性定義情報がメモリ上の会員
属性定義情報キャッシュエリア13に存在しなかった場
合は、会員管理プログラム11は、該顧客の会員属性定
義情報をデフォルトの会員属性定義情報であるとし(ス
テップS103)、デフォルトの会員属性定義情報を会
員のログイン時のセッション情報に複写する(ステップ
S104)。顧客の会員属性定義情報がメモリ上の会員
属性定義情報キャッシュエリア13に存在した場合は、
会員管理プログラム11は、ステップS103をスキッ
プして、該顧客の会員属性定義情報を会員のログイン時
のセッション情報に複写する(ステップS104)。
If the member attribute definition information of the customer does not exist in the member attribute definition information cache area 13 on the memory, the member management program 11 sets the member attribute definition information of the customer as the default member attribute definition information. Then, the default member attribute definition information is copied to the session information when the member logs in (step S104). If the member attribute definition information of the customer exists in the member attribute definition information cache area 13 on the memory,
The member management program 11 skips step S103 and copies the member attribute definition information of the customer into the session information at the time of login of the member (step S104).

【0054】次に、会員管理プログラム11は、会員属
性定義情報解析手段111により、会員属性定義情報キ
ャッシュエリア13に存在した顧客の会員属性定義情報
の更新日付と会員属性定義情報ファイル12における顧
客の会員属性定義情報の更新日付とを比較して顧客の会
員属性定義情報が更新されているかどうかを確認する
(ステップS105)。
Next, the member management program 11 causes the member attribute definition information analysis unit 111 to update the member attribute definition information of the customer existing in the member attribute definition information cache area 13 and the customer in the member attribute definition information file 12. It is confirmed whether the member attribute definition information of the customer is updated by comparing with the update date of the member attribute definition information (step S105).

【0055】顧客の会員属性定義情報が更新されていた
ならば、会員管理プログラム11は、会員属性定義情報
解析手段111により、会員属性定義情報ファイル12
から該顧客の会員属性定義情報を解析してメモリ上の会
員属性定義情報キャッシュエリア13に再読み込みし、
メモリ上の会員属性定義情報キャッシュエリア13に再
読み込みされた該顧客の会員属性定義情報を会員のログ
イン時のセッション情報に複写し(ステップS10
6)、該顧客の会員属性定義情報を会員のログイン時の
セッション情報に複写する(ステップS107)。顧客
の会員属性定義情報が更新されていなければ、会員管理
プログラム11は、ステップS106およびステップS
107をスキップする。
If the member attribute definition information of the customer has been updated, the member management program 11 causes the member attribute definition information analysis means 111 to execute the member attribute definition information file 12.
The member attribute definition information of the customer is analyzed and reloaded into the member attribute definition information cache area 13 on the memory,
The member attribute definition information of the customer re-read in the member attribute definition information cache area 13 on the memory is copied to the session information when the member logs in (step S10).
6) The member attribute definition information of the customer is copied into the session information when the member logs in (step S107). If the customer member attribute definition information has not been updated, the member management program 11 executes the steps S106 and S.
Skip 107.

【0056】次に、会員管理プログラム11は、ユーザ
インタフェース手段112により、会員のログイン時の
セッション情報における顧客の会員属性定義情報中の項
目属性定義および画面表示定義に即した形で会員データ
のユーザインタフェース画面を作成し、インターネット
を介して会員端末に表示する(ステップS108)。
Next, the member management program 11 causes the user interface means 112 to make the user of the member data in conformity with the item attribute definition and the screen display definition in the member attribute definition information of the customer in the session information when the member logs in. An interface screen is created and displayed on the member terminal via the Internet (step S108).

【0057】続いて、会員管理プログラム11は、ユー
ザインタフェース手段112により、ユーザインタフェ
ース画面に即した形で顧客端末のブラウザとの間で会員
データの入出力処理を行い、ディレクトリサーバ20上
の会員データベース21における会員データに対して検
索,登録,更新,削除などの操作を行う(ステップS1
09)。
Subsequently, the member management program 11 uses the user interface means 112 to perform input / output processing of member data with the browser of the customer terminal according to the user interface screen, and the member database on the directory server 20. Operations such as search, registration, update, and deletion are performed on the member data in 21 (step S1)
09).

【0058】たとえば、図6に例示するような会員属性
定義情報があった場合、図7に示すような会員登録画面
(ユーザインタフェース画面)が会員端末に表示され
る。なお、図7において、□が並んだものはユーザイン
タフェース画面でのテキスト入力ボックスを表す。ま
た、テキスト入力ボックスの長さは、項目属性定義の項
目サイズで定義された長さで表示され、それ以上には入
力できない。さらに、ユーザインタフェース画面に並ぶ
順番は、画面表示定義に並ぶ順番の通りに表示され、こ
の定義の順番を変えれば、ユーザインタフェース画面上
に並ぶ順番も切り替えられる。さらにまた、ユーザが項
目属性定義の項目文字種にそぐわないデータを入力した
ときには、そのデータは不適切というエラーが表示され
る。例えば、電話番号で半角の数字か半角のハイフン記
号以外を入力した場合は不正なデータとしてはねられ
る。
For example, when there is member attribute definition information as shown in FIG. 6, a member registration screen (user interface screen) as shown in FIG. 7 is displayed on the member terminal. Note that, in FIG. 7, the boxes with □ represent text input boxes on the user interface screen. In addition, the length of the text input box is displayed with the length defined by the item size of the item attribute definition, and it is not possible to enter any more. Further, the order of arrangement on the user interface screen is displayed in the same order as arranged in the screen display definition, and the order of arrangement on the user interface screen can be changed by changing the order of this definition. Furthermore, when the user inputs data that does not match the item character type of the item attribute definition, an error that the data is inappropriate is displayed. For example, if a phone number other than a half-width number or a half-width hyphen symbol is entered, it will be rejected as invalid data.

【0059】以後、会員が顧客の新たなユーザインタフ
ェース画面をアクセスするたびに、会員管理プログラム
11は、ユーザインタフェース手段112により、メモ
リ上の会員属性定義情報キャッシュエリア13上の顧客
の会員属性定義情報中の項目属性定義および画面表示定
義に即した形でユーザインタフェース画面の顧客端末へ
の表示(ステップS108),およびユーザインタフェ
ース画面に即した形での顧客端末のブラウザとの間での
会員データの入出力処理(ステップS109)を繰り返
す。
Thereafter, each time the member accesses a new user interface screen of the customer, the member management program 11 causes the user interface means 112 to execute the member attribute definition information of the customer in the member attribute definition information cache area 13 on the memory. The user interface screen is displayed on the customer terminal in a form conforming to the item attribute definition and the screen display definition (step S108), and the member data is exchanged with the browser of the customer terminal conforming to the user interface screen. The input / output process (step S109) is repeated.

【0060】[0060]

【発明の効果】第1の効果は、顧客の会員属性定義情報
の変更を、運用に負担をかけることなく、サービスに反
映させることができることである。その理由は、項目属
性定義や画面表示定義の変更が会員属性定義情報ファイ
ルの会員属性定義情報の置換という単純な操作のみで行
え、マシンやプロセスを特定して再起動などの操作を行
う必要がないためである。また、デフォルトの設定から
変更したい顧客の会員属性定義情報のみを個別の会員属
性定義情報ファイルに設定すればよいので、顧客毎のユ
ーザインタフェース画面のカスタマイズ時の作業量を最
小限に抑えることができるためである。
The first effect is that the change of the member attribute definition information of the customer can be reflected in the service without burdening the operation. The reason is that the item attribute definition and screen display definition can be changed only by a simple operation of replacing the member attribute definition information in the member attribute definition information file, and it is necessary to specify the machine or process and restart it. Because there is no. Also, since only the member attribute definition information of the customer who wants to be changed from the default setting needs to be set in the individual member attribute definition information file, it is possible to minimize the work amount when customizing the user interface screen for each customer. This is because.

【0061】第2の効果は、顧客の会員属性定義情報の
読み込みおよび解析の負荷が軽減されることである。そ
の理由は、会員属性定義情報ファイルからの顧客の会員
属性定義情報の読み込みは、会員属性定義情報ファイル
に登録された会員属性定義情報の更新後の最初の会員の
ログイン時のみとなるため、ユーザインタフェース画面
を生成するたびに解析をする必要がないからである。
The second effect is that the load of reading and analyzing the member attribute definition information of the customer is reduced. The reason is that the customer's member attribute definition information is read from the member attribute definition information file only when the first member logs in after updating the member attribute definition information registered in the member attribute definition information file. This is because it is not necessary to analyze each time the interface screen is generated.

【0062】第3の効果は、顧客の会員属性定義情報の
変更により途中でユーザインタフェース画面の操作がお
かしくなることを防げることである。その理由は、会員
属性定義情報ファイルに登録された顧客の会員属性定義
情報は解析された後、メモリ上の会員属性定義情報キャ
ッシュエリアに読み出され、以後その顧客の会員属性定
義情報を参照してユーザインタフェース画面が生成され
るので、同一の会員がログインしている間は顧客の会員
属性定義情報が変わることがないからである。
The third effect is that it is possible to prevent the operation of the user interface screen from becoming abnormal during the change of the member attribute definition information of the customer. The reason is that the customer's member attribute definition information registered in the member attribute definition information file is analyzed and then read to the member attribute definition information cache area in the memory, and thereafter, the customer's member attribute definition information is referred to. This is because the user interface screen is generated as a result, and the member attribute definition information of the customer does not change while the same member logs in.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の第1の実施の形態に係る会員属性定義
情報のカスタマイズ管理方法が適用された会員管理シス
テムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a member management system to which a customized management method of member attribute definition information according to a first exemplary embodiment of the present invention is applied.

【図2】図1中の会員属性定義情報ファイルに登録され
ている属性定義情報を表す図である。
FIG. 2 is a diagram showing attribute definition information registered in a member attribute definition information file in FIG.

【図3】図1中のアプリケーションサーバのメモリ上の
各種情報を示す図である。
FIG. 3 is a diagram showing various kinds of information on a memory of the application server in FIG.

【図4】図1中の会員データベースに登録されている会
員データを表す図である。
FIG. 4 is a diagram showing member data registered in a member database shown in FIG.

【図5】図1中の会員管理プログラムの処理手順を示す
フローチャートである。
5 is a flowchart showing a processing procedure of a member management program in FIG.

【図6】図2中の会員データの会員属性定義情報の一例
を示す図である。
6 is a diagram showing an example of member attribute definition information of the member data in FIG.

【図7】図6の会員属性定義情報により会員端末に表示
される会員登録画面(ユーザインタフェース画面)の一
例を示す図である。
7 is a diagram showing an example of a member registration screen (user interface screen) displayed on a member terminal according to the member attribute definition information of FIG.

【符号の説明】[Explanation of symbols]

10 アプリケーションサーバ 11 会員管理プログラム 12 会員属性定義情報ファイル 13 会員属性定義情報キャッシュエリア 20 ディレクトリサーバ 21 会員データベース 111 会員属性定義情報解析手段 112 ユーザインタフェース手段 S101 会員所属顧客判別ステップ S102 顧客会員属性定義情報存在判定ステップ S104 セッション情報への複写ステップ S103 デフォルト会員属性定義情報設定ステップ S105 顧客会員属性定義情報更新判定ステップ S106 顧客会員属性定義情報再読み込みステップ S107 セッション情報への複写ステップ S108 ユーザインタフェース画面表示ステップ S109 会員データ入出力処理ステップ 10 Application server 11 Membership management program 12 Member attribute definition information file 13 Member attribute definition information cache area 20 directory server 21 Member Database 111 Member attribute definition information analysis means 112 User Interface Means S101 Member belonging customer determination step S102 Customer member attribute definition information existence determination step S104 Copy step to session information S103 Default member attribute definition information setting step S105 Customer member attribute definition information update determination step S106 Step of reloading customer member attribute definition information S107 Copy step to session information S108 User interface screen display step S109 Member data input / output processing step

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】インターネット上で会員向けにユーザイン
タフェースを提供する会員管理プログラムを備える会員
管理システムにおいて、前記会員管理プログラムが、会
員のログイン時にURLで会員データベースから顧客デ
ータを検索して会員がどの顧客の会員管理に属するかを
判別し、該顧客の会員属性定義情報が会員属性定義情報
キャッシュエリアに存在するかどうかを確認し、前記会
員属性定義情報キャッシュエリアに存在した該顧客の会
員属性定義情報が更新されているかどうかを確認し、該
顧客の会員属性定義情報が更新されていたならば前記会
員属性定義情報ファイルから該顧客の会員属性定義情報
を解析して前記会員属性定義情報キャッシュエリアに再
読み込みし、前記会員属性定義情報キャッシュエリアに
再読み込みされた該顧客の会員属性定義情報を会員のロ
グイン時のセッション情報に複写する会員属性定義情報
解析手段と、会員が顧客の新たなユーザインタフェース
画面をアクセスするたびに、前記会員属性定義情報キャ
ッシュエリア上の該顧客の会員属性定義情報に即した形
で会員データのユーザインタフェース画面を作成し、ユ
ーザインタフェース画面に即した形での会員データの入
出力処理を行うユーザインタフェース手段とを有するこ
とを特徴とする会員管理システム。
1. A member management system comprising a member management program for providing a user interface for members on the Internet, wherein the member management program retrieves customer data from a member database with a URL when a member logs in It is determined whether it belongs to the member management of the customer, whether the member attribute definition information of the customer exists in the member attribute definition information cache area, and the member attribute definition of the customer existing in the member attribute definition information cache area It is confirmed whether the information is updated, and if the member attribute definition information of the customer is updated, the member attribute definition information of the customer is analyzed from the member attribute definition information file and the member attribute definition information cache area is analyzed. Reloaded to the member attribute definition information cache area Member attribute definition information analysis means for copying the member attribute definition information of the customer to session information at the time of login of the member, and each time the member accesses a new user interface screen of the customer, the member attribute definition information cache area A member characterized by having a user interface screen of member data in a form conforming to the member attribute definition information of the customer and having user interface means for inputting / outputting the member data in a form conforming to the user interface screen. Management system.
【請求項2】インターネット上で会員向けにユーザイン
タフェースを提供する会員管理プログラムを動かすアプ
リケーションサーバと、会員データベースを搭載するデ
ィレクトリサーバとから構成される会員管理システムに
おいて、前記アプリケーションサーバが、顧客ごとに会
員属性定義情報を登録する会員属性定義情報ファイル
と、前記会員属性定義情報ファイルから読み出された顧
客の会員属性定義情報を一時的に蓄える会員属性定義情
報キャッシュエリアとを備え、前記会員管理プログラム
が、会員のログイン時にURLで前記ディレクトリサー
バ上の会員データベースから顧客データを検索して会員
がどの顧客の会員管理に属するかを判別し、該顧客の会
員属性定義情報が前記会員属性定義情報キャッシュエリ
アに存在するかどうかを確認し、前記会員属性定義情報
キャッシュエリアに存在した該顧客の会員属性定義情報
が更新されているかどうかを確認し、該顧客の会員属性
定義情報が更新されていたならば、前記会員属性定義情
報ファイルから該顧客の会員属性定義情報を解析して前
記会員属性定義情報キャッシュエリアに再読み込みし、
前記会員属性定義情報キャッシュエリアに再読み込みさ
れた該顧客の会員属性定義情報を会員のログイン時のセ
ッション情報に複写する会員属性定義情報解析手段と、
会員が顧客の新たなユーザインタフェース画面をアクセ
スするたびに、前記会員属性定義情報キャッシュエリア
上の該顧客の会員属性定義情報に即した形で会員データ
のユーザインタフェース画面を作成し、ユーザインタフ
ェース画面に即した形での会員データの入出力処理を行
うユーザインタフェース手段とを有することを特徴とす
る会員管理システム。
2. A member management system comprising an application server for running a member management program for providing a user interface for members on the Internet and a directory server equipped with a member database, wherein the application server is provided for each customer. The member management program includes a member attribute definition information file for registering member attribute definition information and a member attribute definition information cache area for temporarily storing the member attribute definition information of the customer read from the member attribute definition information file. When the member logs in, the customer data is searched from the member database on the directory server by the URL to determine which customer the member belongs to, and the member attribute definition information of the customer is stored in the member attribute definition information cache. Whether it exists in the area And confirms whether or not the member attribute definition information of the customer existing in the member attribute definition information cache area has been updated. If the member attribute definition information of the customer has been updated, the member attribute definition Analyzing the member attribute definition information of the customer from the information file and reloading into the member attribute definition information cache area,
Member attribute definition information analysis means for copying the member attribute definition information of the customer re-read in the member attribute definition information cache area to session information at the time of login of the member,
Each time a member accesses a new user interface screen of the customer, a user interface screen of member data is created in a form in accordance with the member attribute definition information of the customer on the member attribute definition information cache area, and the user interface screen is displayed. A member management system comprising: a user interface unit for inputting / outputting member data in a suitable form.
【請求項3】前記会員属性定義情報ファイルが、顧客ご
とに会員管理ための項目属性定義および画面表示定義を
顧客データで関連づけて該顧客の会員属性定義情報とし
て登録することを特徴とする請求項1,または請求項2
記載の会員管理システム。
3. The member attribute definition information file registers the item attribute definition and screen display definition for managing a member for each customer with customer data as the member attribute definition information of the customer. 1, or claim 2
Membership management system described.
【請求項4】前記会員属性定義情報ファイルが、デフォ
ルトの会員属性定義情報を登録し、顧客の会員属性定義
情報が存在しないときにデフォルトの会員属性定義情報
が使用されることを特徴とする請求項1,請求項2,ま
たは請求項3記載の会員管理システム。
4. The member attribute definition information file registers default member attribute definition information, and the default member attribute definition information is used when the customer member attribute definition information does not exist. The member management system according to claim 1, claim 2, or claim 3.
【請求項5】前記会員属性定義情報解析手段が、会員管
理システムの初期起動時に動作して、前記会員属性定義
情報ファイルから全ての顧客の会員属性定義情報を前記
会員属性定義情報キャッシュエリアに読み込むことを特
徴とする請求項1,請求項2,請求項3,または請求項
4記載の会員管理システム。
5. The member attribute definition information analysis means operates at the initial startup of the member management system to read the member attribute definition information of all customers from the member attribute definition information file into the member attribute definition information cache area. The member management system according to claim 1, claim 2, claim 3, or claim 4.
【請求項6】前記会員属性定義情報解析手段が、会員の
ログイン時に前記会員属性定義情報キャッシュエリアに
読み込まれている該顧客の会員属性定義情報の更新日付
と前記会員属性定義情報ファイルの該顧客の会員属性定
義情報の更新日付とを比較し、両更新日付が異なる場合
にのみ前記会員属性定義情報ファイルから該顧客の会員
属性定義情報を前記会員属性定義情報キャッシュエリア
に再読み込みすることを特徴とする請求項1,請求項
2,請求項3,請求項4,または請求項5記載の会員管
理システム。
6. The member attribute definition information analyzing means updates the member attribute definition information of the customer read in the member attribute definition information cache area when the member logs in and the customer of the member attribute definition information file. The member attribute definition information is compared with the update date of the member attribute definition information, and the member attribute definition information of the customer is reloaded from the member attribute definition information file into the member attribute definition information cache area only when the update dates are different. The member management system according to claim 1, claim 2, claim 3, claim 4, or claim 5.
【請求項7】会員がインターネットを介してログインし
た際に該会員がどの顧客の会員管理に属するかを判別す
る工程と、判別された顧客の会員属性定義情報が会員属
性定義情報キャッシュエリアに存在するかどうかを確認
する工程と、該顧客の会員属性定義情報が前記会員属性
定義情報キャッシュエリアに存在した場合には、前記会
員属性定義情報キャッシュエリアに読み込まれている該
顧客の会員属性定義情報の更新日付と前記会員属性定義
情報ファイルの該顧客の会員属性定義情報の更新日付と
を比較して前記会員属性定義情報ファイルにおける該顧
客の会員属性定義情報が更新されているかどうかを確認
する工程と、該顧客の会員属性定義情報が更新されてい
たならば、前記会員属性定義情報ファイルから該顧客の
会員属性定義情報を解析して前記会員属性定義情報キャ
ッシュエリアに再読み込みし、前記会員属性定義情報キ
ャッシュエリアに再読み込みされた該顧客の会員属性定
義情報を会員のログイン時のセッション情報に複写する
工程と、会員が該顧客の新たなユーザインタフェース画
面をアクセスするたびに、会員のログイン時のセッショ
ン情報に複写されている該顧客の会員属性定義情報中の
項目属性定義および画面表示定義に即した形で会員デー
タのユーザインタフェース画面を表示する工程と、表示
されたユーザインタフェース画面に即した形で会員デー
タの入出力処理を行う工程とを含むことを特徴とする会
員属性定義情報のカスタマイズ管理方法。
7. A step of determining to which customer's member management the member belongs when the member logs in via the Internet, and the member attribute definition information of the determined customer exists in the member attribute definition information cache area. And if the member attribute definition information of the customer exists in the member attribute definition information cache area, the member attribute definition information of the customer read in the member attribute definition information cache area. And updating the update date of the member attribute definition information of the customer in the member attribute definition information file to check whether the member attribute definition information of the customer in the member attribute definition information file has been updated. If the member attribute definition information of the customer has been updated, the member attribute definition information of the customer is read from the member attribute definition information file. A step of analyzing and reloading into the member attribute definition information cache area, and copying the member attribute definition information of the customer reloaded into the member attribute definition information cache area into session information at the time of login of the member; Each time the customer's new user interface screen is accessed, the member data of the member attribute definition and the screen display definition in the member attribute definition information of the customer copied in the session information at the time of login of the member are displayed. A customized management method of member attribute definition information, characterized by including a step of displaying a user interface screen and a step of inputting / outputting member data in a form conforming to the displayed user interface screen.
【請求項8】前記会員属性定義情報ファイルにデフォル
トの会員属性定義情報を登録し、顧客の会員属性定義情
報が存在しないときにデフォルトの会員属性定義情報を
使用することを特徴とする請求項7記載の会員属性定義
情報のカスタマイズ管理方法。
8. The default member attribute definition information is registered in the member attribute definition information file, and the default member attribute definition information is used when the customer's member attribute definition information does not exist. How to manage the customized member attribute definition information.
【請求項9】会員管理システムの初期起動時に前記会員
属性定義情報ファイルから全ての顧客の会員属性定義情
報を前記会員属性定義情報キャッシュエリアに読み込む
ことを特徴とする請求項7,または請求項8記載の会員
属性定義情報のカスタマイズ管理方法。
9. The member attribute definition information cache area is read with the member attribute definition information of all the customers from the member attribute definition information file when the member management system is initially activated. How to manage the customized member attribute definition information.
【請求項10】会員がインターネットを介してログイン
した際に該会員がどの顧客の会員管理に属するかを判別
する手順と、判別された顧客の会員属性定義情報が会員
属性定義情報キャッシュエリアに存在するかどうかを確
認する手順と、該顧客の会員属性定義情報が前記会員属
性定義情報キャッシュエリアに存在した場合には、前記
会員属性定義情報キャッシュエリアに読み込まれている
該顧客の会員属性定義情報の更新日付と前記会員属性定
義情報ファイルの該顧客の会員属性定義情報の更新日付
とを比較して前記会員属性定義情報ファイルにおける該
顧客の会員属性定義情報が更新されているかどうかを確
認する手順と、該顧客の会員属性定義情報が更新されて
いたならば、前記会員属性定義情報ファイルから該顧客
の会員属性定義情報を解析して前記会員属性定義情報キ
ャッシュエリアに再読み込みし、前記会員属性定義情報
キャッシュエリアに再読み込みされた該顧客の会員属性
定義情報を会員のログイン時のセッション情報に複写す
る手順と、会員が該顧客の新たなユーザインタフェース
画面をアクセスするたびに、会員のログイン時のセッシ
ョン情報に複写されている該顧客の会員属性定義情報中
の項目属性定義および画面表示定義に即した形で会員デ
ータのユーザインタフェース画面を表示する手順と、表
示されたユーザインタフェース画面に即した形で会員デ
ータの入出力処理を行う手順とを実行するための会員管
理プログラム。
10. A procedure for determining to which customer's member management the member belongs when the member logs in via the Internet, and the member attribute definition information of the determined customer exists in the member attribute definition information cache area. And the member attribute definition information of the customer is present in the member attribute definition information cache area, the member attribute definition information of the customer read in the member attribute definition information cache area. And a update date of the member attribute definition information of the customer in the member attribute definition information file to check whether the member attribute definition information of the customer in the member attribute definition information file is updated. If the member attribute definition information of the customer has been updated, the member attribute definition information of the customer is updated from the member attribute definition information file. And a procedure for copying the member attribute definition information of the customer reloaded in the member attribute definition information cache area into session information at the time of login of the member, Each time a user accesses a new user interface screen of the customer, the member data is created in accordance with the item attribute definition and the screen display definition in the member attribute definition information of the customer copied in the session information at the time of login of the member. A member management program for executing the procedure for displaying the user interface screen of and the procedure for inputting and outputting the member data in a form conforming to the displayed user interface screen.
【請求項11】前記会員属性定義情報ファイルにデフォ
ルトの会員属性定義情報を登録し、顧客の会員属性定義
情報が存在しないときにデフォルトの会員属性定義情報
を使用することを特徴とする請求項10記載の会員管理
プログラム。
11. The default member attribute definition information is registered in the member attribute definition information file, and the default member attribute definition information is used when the customer's member attribute definition information does not exist. Membership management program as described.
【請求項12】会員管理システムの初期起動時に前記会
員属性定義情報ファイルから全ての顧客の会員属性定義
情報を前記会員属性定義情報キャッシュエリアに読み込
む手順を実行することを特徴とする請求項10,または
請求項11記載の会員管理プログラム。
12. A procedure for reading the member attribute definition information of all the customers from the member attribute definition information file into the member attribute definition information cache area at the time of initial activation of the member management system. Alternatively, the membership management program according to claim 11.
JP2002104567A 2002-04-05 2002-04-05 Member management system and customized method for managing member attribute definition information Pending JP2003296340A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002104567A JP2003296340A (en) 2002-04-05 2002-04-05 Member management system and customized method for managing member attribute definition information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002104567A JP2003296340A (en) 2002-04-05 2002-04-05 Member management system and customized method for managing member attribute definition information

Publications (1)

Publication Number Publication Date
JP2003296340A true JP2003296340A (en) 2003-10-17

Family

ID=29389726

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002104567A Pending JP2003296340A (en) 2002-04-05 2002-04-05 Member management system and customized method for managing member attribute definition information

Country Status (1)

Country Link
JP (1) JP2003296340A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111325006A (en) * 2020-03-17 2020-06-23 北京百度网讯科技有限公司 Information interaction method and device, electronic equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111325006A (en) * 2020-03-17 2020-06-23 北京百度网讯科技有限公司 Information interaction method and device, electronic equipment and storage medium
CN111325006B (en) * 2020-03-17 2023-05-05 北京百度网讯科技有限公司 Information interaction method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US10318620B2 (en) General purpose annotation service for portal-based applications
US8065323B2 (en) Offline validation of data in a database system for foreign key constraints
KR101444389B1 (en) Message catalogs for remote modules
EP1419632B1 (en) Network-based software extensions
CN1799051B (en) Method for browsing contents using page storing file
US6457046B1 (en) Information providing apparatus for server and computer-readable recording medium storing information providing program for server
US7904807B2 (en) System and method for copying formatting information between Web pages
EP2122561B1 (en) Web data usage platform
US7933871B2 (en) Discovering and updating templates
US7325188B1 (en) Method and system for dynamically capturing HTML elements
US7593960B2 (en) System and method for least work publishing
US20030005159A1 (en) Method and system for generating and serving multilingual web pages
JP2004164623A (en) Device, system, method, and program for generating display data and storage medium
US20090328028A1 (en) Electronic documents and methods for updating resource files for an application
US8214508B2 (en) Support apparatus, program, information processing system and support method
JP2004133925A (en) Information processor, method and program; service provision device, method and program; and recording medium
JP2006318304A (en) Password policy management server and password policy management method
US20040230901A1 (en) Portlet style conformity on pervasive agents
JP2007183916A (en) Method and apparatus for automatic form input on mobile devices
US20050024355A1 (en) Selecting items displayed on respective areas on a screen
WO2019161620A1 (en) Application dependency update method, terminal and device, and storage medium
US7895337B2 (en) Systems and methods of generating a content aware interface
JP2006313484A (en) Document management system, document management method, information processor, program and storage medium
JP2004334851A (en) Access controller
JP2003296340A (en) Member management system and customized method for managing member attribute definition information

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040426

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050124

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050323

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070119

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070418

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070508

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20071002