Uses of Interface
org.opencrx.kernel.generic.cci.CrxObject

Packages that use CrxObject
org.opencrx.kernel.account1.cci   
org.opencrx.kernel.activity1.cci   
org.opencrx.kernel.building1.cci   
org.opencrx.kernel.contract1.cci   
org.opencrx.kernel.depot1.cci   
org.opencrx.kernel.forecast1.cci   
org.opencrx.kernel.generic.cci   
org.opencrx.kernel.model1.cci   
org.opencrx.kernel.product1.cci   
org.opencrx.kernel.ras1.cci   
org.opencrx.kernel.reservation1.cci   
org.opencrx.kernel.workflow1.cci   
 

Uses of CrxObject in org.opencrx.kernel.account1.cci
 

Subinterfaces of CrxObject in org.opencrx.kernel.account1.cci
 interface AbstractGroup
           
 interface Account
           
 interface AccountAddress
           
 interface AccountFilterGlobal
           
 interface AddressFilterGlobal
           
 interface Competitor
           
 interface Contact
           
 interface ContactMembership
           
 interface ContactRelationship
           
 interface CreditLimit
           
 interface EMailAddress
           
 interface EmploymentContract
           
 interface Group
           
 interface LegalEntity
           
 interface Member
           
 interface Organization
           
 interface OrganizationalUnit
           
 interface OrganizationalUnitRelationship
           
 interface PhoneNumber
           
 interface PostalAddress
           
 interface RevenueReport
           
 interface Room
           
 interface UnspecifiedAccount
           
 interface WebAddress
           
 

Classes in org.opencrx.kernel.account1.cci that implement CrxObject
 class AbstractGroupImpl
           
 class AccountAddressImpl
           
 class AccountFilterGlobalImpl
           
 class AccountImpl
           
 class AddressFilterGlobalImpl
           
 class CompetitorImpl
           
 class ContactImpl
           
 class ContactMembershipImpl
           
 class ContactRelationshipImpl
           
 class CreditLimitImpl
           
 class EMailAddressImpl
           
 class EmploymentContractImpl
           
 class GroupImpl
           
 class LegalEntityImpl
           
 class MemberImpl
           
 class OrganizationalUnitImpl
           
 class OrganizationalUnitRelationshipImpl
           
 class OrganizationImpl
           
 class PhoneNumberImpl
           
 class PostalAddressImpl
           
 class RevenueReportImpl
           
 class RoomImpl
           
 class UnspecifiedAccountImpl
           
 class WebAddressImpl
           
 

Methods in org.opencrx.kernel.account1.cci with parameters of type CrxObject
 WebAddress WebAddressClassImpl.extendCrxObject(CrxObject _base, boolean isMain)
           
 WebAddress WebAddressClass.extendCrxObject(CrxObject _base, boolean isMain)
          Creates an instance of class WebAddress based on the superclass CrxObject and all required attributes not included in this superclass.
 Room RoomClassImpl.extendCrxObject(CrxObject _base, boolean isMain)
           
 Room RoomClass.extendCrxObject(CrxObject _base, boolean isMain)
          Creates an instance of class Room based on the superclass CrxObject and all required attributes not included in this superclass.
 PhoneNumber PhoneNumberClassImpl.extendCrxObject(CrxObject _base, boolean isMain, boolean automaticParsing, short phoneCountryPrefix)
           
 PhoneNumber PhoneNumberClass.extendCrxObject(CrxObject _base, boolean isMain, boolean automaticParsing, short phoneCountryPrefix)
          Creates an instance of class PhoneNumber based on the superclass CrxObject and all required attributes not included in this superclass.
 EMailAddress EMailAddressClassImpl.extendCrxObject(CrxObject _base, boolean isMain, short emailFormat, short emailType)
           
 EMailAddress EMailAddressClass.extendCrxObject(CrxObject _base, boolean isMain, short emailFormat, short emailType)
          Creates an instance of class EMailAddress based on the superclass CrxObject and all required attributes not included in this superclass.
 PostalAddress PostalAddressClassImpl.extendCrxObject(CrxObject _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset)
           
 PostalAddress PostalAddressClass.extendCrxObject(CrxObject _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset)
          Creates an instance of class PostalAddress based on the superclass CrxObject and all required attributes not included in this superclass.
 ContactRelationship ContactRelationshipClassImpl.extendCrxObject(CrxObject _base, Contact toContact)
           
 ContactRelationship ContactRelationshipClass.extendCrxObject(CrxObject _base, Contact toContact)
          Creates an instance of class ContactRelationship based on the superclass CrxObject and all required attributes not included in this superclass.
 ContactMembership ContactMembershipClassImpl.extendCrxObject(CrxObject _base, Contact contact, Date effectiveOn)
           
 ContactMembership ContactMembershipClass.extendCrxObject(CrxObject _base, Contact contact, Date effectiveOn)
          Creates an instance of class ContactMembership based on the superclass CrxObject and all required attributes not included in this superclass.
 EmploymentContract EmploymentContractClassImpl.extendCrxObject(CrxObject _base, Contact contact, Date effectiveOn, short employmentContractState, short employmentPosition)
           
 EmploymentContract EmploymentContractClass.extendCrxObject(CrxObject _base, Contact contact, Date effectiveOn, short employmentContractState, short employmentPosition)
          Creates an instance of class EmploymentContract based on the superclass CrxObject and all required attributes not included in this superclass.
 CreditLimit CreditLimitClassImpl.extendCrxObject(CrxObject _base, short creditCurrency)
           
 CreditLimit CreditLimitClass.extendCrxObject(CrxObject _base, short creditCurrency)
          Creates an instance of class CreditLimit based on the superclass CrxObject and all required attributes not included in this superclass.
 RevenueReport RevenueReportClassImpl.extendCrxObject(CrxObject _base, short reportNumber, BigDecimal reportedRevenue, short reportingCurrency, short reportingQuarter, short reportingYear)
           
 RevenueReport RevenueReportClass.extendCrxObject(CrxObject _base, short reportNumber, BigDecimal reportedRevenue, short reportingCurrency, short reportingQuarter, short reportingYear)
          Creates an instance of class RevenueReport based on the superclass CrxObject and all required attributes not included in this superclass.
 Contact ContactClassImpl.extendCrxObject(CrxObject _base, short accountRating, short accountState, short education, short familyStatus, short gender, short preferredContactMethod, short preferredSpokenLanguage, short preferredWrittenLanguage, short salutationCode)
           
 Contact ContactClass.extendCrxObject(CrxObject _base, short accountRating, short accountState, short education, short familyStatus, short gender, short preferredContactMethod, short preferredSpokenLanguage, short preferredWrittenLanguage, short salutationCode)
          Creates an instance of class Contact based on the superclass CrxObject and all required attributes not included in this superclass.
 UnspecifiedAccount UnspecifiedAccountClassImpl.extendCrxObject(CrxObject _base, short accountRating, short accountState, String name)
           
 UnspecifiedAccount UnspecifiedAccountClass.extendCrxObject(CrxObject _base, short accountRating, short accountState, String name)
          Creates an instance of class UnspecifiedAccount based on the superclass CrxObject and all required attributes not included in this superclass.
 Group GroupClassImpl.extendCrxObject(CrxObject _base, short accountRating, short accountState, String name)
           
 Group GroupClass.extendCrxObject(CrxObject _base, short accountRating, short accountState, String name)
          Creates an instance of class Group based on the superclass CrxObject and all required attributes not included in this superclass.
 LegalEntity LegalEntityClassImpl.extendCrxObject(CrxObject _base, short accountRating, short accountState, String name, short industry, short numberOfEmployeesCategory)
           
 LegalEntity LegalEntityClass.extendCrxObject(CrxObject _base, short accountRating, short accountState, String name, short industry, short numberOfEmployeesCategory)
          Creates an instance of class LegalEntity based on the superclass CrxObject and all required attributes not included in this superclass.
 Competitor CompetitorClassImpl.extendCrxObject(CrxObject _base, short competitorState, String name)
           
 Competitor CompetitorClass.extendCrxObject(CrxObject _base, short competitorState, String name)
          Creates an instance of class Competitor based on the superclass CrxObject and all required attributes not included in this superclass.
 Member MemberClassImpl.extendCrxObject(CrxObject _base, String name)
           
 Member MemberClass.extendCrxObject(CrxObject _base, String name)
          Creates an instance of class Member based on the superclass CrxObject and all required attributes not included in this superclass.
 AddressFilterGlobal AddressFilterGlobalClassImpl.extendCrxObject(CrxObject _base, String name)
           
 AddressFilterGlobal AddressFilterGlobalClass.extendCrxObject(CrxObject _base, String name)
          Creates an instance of class AddressFilterGlobal based on the superclass CrxObject and all required attributes not included in this superclass.
 AccountFilterGlobal AccountFilterGlobalClassImpl.extendCrxObject(CrxObject _base, String name)
           
 AccountFilterGlobal AccountFilterGlobalClass.extendCrxObject(CrxObject _base, String name)
          Creates an instance of class AccountFilterGlobal based on the superclass CrxObject and all required attributes not included in this superclass.
 Organization OrganizationClassImpl.extendCrxObject(CrxObject _base, String name, short organizationState)
           
 Organization OrganizationClass.extendCrxObject(CrxObject _base, String name, short organizationState)
          Creates an instance of class Organization based on the superclass CrxObject and all required attributes not included in this superclass.
 OrganizationalUnit OrganizationalUnitClassImpl.extendCrxObject(CrxObject _base, String name, short organizationalUnitState)
           
 OrganizationalUnit OrganizationalUnitClass.extendCrxObject(CrxObject _base, String name, short organizationalUnitState)
          Creates an instance of class OrganizationalUnit based on the superclass CrxObject and all required attributes not included in this superclass.
 OrganizationalUnitRelationship OrganizationalUnitRelationshipClassImpl.extendCrxObject(CrxObject _base, String name, short organizationalUnitRelationshipState, short relationshipType)
           
 OrganizationalUnitRelationship OrganizationalUnitRelationshipClass.extendCrxObject(CrxObject _base, String name, short organizationalUnitRelationshipState, short relationshipType)
          Creates an instance of class OrganizationalUnitRelationship based on the superclass CrxObject and all required attributes not included in this superclass.
 

Uses of CrxObject in org.opencrx.kernel.activity1.cci
 

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

Classes in org.opencrx.kernel.activity1.cci that implement CrxObject
 class AbsenceImpl
           
 class ActivityCategoryImpl
           
 class ActivityCreationActionImpl
           
 class ActivityCreatorImpl
           
 class ActivityFilterGlobalImpl
           
 class ActivityFollowUpImpl
           
 class ActivityImpl
           
 class ActivityMilestoneImpl
           
 class ActivityProcessActionImpl
           
 class ActivityProcessImpl
           
 class ActivityProcessStateImpl
           
 class ActivityProcessTransitionImpl
           
 class ActivityTrackerImpl
           
 class ActivityTypeImpl
           
 class AddressGroupImpl
           
 class AddressGroupMemberImpl
           
 class CalendarImpl
           
 class EMailImpl
           
 class ExternalActivityImpl
           
 class FaxImpl
           
 class IncidentImpl
           
 class LinkedActivityFollowUpActionImpl
           
 class MailingImpl
           
 class MeetingImpl
           
 class MmsImpl
           
 class MmsSlideImpl
           
 class PhoneCallImpl
           
 class ResourceImpl
           
 class SalesVisitImpl
           
 class SetActualEndActionImpl
           
 class SetActualStartActionImpl
           
 class SetAssignedToActionImpl
           
 class SmsImpl
           
 class TaskImpl
           
 class WfActionImpl
           
 

Methods in org.opencrx.kernel.activity1.cci with parameters of type CrxObject
 AddressGroupMember AddressGroupMemberClassImpl.extendCrxObject(CrxObject _base, AccountAddress address)
           
 AddressGroupMember AddressGroupMemberClass.extendCrxObject(CrxObject _base, AccountAddress address)
          Creates an instance of class AddressGroupMember based on the superclass CrxObject and all required attributes not included in this superclass.
 MmsSlide MmsSlideClassImpl.extendCrxObject(CrxObject _base, int slideOrder)
           
 MmsSlide MmsSlideClass.extendCrxObject(CrxObject _base, int slideOrder)
          Creates an instance of class MmsSlide based on the superclass CrxObject and all required attributes not included in this superclass.
 ActivityType ActivityTypeClassImpl.extendCrxObject(CrxObject _base, short activityClass, String name)
           
 ActivityType ActivityTypeClass.extendCrxObject(CrxObject _base, short activityClass, String name)
          Creates an instance of class ActivityType based on the superclass CrxObject and all required attributes not included in this superclass.
 Task TaskClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 Task TaskClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class Task based on the superclass CrxObject and all required attributes not included in this superclass.
 Sms SmsClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 Sms SmsClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class Sms based on the superclass CrxObject and all required attributes not included in this superclass.
 SalesVisit SalesVisitClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 SalesVisit SalesVisitClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class SalesVisit based on the superclass CrxObject and all required attributes not included in this superclass.
 PhoneCall PhoneCallClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 PhoneCall PhoneCallClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class PhoneCall based on the superclass CrxObject and all required attributes not included in this superclass.
 Mms MmsClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 Mms MmsClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class Mms based on the superclass CrxObject and all required attributes not included in this superclass.
 Meeting MeetingClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 Meeting MeetingClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class Meeting based on the superclass CrxObject and all required attributes not included in this superclass.
 Mailing MailingClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 Mailing MailingClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class Mailing based on the superclass CrxObject and all required attributes not included in this superclass.
 Fax FaxClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 Fax FaxClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class Fax based on the superclass CrxObject and all required attributes not included in this superclass.
 ExternalActivity ExternalActivityClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 ExternalActivity ExternalActivityClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class ExternalActivity based on the superclass CrxObject and all required attributes not included in this superclass.
 EMail EMailClassImpl.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
           
 EMail EMailClass.extendCrxObject(CrxObject _base, short activityState, String name, short priority)
          Creates an instance of class EMail based on the