org.opencrx.kernel.home1.cci
Class ChangePasswordParamsFilterImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefFilter_1
      extended by org.openmdx.base.accessor.jmi.spi.RefPredicate_1
          extended by org.opencrx.kernel.home1.cci.ChangePasswordParamsFilterImpl
All Implemented Interfaces:
Serializable, ChangePasswordParamsFilter, ChangePasswordParamsQuery, RefFilter_1_0, RefFilter_1_1, AnyTypePredicate

public class ChangePasswordParamsFilterImpl
extends RefPredicate_1
implements ChangePasswordParamsFilter, ChangePasswordParamsQuery

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
filter, name, quantor
 
Constructor Summary
ChangePasswordParamsFilterImpl(RefPackage_1_0 aPackage)
           
ChangePasswordParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers)
           
ChangePasswordParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers, RefFilter_1_0 delegateFilter, Short delegateQuantor, String delegateName)
           
 
Method Summary
 void forAllNewPassword(short operator, Collection values)
           
 void forAllNewPassword(short operator, String[] filterValues)
           
 void forAllNewPasswordVerification(short operator, Collection values)
           
 void forAllNewPasswordVerification(short operator, String[] filterValues)
           
 void forAllOldPassword(short operator, Collection values)
           
 void forAllOldPassword(short operator, String[] filterValues)
           
 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!
 void orderByNewPassword(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 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!
 void orderByNewPasswordVerification(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 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!
 void orderByOldPassword(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsNewPassword(short operator, Collection values)
           
 void thereExistsNewPassword(short operator, String[] filterValues)
           
 void thereExistsNewPasswordVerification(short operator, Collection values)
           
 void thereExistsNewPasswordVerification(short operator, String[] filterValues)
           
 void thereExistsOldPassword(short operator, Collection values)
           
 void thereExistsOldPassword(short operator, String[] filterValues)
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Constructor Detail

ChangePasswordParamsFilterImpl

public ChangePasswordParamsFilterImpl(RefPackage_1_0 aPackage)

ChangePasswordParamsFilterImpl

public ChangePasswordParamsFilterImpl(RefPackage_1_0 aPackage,
                                      FilterProperty[] filterProperties,
                                      AttributeSpecifier[] attributeSpecifiers)

ChangePasswordParamsFilterImpl

public ChangePasswordParamsFilterImpl(RefPackage_1_0 aPackage,
                                      FilterProperty[] filterProperties,
                                      AttributeSpecifier[] attributeSpecifiers,
                                      RefFilter_1_0 delegateFilter,
                                      Short delegateQuantor,
                                      String delegateName)
Method Detail

forAllNewPassword

public void forAllNewPassword(short operator,
                              Collection values)
Specified by:
forAllNewPassword in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsNewPassword

public void thereExistsNewPassword(short operator,
                                   Collection values)
Specified by:
thereExistsNewPassword in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllNewPassword

public void forAllNewPassword(short operator,
                              String[] filterValues)
Specified by:
forAllNewPassword in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsNewPassword

public void thereExistsNewPassword(short operator,
                                   String[] filterValues)
Specified by:
thereExistsNewPassword in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByNewPassword

public void orderByNewPassword(short order)
Description copied from interface: ChangePasswordParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByNewPassword in interface ChangePasswordParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

newPassword

public StringTypePredicate newPassword()
Specified by:
newPassword in interface ChangePasswordParamsQuery

orderByNewPassword

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

Specified by:
orderByNewPassword in interface ChangePasswordParamsQuery

forAllNewPasswordVerification

public void forAllNewPasswordVerification(short operator,
                                          Collection values)
Specified by:
forAllNewPasswordVerification in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsNewPasswordVerification

public void thereExistsNewPasswordVerification(short operator,
                                               Collection values)
Specified by:
thereExistsNewPasswordVerification in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllNewPasswordVerification

public void forAllNewPasswordVerification(short operator,
                                          String[] filterValues)
Specified by:
forAllNewPasswordVerification in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsNewPasswordVerification

public void thereExistsNewPasswordVerification(short operator,
                                               String[] filterValues)
Specified by:
thereExistsNewPasswordVerification in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByNewPasswordVerification

public void orderByNewPasswordVerification(short order)
Description copied from interface: ChangePasswordParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByNewPasswordVerification in interface ChangePasswordParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

newPasswordVerification

public StringTypePredicate newPasswordVerification()
Specified by:
newPasswordVerification in interface ChangePasswordParamsQuery

orderByNewPasswordVerification

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

Specified by:
orderByNewPasswordVerification in interface ChangePasswordParamsQuery

forAllOldPassword

public void forAllOldPassword(short operator,
                              Collection values)
Specified by:
forAllOldPassword in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsOldPassword

public void thereExistsOldPassword(short operator,
                                   Collection values)
Specified by:
thereExistsOldPassword in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllOldPassword

public void forAllOldPassword(short operator,
                              String[] filterValues)
Specified by:
forAllOldPassword in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsOldPassword

public void thereExistsOldPassword(short operator,
                                   String[] filterValues)
Specified by:
thereExistsOldPassword in interface ChangePasswordParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByOldPassword

public void orderByOldPassword(short order)
Description copied from interface: ChangePasswordParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByOldPassword in interface ChangePasswordParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

oldPassword

public StringTypePredicate oldPassword()
Specified by:
oldPassword in interface ChangePasswordParamsQuery

orderByOldPassword

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

Specified by:
orderByOldPassword in interface ChangePasswordParamsQuery


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