Uses of Class
com.jalios.jcms.Form.SubmitMemberSelector
-
Packages that use Form.SubmitMemberSelector Package Description com.jalios.jcms Contains the core JPlatform classes. -
-
Uses of Form.SubmitMemberSelector in com.jalios.jcms
Methods in com.jalios.jcms that return Form.SubmitMemberSelector Modifier and Type Method Description static Form.SubmitMemberSelector
Form. getSubmitMemberSelector(Member member)
Return a DataSelector which selects all the forms the given member has submittedstatic Form.SubmitMemberSelector
Form. getSubmitMemberSelector(Member member, int pstatus)
Return a DataSelector which selects all the forms the given member has submitted which are in a given state
-