|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.EmailAddressServiceBaseImpl
public abstract class EmailAddressServiceBaseImpl
Provides the base implementation for the email address remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in EmailAddressServiceImpl.
EmailAddressServiceImpl,
EmailAddressServiceUtil| Field Summary | |
|---|---|
protected ClassNameLocalService |
classNameLocalService
|
protected ClassNamePersistence |
classNamePersistence
|
protected ClassNameService |
classNameService
|
protected CounterLocalService |
counterLocalService
|
protected EmailAddressLocalService |
emailAddressLocalService
|
protected EmailAddressPersistence |
emailAddressPersistence
|
protected EmailAddressService |
emailAddressService
|
protected ListTypeLocalService |
listTypeLocalService
|
protected ListTypePersistence |
listTypePersistence
|
protected ListTypeService |
listTypeService
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
EmailAddressServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
ClassNameService |
getClassNameService()
Returns the class name remote service. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
EmailAddressLocalService |
getEmailAddressLocalService()
Returns the email address local service. |
EmailAddressPersistence |
getEmailAddressPersistence()
Returns the email address persistence. |
EmailAddressService |
getEmailAddressService()
Returns the email address remote service. |
ListTypeLocalService |
getListTypeLocalService()
Returns the list type local service. |
ListTypePersistence |
getListTypePersistence()
Returns the list type persistence. |
ListTypeService |
getListTypeService()
Returns the list type remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
UserFinder |
getUserFinder()
Returns the user finder. |
UserLocalService |
getUserLocalService()
Returns the user local service. |
UserPersistence |
getUserPersistence()
Returns the user persistence. |
UserService |
getUserService()
Returns the user remote service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
void |
setClassNameService(ClassNameService classNameService)
Sets the class name remote service. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setEmailAddressLocalService(EmailAddressLocalService emailAddressLocalService)
Sets the email address local service. |
void |
setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
Sets the email address persistence. |
void |
setEmailAddressService(EmailAddressService emailAddressService)
Sets the email address remote service. |
void |
setListTypeLocalService(ListTypeLocalService listTypeLocalService)
Sets the list type local service. |
void |
setListTypePersistence(ListTypePersistence listTypePersistence)
Sets the list type persistence. |
void |
setListTypeService(ListTypeService listTypeService)
Sets the list type remote service. |
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(UserService userService)
Sets the user remote service. |
| Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.EmailAddressService |
|---|
addEmailAddress, deleteEmailAddress, fetchEmailAddress, getEmailAddress, getEmailAddresses, updateEmailAddress |
| Field Detail |
|---|
@BeanReference(type=EmailAddressLocalService.class) protected EmailAddressLocalService emailAddressLocalService
@BeanReference(type=EmailAddressService.class) protected EmailAddressService emailAddressService
@BeanReference(type=EmailAddressPersistence.class) protected EmailAddressPersistence emailAddressPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNameService.class) protected ClassNameService classNameService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=ListTypeLocalService.class) protected ListTypeLocalService listTypeLocalService
@BeanReference(type=ListTypeService.class) protected ListTypeService listTypeService
@BeanReference(type=ListTypePersistence.class) protected ListTypePersistence listTypePersistence
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
| Constructor Detail |
|---|
public EmailAddressServiceBaseImpl()
| Method Detail |
|---|
public EmailAddressLocalService getEmailAddressLocalService()
public void setEmailAddressLocalService(EmailAddressLocalService emailAddressLocalService)
emailAddressLocalService - the email address local servicepublic EmailAddressService getEmailAddressService()
public void setEmailAddressService(EmailAddressService emailAddressService)
emailAddressService - the email address remote servicepublic EmailAddressPersistence getEmailAddressPersistence()
public void setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
emailAddressPersistence - the email address persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNameService getClassNameService()
public void setClassNameService(ClassNameService classNameService)
classNameService - the class name remote servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic ListTypeLocalService getListTypeLocalService()
public void setListTypeLocalService(ListTypeLocalService listTypeLocalService)
listTypeLocalService - the list type local servicepublic ListTypeService getListTypeService()
public void setListTypeService(ListTypeService listTypeService)
listTypeService - the list type remote servicepublic ListTypePersistence getListTypePersistence()
public void setListTypePersistence(ListTypePersistence listTypePersistence)
listTypePersistence - the list type persistencepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface EmailAddressServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||