org.opencrx.application.shop1.cci2
Interface CredentialsTQuery

All Superinterfaces:
AnyTypePredicate

public interface CredentialsTQuery
extends AnyTypePredicate


Method Summary
 SimpleTypeOrder orderByPasswordMd5()
          Allows to adds a sort instruction for CredentialsT depending the feature passwordMd5 Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByResetPasswordChallenge()
          Allows to adds a sort instruction for CredentialsT depending the feature resetPasswordChallenge Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByResetPasswordResponse()
          Allows to adds a sort instruction for CredentialsT depending the feature resetPasswordResponse Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByUserName()
          Allows to adds a sort instruction for CredentialsT depending the feature userName Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate passwordMd5()
           
 StringTypePredicate resetPasswordChallenge()
           
 StringTypePredicate resetPasswordResponse()
           
 StringTypePredicate userName()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

passwordMd5

StringTypePredicate passwordMd5()

orderByPasswordMd5

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


resetPasswordChallenge

StringTypePredicate resetPasswordChallenge()

orderByResetPasswordChallenge

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


resetPasswordResponse

StringTypePredicate resetPasswordResponse()

orderByResetPasswordResponse

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


userName

StringTypePredicate userName()

orderByUserName

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



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