1 package org.opencrx.kernel.generic.cci; 14 15 public interface genericPackage 16 extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 { 17 18 19 public org.opencrx.kernel.generic.cci.GenericAccountFilter createGenericAccountFilter( 23 ); 24 25 public org.opencrx.kernel.generic.cci.GenericAccountFilter createGenericAccountFilter( 26 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 27 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 28 ); 29 30 public org.opencrx.kernel.generic.cci.RatingClass getRatingClass(); 34 35 public org.opencrx.kernel.generic.cci.RatingFilter createRatingFilter( 39 ); 40 41 public org.opencrx.kernel.generic.cci.RatingFilter createRatingFilter( 42 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 43 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 44 ); 45 46 public org.opencrx.kernel.generic.cci.DescriptionClass getDescriptionClass(); 50 51 public org.opencrx.kernel.generic.cci.DescriptionFilter createDescriptionFilter( 55 ); 56 57 public org.opencrx.kernel.generic.cci.DescriptionFilter createDescriptionFilter( 58 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 59 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 60 ); 61 62 public org.opencrx.kernel.generic.cci.CrxObjectFilter createCrxObjectFilter( 66 ); 67 68 public org.opencrx.kernel.generic.cci.CrxObjectFilter createCrxObjectFilter( 69 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 70 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 71 ); 72 73 public org.opencrx.kernel.generic.cci.MediaClass getMediaClass(); 77 78 public org.opencrx.kernel.generic.cci.MediaFilter createMediaFilter( 82 ); 83 84 public org.opencrx.kernel.generic.cci.MediaFilter createMediaFilter( 85 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 86 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 87 ); 88 89 public org.opencrx.kernel.generic.cci.NoteClass getNoteClass(); 93 94 public org.opencrx.kernel.generic.cci.NoteFilter createNoteFilter( 98 ); 99 100 public org.opencrx.kernel.generic.cci.NoteFilter createNoteFilter( 101 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 102 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 103 ); 104 105 public org.opencrx.kernel.generic.cci.AdditionalExternalLinkClass getAdditionalExternalLinkClass(); 109 110 public org.opencrx.kernel.generic.cci.AdditionalExternalLinkFilter createAdditionalExternalLinkFilter( 114 ); 115 116 public org.opencrx.kernel.generic.cci.AdditionalExternalLinkFilter createAdditionalExternalLinkFilter( 117 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 118 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 119 ); 120 121 public org.opencrx.kernel.generic.cci.PicturedFilter createPicturedFilter( 125 ); 126 127 public org.opencrx.kernel.generic.cci.PicturedFilter createPicturedFilter( 128 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 129 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 130 ); 131 132 public org.opencrx.kernel.generic.cci.DescriptionContainerFilter createDescriptionContainerFilter( 136 ); 137 138 public org.opencrx.kernel.generic.cci.DescriptionContainerFilter createDescriptionContainerFilter( 139 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 140 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 141 ); 142 143 public org.opencrx.kernel.generic.cci.DocumentAttachmentClass getDocumentAttachmentClass(); 147 148 public org.opencrx.kernel.generic.cci.DocumentAttachmentFilter createDocumentAttachmentFilter( 152 ); 153 154 public org.opencrx.kernel.generic.cci.DocumentAttachmentFilter createDocumentAttachmentFilter( 155 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 156 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 157 ); 158 159 } 163 | Popular Tags |