Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.Contact

Packages that use Contact
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.security.ldap This package defines the portal security LDAP interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.theme This package defines the portal theme classes. 
 

Uses of Contact in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Contact
 class ContactWrapper
           This class is a wrapper for Contact.
 

Methods in com.liferay.portal.model that return Contact
 Contact User.getContact()
           
 Contact UserWrapper.getContact()
           
 Contact ContactWrapper.getWrappedContact()
          Deprecated. Renamed to ContactWrapper.getWrappedModel()
 Contact ContactWrapper.getWrappedModel()
           
 Contact ContactWrapper.toEscapedModel()
           
 Contact ContactModel.toEscapedModel()
           
 Contact ContactWrapper.toUnescapedModel()
           
 Contact ContactModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Contact
 CacheModel<Contact> ContactWrapper.toCacheModel()
           
 CacheModel<Contact> ContactModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Contact
 int ContactWrapper.compareTo(Contact contact)
           
 int ContactModel.compareTo(Contact contact)
           
static ContactSoap ContactSoap.toSoapModel(Contact model)
           
static ContactSoap[] ContactSoap.toSoapModels(Contact[] models)
           
static ContactSoap[][] ContactSoap.toSoapModels(Contact[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Contact
static ContactSoap[] ContactSoap.toSoapModels(List<Contact> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Contact
ContactWrapper(Contact contact)
           
 

Uses of Contact in com.liferay.portal.security.ldap
 

Methods in com.liferay.portal.security.ldap that return Contact
 Contact LDAPUser.getContact()
           
 

Methods in com.liferay.portal.security.ldap with parameters of type Contact
 void PortalLDAPExporter.exportToLDAP(Contact contact, Map<String,Serializable> contactExpandoAttributes)
           
static void PortalLDAPExporterUtil.exportToLDAP(Contact contact, Map<String,Serializable> contactExpandoAttributes)
           
 Modifications PortalToLDAPConverter.getLDAPContactModifications(Contact contact, Map<String,Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings)
           
 void LDAPUser.setContact(Contact contact)
           
 

Uses of Contact in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Contact
static Contact ContactLocalServiceUtil.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalServiceWrapper.addContact(Contact contact)
          Adds the contact to the database.
static Contact ContactLocalServiceUtil.createContact(long contactId)
          Creates a new contact with the primary key.
 Contact ContactLocalService.createContact(long contactId)
          Creates a new contact with the primary key.
 Contact ContactLocalServiceWrapper.createContact(long contactId)
          Creates a new contact with the primary key.
static Contact ContactLocalServiceUtil.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceWrapper.deleteContact(Contact contact)
          Deletes the contact from the database.
static Contact ContactLocalServiceUtil.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 Contact ContactLocalService.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 Contact ContactLocalServiceWrapper.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
static Contact ContactLocalServiceUtil.fetchContact(long contactId)
           
 Contact ContactLocalService.fetchContact(long contactId)
           
 Contact ContactLocalServiceWrapper.fetchContact(long contactId)
           
 Contact ContactServiceWrapper.getContact(long contactId)
           
static Contact ContactServiceUtil.getContact(long contactId)
           
static Contact ContactLocalServiceUtil.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactLocalService.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactLocalServiceWrapper.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactService.getContact(long contactId)
           
static Contact ContactLocalServiceUtil.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
static Contact ContactLocalServiceUtil.updateContact(Contact contact, boolean merge)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalService.updateContact(Contact contact, boolean merge)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact, boolean merge)
          Updates the contact in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type Contact
static List<Contact> ContactLocalServiceUtil.getContacts(int start, int end)
          Returns a range of all the contacts.
 List<Contact> ContactLocalService.getContacts(int start, int end)
          Returns a range of all the contacts.
 List<Contact> ContactLocalServiceWrapper.getContacts(int start, int end)
          Returns a range of all the contacts.
 

Methods in com.liferay.portal.service with parameters of type Contact
static Contact ContactLocalServiceUtil.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalServiceWrapper.addContact(Contact contact)
          Adds the contact to the database.
static Contact ContactLocalServiceUtil.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceWrapper.deleteContact(Contact contact)
          Deletes the contact from the database.
static Contact ContactLocalServiceUtil.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
static Contact ContactLocalServiceUtil.updateContact(Contact contact, boolean merge)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalService.updateContact(Contact contact, boolean merge)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact, boolean merge)
          Updates the contact in the database or adds it if it does not yet exist.
 

Uses of Contact in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Contact
static Contact ContactUtil.create(long contactId)
          Creates a new contact with the primary key.
 Contact ContactPersistence.create(long contactId)
          Creates a new contact with the primary key.
static Contact ContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByPrimaryKey(long contactId)
          Returns the contact with the primary key or returns null if it could not be found.
 Contact ContactPersistence.fetchByPrimaryKey(long contactId)
          Returns the contact with the primary key or returns null if it could not be found.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
static Contact[] ContactUtil.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 Contact[] ContactPersistence.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
 Contact ContactPersistence.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
static Contact ContactUtil.remove(long contactId)
          Removes the contact with the primary key from the database.
 Contact ContactPersistence.remove(long contactId)
          Removes the contact with the primary key from the database.
static Contact ContactUtil.update(Contact contact, boolean merge)
           
static Contact ContactUtil.update(Contact contact, boolean merge, ServiceContext serviceContext)
           
static Contact ContactUtil.updateImpl(Contact contact, boolean merge)
           
 Contact ContactPersistence.updateImpl(Contact contact, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Contact
static List<Contact> ContactUtil.findAll()
          Returns all the contacts.
 List<Contact> ContactPersistence.findAll()
          Returns all the contacts.
static List<Contact> ContactUtil.findAll(int start, int end)
          Returns a range of all the contacts.
 List<Contact> ContactPersistence.findAll(int start, int end)
          Returns a range of all the contacts.
static List<Contact> ContactUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
 List<Contact> ContactPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
static List<Contact> ContactUtil.findByCompanyId(long companyId)
          Returns all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId)
          Returns all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Contact
static void ContactUtil.cacheResult(Contact contact)
          Caches the contact in the entity cache if it is enabled.
 void ContactPersistence.cacheResult(Contact contact)
          Caches the contact in the entity cache if it is enabled.
static void ContactUtil.clearCache(Contact contact)
           
static Contact ContactUtil.update(Contact contact, boolean merge)
           
static Contact ContactUtil.update(Contact contact, boolean merge, ServiceContext serviceContext)
           
static Contact ContactUtil.updateImpl(Contact contact, boolean merge)
           
 Contact ContactPersistence.updateImpl(Contact contact, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Contact
static void ContactUtil.cacheResult(List<Contact> contacts)
          Caches the contacts in the entity cache if it is enabled.
 void ContactPersistence.cacheResult(List<Contact> contacts)
          Caches the contacts in the entity cache if it is enabled.
 

Uses of Contact in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Contact
 Contact ThemeDisplay.getContact()
           
 

Methods in com.liferay.portal.theme with parameters of type Contact
 void ThemeDisplay.setContact(Contact contact)
           
 


Liferay 6.1.2-ce-ga3