| com.liferay.portal.service.PhoneService
All known Subclasses: com.liferay.portal.service.base.PhoneServiceBaseImpl,
PhoneService | public interface PhoneService (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.PhoneServiceImpl .
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
author: Brian Wing Shun Chan See Also: com.liferay.portal.service.PhoneServiceFactory See Also: com.liferay.portal.service.PhoneServiceUtil |
Method Summary | |
public com.liferay.portal.model.Phone | addPhone(java.lang.String className, long classPK, java.lang.String number, java.lang.String extension, int typeId, boolean primary) | public void | deletePhone(long phoneId) | public com.liferay.portal.model.Phone | getPhone(long phoneId) | public java.util.List | getPhones(java.lang.String className, long classPK) | public com.liferay.portal.model.Phone | updatePhone(long phoneId, java.lang.String number, java.lang.String extension, int typeId, boolean primary) |
|
|