public abstract class EntryServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.contacts.service.EntryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in EntryServiceImpl.
EntryServiceImpl,
EntryServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.ClassNameLocalService |
classNameLocalService |
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
classNamePersistence |
protected com.liferay.portal.kernel.service.ClassNameService |
classNameService |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.contacts.service.persistence.EntryFinder |
entryFinder |
protected com.liferay.contacts.service.EntryLocalService |
entryLocalService |
protected com.liferay.contacts.service.persistence.EntryPersistence |
entryPersistence |
protected com.liferay.contacts.service.EntryService |
entryService |
protected com.liferay.portal.kernel.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.kernel.service.UserService |
userService |
| Constructor and Description |
|---|
EntryServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.portal.kernel.service.ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service.
|
com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence.
|
com.liferay.portal.kernel.service.ClassNameService |
getClassNameService()
Returns the class name remote service.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.contacts.service.persistence.EntryFinder |
getEntryFinder()
Returns the entry finder.
|
com.liferay.contacts.service.EntryLocalService |
getEntryLocalService()
Returns the entry local service.
|
com.liferay.contacts.service.persistence.EntryPersistence |
getEntryPersistence()
Returns the entry persistence.
|
com.liferay.contacts.service.EntryService |
getEntryService()
Returns the entry remote service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.kernel.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.
|
void |
setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService)
Sets the class name remote service.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setEntryFinder(com.liferay.contacts.service.persistence.EntryFinder entryFinder)
Sets the entry finder.
|
void |
setEntryLocalService(com.liferay.contacts.service.EntryLocalService entryLocalService)
Sets the entry local service.
|
void |
setEntryPersistence(com.liferay.contacts.service.persistence.EntryPersistence entryPersistence)
Sets the entry persistence.
|
void |
setEntryService(com.liferay.contacts.service.EntryService entryService)
Sets the entry remote service.
|
void |
setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId@BeanReference(type=com.liferay.contacts.service.EntryLocalService.class) protected com.liferay.contacts.service.EntryLocalService entryLocalService
@BeanReference(type=com.liferay.contacts.service.EntryService.class) protected com.liferay.contacts.service.EntryService entryService
@BeanReference(type=com.liferay.contacts.service.persistence.EntryPersistence.class) protected com.liferay.contacts.service.persistence.EntryPersistence entryPersistence
@BeanReference(type=com.liferay.contacts.service.persistence.EntryFinder.class) protected com.liferay.contacts.service.persistence.EntryFinder entryFinder
@ServiceReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class) protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.ClassNameService.class) protected com.liferay.portal.kernel.service.ClassNameService classNameService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
@ServiceReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class) protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.UserService.class) protected com.liferay.portal.kernel.service.UserService userService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
public com.liferay.contacts.service.EntryLocalService getEntryLocalService()
public void setEntryLocalService(com.liferay.contacts.service.EntryLocalService entryLocalService)
entryLocalService - the entry local servicepublic com.liferay.contacts.service.EntryService getEntryService()
public void setEntryService(com.liferay.contacts.service.EntryService entryService)
entryService - the entry remote servicepublic com.liferay.contacts.service.persistence.EntryPersistence getEntryPersistence()
public void setEntryPersistence(com.liferay.contacts.service.persistence.EntryPersistence entryPersistence)
entryPersistence - the entry persistencepublic com.liferay.contacts.service.persistence.EntryFinder getEntryFinder()
public void setEntryFinder(com.liferay.contacts.service.persistence.EntryFinder entryFinder)
entryFinder - the entry finderpublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic com.liferay.portal.kernel.service.ClassNameService getClassNameService()
public void setClassNameService(com.liferay.portal.kernel.service.ClassNameService classNameService)
classNameService - the class name remote servicepublic com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.kernel.service.UserService getUserService()
public void setUserService(com.liferay.portal.kernel.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic void afterPropertiesSet()
public void destroy()
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.contacts.service.EntryServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServiceprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query