Uses of Interface
org.opencrx.kernel.base.jmi1.XmlExporter

Packages that use XmlExporter
org.opencrx.kernel.account1.jmi1   
org.opencrx.kernel.activity1.jmi1   
org.opencrx.kernel.building1.jmi1   
org.opencrx.kernel.code1.jmi1   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.depot1.jmi1   
org.opencrx.kernel.document1.jmi1   
org.opencrx.kernel.forecast1.jmi1   
org.opencrx.kernel.generic.jmi1   
org.opencrx.kernel.model1.jmi1   
org.opencrx.kernel.product1.jmi1   
org.opencrx.kernel.ras1.jmi1   
org.opencrx.kernel.reservation1.jmi1   
org.opencrx.kernel.uom1.jmi1   
org.opencrx.kernel.workflow1.jmi1   
 

Uses of XmlExporter in org.opencrx.kernel.account1.jmi1
 

Subinterfaces of XmlExporter in org.opencrx.kernel.account1.jmi1
 interface AbstractGroup
          Abstract class AbstractGroup
 interface Account
          Abstract class Account
 interface AccountAddress
          Abstract class AccountAddress
 interface AccountFilterGlobal
          Class AccountFilterGlobal
 interface AddressFilterGlobal
          Class AddressFilterGlobal
 interface Competitor
          Class Competitor
 interface Contact
          Class Contact
 interface ContactMembership
          Class ContactMembership
 interface ContactRelationship
          Class ContactRelationship
 interface CreditLimit
          Class CreditLimit
 interface EmailAddress
          Class EMailAddress
 interface EmploymentContract
          Class EmploymentContract
 interface Group
          Class Group
 interface LegalEntity
          Class LegalEntity
 interface Member
          Class Member
 interface Organization
          Class Organization
 interface OrganizationalUnit
          Class OrganizationalUnit
 interface OrganizationalUnitRelationship
          Class OrganizationalUnitRelationship
 interface PhoneNumber
          Class PhoneNumber
 interface PostalAddress
          Class PostalAddress
 interface RevenueReport
          Class RevenueReport
 interface Room
          Class Room
 interface Segment
          Class Segment
 interface UnspecifiedAccount
          Class UnspecifiedAccount
 interface WebAddress
          Class WebAddress
 

Methods in org.opencrx.kernel.account1.jmi1 with parameters of type XmlExporter
 PhoneNumber PhoneNumberClass.extendXmlExporter(XmlExporter _base, boolean isMain, boolean automaticParsing, short phoneCountryPrefix, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class PhoneNumber based on the superclass XmlExporter and all required attributes not included in this superclass.
 WebAddress WebAddressClass.extendXmlExporter(XmlExporter _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class WebAddress based on the superclass XmlExporter and all required attributes not included in this superclass.
 Room RoomClass.extendXmlExporter(XmlExporter _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Room based on the superclass XmlExporter and all required attributes not included in this superclass.
 EmailAddress EmailAddressClass.extendXmlExporter(XmlExporter _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EmailAddress based on the superclass XmlExporter and all required attributes not included in this superclass.
 PostalAddress PostalAddressClass.extendXmlExporter(XmlExporter _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class PostalAddress based on the superclass XmlExporter and all required attributes not included in this superclass.
 ContactMembership ContactMembershipClass.extendXmlExporter(XmlExporter _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass XmlExporter and all required attributes not included in this superclass.
 EmploymentContract EmploymentContractClass.extendXmlExporter(XmlExporter _base, Contact contact, Date effectiveOn, short employmentContractState, short employmentPosition, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class EmploymentContract based on the superclass XmlExporter and all required attributes not included in this superclass.
 ContactRelationship ContactRelationshipClass.extendXmlExporter(XmlExporter _base, Contact toContact, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactRelationship based on the superclass XmlExporter and all required attributes not included in this superclass.
 RevenueReport RevenueReportClass.extendXmlExporter(XmlExporter _base, short reportNumber, BigDecimal reportedRevenue, short reportingCurrency, short reportingQuarter, short reportingYear, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class RevenueReport based on the superclass XmlExporter and all required attributes not included in this superclass.
 Segment SegmentClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass XmlExporter and all required attributes not included in this superclass.
 CreditLimit CreditLimitClass.extendXmlExporter(XmlExporter _base, short creditCurrency, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class CreditLimit based on the superclass XmlExporter and all required attributes not included in this superclass.
 Contact ContactClass.extendXmlExporter(XmlExporter _base, short accountRating, short accountState, short education, short familyStatus, short gender, short preferredContactMethod, short preferredSpokenLanguage, short preferredWrittenLanguage, short salutationCode, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Contact based on the superclass XmlExporter and all required attributes not included in this superclass.
 UnspecifiedAccount UnspecifiedAccountClass.extendXmlExporter(XmlExporter _base, short accountRating, short accountState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class UnspecifiedAccount based on the superclass XmlExporter and all required attributes not included in this superclass.
 Group GroupClass.extendXmlExporter(XmlExporter _base, short accountRating, short accountState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Group based on the superclass XmlExporter and all required attributes not included in this superclass.
 LegalEntity LegalEntityClass.extendXmlExporter(XmlExporter _base, short accountRating, short accountState, String name, short industry, short numberOfEmployeesCategory, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class LegalEntity based on the superclass XmlExporter and all required attributes not included in this superclass.
 Competitor CompetitorClass.extendXmlExporter(XmlExporter _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass XmlExporter and all required attributes not included in this superclass.
 Member MemberClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Member based on the superclass XmlExporter and all required attributes not included in this superclass.
 AddressFilterGlobal AddressFilterGlobalClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressFilterGlobal based on the superclass XmlExporter and all required attributes not included in this superclass.
 AccountFilterGlobal AccountFilterGlobalClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AccountFilterGlobal based on the superclass XmlExporter and all required attributes not included in this superclass.
 Organization OrganizationClass.extendXmlExporter(XmlExporter _base, String name, short organizationState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Organization based on the superclass XmlExporter and all required attributes not included in this superclass.
 OrganizationalUnit OrganizationalUnitClass.extendXmlExporter(XmlExporter _base, String name, short organizationalUnitState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class OrganizationalUnit based on the superclass XmlExporter and all required attributes not included in this superclass.
 OrganizationalUnitRelationship OrganizationalUnitRelationshipClass.extendXmlExporter(XmlExporter _base, String name, short organizationalUnitRelationshipState, short relationshipType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class OrganizationalUnitRelationship based on the superclass XmlExporter and all required attributes not included in this superclass.
 

Uses of XmlExporter in org.opencrx.kernel.activity1.jmi1
 

Subinterfaces of XmlExporter in org.opencrx.kernel.activity1.jmi1
 interface Absence
          Class Absence
 interface Activity
          Abstract class Activity
 interface ActivityCategory
          Class ActivityCategory
 interface ActivityCreationAction
          Class ActivityCreationAction
 interface ActivityCreator
          Class ActivityCreator
 interface ActivityFilterGlobal
          Class ActivityFilterGlobal
 interface ActivityFollowUp
          Class ActivityFollowUp
 interface ActivityMilestone
          Class ActivityMilestone
 interface ActivityProcess
          Class ActivityProcess
 interface ActivityProcessAction
          Abstract class ActivityProcessAction
 interface ActivityProcessState
          Class ActivityProcessState
 interface ActivityProcessTransition
          Class ActivityProcessTransition
 interface ActivityTracker
          Class ActivityTracker
 interface ActivityType
          Class ActivityType
 interface AddressGroup
          Class AddressGroup
 interface AddressGroupMember
          Class AddressGroupMember
 interface Calendar
          Class Calendar
 interface Email
          Class EMail
 interface ExternalActivity
          Class ExternalActivity
 interface Fax
          Class Fax
 interface Incident
          Class Incident
 interface LinkedActivityFollowUpAction
          Class LinkedActivityFollowUpAction
 interface Mailing
          Class Mailing
 interface Meeting
          Class Meeting
 interface Mms
          Class Mms
 interface MmsSlide
          Class MmsSlide
 interface PhoneCall
          Class PhoneCall
 interface Resource
          Class Resource
 interface SalesVisit
          Class SalesVisit
 interface SetActualEndAction
          Class SetActualEndAction
 interface SetActualStartAction
          Class SetActualStartAction
 interface SetAssignedToAction
          Class SetAssignedToAction
 interface Sms
          Class Sms
 interface Task
          Class Task
 interface WfAction
          Class WfAction
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type XmlExporter
 AddressGroupMember AddressGroupMemberClass.extendXmlExporter(XmlExporter _base, AccountAddress address, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressGroupMember based on the superclass XmlExporter and all required attributes not included in this superclass.
 MmsSlide MmsSlideClass.extendXmlExporter(XmlExporter _base, int slideOrder, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class MmsSlide based on the superclass XmlExporter and all required attributes not included in this superclass.
 Segment SegmentClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityFollowUp ActivityFollowUpClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityFollowUp based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityType ActivityTypeClass.extendXmlExporter(XmlExporter _base, short activityClass, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityType based on the superclass XmlExporter and all required attributes not included in this superclass.
 Task TaskClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Task based on the superclass XmlExporter and all required attributes not included in this superclass.
 Sms SmsClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Sms based on the superclass XmlExporter and all required attributes not included in this superclass.
 SalesVisit SalesVisitClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class SalesVisit based on the superclass XmlExporter and all required attributes not included in this superclass.
 PhoneCall PhoneCallClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class PhoneCall based on the superclass XmlExporter and all required attributes not included in this superclass.
 Mms MmsClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Mms based on the superclass XmlExporter and all required attributes not included in this superclass.
 Meeting MeetingClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Meeting based on the superclass XmlExporter and all required attributes not included in this superclass.
 Mailing MailingClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Mailing based on the superclass XmlExporter and all required attributes not included in this superclass.
 Fax FaxClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Fax based on the superclass XmlExporter and all required attributes not included in this superclass.
 ExternalActivity ExternalActivityClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ExternalActivity based on the superclass XmlExporter and all required attributes not included in this superclass.
 Email EmailClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Email based on the superclass XmlExporter and all required attributes not included in this superclass.
 Absence AbsenceClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Absence based on the superclass XmlExporter and all required attributes not included in this superclass.
 Incident IncidentClass.extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass XmlExporter and all required attributes not included in this superclass.
 Resource ResourceClass.extendXmlExporter(XmlExporter _base, String name, BigDecimal overtimeRate, short rateCurrency, BigDecimal standardRate, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Resource based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityTracker ActivityTrackerClass.extendXmlExporter(XmlExporter _base, String name, int estimateEffortHours, int estimateEffortMinutes, int estimateMaxDeviation, int sumEstimateEffortHours, int sumEstimateEffortMinutes, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityTracker based on the superclass XmlExporter and all required attributes not included in this superclass.
 WfAction WfActionClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class WfAction based on the superclass XmlExporter and all required attributes not included in this superclass.
 SetAssignedToAction SetAssignedToActionClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class SetAssignedToAction based on the superclass XmlExporter and all required attributes not included in this superclass.
 SetActualStartAction SetActualStartActionClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class SetActualStartAction based on the superclass XmlExporter and all required attributes not included in this superclass.
 SetActualEndAction SetActualEndActionClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class SetActualEndAction based on the superclass XmlExporter and all required attributes not included in this superclass.
 Calendar CalendarClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Calendar based on the superclass XmlExporter and all required attributes not included in this superclass.
 AddressGroup AddressGroupClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressGroup based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityProcessState ActivityProcessStateClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityProcessState based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityProcess ActivityProcessClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityProcess based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityMilestone ActivityMilestoneClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityMilestone based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityFilterGlobal ActivityFilterGlobalClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityFilterGlobal based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityCategory ActivityCategoryClass.extendXmlExporter(XmlExporter _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityCategory based on the superclass XmlExporter and all required attributes not included in this superclass.
 LinkedActivityFollowUpAction LinkedActivityFollowUpActionClass.extendXmlExporter(XmlExporter _base, String name, short activityLinkType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class LinkedActivityFollowUpAction based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityProcessTransition ActivityProcessTransitionClass.extendXmlExporter(XmlExporter _base, String name, short newActivityState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityProcessTransition based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityCreator ActivityCreatorClass.extendXmlExporter(XmlExporter _base, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityCreator based on the superclass XmlExporter and all required attributes not included in this superclass.
 ActivityCreationAction ActivityCreationActionClass.extendXmlExporter(XmlExporter _base, String activityName, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityCreationAction based on the superclass XmlExporter and all required attributes not included in this superclass.
 

Uses of XmlExporter in org.opencrx.kernel.building1.jmi1
 

Subinterfaces of XmlExporter in org.opencrx.kernel.building1.jmi1
 interface AccountAssignmentInventoryItem
          Class AccountAssignmentInventoryItem
 interface Building
          Class Building
 interface BuildingComplex
          Class BuildingComplex
 interface BuildingUnit
          Class BuildingUnit
 interface Facility
          Class Facility
 interface InventoryItem
          Class InventoryItem
 interface LinkableItemLinkTo
          Class LinkableItemLinkTo
 

Methods in org.opencrx.kernel.building1.jmi1 with parameters of type XmlExporter
 Segment SegmentClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass XmlExporter and all required attributes not included in this superclass.
 LinkableItemLinkTo LinkableItemLinkToClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass XmlExporter and all required attributes not included in this superclass.
 InventoryItem InventoryItemClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short inventoryItemType, String name, boolean disabled)
          Creates an instance of class InventoryItem based on the superclass XmlExporter and all required attributes not included in this superclass.
 Facility FacilityClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short facilityType, String name, boolean disabled)
          Creates an instance of class Facility based on the superclass XmlExporter and all required attributes not included in this superclass.
 AccountAssignmentInventoryItem AccountAssignmentInventoryItemClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short accountRole, String name, boolean disabled)
          Creates an instance of class AccountAssignmentInventoryItem based on the superclass XmlExporter and all required attributes not included in this superclass.
 BuildingComplex BuildingComplexClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class BuildingComplex based on the superclass XmlExporter and all required attributes not included in this superclass.
 Building BuildingClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class Building based on the superclass XmlExporter and all required attributes not included in this superclass.
 BuildingUnit BuildingUnitClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short buildingUnitType, boolean disabled)
          Creates an instance of class BuildingUnit based on the superclass XmlExporter and all required attributes not included in this superclass.
 

Uses of XmlExporter in org.opencrx.kernel.code1.jmi1
 

Subinterfaces of XmlExporter in org.opencrx.kernel.code1.jmi1
 interface CodeValueContainer
          Class CodeValueContainer
 

Methods in org.opencrx.kernel.code1.jmi1 with parameters of type XmlExporter
 Segment SegmentClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class