| java.lang.Object com.liferay.portal.service.PhoneServiceUtil
PhoneServiceUtil | public class PhoneServiceUtil (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
com.liferay.portal.service.PhoneService
bean. The static methods of this class calls the same methods of the bean
instance. It's convenient to be able to just write one line to call a method
on a bean instead of writing a lookup call and a method call.
com.liferay.portal.service.PhoneServiceFactory
is responsible for the lookup of the bean.
author: Brian Wing Shun Chan See Also: com.liferay.portal.service.PhoneService See Also: com.liferay.portal.service.PhoneServiceFactory |
Method Summary | |
public static 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 static void | deletePhone(long phoneId) | public static com.liferay.portal.model.Phone | getPhone(long phoneId) | public static java.util.List | getPhones(java.lang.String className, long classPK) | public static com.liferay.portal.model.Phone | updatePhone(long phoneId, java.lang.String number, java.lang.String extension, int typeId, boolean primary) |
|
|