Liferay 6.2-ce-ga5

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. As of 6.1.0, replaced by ContactWrapper.getWrappedModel()
 Contact ContactWrapper.getWrappedModel()
           
 Contact ContactModel.toEscapedModel()
           
 Contact ContactWrapper.toEscapedModel()
           
 Contact ContactModel.toUnescapedModel()
           
 Contact ContactWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type Contact
 int ContactModel.compareTo(Contact contact)
           
 int ContactWrapper.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
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
static Contact ContactLocalServiceUtil.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalServiceWrapper.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle)
           
static Contact ContactLocalServiceUtil.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle)
           
 Contact ContactLocalServiceWrapper.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle)
           
 Contact ContactLocalService.createContact(long contactId)
          Creates a new contact with the primary key.
static Contact ContactLocalServiceUtil.createContact(long contactId)
          Creates a new contact with the primary key.
 Contact ContactLocalServiceWrapper.createContact(long contactId)
          Creates a new contact with the primary key.
 Contact ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
static Contact ContactLocalServiceUtil.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceWrapper.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalService.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
static Contact ContactLocalServiceUtil.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.
 Contact ContactLocalService.fetchContact(long contactId)
           
static Contact ContactLocalServiceUtil.fetchContact(long contactId)
           
 Contact ContactLocalServiceWrapper.fetchContact(long contactId)
           
 Contact ContactLocalService.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactService.getContact(long contactId)
           
static Contact ContactServiceUtil.getContact(long contactId)
           
 Contact ContactServiceWrapper.getContact(long contactId)
           
static Contact ContactLocalServiceUtil.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactLocalServiceWrapper.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
static Contact ContactLocalServiceUtil.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.
 Contact ContactLocalService.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle)
           
static Contact ContactLocalServiceUtil.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle)
           
 Contact ContactLocalServiceWrapper.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle)
           
 

Methods in com.liferay.portal.service that return types with arguments of type Contact
 List<Contact> ContactLocalService.getContacts(int start, int end)
          Returns a range of all the contacts.
static List<Contact> ContactLocalServiceUtil.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.
 List<Contact> ContactLocalService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactLocalServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactLocalServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service with parameters of type Contact
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
static Contact ContactLocalServiceUtil.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalServiceWrapper.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
static Contact ContactLocalServiceUtil.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceWrapper.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
static Contact ContactLocalServiceUtil.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.
 

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

Methods in com.liferay.portal.service.persistence that return Contact
 Contact ContactPersistence.create(long contactId)
          Creates a new contact with the primary key.
static Contact ContactUtil.create(long contactId)
          Creates a new contact with the primary key.
 Contact ContactPersistence.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact ContactPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByPrimaryKey(long contactId)
          Returns the contact with the primary key or returns null if it could not be found.
static Contact ContactUtil.fetchByPrimaryKey(long contactId)
          Returns the contact with the primary key or returns null if it could not be found.
 Contact ContactPersistence.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact[] ContactPersistence.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
static Contact[] ContactUtil.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact[] ContactPersistence.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
static Contact[] ContactUtil.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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.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.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
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.remove(long contactId)
          Removes the contact with the primary key from the database.
static Contact ContactUtil.remove(long contactId)
          Removes the contact with the primary key from the database.
static Contact ContactUtil.update(Contact contact)
           
static Contact ContactUtil.update(Contact contact, ServiceContext serviceContext)
           
 Contact ContactPersistence.updateImpl(Contact contact)
           
static Contact ContactUtil.updateImpl(Contact contact)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Contact
 List<Contact> ContactPersistence.findAll()
          Returns all the contacts.
static List<Contact> ContactUtil.findAll()
          Returns 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)
          Returns a 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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
 List<Contact> ContactPersistence.findByAccountId(long accountId)
          Returns all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId)
          Returns all the contacts where accountId = ?.
 List<Contact> ContactPersistence.findByAccountId(long accountId, int start, int end)
          Returns a range of all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId, int start, int end)
          Returns a range of all the contacts where accountId = ?.
 List<Contact> ContactPersistence.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
 List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK)
          Returns all the contacts where classNameId = ? and classPK = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK)
          Returns all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the contacts where classNameId = ? and classPK = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId)
          Returns all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId)
          Returns 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)
          Returns a 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.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
 void ContactPersistence.cacheResult(Contact contact)
          Caches the contact in the entity cache if it is enabled.
static void ContactUtil.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)
           
static Contact ContactUtil.update(Contact contact, ServiceContext serviceContext)
           
 Contact ContactPersistence.updateImpl(Contact contact)
           
static Contact ContactUtil.updateImpl(Contact contact)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Contact
 void ContactPersistence.cacheResult(List<Contact> contacts)
          Caches the contacts in the entity cache if it is enabled.
static void ContactUtil.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.2-ce-ga5