KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > security > realm1 > cci > realm1Package


1 // ----------------------------------------------------------------------------
2
// Package/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:56 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.security.realm1.cci;
14
15 public interface realm1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfClassAccessor
21
// ----------------------------------------------------------------------------
22
public org.opencrx.security.realm1.cci.PrincipalClass getPrincipalClass();
23
24 // ----------------------------------------------------------------------------
25
// Package/IntfFilterCreator
26
// ----------------------------------------------------------------------------
27
public org.opencrx.security.realm1.cci.PrincipalFilter createPrincipalFilter(
28   );
29
30   public org.opencrx.security.realm1.cci.PrincipalFilter createPrincipalFilter(
31     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
32     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
33   );
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfClassAccessor
37
// ----------------------------------------------------------------------------
38
public org.opencrx.security.realm1.cci.UserClass getUserClass();
39
40 // ----------------------------------------------------------------------------
41
// Package/IntfFilterCreator
42
// ----------------------------------------------------------------------------
43
public org.opencrx.security.realm1.cci.UserFilter createUserFilter(
44   );
45
46   public org.opencrx.security.realm1.cci.UserFilter createUserFilter(
47     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
48     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
49   );
50
51 // ----------------------------------------------------------------------------
52
// Package/IntfClassAccessor
53
// ----------------------------------------------------------------------------
54
public org.opencrx.security.realm1.cci.PrincipalGroupClass getPrincipalGroupClass();
55
56 // ----------------------------------------------------------------------------
57
// Package/IntfFilterCreator
58
// ----------------------------------------------------------------------------
59
public org.opencrx.security.realm1.cci.PrincipalGroupFilter createPrincipalGroupFilter(
60   );
61
62   public org.opencrx.security.realm1.cci.PrincipalGroupFilter createPrincipalGroupFilter(
63     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
64     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
65   );
66
67 // ----------------------------------------------------------------------------
68
// Package/IntfEnd.vm
69
// ----------------------------------------------------------------------------
70
}
71
Popular Tags