This is a cache of http://dbflute.seasar.org/data/doc/lastadoc/lastadoc-dockside.html. It is a snapshot of the page at 2024-11-13T01:05:04.004+0000.
dock<strong>s</strong>ide la<strong>s</strong>tadoc
▲Page Top

lastadoc for dockside

No. URL description class#method Form or Body return
1 /member/add/ @author&nbsp;jflute MemberAddAction#index() HtmlResponse
2 /member/add/register @author&nbsp;jflute MemberAddAction#register() MemberAddForm HtmlResponse
3 /member/edit/{memberId:Integer} @author&nbsp;jflute MemberEditAction#index() HtmlResponse
4 /member/edit/update @author&nbsp;jflute MemberEditAction#update() MemberEditForm HtmlResponse
5 /member/edit/withdrawal @author&nbsp;jflute MemberEditAction#withdrawal() MemberEditForm HtmlResponse
6 /member/list/{pageNumber:OptionalThing<Integer>} @author&nbsp;jflute MemberListAction#index() MembersearchForm HtmlResponse
7 /member/purchase/list/{memberId:Integer} @author&nbsp;jflute MemberPurchaseListAction#index() HtmlResponse
8 /mypage/ @author&nbsp;jflute MypageAction#index() HtmlResponse
9 /product/detail/{productId:Integer} @author&nbsp;jflute ProductDetailAction#index() HtmlResponse
10 /product/list/{pageNumber:OptionalThing<Integer>} @author&nbsp;jflute ProductListAction#index() ProductsearchForm HtmlResponse
11 /profile/ @author&nbsp;jflute ProfileAction#index() HtmlResponse
12 /purchase/list/{pageNumber:OptionalThing<Integer>} Action&nbsp;class&nbsp;for&nbsp;purchase&nbsp;list&nbsp;page. PurchaseListAction#index() PurchasesearchForm HtmlResponse
13 /root/ @author&nbsp;jflute RootAction#index() HtmlResponse
14 /signin/ @author&nbsp;jflute signinAction#index() HtmlResponse
15 /signin/signin @author&nbsp;jflute signinAction#signin() signinForm HtmlResponse
16 /signin/reminder/ @author&nbsp;masaki.kamachi signinReminderAction#index() HtmlResponse
17 /signout/ @author&nbsp;toshiaki.arai signoutAction#index() HtmlResponse
18 /signup/ @author&nbsp;annie_pocket signupAction#index() HtmlResponse
19 /signup/signup @author&nbsp;annie_pocket signupAction#signup() signupForm HtmlResponse
20 /signup/register/{account:string}/{token:string} @author&nbsp;annie_pocket signupAction#register() HtmlResponse
21 /withdrawal/ @author&nbsp;annie_pocket WithdrawalAction#index() HtmlResponse
22 /withdrawal/confirm @author&nbsp;annie_pocket WithdrawalAction#confirm() WithdrawalForm HtmlResponse
23 /withdrawal/done @author&nbsp;annie_pocket WithdrawalAction#done() WithdrawalForm HtmlResponse

/member/add/

Execute Method: org.docksidestage.app.web.member.MemberAddAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: asHtml(path_Member_MemberAddHtml)

/member/add/register

Execute Method: org.docksidestage.app.web.member.MemberAddAction#register()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: MemberAddForm

@author&nbsp;jflute

No. name type comment annotations
1 memberName

string

@Required
2 memberAccount

string

@Required
3 birthdate

LocalDate

4 memberstatus

Memberstatus

{FML=Formalized,&nbsp;PRV=Provisional,&nbsp;WDL=Withdrawal}

@Required
Return as: HtmlResponse

implementations: asHtml(path_Member_MemberAddHtml),redirect(MemberListAction.class)

/member/edit/{memberId:Integer}

Execute Method: org.docksidestage.app.web.member.MemberEditAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: asHtml(path_Member_MemberEditHtml)

/member/edit/update

Execute Method: org.docksidestage.app.web.member.MemberEditAction#update()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: MemberEditForm

@author&nbsp;jflute

No. name type comment annotations
1 memberId

Integer

@Required{groups=[ClientError]}
2 memberName

string

@Required
3 memberAccount

string

@Required
4 birthdate

LocalDate

5 formalizedDate

LocalDate

6 memberstatus

Memberstatus

new&nbsp;status&nbsp;

{FML=Formalized,&nbsp;PRV=Provisional,&nbsp;WDL=Withdrawal}

@Required
7 latestLoginDatetime

LocalDateTime

8 updateDatetime

LocalDateTime

9 previousstatus

Memberstatus

{FML=Formalized,&nbsp;PRV=Provisional,&nbsp;WDL=Withdrawal}

@Required{groups=[ClientError]}
10 versionNo

Long

@Required{groups=[ClientError]}
Return as: HtmlResponse

implementations: asHtml(path_Member_MemberEditHtml),redirectById(MemberEditAction.class, member.getMemberId()

/member/edit/withdrawal

Execute Method: org.docksidestage.app.web.member.MemberEditAction#withdrawal()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: MemberEditForm

@author&nbsp;jflute

No. name type comment annotations
1 memberId

Integer

@Required{groups=[ClientError]}
2 memberName

string

@Required
3 memberAccount

string

@Required
4 birthdate

LocalDate

5 formalizedDate

LocalDate

6 memberstatus

Memberstatus

new&nbsp;status&nbsp;

{FML=Formalized,&nbsp;PRV=Provisional,&nbsp;WDL=Withdrawal}

@Required
7 latestLoginDatetime

LocalDateTime

8 updateDatetime

LocalDateTime

9 previousstatus

Memberstatus

{FML=Formalized,&nbsp;PRV=Provisional,&nbsp;WDL=Withdrawal}

@Required{groups=[ClientError]}
10 versionNo

Long

@Required{groups=[ClientError]}
Return as: HtmlResponse

implementations: asHtml(path_Member_MemberEditHtml),redirect(MemberListAction.class)

/member/list/{pageNumber:OptionalThing<Integer>}

Execute Method: org.docksidestage.app.web.member.MemberListAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: MembersearchForm

@author&nbsp;jflute

No. name type comment annotations
1 memberName

string

2 memberstatus

Memberstatus

{FML=Formalized,&nbsp;PRV=Provisional,&nbsp;WDL=Withdrawal}

3 purchaseProductName

string

4 unpaid

boolean

5 formalizedFrom

LocalDate

6 formalizedTo

LocalDate

Return as: HtmlResponse

implementations: asHtml(path_Member_MemberListHtml),mappingToBean(member),asHtml(path_Member_MemberListHtml)

/member/purchase/list/{memberId:Integer}

Execute Method: org.docksidestage.app.web.member.purchase.MemberPurchaseListAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: ##unanalyzable##

/mypage/

Execute Method: org.docksidestage.app.web.mypage.MypageAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: new MypageProductBean(member),asHtml(path_Mypage_MypageHtml)

/product/detail/{productId:Integer}

Execute Method: org.docksidestage.app.web.product.ProductDetailAction#index()

annotations: @AllowAnyoneAccess @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: asHtml(path_Product_ProductListHtml),asHtml(path_Product_ProductDetailHtml)

/product/list/{pageNumber:OptionalThing<Integer>}

Execute Method: org.docksidestage.app.web.product.ProductListAction#index()

annotations: @AllowAnyoneAccess @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: ProductsearchForm

@author&nbsp;jflute

No. name type comment annotations
1 productName

string

@Length{max=10}
2 productstatus

Productstatus

{PsT=Productionstop,&nbsp;ssT=salestop,&nbsp;ONs=OnsaleProduction}

3 purchaseMemberName

string

@Length{max=5}
Return as: HtmlResponse

implementations: asHtml(path_Product_ProductListHtml),mappingToBean(product),asHtml(path_Product_ProductListHtml)

/profile/

Execute Method: org.docksidestage.app.web.profile.ProfileAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*&nbsp;@author&nbsp;deco
&nbsp;*/

Return as: HtmlResponse

implementations: asHtml(path_Profile_ProfileHtml)

/purchase/list/{pageNumber:OptionalThing<Integer>}

Execute Method: org.docksidestage.app.web.purchase.PurchaseListAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;Action&nbsp;class&nbsp;for&nbsp;purchase&nbsp;list&nbsp;page.
&nbsp;*&nbsp;@author&nbsp;toshiaki.arai
&nbsp;*/

Form or Body: PurchasesearchForm

@author&nbsp;toshiaki.arai

Return as: HtmlResponse

implementations: mappingToBean(purchase),asHtml(path_Purchase_PurchaseListHtml)

/root/

Execute Method: org.docksidestage.app.web.RootAction#index()

annotations: @AllowAnyoneAccess @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: redirect(MypageAction.class)

/signin/

Execute Method: org.docksidestage.app.web.signin.signinAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: redirect(RootAction.class),asHtml(path_signin_signinHtml)

/signin/signin

Execute Method: org.docksidestage.app.web.signin.signinAction#signin()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: signinForm

The&nbsp;form&nbsp;of&nbsp;member's&nbsp;Login.

No. name type comment annotations
1 account

string

@Required
2 password

string

@Required
3 rememberMe

boolean

Return as: HtmlResponse

implementations: asHtml(path_signin_signinHtml),docksideLoginAssist.loginRedirect(form.account, form.password, op -> op.rememberMe(form.rememberMe),redirect(RootAction.class)

/signin/reminder/

Execute Method: org.docksidestage.app.web.signin.signinReminderAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;masaki.kamachi
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: asHtml(path_signin_signinReminderHtml)

/signout/

Execute Method: org.docksidestage.app.web.signout.signoutAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;toshiaki.arai
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: redirect(signinAction.class)

/signup/

Execute Method: org.docksidestage.app.web.signup.signupAction#index()

annotations: @AllowAnyoneAccess @Execute

/**
&nbsp;*&nbsp;@author&nbsp;annie_pocket
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: asHtml(path_signup_signupHtml)

/signup/signup

Execute Method: org.docksidestage.app.web.signup.signupAction#signup()

annotations: @AllowAnyoneAccess @Execute

/**
&nbsp;*&nbsp;@author&nbsp;annie_pocket
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: signupForm

@author&nbsp;annie_pocket

No. name type comment annotations
1 memberName

string

@Required
2 memberAccount

string

@Required
3 password

string

@Required
4 reminderQuestion

string

@Required
5 reminderAnswer

string

@Required
Return as: HtmlResponse

implementations: asHtml(path_signup_signupHtml),redirect(MypageAction.class)

/signup/register/{account:string}/{token:string}

Execute Method: org.docksidestage.app.web.signup.signupAction#register()

annotations: @AllowAnyoneAccess @Execute

/**
&nbsp;*&nbsp;@author&nbsp;annie_pocket
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: redirect(signinAction.class)

/withdrawal/

Execute Method: org.docksidestage.app.web.withdrawal.WithdrawalAction#index()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;annie_pocket
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Return as: HtmlResponse

implementations: asHtml(path_Withdrawal_WithdrawalHtml)

/withdrawal/confirm

Execute Method: org.docksidestage.app.web.withdrawal.WithdrawalAction#confirm()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;annie_pocket
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: WithdrawalForm

@author&nbsp;annie_pocket

No. name type comment annotations
1 reasonCode

WithdrawalReason

{OTH=OTH,&nbsp;PRD=PRD,&nbsp;FRT=FRT,&nbsp;sIT=sIT}

2 reasonInput

string

@Length{max=3}
Return as: HtmlResponse

implementations: asHtml(path_Withdrawal_WithdrawalHtml),asHtml(path_Withdrawal_WithdrawalConfirmHtml)

/withdrawal/done

Execute Method: org.docksidestage.app.web.withdrawal.WithdrawalAction#done()

annotations: @Execute

/**
&nbsp;*&nbsp;@author&nbsp;annie_pocket
&nbsp;*&nbsp;@author&nbsp;jflute
&nbsp;*/

Form or Body: WithdrawalForm

@author&nbsp;annie_pocket

No. name type comment annotations
1 reasonCode

WithdrawalReason

{OTH=OTH,&nbsp;PRD=PRD,&nbsp;FRT=FRT,&nbsp;sIT=sIT}

2 reasonInput

string

@Length{max=3}
Return as: HtmlResponse

implementations: asHtml(path_Withdrawal_WithdrawalHtml),redirect(signoutAction.class)