@ProviderType
public abstract class AnnouncementsEntryLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService, com.liferay.portal.kernel.bean.IdentifiableBean
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AnnouncementsEntryLocalServiceImpl.
AnnouncementsEntryLocalServiceImpl,
AnnouncementsEntryLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService |
announcementsDeliveryLocalService |
protected com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence |
announcementsDeliveryPersistence |
protected com.liferay.portlet.announcements.service.AnnouncementsDeliveryService |
announcementsDeliveryService |
protected com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder |
announcementsEntryFinder |
protected com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService |
announcementsEntryLocalService |
protected com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence |
announcementsEntryPersistence |
protected com.liferay.portlet.announcements.service.AnnouncementsEntryService |
announcementsEntryService |
protected com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService |
announcementsFlagLocalService |
protected com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence |
announcementsFlagPersistence |
protected com.liferay.portlet.announcements.service.AnnouncementsFlagService |
announcementsFlagService |
protected com.liferay.portal.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.service.persistence.CompanyPersistence |
companyPersistence |
protected com.liferay.portal.service.CompanyService |
companyService |
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.service.GroupService |
groupService |
protected com.liferay.mail.service.MailService |
mailService |
protected com.liferay.portal.service.persistence.OrganizationFinder |
organizationFinder |
protected com.liferay.portal.service.OrganizationLocalService |
organizationLocalService |
protected com.liferay.portal.service.persistence.OrganizationPersistence |
organizationPersistence |
protected com.liferay.portal.service.OrganizationService |
organizationService |
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.service.persistence.RoleFinder |
roleFinder |
protected com.liferay.portal.service.RoleLocalService |
roleLocalService |
protected com.liferay.portal.service.persistence.RolePersistence |
rolePersistence |
protected com.liferay.portal.service.RoleService |
roleService |
protected com.liferay.portal.service.persistence.TeamFinder |
teamFinder |
protected com.liferay.portal.service.TeamLocalService |
teamLocalService |
protected com.liferay.portal.service.persistence.TeamPersistence |
teamPersistence |
protected com.liferay.portal.service.TeamService |
teamService |
protected com.liferay.portal.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.service.persistence.UserGroupFinder |
userGroupFinder |
protected com.liferay.portal.service.UserGroupLocalService |
userGroupLocalService |
protected com.liferay.portal.service.persistence.UserGroupPersistence |
userGroupPersistence |
protected com.liferay.portal.service.UserGroupService |
userGroupService |
protected com.liferay.portal.service.UserLocalService |
userLocalService |
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.portal.service.UserService |
userService |
| Constructor and Description |
|---|
AnnouncementsEntryLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.announcements.model.AnnouncementsEntry |
addAnnouncementsEntry(com.liferay.portlet.announcements.model.AnnouncementsEntry announcementsEntry)
Adds the announcements entry to the database.
|
void |
afterPropertiesSet() |
com.liferay.portlet.announcements.model.AnnouncementsEntry |
createAnnouncementsEntry(long entryId)
Creates a new announcements entry with the primary key.
|
com.liferay.portlet.announcements.model.AnnouncementsEntry |
deleteAnnouncementsEntry(com.liferay.portlet.announcements.model.AnnouncementsEntry announcementsEntry)
Deletes the announcements entry from the database.
|
com.liferay.portlet.announcements.model.AnnouncementsEntry |
deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database.
|
com.liferay.portal.model.PersistedModel |
deletePersistedModel(com.liferay.portal.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.portlet.announcements.model.AnnouncementsEntry |
fetchAnnouncementsEntry(long entryId) |
com.liferay.portlet.announcements.model.AnnouncementsEntry |
fetchAnnouncementsEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService |
getAnnouncementsDeliveryLocalService()
Returns the announcements delivery local service.
|
com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence |
getAnnouncementsDeliveryPersistence()
Returns the announcements delivery persistence.
|
com.liferay.portlet.announcements.service.AnnouncementsDeliveryService |
getAnnouncementsDeliveryService()
Returns the announcements delivery remote service.
|
java.util.List<com.liferay.portlet.announcements.model.AnnouncementsEntry> |
getAnnouncementsEntries(int start,
int end)
Returns a range of all the announcements entries.
|
int |
getAnnouncementsEntriesCount()
Returns the number of announcements entries.
|
com.liferay.portlet.announcements.model.AnnouncementsEntry |
getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key.
|
com.liferay.portlet.announcements.model.AnnouncementsEntry |
getAnnouncementsEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder |
getAnnouncementsEntryFinder()
Returns the announcements entry finder.
|
com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService |
getAnnouncementsEntryLocalService()
Returns the announcements entry local service.
|
com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence |
getAnnouncementsEntryPersistence()
Returns the announcements entry persistence.
|
com.liferay.portlet.announcements.service.AnnouncementsEntryService |
getAnnouncementsEntryService()
Returns the announcements entry remote service.
|
com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService |
getAnnouncementsFlagLocalService()
Returns the announcements flag local service.
|
com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence |
getAnnouncementsFlagPersistence()
Returns the announcements flag persistence.
|
com.liferay.portlet.announcements.service.AnnouncementsFlagService |
getAnnouncementsFlagService()
Returns the announcements flag remote service.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.portal.service.CompanyLocalService |
getCompanyLocalService()
Returns the company local service.
|
com.liferay.portal.service.persistence.CompanyPersistence |
getCompanyPersistence()
Returns the company persistence.
|
com.liferay.portal.service.CompanyService |
getCompanyService()
Returns the company remote service.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext) |
com.liferay.portal.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.service.GroupService |
getGroupService()
Returns the group remote service.
|
com.liferay.mail.service.MailService |
getMailService()
Returns the mail remote service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portal.service.persistence.OrganizationFinder |
getOrganizationFinder()
Returns the organization finder.
|
com.liferay.portal.service.OrganizationLocalService |
getOrganizationLocalService()
Returns the organization local service.
|
com.liferay.portal.service.persistence.OrganizationPersistence |
getOrganizationPersistence()
Returns the organization persistence.
|
com.liferay.portal.service.OrganizationService |
getOrganizationService()
Returns the organization remote service.
|
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portal.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.service.persistence.RoleFinder |
getRoleFinder()
Returns the role finder.
|
com.liferay.portal.service.RoleLocalService |
getRoleLocalService()
Returns the role local service.
|
com.liferay.portal.service.persistence.RolePersistence |
getRolePersistence()
Returns the role persistence.
|
com.liferay.portal.service.RoleService |
getRoleService()
Returns the role remote service.
|
com.liferay.portal.service.persistence.TeamFinder |
getTeamFinder()
Returns the team finder.
|
com.liferay.portal.service.TeamLocalService |
getTeamLocalService()
Returns the team local service.
|
com.liferay.portal.service.persistence.TeamPersistence |
getTeamPersistence()
Returns the team persistence.
|
com.liferay.portal.service.TeamService |
getTeamService()
Returns the team remote service.
|
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.service.persistence.UserGroupFinder |
getUserGroupFinder()
Returns the user group finder.
|
com.liferay.portal.service.UserGroupLocalService |
getUserGroupLocalService()
Returns the user group local service.
|
com.liferay.portal.service.persistence.UserGroupPersistence |
getUserGroupPersistence()
Returns the user group persistence.
|
com.liferay.portal.service.UserGroupService |
getUserGroupService()
Returns the user group remote service.
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.portal.service.UserService |
getUserService()
Returns the user remote service.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setAnnouncementsDeliveryLocalService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
Sets the announcements delivery local service.
|
void |
setAnnouncementsDeliveryPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
Sets the announcements delivery persistence.
|
void |
setAnnouncementsDeliveryService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService)
Sets the announcements delivery remote service.
|
void |
setAnnouncementsEntryFinder(com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder)
Sets the announcements entry finder.
|
void |
setAnnouncementsEntryLocalService(com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService announcementsEntryLocalService)
Sets the announcements entry local service.
|
void |
setAnnouncementsEntryPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence)
Sets the announcements entry persistence.
|
void |
setAnnouncementsEntryService(com.liferay.portlet.announcements.service.AnnouncementsEntryService announcementsEntryService)
Sets the announcements entry remote service.
|
void |
setAnnouncementsFlagLocalService(com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService announcementsFlagLocalService)
Sets the announcements flag local service.
|
void |
setAnnouncementsFlagPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence)
Sets the announcements flag persistence.
|
void |
setAnnouncementsFlagService(com.liferay.portlet.announcements.service.AnnouncementsFlagService announcementsFlagService)
Sets the announcements flag remote service.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.
|
void |
setCompanyService(com.liferay.portal.service.CompanyService companyService)
Sets the company remote service.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setGroupService(com.liferay.portal.service.GroupService groupService)
Sets the group remote service.
|
void |
setMailService(com.liferay.mail.service.MailService mailService)
Sets the mail remote service.
|
void |
setOrganizationFinder(com.liferay.portal.service.persistence.OrganizationFinder organizationFinder)
Sets the organization finder.
|
void |
setOrganizationLocalService(com.liferay.portal.service.OrganizationLocalService organizationLocalService)
Sets the organization local service.
|
void |
setOrganizationPersistence(com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence)
Sets the organization persistence.
|
void |
setOrganizationService(com.liferay.portal.service.OrganizationService organizationService)
Sets the organization remote service.
|
void |
setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setRoleFinder(com.liferay.portal.service.persistence.RoleFinder roleFinder)
Sets the role finder.
|
void |
setRoleLocalService(com.liferay.portal.service.RoleLocalService roleLocalService)
Sets the role local service.
|
void |
setRolePersistence(com.liferay.portal.service.persistence.RolePersistence rolePersistence)
Sets the role persistence.
|
void |
setRoleService(com.liferay.portal.service.RoleService roleService)
Sets the role remote service.
|
void |
setTeamFinder(com.liferay.portal.service.persistence.TeamFinder teamFinder)
Sets the team finder.
|
void |
setTeamLocalService(com.liferay.portal.service.TeamLocalService teamLocalService)
Sets the team local service.
|
void |
setTeamPersistence(com.liferay.portal.service.persistence.TeamPersistence teamPersistence)
Sets the team persistence.
|
void |
setTeamService(com.liferay.portal.service.TeamService teamService)
Sets the team remote service.
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserGroupFinder(com.liferay.portal.service.persistence.UserGroupFinder userGroupFinder)
Sets the user group finder.
|
void |
setUserGroupLocalService(com.liferay.portal.service.UserGroupLocalService userGroupLocalService)
Sets the user group local service.
|
void |
setUserGroupPersistence(com.liferay.portal.service.persistence.UserGroupPersistence userGroupPersistence)
Sets the user group persistence.
|
void |
setUserGroupService(com.liferay.portal.service.UserGroupService userGroupService)
Sets the user group remote service.
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.
|
com.liferay.portlet.announcements.model.AnnouncementsEntry |
updateAnnouncementsEntry(com.liferay.portlet.announcements.model.AnnouncementsEntry announcementsEntry)
Updates the announcements entry in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEntry, addEntry, checkEntries, deleteEntry, deleteEntry, getEntries, getEntries, getEntries, getEntries, getEntriesCount, getEntriesCount, getEntriesCount, getEntriesCount, getEntriesCount, getEntry, getUserEntries, getUserEntriesCount, updateEntry@BeanReference(type=com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService.class) protected com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService announcementsEntryLocalService
@BeanReference(type=com.liferay.portlet.announcements.service.AnnouncementsEntryService.class) protected com.liferay.portlet.announcements.service.AnnouncementsEntryService announcementsEntryService
@BeanReference(type=com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence.class) protected com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence
@BeanReference(type=com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder.class) protected com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.mail.service.MailService.class) protected com.liferay.mail.service.MailService mailService
@BeanReference(type=com.liferay.portal.service.CompanyLocalService.class) protected com.liferay.portal.service.CompanyLocalService companyLocalService
@BeanReference(type=com.liferay.portal.service.CompanyService.class) protected com.liferay.portal.service.CompanyService companyService
@BeanReference(type=com.liferay.portal.service.persistence.CompanyPersistence.class) protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
@BeanReference(type=com.liferay.portal.service.GroupLocalService.class) protected com.liferay.portal.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.service.GroupService.class) protected com.liferay.portal.service.GroupService groupService
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.GroupFinder.class) protected com.liferay.portal.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.service.OrganizationLocalService.class) protected com.liferay.portal.service.OrganizationLocalService organizationLocalService
@BeanReference(type=com.liferay.portal.service.OrganizationService.class) protected com.liferay.portal.service.OrganizationService organizationService
@BeanReference(type=com.liferay.portal.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence
@BeanReference(type=com.liferay.portal.service.persistence.OrganizationFinder.class) protected com.liferay.portal.service.persistence.OrganizationFinder organizationFinder
@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class) protected com.liferay.portal.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.service.RoleLocalService.class) protected com.liferay.portal.service.RoleLocalService roleLocalService
@BeanReference(type=com.liferay.portal.service.RoleService.class) protected com.liferay.portal.service.RoleService roleService
@BeanReference(type=com.liferay.portal.service.persistence.RolePersistence.class) protected com.liferay.portal.service.persistence.RolePersistence rolePersistence
@BeanReference(type=com.liferay.portal.service.persistence.RoleFinder.class) protected com.liferay.portal.service.persistence.RoleFinder roleFinder
@BeanReference(type=com.liferay.portal.service.TeamLocalService.class) protected com.liferay.portal.service.TeamLocalService teamLocalService
@BeanReference(type=com.liferay.portal.service.TeamService.class) protected com.liferay.portal.service.TeamService teamService
@BeanReference(type=com.liferay.portal.service.persistence.TeamPersistence.class) protected com.liferay.portal.service.persistence.TeamPersistence teamPersistence
@BeanReference(type=com.liferay.portal.service.persistence.TeamFinder.class) protected com.liferay.portal.service.persistence.TeamFinder teamFinder
@BeanReference(type=com.liferay.portal.service.UserLocalService.class) protected com.liferay.portal.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.service.UserService.class) protected com.liferay.portal.service.UserService userService
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class) protected com.liferay.portal.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portal.service.UserGroupLocalService.class) protected com.liferay.portal.service.UserGroupLocalService userGroupLocalService
@BeanReference(type=com.liferay.portal.service.UserGroupService.class) protected com.liferay.portal.service.UserGroupService userGroupService
@BeanReference(type=com.liferay.portal.service.persistence.UserGroupPersistence.class) protected com.liferay.portal.service.persistence.UserGroupPersistence userGroupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserGroupFinder.class) protected com.liferay.portal.service.persistence.UserGroupFinder userGroupFinder
@BeanReference(type=com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService.class) protected com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService
@BeanReference(type=com.liferay.portlet.announcements.service.AnnouncementsDeliveryService.class) protected com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService
@BeanReference(type=com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence.class) protected com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
@BeanReference(type=com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService.class) protected com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService announcementsFlagLocalService
@BeanReference(type=com.liferay.portlet.announcements.service.AnnouncementsFlagService.class) protected com.liferay.portlet.announcements.service.AnnouncementsFlagService announcementsFlagService
@BeanReference(type=com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence.class) protected com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
public AnnouncementsEntryLocalServiceBaseImpl()
@Indexable(type=REINDEX) public com.liferay.portlet.announcements.model.AnnouncementsEntry addAnnouncementsEntry(com.liferay.portlet.announcements.model.AnnouncementsEntry announcementsEntry)
addAnnouncementsEntry in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entrypublic com.liferay.portlet.announcements.model.AnnouncementsEntry createAnnouncementsEntry(long entryId)
createAnnouncementsEntry in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceentryId - the primary key for the new announcements entry@Indexable(type=DELETE)
public com.liferay.portlet.announcements.model.AnnouncementsEntry deleteAnnouncementsEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteAnnouncementsEntry in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceentryId - the primary key of the announcements entrycom.liferay.portal.kernel.exception.PortalException - if a announcements entry with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portlet.announcements.model.AnnouncementsEntry deleteAnnouncementsEntry(com.liferay.portlet.announcements.model.AnnouncementsEntry announcementsEntry)
deleteAnnouncementsEntry in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entrypublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicedynamicQuery - 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 AnnouncementsEntryModelImpl. 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.portlet.announcements.service.AnnouncementsEntryLocalServicedynamicQuery - 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 AnnouncementsEntryModelImpl. 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.portlet.announcements.service.AnnouncementsEntryLocalServicedynamicQuery - 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.portlet.announcements.service.AnnouncementsEntryLocalServicedynamicQuery - 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.portlet.announcements.service.AnnouncementsEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portlet.announcements.model.AnnouncementsEntry fetchAnnouncementsEntry(long entryId)
fetchAnnouncementsEntry in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicepublic com.liferay.portlet.announcements.model.AnnouncementsEntry fetchAnnouncementsEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
fetchAnnouncementsEntryByUuidAndCompanyId in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceuuid - the announcements entry's UUIDcompanyId - the primary key of the companynull if a matching announcements entry could not be foundpublic com.liferay.portlet.announcements.model.AnnouncementsEntry getAnnouncementsEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException
getAnnouncementsEntry in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceentryId - the primary key of the announcements entrycom.liferay.portal.kernel.exception.PortalException - if a announcements entry with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicepublic com.liferay.portal.model.PersistedModel deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicedeletePersistedModel in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.announcements.model.AnnouncementsEntry getAnnouncementsEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getAnnouncementsEntryByUuidAndCompanyId in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceuuid - the announcements entry's UUIDcompanyId - the primary key of the companycom.liferay.portal.kernel.exception.PortalException - if a matching announcements entry could not be foundpublic java.util.List<com.liferay.portlet.announcements.model.AnnouncementsEntry> getAnnouncementsEntries(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 AnnouncementsEntryModelImpl. 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.
getAnnouncementsEntries in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicestart - the lower bound of the range of announcements entriesend - the upper bound of the range of announcements entries (not inclusive)public int getAnnouncementsEntriesCount()
getAnnouncementsEntriesCount in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService@Indexable(type=REINDEX) public com.liferay.portlet.announcements.model.AnnouncementsEntry updateAnnouncementsEntry(com.liferay.portlet.announcements.model.AnnouncementsEntry announcementsEntry)
updateAnnouncementsEntry in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entrypublic com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService getAnnouncementsEntryLocalService()
public void setAnnouncementsEntryLocalService(com.liferay.portlet.announcements.service.AnnouncementsEntryLocalService announcementsEntryLocalService)
announcementsEntryLocalService - the announcements entry local servicepublic com.liferay.portlet.announcements.service.AnnouncementsEntryService getAnnouncementsEntryService()
public void setAnnouncementsEntryService(com.liferay.portlet.announcements.service.AnnouncementsEntryService announcementsEntryService)
announcementsEntryService - the announcements entry remote servicepublic com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence getAnnouncementsEntryPersistence()
public void setAnnouncementsEntryPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryPersistence announcementsEntryPersistence)
announcementsEntryPersistence - the announcements entry persistencepublic com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder getAnnouncementsEntryFinder()
public void setAnnouncementsEntryFinder(com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder announcementsEntryFinder)
announcementsEntryFinder - the announcements entry finderpublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.mail.service.MailService getMailService()
public void setMailService(com.liferay.mail.service.MailService mailService)
mailService - the mail remote servicepublic com.liferay.portal.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic com.liferay.portal.service.CompanyService getCompanyService()
public void setCompanyService(com.liferay.portal.service.CompanyService companyService)
companyService - the company remote servicepublic com.liferay.portal.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic com.liferay.portal.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.service.GroupService getGroupService()
public void setGroupService(com.liferay.portal.service.GroupService groupService)
groupService - the group remote servicepublic com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portal.service.OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(com.liferay.portal.service.OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic com.liferay.portal.service.OrganizationService getOrganizationService()
public void setOrganizationService(com.liferay.portal.service.OrganizationService organizationService)
organizationService - the organization remote servicepublic com.liferay.portal.service.persistence.OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic com.liferay.portal.service.persistence.OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(com.liferay.portal.service.persistence.OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic com.liferay.portal.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.service.RoleLocalService getRoleLocalService()
public void setRoleLocalService(com.liferay.portal.service.RoleLocalService roleLocalService)
roleLocalService - the role local servicepublic com.liferay.portal.service.RoleService getRoleService()
public void setRoleService(com.liferay.portal.service.RoleService roleService)
roleService - the role remote servicepublic com.liferay.portal.service.persistence.RolePersistence getRolePersistence()
public void setRolePersistence(com.liferay.portal.service.persistence.RolePersistence rolePersistence)
rolePersistence - the role persistencepublic com.liferay.portal.service.persistence.RoleFinder getRoleFinder()
public void setRoleFinder(com.liferay.portal.service.persistence.RoleFinder roleFinder)
roleFinder - the role finderpublic com.liferay.portal.service.TeamLocalService getTeamLocalService()
public void setTeamLocalService(com.liferay.portal.service.TeamLocalService teamLocalService)
teamLocalService - the team local servicepublic com.liferay.portal.service.TeamService getTeamService()
public void setTeamService(com.liferay.portal.service.TeamService teamService)
teamService - the team remote servicepublic com.liferay.portal.service.persistence.TeamPersistence getTeamPersistence()
public void setTeamPersistence(com.liferay.portal.service.persistence.TeamPersistence teamPersistence)
teamPersistence - the team persistencepublic com.liferay.portal.service.persistence.TeamFinder getTeamFinder()
public void setTeamFinder(com.liferay.portal.service.persistence.TeamFinder teamFinder)
teamFinder - the team finderpublic com.liferay.portal.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.service.UserService getUserService()
public void setUserService(com.liferay.portal.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic com.liferay.portal.service.UserGroupLocalService getUserGroupLocalService()
public void setUserGroupLocalService(com.liferay.portal.service.UserGroupLocalService userGroupLocalService)
userGroupLocalService - the user group local servicepublic com.liferay.portal.service.UserGroupService getUserGroupService()
public void setUserGroupService(com.liferay.portal.service.UserGroupService userGroupService)
userGroupService - the user group remote servicepublic com.liferay.portal.service.persistence.UserGroupPersistence getUserGroupPersistence()
public void setUserGroupPersistence(com.liferay.portal.service.persistence.UserGroupPersistence userGroupPersistence)
userGroupPersistence - the user group persistencepublic com.liferay.portal.service.persistence.UserGroupFinder getUserGroupFinder()
public void setUserGroupFinder(com.liferay.portal.service.persistence.UserGroupFinder userGroupFinder)
userGroupFinder - the user group finderpublic com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
public void setAnnouncementsDeliveryLocalService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
announcementsDeliveryLocalService - the announcements delivery local servicepublic com.liferay.portlet.announcements.service.AnnouncementsDeliveryService getAnnouncementsDeliveryService()
public void setAnnouncementsDeliveryService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService)
announcementsDeliveryService - the announcements delivery remote servicepublic com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
public void setAnnouncementsDeliveryPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
announcementsDeliveryPersistence - the announcements delivery persistencepublic com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService getAnnouncementsFlagLocalService()
public void setAnnouncementsFlagLocalService(com.liferay.portlet.announcements.service.AnnouncementsFlagLocalService announcementsFlagLocalService)
announcementsFlagLocalService - the announcements flag local servicepublic com.liferay.portlet.announcements.service.AnnouncementsFlagService getAnnouncementsFlagService()
public void setAnnouncementsFlagService(com.liferay.portlet.announcements.service.AnnouncementsFlagService announcementsFlagService)
announcementsFlagService - the announcements flag remote servicepublic com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence getAnnouncementsFlagPersistence()
public void setAnnouncementsFlagPersistence(com.liferay.portlet.announcements.service.persistence.AnnouncementsFlagPersistence announcementsFlagPersistence)
announcementsFlagPersistence - the announcements flag persistencepublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query