Uses of Interface
org.openmdx.compatibility.view1.cci.ViewCapable

Packages that use ViewCapable
org.opencrx.kernel.account1.cci   
org.opencrx.kernel.activity1.cci   
org.opencrx.kernel.admin1.cci   
org.opencrx.kernel.base.cci   
org.opencrx.kernel.building1.cci   
org.opencrx.kernel.code1.cci   
org.opencrx.kernel.contract1.cci   
org.opencrx.kernel.depot1.cci   
org.opencrx.kernel.document1.cci   
org.opencrx.kernel.forecast1.cci   
org.opencrx.kernel.generic.cci   
org.opencrx.kernel.home1.cci   
org.opencrx.kernel.model1.cci   
org.opencrx.kernel.product1.cci   
org.opencrx.kernel.ras1.cci   
org.opencrx.kernel.reservation1.cci   
org.opencrx.kernel.uom1.cci   
org.opencrx.kernel.workflow1.cci   
org.opencrx.security.identity1.cci   
org.opencrx.security.realm1.cci   
org.openmdx.base.cci   
org.openmdx.compatibility.view1.cci   
org.openmdx.security.authentication1.cci   
org.openmdx.security.authorization1.cci   
org.openmdx.security.realm1.cci   
 

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

Subinterfaces of ViewCapable in org.opencrx.kernel.account1.cci
 interface Account
           
 interface AccountAddress
           
 interface AccountCategoryFilterProperty
           
 interface AccountFilterProperty
           
 interface AccountTypeFilterProperty
           
 interface CategoryFilterProperty
           
 interface Competitor
           
 interface Contact
           
 interface ContactMembership
           
 interface ContactRelationship
           
 interface CreditLimit
           
 interface DisabledFilterProperty
           
 interface EMailAddress
           
 interface EmploymentContract
           
 interface Group
           
 interface GroupMembership
           
 interface LegalEntity
           
 interface Member
           
 interface Organization
           
 interface OrganizationalUnit
           
 interface OrganizationalUnitRelationship
           
 interface PhoneNumber
           
 interface PostalAddress
           
 interface RevenueReport
           
 interface Room
           
 interface SearchIndexEntry
           
 interface UnspecifiedAccount
           
 interface WebAddress
           
 

Classes in org.opencrx.kernel.account1.cci that implement ViewCapable
 class AccountAddressImpl
           
 class AccountCategoryFilterPropertyImpl
           
 class AccountFilterPropertyImpl
           
 class AccountImpl
           
 class AccountTypeFilterPropertyImpl
           
 class CategoryFilterPropertyImpl
           
 class CompetitorImpl
           
 class ContactImpl
           
 class ContactMembershipImpl
           
 class ContactRelationshipImpl
           
 class CreditLimitImpl
           
 class DisabledFilterPropertyImpl
           
 class EMailAddressImpl
           
 class EmploymentContractImpl
           
 class GroupImpl
           
 class GroupMembershipImpl
           
 class LegalEntityImpl
           
 class MemberImpl
           
 class OrganizationalUnitImpl
           
 class OrganizationalUnitRelationshipImpl
           
 class OrganizationImpl
           
 class PhoneNumberImpl
           
 class PostalAddressImpl
           
 class RevenueReportImpl
           
 class RoomImpl
           
 class SearchIndexEntryImpl
           
 class SegmentImpl
           
 class UnspecifiedAccountImpl
           
 class WebAddressImpl
           
 

Methods in org.opencrx.kernel.account1.cci with parameters of type ViewCapable
 SearchIndexEntry SearchIndexEntryClassImpl.extendViewCapable(ViewCapable _base, Account account, String accountAddressIndex, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 SearchIndexEntry SearchIndexEntryClass.extendViewCapable(ViewCapable _base, Account account, String accountAddressIndex, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class SearchIndexEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 PhoneNumber PhoneNumberClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, boolean automaticParsing, short phoneCountryPrefix, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PhoneNumber PhoneNumberClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 WebAddress WebAddressClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 WebAddress WebAddressClass.extendViewCapable(ViewCapable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class WebAddress based on the superclass ViewCapable and all required attributes not included in this superclass.
 Room RoomClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Room RoomClass.extendViewCapable(ViewCapable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Room based on the superclass ViewCapable and all required attributes not included in this superclass.
 EMailAddress EMailAddressClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 EMailAddress EMailAddressClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 PostalAddress PostalAddressClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PostalAddress PostalAddressClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 DisabledFilterProperty DisabledFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, boolean disabled, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 DisabledFilterProperty DisabledFilterPropertyClass.extendViewCapable(ViewCapable _base, boolean disabled, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ContactMembership ContactMembershipClassImpl.extendViewCapable(ViewCapable _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ContactMembership ContactMembershipClass.extendViewCapable(ViewCapable _base, Contact contact, Date effectiveOn, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactMembership based on the superclass ViewCapable and all required attributes not included in this superclass.
 EmploymentContract EmploymentContractClassImpl.extendViewCapable(ViewCapable _base, Contact contact, Date effectiveOn, short employmentContractState, short employmentPosition, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 EmploymentContract EmploymentContractClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 ContactRelationship ContactRelationshipClassImpl.extendViewCapable(ViewCapable _base, Contact toContact, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ContactRelationship ContactRelationshipClass.extendViewCapable(ViewCapable _base, Contact toContact, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ContactRelationship based on the superclass ViewCapable and all required attributes not included in this superclass.
 RevenueReport RevenueReportClassImpl.extendViewCapable(ViewCapable _base, short reportNumber, BigDecimal reportedRevenue, short reportingCurrency, short reportingQuarter, short reportingYear, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 RevenueReport RevenueReportClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 CreditLimit CreditLimitClassImpl.extendViewCapable(ViewCapable _base, short creditCurrency, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 CreditLimit CreditLimitClass.extendViewCapable(ViewCapable _base, short creditCurrency, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class CreditLimit based on the superclass ViewCapable and all required attributes not included in this superclass.
 Contact ContactClassImpl.extendViewCapable(ViewCapable _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)
           
 Contact ContactClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 CategoryFilterProperty CategoryFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 CategoryFilterProperty CategoryFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class CategoryFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 AccountTypeFilterProperty AccountTypeFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 AccountTypeFilterProperty AccountTypeFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AccountTypeFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 AccountCategoryFilterProperty AccountCategoryFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 AccountCategoryFilterProperty AccountCategoryFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AccountCategoryFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 UnspecifiedAccount UnspecifiedAccountClassImpl.extendViewCapable(ViewCapable _base, short accountRating, short accountState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 UnspecifiedAccount UnspecifiedAccountClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Group GroupClassImpl.extendViewCapable(ViewCapable _base, short accountRating, short accountState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Group GroupClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 LegalEntity LegalEntityClassImpl.extendViewCapable(ViewCapable _base, short accountRating, short accountState, String name, short industry, short numberOfEmployeesCategory, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 LegalEntity LegalEntityClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Competitor CompetitorClassImpl.extendViewCapable(ViewCapable _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Competitor CompetitorClass.extendViewCapable(ViewCapable _base, short competitorState, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Competitor based on the superclass ViewCapable and all required attributes not included in this superclass.
 GroupMembership GroupMembershipClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 GroupMembership GroupMembershipClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class GroupMembership based on the superclass ViewCapable and all required attributes not included in this superclass.
 Member MemberClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Member MemberClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Member based on the superclass ViewCapable and all required attributes not included in this superclass.
 Organization OrganizationClassImpl.extendViewCapable(ViewCapable _base, String name, short organizationState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Organization OrganizationClass.extendViewCapable(ViewCapable _base, String name, short organizationState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Organization based on the superclass ViewCapable and all required attributes not included in this superclass.
 OrganizationalUnit OrganizationalUnitClassImpl.extendViewCapable(ViewCapable _base, String name, short organizationalUnitState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 OrganizationalUnit OrganizationalUnitClass.extendViewCapable(ViewCapable _base, String name, short organizationalUnitState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class OrganizationalUnit based on the superclass ViewCapable and all required attributes not included in this superclass.
 OrganizationalUnitRelationship OrganizationalUnitRelationshipClassImpl.extendViewCapable(ViewCapable _base, String name, short organizationalUnitRelationshipState, short relationshipType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 OrganizationalUnitRelationship OrganizationalUnitRelationshipClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 

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

Subinterfaces of ViewCapable in org.opencrx.kernel.activity1.cci
 interface Absence
           
 interface AbstractActivityParty
           
 interface AbstractEMailRecipient
           
 interface AbstractFaxRecipient
           
 interface AbstractMailingRecipient
           
 interface AbstractMmsRecipient
           
 interface AbstractPhoneCallRecipient
           
 interface AbstractSmsRecipient
           
 interface Activity
           
 interface ActivityCategory
           
 interface ActivityCreationAction
           
 interface ActivityCreator
           
 interface ActivityFilterGlobal
           
 interface ActivityFilterGroup
           
 interface ActivityFilterProperty
           
 interface ActivityFollowUp
           
 interface ActivityGroupAssignment
           
 interface ActivityGroupFilterProperty
           
 interface ActivityLinkFrom
           
 interface ActivityLinkTo
           
 interface ActivityMilestone
           
 interface ActivityNumberFilterProperty
           
 interface ActivityProcess
           
 interface ActivityProcessAction
           
 interface ActivityProcessState
           
 interface ActivityProcessStateFilterProperty
           
 interface ActivityProcessTransition
           
 interface ActivityStateFilterProperty
           
 interface ActivityTracker
           
 interface ActivityType
           
 interface ActivityTypeFilterProperty
           
 interface ActivityVote
           
 interface ActivityWorkRecord
           
 interface AddressGroup
           
 interface AddressGroupMember
           
 interface Calendar
           
 interface CalendarDay
           
 interface EffortEstimate
           
 interface EMail
           
 interface EMailRecipient
           
 interface EMailRecipientGroup
           
 interface ExternalActivity
           
 interface Fax
           
 interface FaxRecipient
           
 interface FaxRecipientGroup
           
 interface Incident
           
 interface IncidentParty
           
 interface LinkedActivityFollowUpAction
           
 interface Mailing
           
 interface MailingRecipient
           
 interface MailingRecipientGroup
           
 interface Meeting
           
 interface MeetingParty
           
 interface Mms
           
 interface MmsRecipient
           
 interface MmsRecipientGroup
           
 interface MmsSlide
           
 interface PhoneCall
           
 interface PhoneCallRecipient
           
 interface PhoneCallRecipientGroup
           
 interface ProductReference
           
 interface Resource
           
 interface ResourceAssignment
           
 interface ResourceFilterProperty
           
 interface ResourceNameFilterProperty
           
 interface ResourceRoleFilterProperty
           
 interface SalesVisit
           
 interface ScheduledEndFilterProperty
           
 interface ScheduledStartFilterProperty
           
 interface SetActualEndAction
           
 interface SetActualStartAction
           
 interface SetAssignedToAction
           
 interface Sms
           
 interface SmsRecipient
           
 interface SmsRecipientGroup
           
 interface Task
           
 interface TaskParty
           
 interface WeekDay
           
 interface WfAction
           
 interface WorkReportEntry
           
 

Classes in org.opencrx.kernel.activity1.cci that implement ViewCapable
 class AbsenceImpl
           
 class AbstractActivityPartyImpl
           
 class AbstractEMailRecipientImpl
           
 class AbstractFaxRecipientImpl
           
 class AbstractMailingRecipientImpl
           
 class AbstractMmsRecipientImpl
           
 class AbstractPhoneCallRecipientImpl
           
 class AbstractSmsRecipientImpl
           
 class ActivityCategoryImpl
           
 class ActivityCreationActionImpl
           
 class ActivityCreatorImpl
           
 class ActivityFilterGlobalImpl
           
 class ActivityFilterGroupImpl
           
 class ActivityFilterPropertyImpl
           
 class ActivityFollowUpImpl
           
 class ActivityGroupAssignmentImpl
           
 class ActivityGroupFilterPropertyImpl
           
 class ActivityImpl
           
 class ActivityLinkFromImpl
           
 class ActivityLinkToImpl
           
 class ActivityMilestoneImpl
           
 class ActivityNumberFilterPropertyImpl
           
 class ActivityProcessActionImpl
           
 class ActivityProcessImpl
           
 class ActivityProcessStateFilterPropertyImpl
           
 class ActivityProcessStateImpl
           
 class ActivityProcessTransitionImpl
           
 class ActivityStateFilterPropertyImpl
           
 class ActivityTrackerImpl
           
 class ActivityTypeFilterPropertyImpl
           
 class ActivityTypeImpl
           
 class ActivityVoteImpl
           
 class ActivityWorkRecordImpl
           
 class AddressGroupImpl
           
 class AddressGroupMemberImpl
           
 class CalendarDayImpl
           
 class CalendarImpl
           
 class EffortEstimateImpl
           
 class EMailImpl
           
 class EMailRecipientGroupImpl
           
 class EMailRecipientImpl
           
 class ExternalActivityImpl
           
 class FaxImpl
           
 class FaxRecipientGroupImpl
           
 class FaxRecipientImpl
           
 class IncidentImpl
           
 class IncidentPartyImpl
           
 class LinkedActivityFollowUpActionImpl
           
 class MailingImpl
           
 class MailingRecipientGroupImpl
           
 class MailingRecipientImpl
           
 class MeetingImpl
           
 class MeetingPartyImpl
           
 class MmsImpl
           
 class MmsRecipientGroupImpl
           
 class MmsRecipientImpl
           
 class MmsSlideImpl
           
 class PhoneCallImpl
           
 class PhoneCallRecipientGroupImpl
           
 class PhoneCallRecipientImpl
           
 class ProductReferenceImpl
           
 class ResourceAssignmentImpl
           
 class ResourceFilterPropertyImpl
           
 class ResourceImpl
           
 class ResourceNameFilterPropertyImpl
           
 class ResourceRoleFilterPropertyImpl
           
 class SalesVisitImpl
           
 class ScheduledEndFilterPropertyImpl
           
 class ScheduledStartFilterPropertyImpl
           
 class SetActualEndActionImpl
           
 class SetActualStartActionImpl
           
 class SetAssignedToActionImpl
           
 class SmsImpl
           
 class SmsRecipientGroupImpl
           
 class SmsRecipientImpl
           
 class TaskImpl
           
 class TaskPartyImpl
           
 class WeekDayImpl
           
 class WfActionImpl
           
 class WorkReportEntryImpl
           
 

Methods in org.opencrx.kernel.activity1.cci with parameters of type ViewCapable
 AddressGroupMember AddressGroupMemberClassImpl.extendViewCapable(ViewCapable _base, AccountAddress address, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 AddressGroupMember AddressGroupMemberClass.extendViewCapable(ViewCapable _base, AccountAddress address, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressGroupMember based on the superclass ViewCapable and all required attributes not included in this superclass.
 DisabledFilterProperty DisabledFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, boolean disabled, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 DisabledFilterProperty DisabledFilterPropertyClass.extendViewCapable(ViewCapable _base, boolean disabled, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 MmsSlide MmsSlideClassImpl.extendViewCapable(ViewCapable _base, int slideOrder, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 MmsSlide MmsSlideClass.extendViewCapable(ViewCapable _base, int slideOrder, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class MmsSlide based on the superclass ViewCapable and all required attributes not included in this superclass.
 MeetingParty MeetingPartyClassImpl.extendViewCapable(ViewCapable _base, short partyType, Contact party, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 MeetingParty MeetingPartyClass.extendViewCapable(ViewCapable _base, short partyType, Contact party, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MeetingParty based on the superclass ViewCapable and all required attributes not included in this superclass.
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 ProductReference ProductReferenceClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ProductReference ProductReferenceClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ProductReference based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityGroupAssignment ActivityGroupAssignmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityGroupAssignment ActivityGroupAssignmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityGroupAssignment based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityFollowUp ActivityFollowUpClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityFollowUp ActivityFollowUpClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityFollowUp based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityWorkRecord ActivityWorkRecordClassImpl.extendViewCapable(ViewCapable _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityWorkRecord ActivityWorkRecordClass.extendViewCapable(ViewCapable _base, short billingCurrency, short depotSelector, short durationCalculationMode, int durationHours, int durationMinutes, boolean isBillable, String name, short rateType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityWorkRecord based on the superclass ViewCapable and all required attributes not included in this superclass.
 WeekDay WeekDayClassImpl.extendViewCapable(ViewCapable _base, short dayOfWeek, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 WeekDay WeekDayClass.extendViewCapable(ViewCapable _base, short dayOfWeek, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class WeekDay based on the superclass ViewCapable and all required attributes not included in this superclass.
 TaskParty TaskPartyClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 TaskParty TaskPartyClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class TaskParty based on the superclass ViewCapable and all required attributes not included in this superclass.
 SmsRecipientGroup SmsRecipientGroupClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 SmsRecipientGroup SmsRecipientGroupClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class SmsRecipientGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 SmsRecipient SmsRecipientClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 SmsRecipient SmsRecipientClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class SmsRecipient based on the superclass ViewCapable and all required attributes not included in this superclass.
 PhoneCallRecipientGroup PhoneCallRecipientGroupClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 PhoneCallRecipientGroup PhoneCallRecipientGroupClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class PhoneCallRecipientGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 PhoneCallRecipient PhoneCallRecipientClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 PhoneCallRecipient PhoneCallRecipientClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class PhoneCallRecipient based on the superclass ViewCapable and all required attributes not included in this superclass.
 MmsRecipientGroup MmsRecipientGroupClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 MmsRecipientGroup MmsRecipientGroupClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MmsRecipientGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 MmsRecipient MmsRecipientClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 MmsRecipient MmsRecipientClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MmsRecipient based on the superclass ViewCapable and all required attributes not included in this superclass.
 MailingRecipientGroup MailingRecipientGroupClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 MailingRecipientGroup MailingRecipientGroupClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MailingRecipientGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 MailingRecipient MailingRecipientClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 MailingRecipient MailingRecipientClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MailingRecipient based on the superclass ViewCapable and all required attributes not included in this superclass.
 IncidentParty IncidentPartyClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 IncidentParty IncidentPartyClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class IncidentParty based on the superclass ViewCapable and all required attributes not included in this superclass.
 FaxRecipientGroup FaxRecipientGroupClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 FaxRecipientGroup FaxRecipientGroupClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class FaxRecipientGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 FaxRecipient FaxRecipientClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 FaxRecipient FaxRecipientClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class FaxRecipient based on the superclass ViewCapable and all required attributes not included in this superclass.
 EMailRecipientGroup EMailRecipientGroupClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailRecipientGroup EMailRecipientGroupClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailRecipientGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 EMailRecipient EMailRecipientClassImpl.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailRecipient EMailRecipientClass.extendViewCapable(ViewCapable _base, short partyType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailRecipient based on the superclass ViewCapable and all required attributes not included in this superclass.
 ScheduledStartFilterProperty ScheduledStartFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ScheduledStartFilterProperty ScheduledStartFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ScheduledStartFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ScheduledEndFilterProperty ScheduledEndFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ScheduledEndFilterProperty ScheduledEndFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ScheduledEndFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ResourceRoleFilterProperty ResourceRoleFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ResourceRoleFilterProperty ResourceRoleFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ResourceRoleFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ResourceNameFilterProperty ResourceNameFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ResourceNameFilterProperty ResourceNameFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ResourceNameFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ResourceFilterProperty ResourceFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ResourceFilterProperty ResourceFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ResourceFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityTypeFilterProperty ActivityTypeFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityTypeFilterProperty ActivityTypeFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityStateFilterProperty ActivityStateFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityStateFilterProperty ActivityStateFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityStateFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityProcessStateFilterProperty ActivityProcessStateFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityProcessStateFilterProperty ActivityProcessStateFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityProcessStateFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityNumberFilterProperty ActivityNumberFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityNumberFilterProperty ActivityNumberFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityNumberFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityGroupFilterProperty ActivityGroupFilterPropertyClassImpl.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityGroupFilterProperty ActivityGroupFilterPropertyClass.extendViewCapable(ViewCapable _base, short filterOperator, short filterQuantor, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityGroupFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityLinkTo ActivityLinkToClassImpl.extendViewCapable(ViewCapable _base, short activityLinkType, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityLinkTo ActivityLinkToClass.extendViewCapable(ViewCapable _base, short activityLinkType, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityLinkTo based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityLinkFrom ActivityLinkFromClassImpl.extendViewCapable(ViewCapable _base, short activityLinkType, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityLinkFrom ActivityLinkFromClass.extendViewCapable(ViewCapable _base, short activityLinkType, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityLinkFrom based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityType ActivityTypeClassImpl.extendViewCapable(ViewCapable _base, short activityClass, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityType ActivityTypeClass.extendViewCapable(ViewCapable _base, short activityClass, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityType based on the superclass ViewCapable and all required attributes not included in this superclass.
 Task TaskClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Task TaskClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Sms SmsClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Sms SmsClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 SalesVisit SalesVisitClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 SalesVisit SalesVisitClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 PhoneCall PhoneCallClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PhoneCall PhoneCallClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Mms MmsClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Mms MmsClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Meeting MeetingClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Meeting MeetingClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Mailing MailingClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Mailing MailingClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Fax FaxClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Fax FaxClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 ExternalActivity ExternalActivityClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ExternalActivity ExternalActivityClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 EMail EMailClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 EMail EMailClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Absence AbsenceClassImpl.extendViewCapable(ViewCapable _base, short activityState, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Absence AbsenceClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Incident IncidentClassImpl.extendViewCapable(ViewCapable _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)
           
 Incident IncidentClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Resource ResourceClassImpl.extendViewCapable(ViewCapable _base, String name, BigDecimal overtimeRate, short rateCurrency, BigDecimal standardRate, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Resource ResourceClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 ActivityTracker ActivityTrackerClassImpl.extendViewCapable(ViewCapable _base, String name, int estimateEffortHours, int estimateEffortMinutes, int estimateMaxDeviation, int sumEstimateEffortHours, int sumEstimateEffortMinutes, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityTracker ActivityTrackerClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 EffortEstimate EffortEstimateClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EffortEstimate EffortEstimateClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EffortEstimate based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityVote ActivityVoteClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityVote ActivityVoteClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityVote based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityFilterGroup ActivityFilterGroupClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ActivityFilterGroup ActivityFilterGroupClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityFilterGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 WfAction WfActionClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 WfAction WfActionClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class WfAction based on the superclass ViewCapable and all required attributes not included in this superclass.
 SetAssignedToAction SetAssignedToActionClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 SetAssignedToAction SetAssignedToActionClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class SetAssignedToAction based on the superclass ViewCapable and all required attributes not included in this superclass.
 SetActualStartAction SetActualStartActionClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 SetActualStartAction SetActualStartActionClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class SetActualStartAction based on the superclass ViewCapable and all required attributes not included in this superclass.
 SetActualEndAction SetActualEndActionClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 SetActualEndAction SetActualEndActionClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class SetActualEndAction based on the superclass ViewCapable and all required attributes not included in this superclass.
 Calendar CalendarClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Calendar CalendarClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Calendar based on the superclass ViewCapable and all required attributes not included in this superclass.
 AddressGroup AddressGroupClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 AddressGroup AddressGroupClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AddressGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityProcessState ActivityProcessStateClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityProcessState ActivityProcessStateClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityProcessState based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityProcess ActivityProcessClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityProcess ActivityProcessClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityProcess based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityMilestone ActivityMilestoneClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityMilestone ActivityMilestoneClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityMilestone based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityFilterGlobal ActivityFilterGlobalClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityFilterGlobal ActivityFilterGlobalClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityFilterGlobal based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityCategory ActivityCategoryClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityCategory ActivityCategoryClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityCategory based on the superclass ViewCapable and all required attributes not included in this superclass.
 WorkReportEntry WorkReportEntryClassImpl.extendViewCapable(ViewCapable _base, String activityNumber, short billingCurrency, short durationHours, short durationMinutes, Date endedAt, String name, Date startedAt, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 WorkReportEntry WorkReportEntryClass.extendViewCapable(ViewCapable _base, String activityNumber, short billingCurrency, short durationHours, short durationMinutes, Date endedAt, String name, Date startedAt, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class WorkReportEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 ResourceAssignment ResourceAssignmentClassImpl.extendViewCapable(ViewCapable _base, String name, short resourceRole, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ResourceAssignment ResourceAssignmentClass.extendViewCapable(ViewCapable _base, String name, short resourceRole, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ResourceAssignment based on the superclass ViewCapable and all required attributes not included in this superclass.
 LinkedActivityFollowUpAction LinkedActivityFollowUpActionClassImpl.extendViewCapable(ViewCapable _base, String name, short activityLinkType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 LinkedActivityFollowUpAction LinkedActivityFollowUpActionClass.extendViewCapable(ViewCapable _base, String name, short activityLinkType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class LinkedActivityFollowUpAction based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityProcessTransition ActivityProcessTransitionClassImpl.extendViewCapable(ViewCapable _base, String name, short newActivityState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityProcessTransition ActivityProcessTransitionClass.extendViewCapable(ViewCapable _base, String name, short newActivityState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityProcessTransition based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityCreator ActivityCreatorClassImpl.extendViewCapable(ViewCapable _base, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityCreator ActivityCreatorClass.extendViewCapable(ViewCapable _base, String name, short priority, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityCreator based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityCreationAction ActivityCreationActionClassImpl.extendViewCapable(ViewCapable _base, String activityName, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 ActivityCreationAction ActivityCreationActionClass.extendViewCapable(ViewCapable _base, String activityName, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class ActivityCreationAction based on the superclass ViewCapable and all required attributes not included in this superclass.
 CalendarDay CalendarDayClassImpl.extendViewCapable(ViewCapable _base, javax.xml.datatype.XMLGregorianCalendar dateOfDay, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 CalendarDay CalendarDayClass.extendViewCapable(ViewCapable _base, javax.xml.datatype.XMLGregorianCalendar dateOfDay, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class CalendarDay based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.admin1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.admin1.cci
 interface ComponentConfiguration
           
 

Classes in org.opencrx.kernel.admin1.cci that implement ViewCapable
 class ComponentConfigurationImpl
           
 

Methods in org.opencrx.kernel.admin1.cci with parameters of type ViewCapable
 ComponentConfiguration ComponentConfigurationClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ComponentConfiguration ComponentConfigurationClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ComponentConfiguration based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.base.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.base.cci
 interface AuditEntry
           
 interface BooleanProperty
           
 interface BooleanReplacement
           
 interface DateTimeReplacement
           
 interface DecimalProperty
           
 interface IndexEntry
           
 interface IntegerProperty
           
 interface NumberReplacement
           
 interface ObjectCreationAuditEntry
           
 interface ObjectModificationAuditEntry
           
 interface ObjectRemovalAuditEntry
           
 interface Property
           
 interface ReferenceProperty
           
 interface ReferenceReplacement
           
 interface StringProperty
           
 interface StringReplacement
           
 interface TemplateReplacement
           
 interface UriProperty
           
 

Classes in org.opencrx.kernel.base.cci that implement ViewCapable
 class AuditEntryImpl
           
 class BooleanPropertyImpl
           
 class BooleanReplacementImpl
           
 class DateTimeReplacementImpl
           
 class DecimalPropertyImpl
           
 class IndexEntryImpl
           
 class IntegerPropertyImpl
           
 class NumberReplacementImpl
           
 class ObjectCreationAuditEntryImpl
           
 class ObjectModificationAuditEntryImpl
           
 class ObjectRemovalAuditEntryImpl
           
 class PropertyImpl
           
 class ReferencePropertyImpl
           
 class ReferenceReplacementImpl
           
 class StringPropertyImpl
           
 class StringReplacementImpl
           
 class TemplateReplacementImpl
           
 class UriPropertyImpl
           
 

Methods in org.opencrx.kernel.base.cci with parameters of type ViewCapable
 NumberReplacement NumberReplacementClassImpl.extendViewCapable(ViewCapable _base, BigDecimal newNumber, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 NumberReplacement NumberReplacementClass.extendViewCapable(ViewCapable _base, BigDecimal newNumber, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class NumberReplacement based on the superclass ViewCapable and all required attributes not included in this superclass.
 DecimalProperty DecimalPropertyClassImpl.extendViewCapable(ViewCapable _base, BigDecimal decimalValue, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 DecimalProperty DecimalPropertyClass.extendViewCapable(ViewCapable _base, BigDecimal decimalValue, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DecimalProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 BooleanReplacement BooleanReplacementClassImpl.extendViewCapable(ViewCapable _base, boolean newBoolean, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 BooleanReplacement BooleanReplacementClass.extendViewCapable(ViewCapable _base, boolean newBoolean, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class BooleanReplacement based on the superclass ViewCapable and all required attributes not included in this superclass.
 BooleanProperty BooleanPropertyClassImpl.extendViewCapable(ViewCapable _base, boolean booleanValue, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 BooleanProperty BooleanPropertyClass.extendViewCapable(ViewCapable _base, boolean booleanValue, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class BooleanProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 DateTimeReplacement DateTimeReplacementClassImpl.extendViewCapable(ViewCapable _base, Date newDateTime, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 DateTimeReplacement DateTimeReplacementClass.extendViewCapable(ViewCapable _base, Date newDateTime, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DateTimeReplacement based on the superclass ViewCapable and all required attributes not included in this superclass.
 IntegerProperty IntegerPropertyClassImpl.extendViewCapable(ViewCapable _base, int integerValue, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 IntegerProperty IntegerPropertyClass.extendViewCapable(ViewCapable _base, int integerValue, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class IntegerProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ReferenceReplacement ReferenceReplacementClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ReferenceReplacement ReferenceReplacementClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ReferenceReplacement based on the superclass ViewCapable and all required attributes not included in this superclass.
 StringReplacement StringReplacementClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String newString)
           
 StringReplacement StringReplacementClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String newString)
          Creates an instance of class StringReplacement based on the superclass ViewCapable and all required attributes not included in this superclass.
 ReferenceProperty ReferencePropertyClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ReferenceProperty ReferencePropertyClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ReferenceProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ObjectCreationAuditEntry ObjectCreationAuditEntryClassImpl.extendViewCapable(ViewCapable _base, String auditee, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ObjectCreationAuditEntry ObjectCreationAuditEntryClass.extendViewCapable(ViewCapable _base, String auditee, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ObjectCreationAuditEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 UriProperty UriPropertyClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uriValue)
           
 UriProperty UriPropertyClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uriValue)
          Creates an instance of class UriProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 StringProperty StringPropertyClassImpl.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String stringValue)
           
 StringProperty StringPropertyClass.extendViewCapable(ViewCapable _base, String name, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String stringValue)
          Creates an instance of class StringProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ObjectRemovalAuditEntry ObjectRemovalAuditEntryClassImpl.extendViewCapable(ViewCapable _base, String auditee, String beforeImage, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ObjectRemovalAuditEntry ObjectRemovalAuditEntryClass.extendViewCapable(ViewCapable _base, String auditee, String beforeImage, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ObjectRemovalAuditEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 IndexEntry IndexEntryClassImpl.extendViewCapable(ViewCapable _base, String indexedObject, String keywords, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 IndexEntry IndexEntryClass.extendViewCapable(ViewCapable _base, String indexedObject, String keywords, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class IndexEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 ObjectModificationAuditEntry ObjectModificationAuditEntryClassImpl.extendViewCapable(ViewCapable _base, String auditee, String beforeImage, String modifiedFeatures, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ObjectModificationAuditEntry ObjectModificationAuditEntryClass.extendViewCapable(ViewCapable _base, String auditee, String beforeImage, String modifiedFeatures, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ObjectModificationAuditEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.building1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.building1.cci
 interface Building
           
 interface BuildingComplex
           
 interface BuildingUnit
           
 interface Facility
           
 

Classes in org.opencrx.kernel.building1.cci that implement ViewCapable
 class BuildingComplexImpl
           
 class BuildingImpl
           
 class BuildingUnitImpl
           
 class FacilityImpl
           
 

Methods in org.opencrx.kernel.building1.cci with parameters of type ViewCapable
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 Facility FacilityClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short facilityType, String name, boolean disabled)
           
 Facility FacilityClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short facilityType, String name, boolean disabled)
          Creates an instance of class Facility based on the superclass ViewCapable and all required attributes not included in this superclass.
 BuildingComplex BuildingComplexClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
           
 BuildingComplex BuildingComplexClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class BuildingComplex based on the superclass ViewCapable and all required attributes not included in this superclass.
 Building BuildingClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
           
 Building BuildingClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class Building based on the superclass ViewCapable and all required attributes not included in this superclass.
 BuildingUnit BuildingUnitClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short buildingUnitType, boolean disabled)
           
 BuildingUnit BuildingUnitClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short buildingUnitType, boolean disabled)
          Creates an instance of class BuildingUnit based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.code1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.code1.cci
 interface CodeValueContainer
           
 interface CodeValueEntry
           
 

Classes in org.opencrx.kernel.code1.cci that implement ViewCapable
 class CodeValueContainerImpl
           
 class CodeValueEntryImpl
           
 

Methods in org.opencrx.kernel.code1.cci with parameters of type ViewCapable
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 CodeValueEntry CodeValueEntryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 CodeValueEntry CodeValueEntryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class CodeValueEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 CodeValueContainer CodeValueContainerClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 CodeValueContainer CodeValueContainerClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class CodeValueContainer based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.contract1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.contract1.cci
 interface AbstractInvoicePosition
           
 interface AbstractOpportunityPosition
           
 interface AbstractQuotePosition
           
 interface AbstractRemovedPosition
           
 interface AbstractSalesOrderPosition
           
 interface CalculationRule
           
 interface ConfigurationModification
           
 interface ContractAddress
           
 interface ContractRole
           
 interface CustomerContractRole
           
 interface DeliveryInformation
           
 interface DeliveryRequest
           
 interface Invoice
           
 interface InvoiceBundledProductPosition
           
 interface InvoiceComplexProductBundlePosition
           
 interface InvoicePosition
           
 interface InvoiceProductBundlePosition
           
 interface InvoiceProductOfferingPosition
           
 interface Lead
           
 interface Opportunity
           
 interface OpportunityBundledProductPosition
           
 interface OpportunityComplexProductBundlePosition
           
 interface OpportunityPosition
           
 interface OpportunityProductBundlePosition
           
 interface OpportunityProductOfferingPosition
           
 interface PositionCreation
           
 interface PositionModification
           
 interface PositionRemoval
           
 interface ProductApplication
           
 interface QuantityModification
           
 interface Quote
           
 interface QuoteBundledProductPosition
           
 interface QuoteComplexProductBundlePosition
           
 interface QuotePosition
           
 interface QuoteProductBundlePosition
           
 interface QuoteProductOfferingPosition
           
 interface RemovedBundledProductPosition
           
 interface RemovedComplexProductBundlePosition
           
 interface RemovedPosition
           
 interface RemovedProductBundlePosition
           
 interface RemovedProductOfferingPosition
           
 interface SalesOrder
           
 interface SalesOrderBundledProductPosition
           
 interface SalesOrderComplexProductBundlePosition
           
 interface SalesOrderPosition
           
 interface SalesOrderProductBundlePosition
           
 interface SalesOrderProductOfferingPosition
           
 

Classes in org.opencrx.kernel.contract1.cci that implement ViewCapable
 class AbstractInvoicePositionImpl
           
 class AbstractOpportunityPositionImpl
           
 class AbstractQuotePositionImpl
           
 class AbstractRemovedPositionImpl
           
 class AbstractSalesOrderPositionImpl
           
 class CalculationRuleImpl
           
 class ConfigurationModificationImpl
           
 class ContractAddressImpl
           
 class ContractRoleImpl
           
 class CustomerContractRoleImpl
           
 class DeliveryInformationImpl
           
 class DeliveryRequestImpl
           
 class InvoiceBundledProductPositionImpl
           
 class InvoiceComplexProductBundlePositionImpl
           
 class InvoiceImpl
           
 class InvoicePositionImpl
           
 class InvoiceProductBundlePositionImpl
           
 class InvoiceProductOfferingPositionImpl
           
 class LeadImpl
           
 class OpportunityBundledProductPositionImpl
           
 class OpportunityComplexProductBundlePositionImpl
           
 class OpportunityImpl
           
 class OpportunityPositionImpl
           
 class OpportunityProductBundlePositionImpl
           
 class OpportunityProductOfferingPositionImpl
           
 class PositionCreationImpl
           
 class PositionModificationImpl
           
 class PositionRemovalImpl
           
 class ProductApplicationImpl
           
 class QuantityModificationImpl
           
 class QuoteBundledProductPositionImpl
           
 class QuoteComplexProductBundlePositionImpl
           
 class QuoteImpl
           
 class QuotePositionImpl
           
 class QuoteProductBundlePositionImpl
           
 class QuoteProductOfferingPositionImpl
           
 class RemovedBundledProductPositionImpl
           
 class RemovedComplexProductBundlePositionImpl
           
 class RemovedPositionImpl
           
 class RemovedProductBundlePositionImpl
           
 class RemovedProductOfferingPositionImpl
           
 class SalesOrderBundledProductPositionImpl
           
 class SalesOrderComplexProductBundlePositionImpl
           
 class SalesOrderImpl
           
 class SalesOrderPositionImpl
           
 class SalesOrderProductBundlePositionImpl
           
 class SalesOrderProductOfferingPositionImpl
           
 

Methods in org.opencrx.kernel.contract1.cci with parameters of type ViewCapable
 PhoneNumber PhoneNumberClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, boolean automaticParsing, short phoneCountryPrefix, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PhoneNumber PhoneNumberClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 WebAddress WebAddressClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 WebAddress WebAddressClass.extendViewCapable(ViewCapable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class WebAddress based on the superclass ViewCapable and all required attributes not included in this superclass.
 AccountAddress AccountAddressClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 AccountAddress AccountAddressClass.extendViewCapable(ViewCapable _base, boolean isMain, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class AccountAddress based on the superclass ViewCapable and all required attributes not included in this superclass.
 EMailAddress EMailAddressClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 EMailAddress EMailAddressClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 PostalAddress PostalAddressClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PostalAddress PostalAddressClass.extendViewCapable(ViewCapable _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 ViewCapable and all required attributes not included in this superclass.
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 PositionRemoval PositionRemovalClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 PositionRemoval PositionRemovalClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class PositionRemoval based on the superclass ViewCapable and all required attributes not included in this superclass.
 PositionCreation PositionCreationClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 PositionCreation PositionCreationClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class PositionCreation based on the superclass ViewCapable and all required attributes not included in this superclass.
 QuantityModification QuantityModificationClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, BigDecimal quantity)
           
 QuantityModification QuantityModificationClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, BigDecimal quantity)
          Creates an instance of class QuantityModification based on the superclass ViewCapable and all required attributes not included in this superclass.
 DeliveryInformation DeliveryInformationClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, BigDecimal quantityShipped, boolean disabled)
           
 DeliveryInformation DeliveryInformationClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, BigDecimal quantityShipped, boolean disabled)
          Creates an instance of class DeliveryInformation based on the superclass ViewCapable and all required attributes not included in this superclass.
 DeliveryRequest DeliveryRequestClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short state, boolean disabled)
           
 DeliveryRequest DeliveryRequestClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short state, boolean disabled)
          Creates an instance of class DeliveryRequest based on the superclass ViewCapable and all required attributes not included in this superclass.
 SalesOrderProductOfferingPosition SalesOrderProductOfferingPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 SalesOrderProductOfferingPosition SalesOrderProductOfferingPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class SalesOrderProductOfferingPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 SalesOrderProductBundlePosition SalesOrderProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 SalesOrderProductBundlePosition SalesOrderProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class SalesOrderProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 SalesOrderPosition SalesOrderPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 SalesOrderPosition SalesOrderPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class SalesOrderPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 SalesOrderComplexProductBundlePosition SalesOrderComplexProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 SalesOrderComplexProductBundlePosition SalesOrderComplexProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class SalesOrderComplexProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 SalesOrderBundledProductPosition SalesOrderBundledProductPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 SalesOrderBundledProductPosition SalesOrderBundledProductPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class SalesOrderBundledProductPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 RemovedProductOfferingPosition RemovedProductOfferingPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 RemovedProductOfferingPosition RemovedProductOfferingPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class RemovedProductOfferingPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 RemovedProductBundlePosition RemovedProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 RemovedProductBundlePosition RemovedProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class RemovedProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 RemovedPosition RemovedPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 RemovedPosition RemovedPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class RemovedPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 RemovedComplexProductBundlePosition RemovedComplexProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 RemovedComplexProductBundlePosition RemovedComplexProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class RemovedComplexProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 RemovedBundledProductPosition RemovedBundledProductPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 RemovedBundledProductPosition RemovedBundledProductPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class RemovedBundledProductPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 QuoteProductOfferingPosition QuoteProductOfferingPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 QuoteProductOfferingPosition QuoteProductOfferingPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class QuoteProductOfferingPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 QuoteProductBundlePosition QuoteProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 QuoteProductBundlePosition QuoteProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class QuoteProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 QuotePosition QuotePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 QuotePosition QuotePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class QuotePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 QuoteComplexProductBundlePosition QuoteComplexProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 QuoteComplexProductBundlePosition QuoteComplexProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class QuoteComplexProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 QuoteBundledProductPosition QuoteBundledProductPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 QuoteBundledProductPosition QuoteBundledProductPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class QuoteBundledProductPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 OpportunityProductOfferingPosition OpportunityProductOfferingPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 OpportunityProductOfferingPosition OpportunityProductOfferingPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class OpportunityProductOfferingPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 OpportunityProductBundlePosition OpportunityProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 OpportunityProductBundlePosition OpportunityProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class OpportunityProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 OpportunityPosition OpportunityPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 OpportunityPosition OpportunityPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class OpportunityPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 OpportunityComplexProductBundlePosition OpportunityComplexProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 OpportunityComplexProductBundlePosition OpportunityComplexProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class OpportunityComplexProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 OpportunityBundledProductPosition OpportunityBundledProductPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 OpportunityBundledProductPosition OpportunityBundledProductPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class OpportunityBundledProductPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 InvoiceProductOfferingPosition InvoiceProductOfferingPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 InvoiceProductOfferingPosition InvoiceProductOfferingPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class InvoiceProductOfferingPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 InvoiceProductBundlePosition InvoiceProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 InvoiceProductBundlePosition InvoiceProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class InvoiceProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 InvoicePosition InvoicePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 InvoicePosition InvoicePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class InvoicePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 InvoiceComplexProductBundlePosition InvoiceComplexProductBundlePositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 InvoiceComplexProductBundlePosition InvoiceComplexProductBundlePositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class InvoiceComplexProductBundlePosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 InvoiceBundledProductPosition InvoiceBundledProductPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 InvoiceBundledProductPosition InvoiceBundledProductPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contractPositionState, long lineItemNumber, short minMaxQuantityHandling, String name, String positionNumber, short pricingState, SalesTaxType salesTaxType, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class InvoiceBundledProductPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 CustomerContractRole CustomerContractRoleClassImpl.extendViewCapable(ViewCapable _base, short accountRating, short accountState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 CustomerContractRole CustomerContractRoleClass.extendViewCapable(ViewCapable _base, short accountRating, short accountState, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class CustomerContractRole based on the superclass ViewCapable and all required attributes not included in this superclass.
 ConfigurationModification ConfigurationModificationClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String propertyValue)
           
 ConfigurationModification ConfigurationModificationClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String propertyValue)
          Creates an instance of class ConfigurationModification based on the superclass ViewCapable and all required attributes not included in this superclass.
 ProductApplication ProductApplicationClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
           
 ProductApplication ProductApplicationClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class ProductApplication based on the superclass ViewCapable and all required attributes not included in this superclass.
 CalculationRule CalculationRuleClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
           
 CalculationRule CalculationRuleClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class CalculationRule based on the superclass ViewCapable and all required attributes not included in this superclass.
 Invoice InvoiceClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 Invoice InvoiceClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class Invoice based on the superclass ViewCapable and all required attributes not included in this superclass.
 SalesOrder SalesOrderClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, short freightTerms, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 SalesOrder SalesOrderClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, short freightTerms, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class SalesOrder based on the superclass ViewCapable and all required attributes not included in this superclass.
 Quote QuoteClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, short freightTerms, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 Quote QuoteClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, short freightTerms, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class Quote based on the superclass ViewCapable and all required attributes not included in this superclass.
 Opportunity OpportunityClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, short opportunityRating, short opportunitySource, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 Opportunity OpportunityClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, short opportunityRating, short opportunitySource, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class Opportunity based on the superclass ViewCapable and all required attributes not included in this superclass.
 Lead LeadClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, short leadRating, short leadSource, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
           
 Lead LeadClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, short contractCurrency, short contractLanguage, short contractState, String name, short paymentTerms, short pricingState, short priority, BigDecimal totalAmount, BigDecimal totalAmountIncludingTax, BigDecimal totalBaseAmount, BigDecimal totalDiscountAmount, BigDecimal totalSalesCommission, BigDecimal totalTaxAmount, short leadRating, short leadSource, Account carrier, boolean isGift, short shippingMethod, boolean disabled)
          Creates an instance of class Lead based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.depot1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.depot1.cci
 interface AddressableDepotHolder
           
 interface Booking
           
 interface BookingPeriod
           
 interface BookingText
           
 interface BundledProductDepotPosition
           
 interface ComplexProductBundleDepotPosition
           
 interface CompoundBooking
           
 interface CreditBooking
           
 interface DebitBooking
           
 interface Depot
           
 interface DepotAddress
           
 interface DepotContract
           
 interface DepotEntity
           
 interface DepotEntityRelationship
           
 interface DepotGroup
           
 interface DepotHolder
           
 interface DepotPosition
           
 interface DepotReference
           
 interface DepotReport
           
 interface DepotReportItem
           
 interface DepotReportItemBooking
           
 interface DepotReportItemCredit
           
 interface DepotReportItemDebit
           
 interface DepotReportItemPosition
           
 interface DepotType
           
 interface ProductBundleDepotPosition
           
 interface ProductDepotPosition
           
 interface ProductOfferingDepotPosition
           
 interface Site
           
 interface Warehouse
           
 

Classes in org.opencrx.kernel.depot1.cci that implement ViewCapable
 class AddressableDepotHolderImpl
           
 class BookingImpl
           
 class BookingPeriodImpl
           
 class BookingTextImpl
           
 class BundledProductDepotPositionImpl
           
 class ComplexProductBundleDepotPositionImpl
           
 class CompoundBookingImpl
           
 class CreditBookingImpl
           
 class DebitBookingImpl
           
 class DepotAddressImpl
           
 class DepotContractImpl
           
 class DepotEntityImpl
           
 class DepotEntityRelationshipImpl
           
 class DepotGroupImpl
           
 class DepotHolderImpl
           
 class DepotImpl
           
 class DepotPositionImpl
           
 class DepotReferenceImpl
           
 class DepotReportImpl
           
 class DepotReportItemBookingImpl
           
 class DepotReportItemCreditImpl
           
 class DepotReportItemDebitImpl
           
 class DepotReportItemImpl
           
 class DepotReportItemPositionImpl
           
 class DepotTypeImpl
           
 class ProductBundleDepotPositionImpl
           
 class ProductDepotPositionImpl
           
 class ProductOfferingDepotPositionImpl
           
 class SiteImpl
           
 class WarehouseImpl
           
 

Methods in org.opencrx.kernel.depot1.cci with parameters of type ViewCapable
 PhoneNumber PhoneNumberClassImpl.extendViewCapable(ViewCapable _base, boolean automaticParsing, short phoneCountryPrefix, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 PhoneNumber PhoneNumberClass.extendViewCapable(ViewCapable _base, boolean automaticParsing, short phoneCountryPrefix, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class PhoneNumber based on the superclass ViewCapable and all required attributes not included in this superclass.
 WebAddress WebAddressClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 WebAddress WebAddressClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class WebAddress based on the superclass ViewCapable and all required attributes not included in this superclass.
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 Room RoomClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Room RoomClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Room based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotType DepotTypeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
           
 DepotType DepotTypeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowCreditBookings, boolean allowDebitBookings, String name, boolean disabled)
          Creates an instance of class DepotType based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotReport DepotReportClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
           
 DepotReport DepotReportClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass ViewCapable and all required attributes not included in this superclass.
 Depot DepotClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
           
 Depot DepotClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean allowPositionAutoCreate, String depotNumber, boolean isDefault, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class Depot based on the superclass ViewCapable and all required attributes not included in this superclass.
 ProductOfferingDepotPosition ProductOfferingDepotPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
           
 ProductOfferingDepotPosition ProductOfferingDepotPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductOfferingDepotPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 ProductDepotPosition ProductDepotPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
           
 ProductDepotPosition ProductDepotPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductDepotPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 ProductBundleDepotPosition ProductBundleDepotPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
           
 ProductBundleDepotPosition ProductBundleDepotPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ProductBundleDepotPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotPosition DepotPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
           
 DepotPosition DepotPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class DepotPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 ComplexProductBundleDepotPosition ComplexProductBundleDepotPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
           
 ComplexProductBundleDepotPosition ComplexProductBundleDepotPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class ComplexProductBundleDepotPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 BundledProductDepotPosition BundledProductDepotPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
           
 BundledProductDepotPosition BundledProductDepotPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isLocked, String name, Date openingDate, boolean disabled)
          Creates an instance of class BundledProductDepotPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 CompoundBooking CompoundBookingClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, boolean isLocked, Date lockModifiedAt, short lockingReason, String name, boolean disabled)
           
 CompoundBooking CompoundBookingClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, boolean isLocked, Date lockModifiedAt, short lockingReason, String name, boolean disabled)
          Creates an instance of class CompoundBooking based on the superclass ViewCapable and all required attributes not included in this superclass.
 DebitBooking DebitBookingClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, String name, Date valueDate, BigDecimal quantityDebit, boolean disabled)
           
 DebitBooking DebitBookingClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, String name, Date valueDate, BigDecimal quantityDebit, boolean disabled)
          Creates an instance of class DebitBooking based on the superclass ViewCapable and all required attributes not included in this superclass.
 CreditBooking CreditBookingClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, String name, Date valueDate, BigDecimal quantityCredit, boolean disabled)
           
 CreditBooking CreditBookingClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Date bookingDate, short bookingStatus, short bookingType, String name, Date valueDate, BigDecimal quantityCredit, boolean disabled)
          Creates an instance of class CreditBooking based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotReference DepotReferenceClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short depotUsage, boolean holderQualifiesPosition, String name)
           
 DepotReference DepotReferenceClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short depotUsage, boolean holderQualifiesPosition, String name)
          Creates an instance of class DepotReference based on the superclass ViewCapable and all required attributes not included in this superclass.
 EMailAddress EMailAddressClassImpl.extendViewCapable(ViewCapable _base, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailAddress EMailAddressClass.extendViewCapable(ViewCapable _base, short emailFormat, short emailType, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailAddress based on the superclass ViewCapable and all required attributes not included in this superclass.
 PostalAddress PostalAddressClassImpl.extendViewCapable(ViewCapable _base, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 PostalAddress PostalAddressClass.extendViewCapable(ViewCapable _base, short postalCountry, short postalFreightTerms, short postalUtcOffset, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class PostalAddress based on the superclass ViewCapable and all required attributes not included in this superclass.
 BookingPeriod BookingPeriodClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short closingBookingTypeThreshold, String name, Date periodStartsAt, boolean disabled)
           
 BookingPeriod BookingPeriodClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short closingBookingTypeThreshold, String name, Date periodStartsAt, boolean disabled)
          Creates an instance of class BookingPeriod based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotGroup DepotGroupClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
           
 DepotGroup DepotGroupClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, boolean disabled)
          Creates an instance of class DepotGroup based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotReportItemPosition DepotReportItemPositionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String positionName, Date valueDate, BigDecimal balance, BigDecimal balanceBop, BigDecimal balanceCredit, BigDecimal balanceCreditBop, BigDecimal balanceDebit, BigDecimal balanceDebitBop)
           
 DepotReportItemPosition DepotReportItemPositionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String positionName, Date valueDate, BigDecimal balance, BigDecimal balanceBop, BigDecimal balanceCredit, BigDecimal balanceCreditBop, BigDecimal balanceDebit, BigDecimal balanceDebitBop)
          Creates an instance of class DepotReportItemPosition based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotReportItemDebit DepotReportItemDebitClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String positionName, Date valueDate, BigDecimal balance, BigDecimal balanceCredit, BigDecimal balanceDebit, Date bookingDate, BigDecimal quantityDebit)
           
 DepotReportItemDebit DepotReportItemDebitClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String positionName, Date valueDate, BigDecimal balance, BigDecimal balanceCredit, BigDecimal balanceDebit, Date bookingDate, BigDecimal quantityDebit)
          Creates an instance of class DepotReportItemDebit based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotReportItemCredit DepotReportItemCreditClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String positionName, Date valueDate, BigDecimal balance, BigDecimal balanceCredit, BigDecimal balanceDebit, Date bookingDate, BigDecimal quantityCredit)
           
 DepotReportItemCredit DepotReportItemCreditClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String positionName, Date valueDate, BigDecimal balance, BigDecimal balanceCredit, BigDecimal balanceDebit, Date bookingDate, BigDecimal quantityCredit)
          Creates an instance of class DepotReportItemCredit based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotEntityRelationship DepotEntityRelationshipClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short relationshipType, boolean disabled)
           
 DepotEntityRelationship DepotEntityRelationshipClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short relationshipType, boolean disabled)
          Creates an instance of class DepotEntityRelationship based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotEntity DepotEntityClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String depotEntityNumber, String name, boolean disabled)
           
 DepotEntity DepotEntityClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String depotEntityNumber, String name, boolean disabled)
          Creates an instance of class DepotEntity based on the superclass ViewCapable and all required attributes not included in this superclass.
 Warehouse WarehouseClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, String depotHolderNumber, String name, boolean disabled)
           
 Warehouse WarehouseClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, String depotHolderNumber, String name, boolean disabled)
          Creates an instance of class Warehouse based on the superclass ViewCapable and all required attributes not included in this superclass.
 Site SiteClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, String depotHolderNumber, String name, boolean disabled)
           
 Site SiteClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, String depotHolderNumber, String name, boolean disabled)
          Creates an instance of class Site based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotContract DepotContractClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, String depotHolderNumber, String name, boolean disabled)
           
 DepotContract DepotContractClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String templateReferenceFilter, String depotHolderNumber, String name, boolean disabled)
          Creates an instance of class DepotContract based on the superclass ViewCapable and all required attributes not included in this superclass.
 BookingText BookingTextClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String cbNameInfix1, String cbNameInfix2, String creditBookingNameInfix, boolean creditFirst, String debitBookingNameInfix, String name, boolean disabled)
           
 BookingText BookingTextClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String cbNameInfix1, String cbNameInfix2, String creditBookingNameInfix, boolean creditFirst, String debitBookingNameInfix, String name, boolean disabled)
          Creates an instance of class BookingText based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.document1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.document1.cci
 interface Document
           
 interface DocumentFolder
           
 interface DocumentRevision
           
 interface Media
           
 interface MediaContent
           
 interface MediaReference
           
 interface ResourceIdentifier
           
 

Classes in org.opencrx.kernel.document1.cci that implement ViewCapable
 class DocumentFolderImpl
           
 class DocumentImpl
           
 class DocumentRevisionImpl
           
 class MediaContentImpl
           
 class MediaImpl
           
 class MediaReferenceImpl
           
 class ResourceIdentifierImpl
           
 

Methods in org.opencrx.kernel.document1.cci with parameters of type ViewCapable
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 MediaReference MediaReferenceClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 MediaReference MediaReferenceClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaReference based on the superclass ViewCapable and all required attributes not included in this superclass.
 MediaContent MediaContentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 MediaContent MediaContentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaContent based on the superclass ViewCapable and all required attributes not included in this superclass.
 Document DocumentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contentLanguage, short documentState, short documentType, short literatureType)
           
 Document DocumentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short contentLanguage, short documentState, short documentType, short literatureType)
          Creates an instance of class Document based on the superclass ViewCapable and all required attributes not included in this superclass.
 ResourceIdentifier ResourceIdentifierClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
           
 ResourceIdentifier ResourceIdentifierClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass ViewCapable and all required attributes not included in this superclass.
 DocumentFolder DocumentFolderClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String description, String name)
           
 DocumentFolder DocumentFolderClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String description, String name)
          Creates an instance of class DocumentFolder based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.forecast1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.forecast1.cci
 interface Budget
           
 interface BudgetMilestone
           
 interface Forecast
           
 interface ForecastPeriod
           
 

Classes in org.opencrx.kernel.forecast1.cci that implement ViewCapable
 class BudgetImpl
           
 class BudgetMilestoneImpl
           
 class ForecastImpl
           
 class ForecastPeriodImpl
           
 

Methods in org.opencrx.kernel.forecast1.cci with parameters of type ViewCapable
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 BudgetMilestone BudgetMilestoneClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, BigDecimal actualValue, BigDecimal targetValue, boolean disabled)
           
 BudgetMilestone BudgetMilestoneClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, BigDecimal actualValue, BigDecimal targetValue, boolean disabled)
          Creates an instance of class BudgetMilestone based on the superclass ViewCapable and all required attributes not included in this superclass.
 Budget BudgetClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, BigDecimal actualValue, short budgetType, Date endingAt, Date startingFrom, BigDecimal targetValue, String underlying, boolean disabled)
           
 Budget BudgetClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, BigDecimal actualValue, short budgetType, Date endingAt, Date startingFrom, BigDecimal targetValue, String underlying, boolean disabled)
          Creates an instance of class Budget based on the superclass ViewCapable and all required attributes not included in this superclass.
 Forecast ForecastClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 Forecast ForecastClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Forecast based on the superclass ViewCapable and all required attributes not included in this superclass.
 ForecastPeriod ForecastPeriodClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Contact person, boolean disabled)
           
 ForecastPeriod ForecastPeriodClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, Contact person, boolean disabled)
          Creates an instance of class ForecastPeriod based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.generic.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.generic.cci
 interface AdditionalExternalLink
           
 interface BooleanPropertySetEntry
           
 interface CrxObject
           
 interface DecimalPropertySetEntry
           
 interface Description
           
 interface DocumentAttachment
           
 interface IntegerPropertySetEntry
           
 interface Note
           
 interface PropertySet
           
 interface PropertySetEntry
           
 interface Rating
           
 interface ReferencePropertySetEntry
           
 interface StringPropertySetEntry
           
 interface UriPropertySetEntry
           
 

Classes in org.opencrx.kernel.generic.cci that implement ViewCapable
 class AdditionalExternalLinkImpl
           
 class BooleanPropertySetEntryImpl
           
 class CrxObjectImpl
           
 class DecimalPropertySetEntryImpl
           
 class DescriptionImpl
           
 class DocumentAttachmentImpl
           
 class IntegerPropertySetEntryImpl
           
 class NoteImpl
           
 class PropertySetEntryImpl
           
 class PropertySetImpl
           
 class RatingImpl
           
 class ReferencePropertySetEntryImpl
           
 class StringPropertySetEntryImpl
           
 class UriPropertySetEntryImpl
           
 

Methods in org.opencrx.kernel.generic.cci with parameters of type ViewCapable
 UriPropertySetEntry UriPropertySetEntryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 UriPropertySetEntry UriPropertySetEntryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class UriPropertySetEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 StringPropertySetEntry StringPropertySetEntryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 StringPropertySetEntry StringPropertySetEntryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class StringPropertySetEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 ReferencePropertySetEntry ReferencePropertySetEntryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 ReferencePropertySetEntry ReferencePropertySetEntryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ReferencePropertySetEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 Note NoteClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Note NoteClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Note based on the superclass ViewCapable and all required attributes not included in this superclass.
 Media MediaClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Media MediaClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Media based on the superclass ViewCapable and all required attributes not included in this superclass.
 IntegerPropertySetEntry IntegerPropertySetEntryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 IntegerPropertySetEntry IntegerPropertySetEntryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class IntegerPropertySetEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 DocumentAttachment DocumentAttachmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 DocumentAttachment DocumentAttachmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DocumentAttachment based on the superclass ViewCapable and all required attributes not included in this superclass.
 DecimalPropertySetEntry DecimalPropertySetEntryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 DecimalPropertySetEntry DecimalPropertySetEntryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DecimalPropertySetEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 BooleanPropertySetEntry BooleanPropertySetEntryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 BooleanPropertySetEntry BooleanPropertySetEntryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class BooleanPropertySetEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 AdditionalExternalLink AdditionalExternalLinkClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 AdditionalExternalLink AdditionalExternalLinkClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AdditionalExternalLink based on the superclass ViewCapable and all required attributes not included in this superclass.
 Rating RatingClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short ratingLevel)
           
 Rating RatingClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short ratingLevel)
          Creates an instance of class Rating based on the superclass ViewCapable and all required attributes not included in this superclass.
 Description DescriptionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short language)
           
 Description DescriptionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short language)
          Creates an instance of class Description based on the superclass ViewCapable and all required attributes not included in this superclass.
 PropertySet PropertySetClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
           
 PropertySet PropertySetClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class PropertySet based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.home1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.home1.cci
 interface AccessHistory
           
 interface Alert
           
 interface Chart
           
 interface EMailAccount
           
 interface QuickAccess
           
 interface Subscription
           
 interface UserHome
           
 interface WfActionLogEntry
           
 interface WfProcessInstance
           
 

Classes in org.opencrx.kernel.home1.cci that implement ViewCapable
 class AccessHistoryImpl
           
 class AlertImpl
           
 class ChartImpl
           
 class EMailAccountImpl
           
 class QuickAccessImpl
           
 class SubscriptionImpl
           
 class UserHomeImpl
           
 class WfActionLogEntryImpl
           
 class WfProcessInstanceImpl
           
 

Methods in org.opencrx.kernel.home1.cci with parameters of type ViewCapable
 Chart ChartClassImpl.extendViewCapable(ViewCapable _base, byte[] chart, String chartMimeType, String chartName, String description, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Chart ChartClass.extendViewCapable(ViewCapable _base, byte[] chart, String chartMimeType, String chartName, String description, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Chart based on the superclass ViewCapable and all required attributes not included in this superclass.
 UserHome UserHomeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 UserHome UserHomeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class UserHome based on the superclass ViewCapable and all required attributes not included in this superclass.
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 QuickAccess QuickAccessClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 QuickAccess QuickAccessClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class QuickAccess based on the superclass ViewCapable and all required attributes not included in this superclass.
 EMailAccount EMailAccountClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 EMailAccount EMailAccountClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class EMailAccount based on the superclass ViewCapable and all required attributes not included in this superclass.
 AccessHistory AccessHistoryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 AccessHistory AccessHistoryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AccessHistory based on the superclass ViewCapable and all required attributes not included in this superclass.
 Subscription SubscriptionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isActive, String name)
           
 Subscription SubscriptionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isActive, String name)
          Creates an instance of class Subscription based on the superclass ViewCapable and all required attributes not included in this superclass.
 Alert AlertClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
           
 Alert AlertClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
          Creates an instance of class Alert based on the superclass ViewCapable and all required attributes not included in this superclass.
 WfActionLogEntry WfActionLogEntryClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
           
 WfActionLogEntry WfActionLogEntryClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class WfActionLogEntry based on the superclass ViewCapable and all required attributes not included in this superclass.
 WfProcessInstance WfProcessInstanceClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, WfProcess process)
           
 WfProcessInstance WfProcessInstanceClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, WfProcess process)
          Creates an instance of class WfProcessInstance based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.model1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.model1.cci
 interface AliasType
           
 interface Association
           
 interface AssociationEnd
           
 interface Attribute
           
 interface BehaviouralFeature
           
 interface Class
           
 interface Classifier
           
 interface CollectionType
           
 interface Constant
           
 interface Constraint
           
 interface Datatype
           
 interface EditableAttribute
           
 interface EditableClass
           
 interface EditableOperation
           
 interface EditableOperationTag
           
 interface EditablePackage
           
 interface EditableParameter
           
 interface EditableStructureField
           
 interface EditableStructureType
           
 interface Element
           
 interface EnumerationType
           
 interface Exception
           
 interface Feature
           
 interface GeneralizableElement
           
 interface Import
           
 interface Namespace
           
 interface Operation
           
 interface Package
           
 interface Parameter
           
 interface PrimitiveType
           
 interface Reference
           
 interface StructuralFeature
           
 interface StructureField
           
 interface StructureType
           
 interface Tag
           
 interface TypedElement
           
 

Classes in org.opencrx.kernel.model1.cci that implement ViewCapable
 class AliasTypeImpl
           
 class AssociationEndImpl
           
 class AssociationImpl
           
 class AttributeImpl
           
 class BehaviouralFeatureImpl
           
 class ClassifierImpl
           
 class ClassImpl
           
 class CollectionTypeImpl
           
 class ConstantImpl
           
 class ConstraintImpl
           
 class DatatypeImpl
           
 class EditableAttributeImpl
           
 class EditableClassImpl
           
 class EditableOperationImpl
           
 class EditableOperationTagImpl
           
 class EditablePackageImpl
           
 class EditableParameterImpl
           
 class EditableStructureFieldImpl
           
 class EditableStructureTypeImpl
           
 class ElementImpl
           
 class EnumerationTypeImpl
           
 class ExceptionImpl
           
 class FeatureImpl
           
 class GeneralizableElementImpl
           
 class ImportImpl
           
 class NamespaceImpl
           
 class OperationImpl
           
 class PackageImpl
           
 class ParameterImpl
           
 class PrimitiveTypeImpl
           
 class ReferenceImpl
           
 class StructuralFeatureImpl
           
 class StructureFieldImpl
           
 class StructureTypeImpl
           
 class TagImpl
           
 class TypedElementImpl
           
 

Methods in org.opencrx.kernel.model1.cci with parameters of type ViewCapable
 Segment SegmentClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
           
 Segment SegmentClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class Segment based on the superclass ViewCapable and all required attributes not included in this superclass.
 Attribute AttributeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, boolean isDerived, int maxLength, String name, String qualifiedName, short scope, short visibility, boolean isChangeable, short multiplicity, Classifier type)
           
 Attribute AttributeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, boolean isDerived, int maxLength, String name, String qualifiedName, short scope, short visibility, boolean isChangeable, short multiplicity, Classifier type)
          Creates an instance of class Attribute based on the superclass ViewCapable and all required attributes not included in this superclass.
 Class ClassClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, boolean isSingleton, String name, String qualifiedName, boolean isAbstract, short visibility)
           
 Class ClassClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, boolean isSingleton, String name, String qualifiedName, boolean isAbstract, short visibility)
          Creates an instance of class Class based on the superclass ViewCapable and all required attributes not included in this superclass.
 Association AssociationClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, boolean isDerived, String name, String qualifiedName, boolean isAbstract, short visibility)
           
 Association AssociationClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, boolean isDerived, String name, String qualifiedName, boolean isAbstract, short visibility)
          Creates an instance of class Association based on the superclass ViewCapable and all required attributes not included in this superclass.
 AssociationEnd AssociationEndClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short aggregation, boolean isChangeable, boolean isNavigable, short multiplicity, String name, String qualifiedName, Classifier type)
           
 AssociationEnd AssociationEndClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short aggregation, boolean isChangeable, boolean isNavigable, short multiplicity, String name, String qualifiedName, Classifier type)
          Creates an instance of class AssociationEnd based on the superclass ViewCapable and all required attributes not included in this superclass.
 CollectionType CollectionTypeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short multiplicity, String name, String qualifiedName, boolean isAbstract, short visibility, Classifier type)
           
 CollectionType CollectionTypeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short multiplicity, String name, String qualifiedName, boolean isAbstract, short visibility, Classifier type)
          Creates an instance of class CollectionType based on the superclass ViewCapable and all required attributes not included in this superclass.
 Constraint ConstraintClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short evaluationPolicy, String expression, String language, String name, String qualifiedName)
           
 Constraint ConstraintClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, short evaluationPolicy, String expression, String language, String name, String qualifiedName)
          Creates an instance of class Constraint based on the superclass ViewCapable and all required attributes not included in this superclass.
 Tag TagClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName)
           
 Tag TagClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName)
          Creates an instance of class Tag based on the superclass ViewCapable and all required attributes not included in this superclass.
 Import ImportClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isClustered, Namespace namespace, short visibility)
           
 Import ImportClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isClustered, Namespace namespace, short visibility)
          Creates an instance of class Import based on the superclass ViewCapable and all required attributes not included in this superclass.
 StructureType StructureTypeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility)
           
 StructureType StructureTypeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility)
          Creates an instance of class StructureType based on the superclass ViewCapable and all required attributes not included in this superclass.
 PrimitiveType PrimitiveTypeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility)
           
 PrimitiveType PrimitiveTypeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility)
          Creates an instance of class PrimitiveType based on the superclass ViewCapable and all required attributes not included in this superclass.
 Package PackageClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility)
           
 Package PackageClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility)
          Creates an instance of class Package based on the superclass ViewCapable and all required attributes not included in this superclass.
 EnumerationType EnumerationTypeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility)
           
 EnumerationType EnumerationTypeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility)
          Creates an instance of class EnumerationType based on the superclass ViewCapable and all required attributes not included in this superclass.
 AliasType AliasTypeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility, Classifier type)
           
 AliasType AliasTypeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, boolean isAbstract, short visibility, Classifier type)
          Creates an instance of class AliasType based on the superclass ViewCapable and all required attributes not included in this superclass.
 StructureField StructureFieldClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, int maxLength, short multiplicity, Classifier type)
           
 StructureField StructureFieldClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, int maxLength, short multiplicity, Classifier type)
          Creates an instance of class StructureField based on the superclass ViewCapable and all required attributes not included in this superclass.
 Exception ExceptionClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short scope, short visibility)
           
 Exception ExceptionClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short scope, short visibility)
          Creates an instance of class Exception based on the superclass ViewCapable and all required attributes not included in this superclass.
 Reference ReferenceClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short scope, short visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, short multiplicity, Classifier type)
           
 Reference ReferenceClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short scope, short visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, short multiplicity, Classifier type)
          Creates an instance of class Reference based on the superclass ViewCapable and all required attributes not included in this superclass.
 Operation OperationClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short scope, short visibility, boolean isQuery)
           
 Operation OperationClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short scope, short visibility, boolean isQuery)
          Creates an instance of class Operation based on the superclass ViewCapable and all required attributes not included in this superclass.
 Parameter ParameterClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
           
 Parameter ParameterClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass ViewCapable and all required attributes not included in this superclass.
 Constant ConstantClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String constValue, String name, String qualifiedName, Classifier type)
           
 Constant ConstantClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String constValue, String name, String qualifiedName, Classifier type)
          Creates an instance of class Constant based on the superclass ViewCapable and all required attributes not included in this superclass.
 EditableAttribute EditableAttributeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short multiplicity, String name)
           
 EditableAttribute EditableAttributeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short multiplicity, String name)
          Creates an instance of class EditableAttribute based on the superclass ViewCapable and all required attributes not included in this superclass.
 EditableStructureType EditableStructureTypeClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
           
 EditableStructureType EditableStructureTypeClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class EditableStructureType based on the superclass ViewCapable and all required attributes not included in this superclass.
 EditablePackage EditablePackageClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
           
 EditablePackage EditablePackageClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class EditablePackage based on the superclass ViewCapable and all required attributes not included in this superclass.
 EditableOperationTag EditableOperationTagClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
           
 EditableOperationTag EditableOperationTagClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class EditableOperationTag based on the superclass ViewCapable and all required attributes not included in this superclass.
 EditableOperation EditableOperationClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
           
 EditableOperation EditableOperationClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class EditableOperation based on the superclass ViewCapable and all required attributes not included in this superclass.
 EditableClass EditableClassClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
           
 EditableClass EditableClassClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class EditableClass based on the superclass ViewCapable and all required attributes not included in this superclass.
 EditableStructureField EditableStructureFieldClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short multiplicity)
           
 EditableStructureField EditableStructureFieldClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short multiplicity)
          Creates an instance of class EditableStructureField based on the superclass ViewCapable and all required attributes not included in this superclass.
 EditableParameter EditableParameterClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short direction, short multiplicity, int upperBound)
           
 EditableParameter EditableParameterClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name, short direction, short multiplicity, int upperBound)
          Creates an instance of class EditableParameter based on the superclass ViewCapable and all required attributes not included in this superclass.
 

Uses of ViewCapable in org.opencrx.kernel.product1.cci
 

Subinterfaces of ViewCapable in org.opencrx.kernel.product1.cci
 interface AbstractBundledProduct
           
 interface AbstractProduct
           
 interface AbstractProductBundle
           
 interface AbstractProductConfiguration
           
 interface AccountAssignment
           
 interface AccountAssignmentProduct
           
 interface BundledProduct
           
 interface BundledProductType
           
 interface ComplexProductBundle
           
 interface ComplexProductBundleType
           
 interface DefaultSalesTaxTypeFilterProperty
           
 interface DiscountPriceModifier
           
 interface LinearPriceModifier
           
 interface PriceLevel
           
 interface PriceListEntry
           
 interface PriceModifier
           
 interface PriceOverrideEnabled
           
 interface PriceUomFilterProperty
           
 interface PricingRule
           
 interface Product
           
 interface ProductAddress
           
 interface ProductBasePrice
           
 interface ProductBundle
           
 interface ProductBundleContainer
           
 interface ProductBundleType
           
 interface ProductClassification
           
 interface ProductClassificationFilterProperty
           
 interface ProductClassificationRelationship
           
 interface ProductConfiguration
           
 interface ProductConfigurationType
           
 interface ProductConfigurationTypeSet
           
 interface ProductFilterProperty
           
 interface ProductOffering
           
 interface RelatedProduct
           
 interface SalesTaxType
           
 interface SelectableBundledProduct
           
 interface SelectableComplexProductBundle
           
 interface SelectableItem
           
 interface SelectableItemWithQuantity
           
 interface SelectableProductBundle
           
 interface SelectableProductConfiguration
           
 

Classes in org.opencrx.kernel.product1.cci that implement ViewCapable
 class AbstractBundledProductImpl
           
 class AbstractProductBundleImpl
           
 class AbstractProductConfigurationImpl
           
 class AbstractProductImpl
           
 class AccountAssignmentImpl
           
 class AccountAssignmentProductImpl
           
 class BundledProductImpl
           
 class BundledProductTypeImpl
           
 class ComplexProductBundleImpl
           
 class ComplexProductBundleTypeImpl
           
 class DefaultSalesTaxTypeFilterPropertyImpl
           
 class DiscountPriceModifierImpl
           
 class LinearPriceModifierImpl
           
 class PriceLevelImpl
           
 class PriceListEntryImpl
           
 class PriceModifierImpl
           
 class PriceOverrideEnabledImpl
           
 class PriceUomFilterPropertyImpl
           
 class PricingRuleImpl
           
 class ProductAddressImpl
           
 class ProductBasePriceImpl
           
 class ProductBundleContainerImpl
           
 class ProductBundleImpl
           
 class ProductBundleTypeImpl
           
 class ProductClassificationFilterPropertyImpl
           
 class ProductClassificationImpl
           
 class ProductClassificationRelationshipImpl
           
 class ProductConfigurationImpl
           
 class ProductConfigurationTypeImpl
           
 class ProductConfigurationTypeSetImpl
           
 class ProductFilterPropertyImpl
           
 class ProductImpl
           
 class ProductOfferingImpl
           
 class RelatedProductImpl
           
 class SalesTaxTypeImpl
           
 class SelectableBundledProductImpl
           
 class SelectableComplexProductBundleImpl
           
 class SelectableItemImpl
           
 class SelectableItemWithQuantityImpl
           
 class SelectableProductBundleImpl
           
 class SelectableProductConfigurationImpl
           
 

Methods in org.opencrx.kernel.product1.cci with parameters of type ViewCapable
 PhoneNumber PhoneNumberClassImpl.extendViewCapable(ViewCapable _base, boolean isMain, boolean automaticParsing, short phoneCountryPrefix, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
           
 PhoneNumber PhoneNumberClass.extendViewCapable(