Uses of Interface
com.storedobject.core.HasContacts
Packages that use HasContacts
Package
Description
-
Uses of HasContacts in com.storedobject.accounts
Classes in com.storedobject.accounts that implement HasContactsModifier and TypeClassDescriptionclassAccountEntity<T extends StoredObject>Entity class used by the accounting system.final classBusiness entity - Used byEntityAccount.final classPersonal entity - Used byEntityAccount. -
Uses of HasContacts in com.storedobject.core
Classes in com.storedobject.core that implement HasContactsModifier and TypeClassDescriptionfinal classThis class represents a legal business entity.classfinal classclassMethods in com.storedobject.core that return types with arguments of type HasContactsModifier and TypeMethodDescriptionClass<? extends HasContacts> ContactType.getContactClass()Class<? extends HasContacts> ContactGroupingCode.getContactDataClass() -
Uses of HasContacts in com.storedobject.pdf
Methods in com.storedobject.pdf with parameters of type HasContactsModifier and TypeMethodDescriptionPDFReport.createTitleTable(HasContacts hasContacts, Iterable<String> captions) This is a helper method to create a "title table" from aHasContactsinstance.PDFReport.createTitleTable(HasContacts hasContacts, String... captions) This is a helper method to create a "title table" from aHasContactsinstance. -
Uses of HasContacts in com.storedobject.report
Methods in com.storedobject.report that return HasContactsModifier and TypeMethodDescriptionprotected HasContactsObjectList.getTitleEntity()protected HasContactsObjectListExcel.getTitleEntity() -
Uses of HasContacts in com.storedobjects.support
Classes in com.storedobjects.support that implement HasContacts