org.opencrx.kernel.home1.query
Interface ChangePasswordParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
ChangePasswordParamsFilterImpl

public interface ChangePasswordParamsQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate newPassword()
           
 StringTypePredicate newPasswordVerification()
           
 StringTypePredicate oldPassword()
           
 SimpleTypeOrder orderByNewPassword()
          Allows to adds a sort instruction for ChangePasswordParams depending the feature newPassword Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByNewPasswordVerification()
          Allows to adds a sort instruction for ChangePasswordParams depending the feature newPasswordVerification Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByOldPassword()
          Allows to adds a sort instruction for ChangePasswordParams depending the feature oldPassword Note: The order in which orderBy… instructions are given is relevant!
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

newPassword

StringTypePredicate newPassword()

orderByNewPassword

SimpleTypeOrder orderByNewPassword()
Allows to adds a sort instruction for ChangePasswordParams depending the feature newPassword Note: The order in which orderBy… instructions are given is relevant!


newPasswordVerification

StringTypePredicate newPasswordVerification()

orderByNewPasswordVerification

SimpleTypeOrder orderByNewPasswordVerification()
Allows to adds a sort instruction for ChangePasswordParams depending the feature newPasswordVerification Note: The order in which orderBy… instructions are given is relevant!


oldPassword

StringTypePredicate oldPassword()

orderByOldPassword

SimpleTypeOrder orderByOldPassword()
Allows to adds a sort instruction for ChangePasswordParams depending the feature oldPassword Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.