@ProviderType
public abstract class EntryLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.contacts.service.EntryLocalService, 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 EntryLocalServiceImpl.
EntryLocalServiceImpl,
EntryLocalServiceUtil| 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.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.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
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 |
| Constructor and Description |
|---|
EntryLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.contacts.model.Entry |
addEntry(com.liferay.contacts.model.Entry entry)
Adds the entry to the database.
|
void |
afterPropertiesSet() |
com.liferay.contacts.model.Entry |
createEntry(long entryId)
Creates a new entry with the primary key.
|
com.liferay.contacts.model.Entry |
deleteEntry(com.liferay.contacts.model.Entry entry)
Deletes the entry from the database.
|
com.liferay.contacts.model.Entry |
deleteEntry(long entryId)
Deletes the entry with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
com.liferay.contacts.model.Entry |
fetchEntry(long entryId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
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.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
java.util.List<com.liferay.contacts.model.Entry> |
getEntries(int start,
int end)
Returns a range of all the entries.
|
int |
getEntriesCount()
Returns the number of entries.
|
com.liferay.contacts.model.Entry |
getEntry(long entryId)
Returns the entry with the primary key.
|
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.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
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.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
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 |
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 |
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.
|
com.liferay.contacts.model.Entry |
updateEntry(com.liferay.contacts.model.Entry entry)
Updates the entry in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMap@BeanReference(type=com.liferay.contacts.service.EntryLocalService.class) protected com.liferay.contacts.service.EntryLocalService entryLocalService
@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.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.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@ServiceReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.contacts.model.Entry addEntry(com.liferay.contacts.model.Entry entry)
addEntry in interface com.liferay.contacts.service.EntryLocalServiceentry - the entrypublic com.liferay.contacts.model.Entry createEntry(long entryId)
createEntry in interface com.liferay.contacts.service.EntryLocalServiceentryId - the primary key for the new entry@Indexable(type=DELETE)
public com.liferay.contacts.model.Entry deleteEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteEntry in interface com.liferay.contacts.service.EntryLocalServiceentryId - the primary key of the entrycom.liferay.portal.kernel.exception.PortalException - if a entry with the primary key could not be found@Indexable(type=DELETE) public com.liferay.contacts.model.Entry deleteEntry(com.liferay.contacts.model.Entry entry)
deleteEntry in interface com.liferay.contacts.service.EntryLocalServiceentry - the entrypublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.contacts.service.EntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.contacts.service.EntryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from EntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface com.liferay.contacts.service.EntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from EntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface com.liferay.contacts.service.EntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.contacts.service.EntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.contacts.service.EntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.contacts.model.Entry fetchEntry(long entryId)
fetchEntry in interface com.liferay.contacts.service.EntryLocalServicepublic com.liferay.contacts.model.Entry getEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
getEntry in interface com.liferay.contacts.service.EntryLocalServiceentryId - the primary key of the entrycom.liferay.portal.kernel.exception.PortalException - if a entry with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.contacts.service.EntryLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.contacts.service.EntryLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.contacts.service.EntryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.contacts.service.EntryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.contacts.model.Entry> getEntries(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from EntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getEntries in interface com.liferay.contacts.service.EntryLocalServicestart - the lower bound of the range of entriesend - the upper bound of the range of entries (not inclusive)public int getEntriesCount()
getEntriesCount in interface com.liferay.contacts.service.EntryLocalService@Indexable(type=REINDEX) public com.liferay.contacts.model.Entry updateEntry(com.liferay.contacts.model.Entry entry)
updateEntry in interface com.liferay.contacts.service.EntryLocalServiceentry - the entrypublic com.liferay.contacts.service.EntryLocalService getEntryLocalService()
public void setEntryLocalService(com.liferay.contacts.service.EntryLocalService entryLocalService)
entryLocalService - the entry local 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.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.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.EntryLocalServicegetOSGiServiceIdentifier 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