Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.search.Indexable

Packages that use Indexable
com.liferay.counter.service This package defines the portal counter service local interfaces, utilities, and wrappers. 
com.liferay.counter.service.base   
com.liferay.portal.search   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.announcements.service   
com.liferay.portlet.announcements.service.base   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.impl   
com.liferay.portlet.calendar.service   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.calendar.service.impl   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.exportimport.service.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.ratings.service   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.base   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.base   
com.liferay.portlet.trash.service.impl   
 

Uses of Indexable in com.liferay.counter.service
 

Methods in com.liferay.counter.service with annotations of type Indexable
 Counter CounterLocalService.addCounter(Counter counter)
          Adds the counter to the database.
 Counter CounterLocalService.deleteCounter(Counter counter)
          Deletes the counter from the database.
 Counter CounterLocalService.deleteCounter(String name)
          Deletes the counter with the primary key from the database.
 Counter CounterLocalService.updateCounter(Counter counter)
          Updates the counter in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.counter.service.base
 

Methods in com.liferay.counter.service.base with annotations of type Indexable
 Counter CounterLocalServiceBaseImpl.addCounter(Counter counter)
          Adds the counter to the database.
 Counter CounterLocalServiceBaseImpl.deleteCounter(Counter counter)
          Deletes the counter from the database.
 Counter CounterLocalServiceBaseImpl.deleteCounter(String name)
          Deletes the counter with the primary key from the database.
 Counter CounterLocalServiceBaseImpl.updateCounter(Counter counter)
          Updates the counter in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portal.search
 

Methods in com.liferay.portal.search that return Indexable
 Indexable IndexableAdvice.getNullAnnotation()
           
 

Uses of Indexable in com.liferay.portal.service
 

Methods in com.liferay.portal.service with annotations of type Indexable
 Account AccountLocalService.addAccount(Account account)
          Adds the account to the database.
 Address AddressLocalService.addAddress(Address address)
          Adds the address to the database.
 BrowserTracker BrowserTrackerLocalService.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
 ClassName ClassNameLocalService.addClassName(ClassName className)
          Adds the class name to the database.
 ClusterGroup ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 Company CompanyLocalService.addCompany(Company company)
          Adds the company to the database.
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle)
           
 EmailAddress EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
 Group GroupLocalService.addGroup(Group group)
          Adds the group to the database.
 Image ImageLocalService.addImage(Image image)
          Adds the image to the database.
 Layout LayoutLocalService.addLayout(Layout layout)
          Adds the layout to the database.
 LayoutBranch LayoutBranchLocalService.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
 LayoutPrototype LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
          Adds the layout prototype to the database.
 LayoutRevision LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutSet LayoutSetLocalService.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSetBranch LayoutSetBranchLocalService.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Adds the layout set branch to the database.
 LayoutSetPrototype LayoutSetPrototypeLocalService.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Adds the layout set prototype to the database.
 ListType ListTypeLocalService.addListType(ListType listType)
          Adds the list type to the database.
 MembershipRequest MembershipRequestLocalService.addMembershipRequest(MembershipRequest membershipRequest)
          Adds the membership request to the database.
 Organization OrganizationLocalService.addOrganization(Organization organization)
          Adds the organization to the database.
 OrgLabor OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordTracker PasswordTrackerLocalService.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
 Phone PhoneLocalService.addPhone(Phone phone)
          Adds the phone to the database.
 PluginSetting PluginSettingLocalService.addPluginSetting(PluginSetting pluginSetting)
          Adds the plugin setting to the database.
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 Portlet PortletLocalService.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 PortletItem PortletItemLocalService.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
 PortletPreferences PortletPreferencesLocalService.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
 RecentLayoutBranch RecentLayoutBranchLocalService.addRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
          Adds the recent layout branch to the database.
 RecentLayoutRevision RecentLayoutRevisionLocalService.addRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
          Adds the recent layout revision to the database.
 RecentLayoutSetBranch RecentLayoutSetBranchLocalService.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
          Adds the recent layout set branch to the database.
 Release ReleaseLocalService.addRelease(Release release)
          Adds the release to the database.
 Repository RepositoryLocalService.addRepository(Repository repository)
          Adds the repository to the database.
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 ResourceAction ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceBlock ResourceBlockLocalService.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
 ResourceBlockPermission ResourceBlockPermissionLocalService.addResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Adds the resource block permission to the database.
 ResourcePermission ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
 ResourceTypePermission ResourceTypePermissionLocalService.addResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Adds the resource type permission to the database.
 Role RoleLocalService.addRole(Role role)
          Adds the role to the database.
 ServiceComponent ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 Subscription SubscriptionLocalService.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 SystemEvent SystemEventLocalService.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
 Team TeamLocalService.addTeam(Team team)
          Adds the team to the database.
 Ticket TicketLocalService.addTicket(Ticket ticket)
          Adds the ticket to the database.
 User UserLocalService.addUser(User user)
          Adds the user to the database.
 UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 UserGroupRole UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
 UserIdMapper UserIdMapperLocalService.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
 UserNotificationDelivery UserNotificationDeliveryLocalService.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Adds the user notification delivery to the database.
 UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
 UserTracker UserTrackerLocalService.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTrackerPath UserTrackerPathLocalService.addUserTrackerPath(UserTrackerPath userTrackerPath)
          Adds the user tracker path to the database.
 VirtualHost VirtualHostLocalService.addVirtualHost(VirtualHost virtualHost)
          Adds the virtual host to the database.
 WebDAVProps WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 Website WebsiteLocalService.addWebsite(Website website)
          Adds the website to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 Account AccountLocalService.deleteAccount(Account account)
          Deletes the account from the database.
 Account AccountLocalService.deleteAccount(long accountId)
          Deletes the account with the primary key from the database.
 Address AddressLocalService.deleteAddress(Address address)
          Deletes the address from the database.
 Address AddressLocalService.deleteAddress(long addressId)
          Deletes the address with the primary key from the database.
 BrowserTracker BrowserTrackerLocalService.deleteBrowserTracker(BrowserTracker browserTracker)
          Deletes the browser tracker from the database.
 BrowserTracker BrowserTrackerLocalService.deleteBrowserTracker(long browserTrackerId)
          Deletes the browser tracker with the primary key from the database.
 ClassName ClassNameLocalService.deleteClassName(ClassName className)
          Deletes the class name from the database.
 ClassName ClassNameLocalService.deleteClassName(long classNameId)
          Deletes the class name with the primary key from the database.
 ClusterGroup ClusterGroupLocalService.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalService.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
 Company CompanyLocalService.deleteCompany(Company company)
          Deletes the company from the database.
 Company CompanyLocalService.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
 Contact ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalService.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 EmailAddress EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 EmailAddress EmailAddressLocalService.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
 Group GroupLocalService.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalService.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 Image ImageLocalService.deleteImage(Image image)
          Deletes the image from the database.
 Image ImageLocalService.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
 Layout LayoutLocalService.deleteLayout(Layout layout)
          Deletes the layout from the database.
 Layout LayoutLocalService.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
 LayoutBranch LayoutBranchLocalService.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
 LayoutBranch LayoutBranchLocalService.deleteLayoutBranch(long layoutBranchId)
          Deletes the layout branch with the primary key from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL(long layoutFriendlyURLId)
          Deletes the layout friendly u r l with the primary key from the database.
 LayoutPrototype LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
          Deletes the layout prototype from the database.
 LayoutPrototype LayoutPrototypeLocalService.deleteLayoutPrototype(long layoutPrototypeId)
          Deletes the layout prototype with the primary key from the database.
 LayoutRevision LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision LayoutRevisionLocalService.deleteLayoutRevision(long layoutRevisionId)
          Deletes the layout revision with the primary key from the database.
 LayoutSet LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalService.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
 LayoutSetBranch LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Deletes the layout set branch from the database.
 LayoutSetBranch LayoutSetBranchLocalService.deleteLayoutSetBranch(long layoutSetBranchId)
          Deletes the layout set branch with the primary key from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
 ListType ListTypeLocalService.deleteListType(ListType listType)
          Deletes the list type from the database.
 ListType ListTypeLocalService.deleteListType(long listTypeId)
          Deletes the list type with the primary key from the database.
 MembershipRequest MembershipRequestLocalService.deleteMembershipRequest(long membershipRequestId)
          Deletes the membership request with the primary key from the database.
 MembershipRequest MembershipRequestLocalService.deleteMembershipRequest(MembershipRequest membershipRequest)
          Deletes the membership request from the database.
 Organization OrganizationLocalService.deleteOrganization(long organizationId)
          Deletes the organization with the primary key from the database.
 Organization OrganizationLocalService.deleteOrganization(Organization organization)
          Deletes the organization from the database.
 OrgLabor OrgLaborLocalService.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
 OrgLabor OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordTracker PasswordTrackerLocalService.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
 PasswordTracker PasswordTrackerLocalService.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 Phone PhoneLocalService.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
 Phone PhoneLocalService.deletePhone(Phone phone)
          Deletes the phone from the database.
 PluginSetting PluginSettingLocalService.deletePluginSetting(long pluginSettingId)
          Deletes the plugin setting with the primary key from the database.
 PluginSetting PluginSettingLocalService.deletePluginSetting(PluginSetting pluginSetting)
          Deletes the plugin setting from the database.
 PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 Portlet PortletLocalService.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
 Portlet PortletLocalService.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 PortletItem PortletItemLocalService.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
 PortletItem PortletItemLocalService.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
 PortletPreferences PortletPreferencesLocalService.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
 PortletPreferences PortletPreferencesLocalService.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
 RecentLayoutBranch RecentLayoutBranchLocalService.deleteRecentLayoutBranch(long recentLayoutBranchId)
          Deletes the recent layout branch with the primary key from the database.
 RecentLayoutBranch RecentLayoutBranchLocalService.deleteRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
          Deletes the recent layout branch from the database.
 RecentLayoutRevision RecentLayoutRevisionLocalService.deleteRecentLayoutRevision(long recentLayoutRevisionId)
          Deletes the recent layout revision with the primary key from the database.
 RecentLayoutRevision RecentLayoutRevisionLocalService.deleteRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
          Deletes the recent layout revision from the database.
 RecentLayoutSetBranch RecentLayoutSetBranchLocalService.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId)
          Deletes the recent layout set branch with the primary key from the database.
 RecentLayoutSetBranch RecentLayoutSetBranchLocalService.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
          Deletes the recent layout set branch from the database.
 Release ReleaseLocalService.deleteRelease(long releaseId)
          Deletes the release with the primary key from the database.
 Release ReleaseLocalService.deleteRelease(Release release)
          Deletes the release from the database.
 Repository RepositoryLocalService.deleteRepository(long repositoryId)
          Deletes the repository with the primary key from the database.
 Repository RepositoryLocalService.deleteRepository(Repository repository)
          Deletes the repository from the database.
 RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 ResourceAction ResourceActionLocalService.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
 ResourceAction ResourceActionLocalService.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 ResourceBlock ResourceBlockLocalService.deleteResourceBlock(long resourceBlockId)
          Deletes the resource block with the primary key from the database.
 ResourceBlock ResourceBlockLocalService.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
 ResourceBlockPermission ResourceBlockPermissionLocalService.deleteResourceBlockPermission(long resourceBlockPermissionId)
          Deletes the resource block permission with the primary key from the database.
 ResourceBlockPermission ResourceBlockPermissionLocalService.deleteResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Deletes the resource block permission from the database.
 ResourcePermission ResourcePermissionLocalService.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
 ResourcePermission ResourcePermissionLocalService.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
 ResourceTypePermission ResourceTypePermissionLocalService.deleteResourceTypePermission(long resourceTypePermissionId)
          Deletes the resource type permission with the primary key from the database.
 ResourceTypePermission ResourceTypePermissionLocalService.deleteResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Deletes the resource type permission from the database.
 Role RoleLocalService.deleteRole(long roleId)
          Deletes the role with the primary key from the database.
 Role RoleLocalService.deleteRole(Role role)
          Deletes the role from the database.
 ServiceComponent ServiceComponentLocalService.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
 ServiceComponent ServiceComponentLocalService.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 Subscription SubscriptionLocalService.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
 Subscription SubscriptionLocalService.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 SystemEvent SystemEventLocalService.deleteSystemEvent(long systemEventId)
          Deletes the system event with the primary key from the database.
 SystemEvent SystemEventLocalService.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
 Team TeamLocalService.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
 Team TeamLocalService.deleteTeam(Team team)
          Deletes the team from the database.
 Ticket TicketLocalService.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
 Ticket TicketLocalService.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
 User UserLocalService.deleteUser(long userId)
          Deletes the user with the primary key from the database.
 User UserLocalService.deleteUser(User user)
          Deletes the user from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 UserGroupRole UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserIdMapper UserIdMapperLocalService.deleteUserIdMapper(long userIdMapperId)
          Deletes the user ID mapper with the primary key from the database.
 UserIdMapper UserIdMapperLocalService.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user ID mapper from the database.
 UserNotificationDelivery UserNotificationDeliveryLocalService.deleteUserNotificationDelivery(long userNotificationDeliveryId)
          Deletes the user notification delivery with the primary key from the database.
 UserNotificationDelivery UserNotificationDeliveryLocalService.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Deletes the user notification delivery from the database.
 UserNotificationEvent UserNotificationEventLocalService.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
 UserNotificationEvent UserNotificationEventLocalService.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
 UserTracker UserTrackerLocalService.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
 UserTracker UserTrackerLocalService.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTrackerPath UserTrackerPathLocalService.deleteUserTrackerPath(long userTrackerPathId)
          Deletes the user tracker path with the primary key from the database.
 UserTrackerPath UserTrackerPathLocalService.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
          Deletes the user tracker path from the database.
 VirtualHost VirtualHostLocalService.deleteVirtualHost(long virtualHostId)
          Deletes the virtual host with the primary key from the database.
 VirtualHost VirtualHostLocalService.deleteVirtualHost(VirtualHost virtualHost)
          Deletes the virtual host from the database.
 WebDAVProps WebDAVPropsLocalService.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
 WebDAVProps WebDAVPropsLocalService.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 Website WebsiteLocalService.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
 Website WebsiteLocalService.deleteWebsite(Website website)
          Deletes the website from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 Account AccountLocalService.updateAccount(Account account)
          Updates the account in the database or adds it if it does not yet exist.
 Address AddressLocalService.updateAddress(Address address)
          Updates the address in the database or adds it if it does not yet exist.
 BrowserTracker BrowserTrackerLocalService.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database or adds it if it does not yet exist.
 ClassName ClassNameLocalService.updateClassName(ClassName className)
          Updates the class name in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 Company CompanyLocalService.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalService.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle)
           
 EmailAddress EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 Group GroupLocalService.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Image ImageLocalService.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
 Layout LayoutLocalService.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 LayoutBranch LayoutBranchLocalService.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
 LayoutPrototype LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype)
          Updates the layout prototype in the database or adds it if it does not yet exist.
 LayoutRevision LayoutRevisionLocalService.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSetBranch LayoutSetBranchLocalService.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Updates the layout set branch in the database or adds it if it does not yet exist.
 LayoutSetPrototype LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Updates the layout set prototype in the database or adds it if it does not yet exist.
 ListType ListTypeLocalService.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 MembershipRequest MembershipRequestLocalService.updateMembershipRequest(MembershipRequest membershipRequest)
          Updates the membership request in the database or adds it if it does not yet exist.
 Organization OrganizationLocalService.updateOrganization(Organization organization)
          Updates the organization in the database or adds it if it does not yet exist.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordTracker PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
 Phone PhoneLocalService.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
 PluginSetting PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting)
          Updates the plugin setting in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 Portlet PortletLocalService.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
 PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
 PortletPreferences PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
 RecentLayoutBranch RecentLayoutBranchLocalService.updateRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
          Updates the recent layout branch in the database or adds it if it does not yet exist.
 RecentLayoutRevision RecentLayoutRevisionLocalService.updateRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
          Updates the recent layout revision in the database or adds it if it does not yet exist.
 RecentLayoutSetBranch RecentLayoutSetBranchLocalService.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
          Updates the recent layout set branch in the database or adds it if it does not yet exist.
 Release ReleaseLocalService.updateRelease(Release release)
          Updates the release in the database or adds it if it does not yet exist.
 Repository RepositoryLocalService.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 ResourceAction ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalService.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlockPermission ResourceBlockPermissionLocalService.updateResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Updates the resource block permission in the database or adds it if it does not yet exist.
 ResourcePermission ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
 ResourceTypePermission ResourceTypePermissionLocalService.updateResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Updates the resource type permission in the database or adds it if it does not yet exist.
 Role RoleLocalService.updateRole(Role role)
          Updates the role in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalService.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
 SystemEvent SystemEventLocalService.updateSystemEvent(SystemEvent systemEvent)
          Updates the system event in the database or adds it if it does not yet exist.
 Team TeamLocalService.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 Ticket TicketLocalService.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
 User UserLocalService.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroupGroupRole UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserIdMapper UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserNotificationDelivery UserNotificationDeliveryLocalService.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Updates the user notification delivery in the database or adds it if it does not yet exist.
 UserNotificationEvent UserNotificationEventLocalService.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
 UserTracker UserTrackerLocalService.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database or adds it if it does not yet exist.
 UserTrackerPath UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath)
          Updates the user tracker path in the database or adds it if it does not yet exist.
 VirtualHost VirtualHostLocalService.updateVirtualHost(VirtualHost virtualHost)
          Updates the virtual host in the database or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 Website WebsiteLocalService.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base with annotations of type Indexable
 Account AccountLocalServiceBaseImpl.addAccount(Account account)
          Adds the account to the database.
 Address AddressLocalServiceBaseImpl.addAddress(Address address)
          Adds the address to the database.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
 ClassName ClassNameLocalServiceBaseImpl.addClassName(ClassName className)
          Adds the class name to the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
 Company CompanyLocalServiceBaseImpl.addCompany(Company company)
          Adds the company to the database.
 Contact ContactLocalServiceBaseImpl.addContact(Contact contact)
          Adds the contact to the database.
 EmailAddress EmailAddressLocalServiceBaseImpl.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
 Group GroupLocalServiceBaseImpl.addGroup(Group group)
          Adds the group to the database.
 Image ImageLocalServiceBaseImpl.addImage(Image image)
          Adds the image to the database.
 Layout LayoutLocalServiceBaseImpl.addLayout(Layout layout)
          Adds the layout to the database.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.addLayoutPrototype(LayoutPrototype layoutPrototype)
          Adds the layout prototype to the database.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSetBranch LayoutSetBranchLocalServiceBaseImpl.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Adds the layout set branch to the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Adds the layout set prototype to the database.
 ListType ListTypeLocalServiceBaseImpl.addListType(ListType listType)
          Adds the list type to the database.
 MembershipRequest MembershipRequestLocalServiceBaseImpl.addMembershipRequest(MembershipRequest membershipRequest)
          Adds the membership request to the database.
 Organization OrganizationLocalServiceBaseImpl.addOrganization(Organization organization)
          Adds the organization to the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
 Phone PhoneLocalServiceBaseImpl.addPhone(Phone phone)
          Adds the phone to the database.
 PluginSetting PluginSettingLocalServiceBaseImpl.addPluginSetting(PluginSetting pluginSetting)
          Adds the plugin setting to the database.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 Portlet PortletLocalServiceBaseImpl.addPortlet(Portlet portlet)
          Adds the portlet to the database.
 PortletItem PortletItemLocalServiceBaseImpl.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
 RecentLayoutBranch RecentLayoutBranchLocalServiceBaseImpl.addRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
          Adds the recent layout branch to the database.
 RecentLayoutRevision RecentLayoutRevisionLocalServiceBaseImpl.addRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
          Adds the recent layout revision to the database.
 RecentLayoutSetBranch RecentLayoutSetBranchLocalServiceBaseImpl.addRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
          Adds the recent layout set branch to the database.
 Release ReleaseLocalServiceBaseImpl.addRelease(Release release)
          Adds the release to the database.
 Repository RepositoryLocalServiceBaseImpl.addRepository(Repository repository)
          Adds the repository to the database.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 ResourceAction ResourceActionLocalServiceBaseImpl.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
 ResourceBlockPermission ResourceBlockPermissionLocalServiceBaseImpl.addResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Adds the resource block permission to the database.
 ResourcePermission ResourcePermissionLocalServiceBaseImpl.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
 ResourceTypePermission ResourceTypePermissionLocalServiceBaseImpl.addResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Adds the resource type permission to the database.
 Role RoleLocalServiceBaseImpl.addRole(Role role)
          Adds the role to the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 Subscription SubscriptionLocalServiceBaseImpl.addSubscription(Subscription subscription)
          Adds the subscription to the database.
 SystemEvent SystemEventLocalServiceBaseImpl.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
 Team TeamLocalServiceBaseImpl.addTeam(Team team)
          Adds the team to the database.
 Ticket TicketLocalServiceBaseImpl.addTicket(Ticket ticket)
          Adds the ticket to the database.
 User UserLocalServiceBaseImpl.addUser(User user)
          Adds the user to the database.
 UserGroup UserGroupLocalServiceBaseImpl.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
 UserNotificationDelivery UserNotificationDeliveryLocalServiceBaseImpl.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Adds the user notification delivery to the database.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
 UserTracker UserTrackerLocalServiceBaseImpl.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.addUserTrackerPath(UserTrackerPath userTrackerPath)
          Adds the user tracker path to the database.
 VirtualHost VirtualHostLocalServiceBaseImpl.addVirtualHost(VirtualHost virtualHost)
          Adds the virtual host to the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 Website WebsiteLocalServiceBaseImpl.addWebsite(Website website)
          Adds the website to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 Account AccountLocalServiceBaseImpl.deleteAccount(Account account)
          Deletes the account from the database.
 Account AccountLocalServiceBaseImpl.deleteAccount(long accountId)
          Deletes the account with the primary key from the database.
 Address AddressLocalServiceBaseImpl.deleteAddress(Address address)
          Deletes the address from the database.
 Address AddressLocalServiceBaseImpl.deleteAddress(long addressId)
          Deletes the address with the primary key from the database.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.deleteBrowserTracker(BrowserTracker browserTracker)
          Deletes the browser tracker from the database.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.deleteBrowserTracker(long browserTrackerId)
          Deletes the browser tracker with the primary key from the database.
 ClassName ClassNameLocalServiceBaseImpl.deleteClassName(ClassName className)
          Deletes the class name from the database.
 ClassName ClassNameLocalServiceBaseImpl.deleteClassName(long classNameId)
          Deletes the class name with the primary key from the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
 Company CompanyLocalServiceBaseImpl.deleteCompany(Company company)
          Deletes the company from the database.
 Company CompanyLocalServiceBaseImpl.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
 Contact ContactLocalServiceBaseImpl.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceBaseImpl.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 EmailAddress EmailAddressLocalServiceBaseImpl.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 EmailAddress EmailAddressLocalServiceBaseImpl.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
 Group GroupLocalServiceBaseImpl.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalServiceBaseImpl.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 Image ImageLocalServiceBaseImpl.deleteImage(Image image)
          Deletes the image from the database.
 Image ImageLocalServiceBaseImpl.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
 Layout LayoutLocalServiceBaseImpl.deleteLayout(Layout layout)
          Deletes the layout from the database.
 Layout LayoutLocalServiceBaseImpl.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.deleteLayoutBranch(long layoutBranchId)
          Deletes the layout branch with the primary key from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.deleteLayoutFriendlyURL(long layoutFriendlyURLId)
          Deletes the layout friendly u r l with the primary key from the database.
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
          Deletes the layout prototype from the database.
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.deleteLayoutPrototype(long layoutPrototypeId)
          Deletes the layout prototype with the primary key from the database.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.deleteLayoutRevision(long layoutRevisionId)
          Deletes the layout revision with the primary key from the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
 LayoutSetBranch LayoutSetBranchLocalServiceBaseImpl.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Deletes the layout set branch from the database.
 LayoutSetBranch LayoutSetBranchLocalServiceBaseImpl.deleteLayoutSetBranch(long layoutSetBranchId)
          Deletes the layout set branch with the primary key from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
 ListType ListTypeLocalServiceBaseImpl.deleteListType(ListType listType)
          Deletes the list type from the database.
 ListType ListTypeLocalServiceBaseImpl.deleteListType(long listTypeId)
          Deletes the list type with the primary key from the database.
 MembershipRequest MembershipRequestLocalServiceBaseImpl.deleteMembershipRequest(long membershipRequestId)
          Deletes the membership request with the primary key from the database.
 MembershipRequest MembershipRequestLocalServiceBaseImpl.deleteMembershipRequest(MembershipRequest membershipRequest)
          Deletes the membership request from the database.
 Organization OrganizationLocalServiceBaseImpl.deleteOrganization(long organizationId)
          Deletes the organization with the primary key from the database.
 Organization OrganizationLocalServiceBaseImpl.deleteOrganization(Organization organization)
          Deletes the organization from the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
 Phone PhoneLocalServiceBaseImpl.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
 Phone PhoneLocalServiceBaseImpl.deletePhone(Phone phone)
          Deletes the phone from the database.
 PluginSetting PluginSettingLocalServiceBaseImpl.deletePluginSetting(long pluginSettingId)
          Deletes the plugin setting with the primary key from the database.
 PluginSetting PluginSettingLocalServiceBaseImpl.deletePluginSetting(PluginSetting pluginSetting)
          Deletes the plugin setting from the database.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 Portlet PortletLocalServiceBaseImpl.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
 Portlet PortletLocalServiceBaseImpl.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
 PortletItem PortletItemLocalServiceBaseImpl.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
 PortletItem PortletItemLocalServiceBaseImpl.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
 RecentLayoutBranch RecentLayoutBranchLocalServiceBaseImpl.deleteRecentLayoutBranch(long recentLayoutBranchId)
          Deletes the recent layout branch with the primary key from the database.
 RecentLayoutBranch RecentLayoutBranchLocalServiceBaseImpl.deleteRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
          Deletes the recent layout branch from the database.
 RecentLayoutRevision RecentLayoutRevisionLocalServiceBaseImpl.deleteRecentLayoutRevision(long recentLayoutRevisionId)
          Deletes the recent layout revision with the primary key from the database.
 RecentLayoutRevision RecentLayoutRevisionLocalServiceBaseImpl.deleteRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
          Deletes the recent layout revision from the database.
 RecentLayoutSetBranch RecentLayoutSetBranchLocalServiceBaseImpl.deleteRecentLayoutSetBranch(long recentLayoutSetBranchId)
          Deletes the recent layout set branch with the primary key from the database.
 RecentLayoutSetBranch RecentLayoutSetBranchLocalServiceBaseImpl.deleteRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
          Deletes the recent layout set branch from the database.
 Release ReleaseLocalServiceBaseImpl.deleteRelease(long releaseId)
          Deletes the release with the primary key from the database.
 Release ReleaseLocalServiceBaseImpl.deleteRelease(Release release)
          Deletes the release from the database.
 Repository RepositoryLocalServiceBaseImpl.deleteRepository(long repositoryId)
          Deletes the repository with the primary key from the database.
 Repository RepositoryLocalServiceBaseImpl.deleteRepository(Repository repository)
          Deletes the repository from the database.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 ResourceAction ResourceActionLocalServiceBaseImpl.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
 ResourceAction ResourceActionLocalServiceBaseImpl.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.deleteResourceBlock(long resourceBlockId)
          Deletes the resource block with the primary key from the database.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
 ResourceBlockPermission ResourceBlockPermissionLocalServiceBaseImpl.deleteResourceBlockPermission(long resourceBlockPermissionId)
          Deletes the resource block permission with the primary key from the database.
 ResourceBlockPermission ResourceBlockPermissionLocalServiceBaseImpl.deleteResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Deletes the resource block permission from the database.
 ResourcePermission ResourcePermissionLocalServiceBaseImpl.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
 ResourcePermission ResourcePermissionLocalServiceBaseImpl.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
 ResourceTypePermission ResourceTypePermissionLocalServiceBaseImpl.deleteResourceTypePermission(long resourceTypePermissionId)
          Deletes the resource type permission with the primary key from the database.
 ResourceTypePermission ResourceTypePermissionLocalServiceBaseImpl.deleteResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Deletes the resource type permission from the database.
 Role RoleLocalServiceBaseImpl.deleteRole(long roleId)
          Deletes the role with the primary key from the database.
 Role RoleLocalServiceBaseImpl.deleteRole(Role role)
          Deletes the role from the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 Subscription SubscriptionLocalServiceBaseImpl.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
 Subscription SubscriptionLocalServiceBaseImpl.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 SystemEvent SystemEventLocalServiceBaseImpl.deleteSystemEvent(long systemEventId)
          Deletes the system event with the primary key from the database.
 SystemEvent SystemEventLocalServiceBaseImpl.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
 Team TeamLocalServiceBaseImpl.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
 Team TeamLocalServiceBaseImpl.deleteTeam(Team team)
          Deletes the team from the database.
 Ticket TicketLocalServiceBaseImpl.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
 Ticket TicketLocalServiceBaseImpl.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
 User UserLocalServiceBaseImpl.deleteUser(long userId)
          Deletes the user with the primary key from the database.
 User UserLocalServiceBaseImpl.deleteUser(User user)
          Deletes the user from the database.
 UserGroup UserGroupLocalServiceBaseImpl.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
 UserGroup UserGroupLocalServiceBaseImpl.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.deleteUserIdMapper(long userIdMapperId)
          Deletes the user ID mapper with the primary key from the database.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user ID mapper from the database.
 UserNotificationDelivery UserNotificationDeliveryLocalServiceBaseImpl.deleteUserNotificationDelivery(long userNotificationDeliveryId)
          Deletes the user notification delivery with the primary key from the database.
 UserNotificationDelivery UserNotificationDeliveryLocalServiceBaseImpl.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Deletes the user notification delivery from the database.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
 UserTracker UserTrackerLocalServiceBaseImpl.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
 UserTracker UserTrackerLocalServiceBaseImpl.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.deleteUserTrackerPath(long userTrackerPathId)
          Deletes the user tracker path with the primary key from the database.
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
          Deletes the user tracker path from the database.
 VirtualHost VirtualHostLocalServiceBaseImpl.deleteVirtualHost(long virtualHostId)
          Deletes the virtual host with the primary key from the database.
 VirtualHost VirtualHostLocalServiceBaseImpl.deleteVirtualHost(VirtualHost virtualHost)
          Deletes the virtual host from the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 Website WebsiteLocalServiceBaseImpl.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
 Website WebsiteLocalServiceBaseImpl.deleteWebsite(Website website)
          Deletes the website from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 Account AccountLocalServiceBaseImpl.updateAccount(Account account)
          Updates the account in the database or adds it if it does not yet exist.
 Address AddressLocalServiceBaseImpl.updateAddress(Address address)
          Updates the address in the database or adds it if it does not yet exist.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database or adds it if it does not yet exist.
 ClassName ClassNameLocalServiceBaseImpl.updateClassName(ClassName className)
          Updates the class name in the database or adds it if it does not yet exist.
 ClusterGroup ClusterGroupLocalServiceBaseImpl.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
 Company CompanyLocalServiceBaseImpl.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
 Contact ContactLocalServiceBaseImpl.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 EmailAddress EmailAddressLocalServiceBaseImpl.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 Group GroupLocalServiceBaseImpl.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Image ImageLocalServiceBaseImpl.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
 Layout LayoutLocalServiceBaseImpl.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 LayoutBranch LayoutBranchLocalServiceBaseImpl.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.updateLayoutPrototype(LayoutPrototype layoutPrototype)
          Updates the layout prototype in the database or adds it if it does not yet exist.
 LayoutRevision LayoutRevisionLocalServiceBaseImpl.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSetBranch LayoutSetBranchLocalServiceBaseImpl.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Updates the layout set branch in the database or adds it if it does not yet exist.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Updates the layout set prototype in the database or adds it if it does not yet exist.
 ListType ListTypeLocalServiceBaseImpl.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 MembershipRequest MembershipRequestLocalServiceBaseImpl.updateMembershipRequest(MembershipRequest membershipRequest)
          Updates the membership request in the database or adds it if it does not yet exist.
 Organization OrganizationLocalServiceBaseImpl.updateOrganization(Organization organization)
          Updates the organization in the database or adds it if it does not yet exist.
 OrgLabor OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 PasswordPolicy PasswordPolicyLocalServiceBaseImpl.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordTracker PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
 Phone PhoneLocalServiceBaseImpl.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
 PluginSetting PluginSettingLocalServiceBaseImpl.updatePluginSetting(PluginSetting pluginSetting)
          Updates the plugin setting in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceBaseImpl.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 Portlet PortletLocalServiceBaseImpl.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
 PortletItem PortletItemLocalServiceBaseImpl.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
 RecentLayoutBranch RecentLayoutBranchLocalServiceBaseImpl.updateRecentLayoutBranch(RecentLayoutBranch recentLayoutBranch)
          Updates the recent layout branch in the database or adds it if it does not yet exist.
 RecentLayoutRevision RecentLayoutRevisionLocalServiceBaseImpl.updateRecentLayoutRevision(RecentLayoutRevision recentLayoutRevision)
          Updates the recent layout revision in the database or adds it if it does not yet exist.
 RecentLayoutSetBranch RecentLayoutSetBranchLocalServiceBaseImpl.updateRecentLayoutSetBranch(RecentLayoutSetBranch recentLayoutSetBranch)
          Updates the recent layout set branch in the database or adds it if it does not yet exist.
 Release ReleaseLocalServiceBaseImpl.updateRelease(Release release)
          Updates the release in the database or adds it if it does not yet exist.
 Repository RepositoryLocalServiceBaseImpl.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 ResourceAction ResourceActionLocalServiceBaseImpl.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlockPermission ResourceBlockPermissionLocalServiceBaseImpl.updateResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Updates the resource block permission in the database or adds it if it does not yet exist.
 ResourcePermission ResourcePermissionLocalServiceBaseImpl.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
 ResourceTypePermission ResourceTypePermissionLocalServiceBaseImpl.updateResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Updates the resource type permission in the database or adds it if it does not yet exist.
 Role RoleLocalServiceBaseImpl.updateRole(Role role)
          Updates the role in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
 Subscription SubscriptionLocalServiceBaseImpl.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
 SystemEvent SystemEventLocalServiceBaseImpl.updateSystemEvent(SystemEvent systemEvent)
          Updates the system event in the database or adds it if it does not yet exist.
 Team TeamLocalServiceBaseImpl.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
 Ticket TicketLocalServiceBaseImpl.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
 User UserLocalServiceBaseImpl.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
 UserGroupRole UserGroupRoleLocalServiceBaseImpl.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
 UserIdMapper UserIdMapperLocalServiceBaseImpl.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
 UserNotificationDelivery UserNotificationDeliveryLocalServiceBaseImpl.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Updates the user notification delivery in the database or adds it if it does not yet exist.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
 UserTracker UserTrackerLocalServiceBaseImpl.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database or adds it if it does not yet exist.
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.updateUserTrackerPath(UserTrackerPath userTrackerPath)
          Updates the user tracker path in the database or adds it if it does not yet exist.
 VirtualHost VirtualHostLocalServiceBaseImpl.updateVirtualHost(VirtualHost virtualHost)
          Updates the virtual host in the database or adds it if it does not yet exist.
 WebDAVProps WebDAVPropsLocalServiceBaseImpl.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with annotations of type Indexable
 Contact ContactLocalServiceImpl.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle)
           
 Contact ContactLocalServiceImpl.deleteContact(Contact contact)
           
 Contact ContactLocalServiceImpl.deleteContact(long contactId)
           
 Contact ContactLocalServiceImpl.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle)
           
 

Uses of Indexable in com.liferay.portlet.announcements.service
 

Methods in com.liferay.portlet.announcements.service with annotations of type Indexable
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Adds the announcements delivery to the database.
 AnnouncementsEntry AnnouncementsEntryLocalService.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Deletes the announcements delivery from the database.
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(long deliveryId)
          Deletes the announcements delivery with the primary key from the database.
 AnnouncementsEntry AnnouncementsEntryLocalService.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
 AnnouncementsEntry AnnouncementsEntryLocalService.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Updates the announcements delivery in the database or adds it if it does not yet exist.
 AnnouncementsEntry AnnouncementsEntryLocalService.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
 AnnouncementsFlag AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.announcements.service.base
 

Methods in com.liferay.portlet.announcements.service.base with annotations of type Indexable
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceBaseImpl.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Adds the announcements delivery to the database.
 AnnouncementsEntry AnnouncementsEntryLocalServiceBaseImpl.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceBaseImpl.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Deletes the announcements delivery from the database.
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceBaseImpl.deleteAnnouncementsDelivery(long deliveryId)
          Deletes the announcements delivery with the primary key from the database.
 AnnouncementsEntry AnnouncementsEntryLocalServiceBaseImpl.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
 AnnouncementsEntry AnnouncementsEntryLocalServiceBaseImpl.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceBaseImpl.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Updates the announcements delivery in the database or adds it if it does not yet exist.
 AnnouncementsEntry AnnouncementsEntryLocalServiceBaseImpl.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service with annotations of type Indexable
 AssetCategory AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 AssetEntry AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetLink AssetLinkLocalService.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 AssetTag AssetTagLocalService.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
 AssetTagStats AssetTagStatsLocalService.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetVocabulary AssetVocabularyLocalService.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
 AssetCategory AssetCategoryLocalService.addCategory(long userId, long groupId, long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalService.addVocabulary(long userId, long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalService.deleteAssetCategory(AssetCategory assetCategory)
          Deletes the asset category from the database.
 AssetCategory AssetCategoryLocalService.deleteAssetCategory(long categoryId)
          Deletes the asset category with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 AssetEntry AssetEntryLocalService.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 AssetEntry AssetEntryLocalService.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
 AssetLink AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalService.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
 AssetTag AssetTagLocalService.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
 AssetTag AssetTagLocalService.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
 AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
 AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
 AssetCategory AssetCategoryLocalService.deleteCategory(AssetCategory category, boolean skipRebuildTree)
           
 AssetVocabulary AssetVocabularyLocalService.deleteVocabulary(AssetVocabulary vocabulary)
           
 AssetCategory AssetCategoryLocalService.mergeCategories(long fromCategoryId, long toCategoryId)
           
 AssetCategory AssetCategoryLocalService.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
 AssetTag AssetTagLocalService.updateAssetTag(AssetTag assetTag)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetVocabulary AssetVocabularyLocalService.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
 AssetCategory AssetCategoryLocalService.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalService.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 

Uses of Indexable in com.liferay.portlet.asset.service.base
 

Methods in com.liferay.portlet.asset.service.base with annotations of type Indexable
 AssetCategory AssetCategoryLocalServiceBaseImpl.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetLink AssetLinkLocalServiceBaseImpl.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 AssetTag AssetTagLocalServiceBaseImpl.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetVocabulary AssetVocabularyLocalServiceBaseImpl.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
 AssetCategory AssetCategoryLocalServiceBaseImpl.deleteAssetCategory(AssetCategory assetCategory)
          Deletes the asset category from the database.
 AssetCategory AssetCategoryLocalServiceBaseImpl.deleteAssetCategory(long categoryId)
          Deletes the asset category with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
 AssetLink AssetLinkLocalServiceBaseImpl.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalServiceBaseImpl.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
 AssetTag AssetTagLocalServiceBaseImpl.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
 AssetTag AssetTagLocalServiceBaseImpl.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
 AssetVocabulary AssetVocabularyLocalServiceBaseImpl.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
 AssetVocabulary AssetVocabularyLocalServiceBaseImpl.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceBaseImpl.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 AssetLink AssetLinkLocalServiceBaseImpl.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
 AssetTag AssetTagLocalServiceBaseImpl.updateAssetTag(AssetTag assetTag)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalServiceBaseImpl.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetVocabulary AssetVocabularyLocalServiceBaseImpl.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl with annotations of type Indexable
 AssetCategory AssetCategoryLocalServiceImpl.addCategory(long userId, long groupId, long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalServiceImpl.addVocabulary(long userId, long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalServiceImpl.deleteCategory(AssetCategory category, boolean skipRebuildTree)
           
 AssetVocabulary AssetVocabularyLocalServiceImpl.deleteVocabulary(AssetVocabulary vocabulary)
           
 AssetCategory AssetCategoryLocalServiceImpl.mergeCategories(long fromCategoryId, long toCategoryId)
           
 AssetCategory AssetCategoryLocalServiceImpl.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalServiceImpl.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalServiceImpl.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 

Uses of Indexable in com.liferay.portlet.blogs.service
 

Methods in com.liferay.portlet.blogs.service with annotations of type Indexable
 BlogsEntry BlogsEntryLocalService.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 BlogsStatsUser BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsEntry BlogsEntryLocalService.addEntry(long userId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 BlogsEntry BlogsEntryLocalService.deleteEntry(BlogsEntry entry)
           
 BlogsEntry BlogsEntryLocalService.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
 BlogsEntry BlogsEntryLocalService.restoreEntryFromTrash(long userId, long entryId)
          Restores the blogs entry with the ID from the recycle bin.
 BlogsEntry BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalService.updateEntry(long userId, long entryId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 

Uses of Indexable in com.liferay.portlet.blogs.service.base
 

Methods in com.liferay.portlet.blogs.service.base with annotations of type Indexable
 BlogsEntry BlogsEntryLocalServiceBaseImpl.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.blogs.service.impl
 

Methods in com.liferay.portlet.blogs.service.impl with annotations of type Indexable
 BlogsEntry BlogsEntryLocalServiceImpl.addEntry(long userId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalServiceImpl.deleteEntry(BlogsEntry entry)
           
 BlogsEntry BlogsEntryLocalServiceImpl.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
 BlogsEntry BlogsEntryLocalServiceImpl.restoreEntryFromTrash(long userId, long entryId)
          Restores the blogs entry with the ID from the recycle bin.
 BlogsEntry BlogsEntryLocalServiceImpl.updateEntry(long userId, long entryId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalServiceImpl.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 

Uses of Indexable in com.liferay.portlet.calendar.service
 

Methods in com.liferay.portlet.calendar.service with annotations of type Indexable
 CalEvent CalEventLocalService.addCalEvent(CalEvent calEvent)
          Deprecated. Adds the cal event to the database.
 CalEvent CalEventLocalService.addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated.  
 CalEvent CalEventLocalService.addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by CalEventLocalService.addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventLocalService.deleteCalEvent(CalEvent calEvent)
          Deprecated. Deletes the cal event from the database.
 CalEvent CalEventLocalService.deleteCalEvent(long eventId)
          Deprecated. Deletes the cal event with the primary key from the database.
 CalEvent CalEventLocalService.deleteEvent(CalEvent event)
          Deprecated.  
 CalEvent CalEventLocalService.deleteEvent(long eventId)
          Deprecated.  
 CalEvent CalEventLocalService.updateCalEvent(CalEvent calEvent)
          Deprecated. Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalService.updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated.  
 CalEvent CalEventLocalService.updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by CalEventLocalService.updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 

Uses of Indexable in com.liferay.portlet.calendar.service.base
 

Methods in com.liferay.portlet.calendar.service.base with annotations of type Indexable
 CalEvent CalEventLocalServiceBaseImpl.addCalEvent(CalEvent calEvent)
          Deprecated. Adds the cal event to the database.
 CalEvent CalEventLocalServiceBaseImpl.deleteCalEvent(CalEvent calEvent)
          Deprecated. Deletes the cal event from the database.
 CalEvent CalEventLocalServiceBaseImpl.deleteCalEvent(long eventId)
          Deprecated. Deletes the cal event with the primary key from the database.
 CalEvent CalEventLocalServiceBaseImpl.updateCalEvent(CalEvent calEvent)
          Deprecated. Updates the cal event in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.calendar.service.impl
 

Methods in com.liferay.portlet.calendar.service.impl with annotations of type Indexable
 CalEvent CalEventLocalServiceImpl.addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated.  
 CalEvent CalEventLocalServiceImpl.addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by CalEventLocalServiceImpl.addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventLocalServiceImpl.deleteEvent(CalEvent event)
          Deprecated.  
 CalEvent CalEventLocalServiceImpl.deleteEvent(long eventId)
          Deprecated.  
 CalEvent CalEventLocalServiceImpl.updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated.  
 CalEvent CalEventLocalServiceImpl.updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by CalEventLocalServiceImpl.updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 

Uses of Indexable in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service with annotations of type Indexable
 DLContent DLContentLocalService.addDLContent(DLContent dlContent)
          Adds the document library content to the database.
 DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
 DLFileEntryMetadata DLFileEntryMetadataLocalService.addDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Adds the document library file entry metadata to the database.
 DLFileEntryType DLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileRank DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
 DLFileShortcut DLFileShortcutLocalService.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
 DLFileVersion DLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the document library file version to the database.
 DLFolder DLFolderLocalService.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLSyncEvent DLSyncEventLocalService.addDLSyncEvent(DLSyncEvent dlSyncEvent)
          Adds the d l sync event to the database.
 DLContent DLContentLocalService.deleteDLContent(DLContent dlContent)
          Deletes the document library content from the database.
 DLContent DLContentLocalService.deleteDLContent(long contentId)
          Deletes the document library content with the primary key from the database.
 DLFileEntry DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
 DLFileEntry DLFileEntryLocalService.deleteDLFileEntry(long fileEntryId)
          Deletes the document library file entry with the primary key from the database.
 DLFileEntryMetadata DLFileEntryMetadataLocalService.deleteDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Deletes the document library file entry metadata from the database.
 DLFileEntryMetadata DLFileEntryMetadataLocalService.deleteDLFileEntryMetadata(long fileEntryMetadataId)
          Deletes the document library file entry metadata with the primary key from the database.
 DLFileEntryType DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType DLFileEntryTypeLocalService.deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
 DLFileRank DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
 DLFileRank DLFileRankLocalService.deleteDLFileRank(long fileRankId)
          Deletes the document library file rank with the primary key from the database.
 DLFileShortcut DLFileShortcutLocalService.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
 DLFileShortcut DLFileShortcutLocalService.deleteDLFileShortcut(long fileShortcutId)
          Deletes the document library file shortcut with the primary key from the database.
 DLFileVersion DLFileVersionLocalService.deleteDLFileVersion(DLFileVersion dlFileVersion)
          Deletes the document library file version from the database.
 DLFileVersion DLFileVersionLocalService.deleteDLFileVersion(long fileVersionId)
          Deletes the document library file version with the primary key from the database.
 DLFolder DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalService.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
 DLSyncEvent DLSyncEventLocalService.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
          Deletes the d l sync event from the database.
 DLSyncEvent DLSyncEventLocalService.deleteDLSyncEvent(long syncEventId)
          Deletes the d l sync event with the primary key from the database.
 DLFileEntry DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalService.deleteFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.deleteFileEntry(long userId, long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.deleteFileVersion(long userId, long fileEntryId, String version)
           
 DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalService.deleteFolder(long folderId)
           
 DLFolder DLFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalService.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
 DLFileEntry DLFileEntryLocalService.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLContent DLContentLocalService.updateDLContent(DLContent dlContent)
          Updates the document library content in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntryMetadata DLFileEntryMetadataLocalService.updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Updates the document library file entry metadata in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileShortcut DLFileShortcutLocalService.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
 DLFileVersion DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the document library file version in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 DLSyncEvent DLSyncEventLocalService.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
          Updates the d l sync event in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 

Uses of Indexable in com.liferay.portlet.documentlibrary.service.base
 

Methods in com.liferay.portlet.documentlibrary.service.base with annotations of type Indexable
 DLContent DLContentLocalServiceBaseImpl.addDLContent(DLContent dlContent)
          Adds the document library content to the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
 DLFileEntryMetadata DLFileEntryMetadataLocalServiceBaseImpl.addDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Adds the document library file entry metadata to the database.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileRank DLFileRankLocalServiceBaseImpl.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the document library file version to the database.
 DLFolder DLFolderLocalServiceBaseImpl.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.addDLSyncEvent(DLSyncEvent dlSyncEvent)
          Adds the d l sync event to the database.
 DLContent DLContentLocalServiceBaseImpl.deleteDLContent(DLContent dlContent)
          Deletes the document library content from the database.
 DLContent DLContentLocalServiceBaseImpl.deleteDLContent(long contentId)
          Deletes the document library content with the primary key from the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.deleteDLFileEntry(long fileEntryId)
          Deletes the document library file entry with the primary key from the database.
 DLFileEntryMetadata DLFileEntryMetadataLocalServiceBaseImpl.deleteDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Deletes the document library file entry metadata from the database.
 DLFileEntryMetadata DLFileEntryMetadataLocalServiceBaseImpl.deleteDLFileEntryMetadata(long fileEntryMetadataId)
          Deletes the document library file entry metadata with the primary key from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
 DLFileRank DLFileRankLocalServiceBaseImpl.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
 DLFileRank DLFileRankLocalServiceBaseImpl.deleteDLFileRank(long fileRankId)
          Deletes the document library file rank with the primary key from the database.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.deleteDLFileShortcut(long fileShortcutId)
          Deletes the document library file shortcut with the primary key from the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.deleteDLFileVersion(DLFileVersion dlFileVersion)
          Deletes the document library file version from the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.deleteDLFileVersion(long fileVersionId)
          Deletes the document library file version with the primary key from the database.
 DLFolder DLFolderLocalServiceBaseImpl.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalServiceBaseImpl.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
          Deletes the d l sync event from the database.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.deleteDLSyncEvent(long syncEventId)
          Deletes the d l sync event with the primary key from the database.
 DLContent DLContentLocalServiceBaseImpl.updateDLContent(DLContent dlContent)
          Updates the document library content in the database or adds it if it does not yet exist.
 DLFileEntry DLFileEntryLocalServiceBaseImpl.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
 DLFileEntryMetadata DLFileEntryMetadataLocalServiceBaseImpl.updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Updates the document library file entry metadata in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileRank DLFileRankLocalServiceBaseImpl.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
 DLFileShortcut DLFileShortcutLocalServiceBaseImpl.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the document library file version in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalServiceBaseImpl.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 DLSyncEvent DLSyncEventLocalServiceBaseImpl.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
          Updates the d l sync event in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl with annotations of type Indexable
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileEntry(DLFileEntry dlFileEntry)
           
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileEntry(long userId, long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileVersion(long userId, long fileEntryId, String version)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(long folderId)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
 DLFileEntry DLFileEntryLocalServiceImpl.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, int restrictionType, ServiceContext serviceContext)
           
 

Uses of Indexable in com.liferay.portlet.expando.service
 

Methods in com.liferay.portlet.expando.service with annotations of type Indexable
 ExpandoColumn ExpandoColumnLocalService.addExpandoColumn(ExpandoColumn expandoColumn)
          Adds the expando column to the database.
 ExpandoRow ExpandoRowLocalService.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
 ExpandoTable ExpandoTableLocalService.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
 ExpandoValue ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 ExpandoColumn ExpandoColumnLocalService.deleteExpandoColumn(ExpandoColumn expandoColumn)
          Deletes the expando column from the database.
 ExpandoColumn ExpandoColumnLocalService.deleteExpandoColumn(long columnId)
          Deletes the expando column with the primary key from the database.
 ExpandoRow ExpandoRowLocalService.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
 ExpandoRow ExpandoRowLocalService.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
 ExpandoTable ExpandoTableLocalService.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
 ExpandoTable ExpandoTableLocalService.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
 ExpandoValue ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalService.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
 ExpandoColumn ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn)
          Updates the expando column in the database or adds it if it does not yet exist.
 ExpandoRow ExpandoRowLocalService.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalService.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.expando.service.base
 

Methods in com.liferay.portlet.expando.service.base with annotations of type Indexable
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.addExpandoColumn(ExpandoColumn expandoColumn)
          Adds the expando column to the database.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.deleteExpandoColumn(ExpandoColumn expandoColumn)
          Deletes the expando column from the database.
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.deleteExpandoColumn(long columnId)
          Deletes the expando column with the primary key from the database.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.updateExpandoColumn(ExpandoColumn expandoColumn)
          Updates the expando column in the database or adds it if it does not yet exist.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.exportimport.service
 

Methods in com.liferay.portlet.exportimport.service with annotations of type Indexable
 ExportImportConfiguration ExportImportConfigurationLocalService.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, int status, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.deleteExportImportConfiguration(long exportImportConfigurationId)
          Deletes the export import configuration with the primary key from the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
 ExportImportConfiguration ExportImportConfigurationLocalService.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalService.updateStatus(long userId, long exportImportConfigurationId, int status)
           
 

Uses of Indexable in com.liferay.portlet.exportimport.service.base
 

Methods in com.liferay.portlet.exportimport.service.base with annotations of type Indexable
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.addExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Adds the export import configuration to the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.deleteExportImportConfiguration(long exportImportConfigurationId)
          Deletes the export import configuration with the primary key from the database.
 ExportImportConfiguration ExportImportConfigurationLocalServiceBaseImpl.updateExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Updates the export import configuration in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.exportimport.service.impl
 

Methods in com.liferay.portlet.exportimport.service.impl with annotations of type Indexable
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.addExportImportConfiguration(long userId, long groupId, String name, String description, int type, Map<String,Serializable> settingsMap, int status, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.moveExportImportConfigurationToTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.restoreExportImportConfigurationFromTrash(long userId, long exportImportConfigurationId)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.updateExportImportConfiguration(long userId, long exportImportConfigurationId, String name, String description, Map<String,Serializable> settingsMap, ServiceContext serviceContext)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.updateStatus(long userId, long exportImportConfigurationId, int status)
           
 

Uses of Indexable in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service with annotations of type Indexable
 MBBan MBBanLocalService.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
 MBCategory MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBDiscussion MBDiscussionLocalService.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
 MBMailingList MBMailingListLocalService.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 MBMessage MBMessageLocalService.addMBMessage(MBMessage mbMessage)
          Adds the message-boards message to the database.
 MBStatsUser MBStatsUserLocalService.addMBStatsUser(MBStatsUser mbStatsUser)
          Adds the message boards stats user to the database.
 MBThread MBThreadLocalService.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
 MBThreadFlag MBThreadFlagLocalService.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
 MBMessage MBMessageLocalService.deleteDiscussionMessage(long messageId)
           
 MBBan MBBanLocalService.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
 MBBan MBBanLocalService.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBCategory MBCategoryLocalService.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 MBCategory MBCategoryLocalService.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBDiscussion MBDiscussionLocalService.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
 MBDiscussion MBDiscussionLocalService.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
 MBMailingList MBMailingListLocalService.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListLocalService.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMessage MBMessageLocalService.deleteMBMessage(long messageId)
          Deletes the message-boards message with the primary key from the database.
 MBMessage MBMessageLocalService.deleteMBMessage(MBMessage mbMessage)
          Deletes the message-boards message from the database.
 MBStatsUser MBStatsUserLocalService.deleteMBStatsUser(long statsUserId)
          Deletes the message boards stats user with the primary key from the database.
 MBStatsUser MBStatsUserLocalService.deleteMBStatsUser(MBStatsUser mbStatsUser)
          Deletes the message boards stats user from the database.
 MBThread MBThreadLocalService.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
 MBThread MBThreadLocalService.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
 MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
 MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 MBMessage MBMessageLocalService.deleteMessage(long messageId)
           
 MBMessage MBMessageLocalService.deleteMessage(MBMessage message)
           
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBCategory MBCategoryLocalService.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 MBDiscussion MBDiscussionLocalService.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion in the database or adds it if it does not yet exist.
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
 MBMessage MBMessageLocalService.updateMBMessage(MBMessage mbMessage)
          Updates the message-boards message in the database or adds it if it does not yet exist.
 MBStatsUser MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser)
          Updates the message boards stats user in the database or adds it if it does not yet exist.
 MBThread MBThreadLocalService.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
 MBThreadFlag MBThreadFlagLocalService.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.messageboards.service.base
 

Methods in com.liferay.portlet.messageboards.service.base with annotations of type Indexable
 MBBan MBBanLocalServiceBaseImpl.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
 MBCategory MBCategoryLocalServiceBaseImpl.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBDiscussion MBDiscussionLocalServiceBaseImpl.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
 MBMailingList MBMailingListLocalServiceBaseImpl.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 MBMessage MBMessageLocalServiceBaseImpl.addMBMessage(MBMessage mbMessage)
          Adds the message-boards message to the database.
 MBStatsUser MBStatsUserLocalServiceBaseImpl.addMBStatsUser(MBStatsUser mbStatsUser)
          Adds the message boards stats user to the database.
 MBThread MBThreadLocalServiceBaseImpl.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
 MBThreadFlag MBThreadFlagLocalServiceBaseImpl.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
 MBBan MBBanLocalServiceBaseImpl.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
 MBBan MBBanLocalServiceBaseImpl.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBCategory MBCategoryLocalServiceBaseImpl.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 MBCategory MBCategoryLocalServiceBaseImpl.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBDiscussion MBDiscussionLocalServiceBaseImpl.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
 MBDiscussion MBDiscussionLocalServiceBaseImpl.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
 MBMailingList MBMailingListLocalServiceBaseImpl.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListLocalServiceBaseImpl.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMessage MBMessageLocalServiceBaseImpl.deleteMBMessage(long messageId)
          Deletes the message-boards message with the primary key from the database.
 MBMessage MBMessageLocalServiceBaseImpl.deleteMBMessage(MBMessage mbMessage)
          Deletes the message-boards message from the database.
 MBStatsUser MBStatsUserLocalServiceBaseImpl.deleteMBStatsUser(long statsUserId)
          Deletes the message boards stats user with the primary key from the database.
 MBStatsUser MBStatsUserLocalServiceBaseImpl.deleteMBStatsUser(MBStatsUser mbStatsUser)
          Deletes the message boards stats user from the database.
 MBThread MBThreadLocalServiceBaseImpl.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
 MBThread MBThreadLocalServiceBaseImpl.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
 MBThreadFlag MBThreadFlagLocalServiceBaseImpl.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
 MBThreadFlag MBThreadFlagLocalServiceBaseImpl.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBCategory MBCategoryLocalServiceBaseImpl.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 MBDiscussion MBDiscussionLocalServiceBaseImpl.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion in the database or adds it if it does not yet exist.
 MBMailingList MBMailingListLocalServiceBaseImpl.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
 MBMessage MBMessageLocalServiceBaseImpl.updateMBMessage(MBMessage mbMessage)
          Updates the message-boards message in the database or adds it if it does not yet exist.
 MBStatsUser MBStatsUserLocalServiceBaseImpl.updateMBStatsUser(MBStatsUser mbStatsUser)
          Updates the message boards stats user in the database or adds it if it does not yet exist.
 MBThread MBThreadLocalServiceBaseImpl.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
 MBThreadFlag MBThreadFlagLocalServiceBaseImpl.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.messageboards.service.impl
 

Methods in com.liferay.portlet.messageboards.service.impl with annotations of type Indexable
 MBMessage MBMessageLocalServiceImpl.deleteDiscussionMessage(long messageId)
           
 MBMessage MBMessageLocalServiceImpl.deleteMessage(long messageId)
           
 MBMessage MBMessageLocalServiceImpl.deleteMessage(MBMessage message)
           
 

Uses of Indexable in com.liferay.portlet.ratings.service
 

Methods in com.liferay.portlet.ratings.service with annotations of type Indexable
 RatingsEntry RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
 RatingsStats RatingsStatsLocalService.addRatingsStats(RatingsStats ratingsStats)
          Adds the ratings stats to the database.
 RatingsEntry RatingsEntryLocalService.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryLocalService.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
 RatingsStats RatingsStatsLocalService.deleteRatingsStats(long statsId)
          Deletes the ratings stats with the primary key from the database.
 RatingsStats RatingsStatsLocalService.deleteRatingsStats(RatingsStats ratingsStats)
          Deletes the ratings stats from the database.
 RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsStats RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats)
          Updates the ratings stats in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.ratings.service.base
 

Methods in com.liferay.portlet.ratings.service.base with annotations of type Indexable
 RatingsEntry RatingsEntryLocalServiceBaseImpl.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
 RatingsStats RatingsStatsLocalServiceBaseImpl.addRatingsStats(RatingsStats ratingsStats)
          Adds the ratings stats to the database.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
 RatingsStats RatingsStatsLocalServiceBaseImpl.deleteRatingsStats(long statsId)
          Deletes the ratings stats with the primary key from the database.
 RatingsStats RatingsStatsLocalServiceBaseImpl.deleteRatingsStats(RatingsStats ratingsStats)
          Deletes the ratings stats from the database.
 RatingsEntry RatingsEntryLocalServiceBaseImpl.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
 RatingsStats RatingsStatsLocalServiceBaseImpl.updateRatingsStats(RatingsStats ratingsStats)
          Updates the ratings stats in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service with annotations of type Indexable
 SocialActivity SocialActivityLocalService.addSocialActivity(SocialActivity socialActivity)
          Adds the social activity to the database.
 SocialActivityAchievement SocialActivityAchievementLocalService.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Adds the social activity achievement to the database.
 SocialActivityCounter SocialActivityCounterLocalService.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
 SocialActivityLimit SocialActivityLimitLocalService.addSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Adds the social activity limit to the database.
 SocialActivitySet SocialActivitySetLocalService.addSocialActivitySet(SocialActivitySet socialActivitySet)
          Adds the social activity set to the database.
 SocialActivitySetting SocialActivitySettingLocalService.addSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Adds the social activity setting to the database.
 SocialRelation SocialRelationLocalService.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
 SocialRequest SocialRequestLocalService.addSocialRequest(SocialRequest socialRequest)
          Adds the social request to the database.
 SocialActivity SocialActivityLocalService.deleteSocialActivity(long activityId)
          Deletes the social activity with the primary key from the database.
 SocialActivity SocialActivityLocalService.deleteSocialActivity(SocialActivity socialActivity)
          Deletes the social activity from the database.
 SocialActivityAchievement SocialActivityAchievementLocalService.deleteSocialActivityAchievement(long activityAchievementId)
          Deletes the social activity achievement with the primary key from the database.
 SocialActivityAchievement SocialActivityAchievementLocalService.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Deletes the social activity achievement from the database.
 SocialActivityCounter SocialActivityCounterLocalService.deleteSocialActivityCounter(long activityCounterId)
          Deletes the social activity counter with the primary key from the database.
 SocialActivityCounter SocialActivityCounterLocalService.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
 SocialActivityLimit SocialActivityLimitLocalService.deleteSocialActivityLimit(long activityLimitId)
          Deletes the social activity limit with the primary key from the database.
 SocialActivityLimit SocialActivityLimitLocalService.deleteSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Deletes the social activity limit from the database.
 SocialActivitySet SocialActivitySetLocalService.deleteSocialActivitySet(long activitySetId)
          Deletes the social activity set with the primary key from the database.
 SocialActivitySet SocialActivitySetLocalService.deleteSocialActivitySet(SocialActivitySet socialActivitySet)
          Deletes the social activity set from the database.
 SocialActivitySetting SocialActivitySettingLocalService.deleteSocialActivitySetting(long activitySettingId)
          Deletes the social activity setting with the primary key from the database.
 SocialActivitySetting SocialActivitySettingLocalService.deleteSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Deletes the social activity setting from the database.
 SocialRelation SocialRelationLocalService.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
 SocialRelation SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 SocialRequest SocialRequestLocalService.deleteSocialRequest(long requestId)
          Deletes the social request with the primary key from the database.
 SocialRequest SocialRequestLocalService.deleteSocialRequest(SocialRequest socialRequest)
          Deletes the social request from the database.
 SocialActivity SocialActivityLocalService.updateSocialActivity(SocialActivity socialActivity)
          Updates the social activity in the database or adds it if it does not yet exist.
 SocialActivityAchievement SocialActivityAchievementLocalService.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Updates the social activity achievement in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityLimit SocialActivityLimitLocalService.updateSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Updates the social activity limit in the database or adds it if it does not yet exist.
 SocialActivitySet SocialActivitySetLocalService.updateSocialActivitySet(SocialActivitySet socialActivitySet)
          Updates the social activity set in the database or adds it if it does not yet exist.
 SocialActivitySetting SocialActivitySettingLocalService.updateSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Updates the social activity setting in the database or adds it if it does not yet exist.
 SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
 SocialRequest SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest)
          Updates the social request in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.social.service.base
 

Methods in com.liferay.portlet.social.service.base with annotations of type Indexable
 SocialActivity SocialActivityLocalServiceBaseImpl.addSocialActivity(SocialActivity socialActivity)
          Adds the social activity to the database.
 SocialActivityAchievement SocialActivityAchievementLocalServiceBaseImpl.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Adds the social activity achievement to the database.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
 SocialActivityLimit SocialActivityLimitLocalServiceBaseImpl.addSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Adds the social activity limit to the database.
 SocialActivitySet SocialActivitySetLocalServiceBaseImpl.addSocialActivitySet(SocialActivitySet socialActivitySet)
          Adds the social activity set to the database.
 SocialActivitySetting SocialActivitySettingLocalServiceBaseImpl.addSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Adds the social activity setting to the database.
 SocialRelation SocialRelationLocalServiceBaseImpl.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
 SocialRequest SocialRequestLocalServiceBaseImpl.addSocialRequest(SocialRequest socialRequest)
          Adds the social request to the database.
 SocialActivity SocialActivityLocalServiceBaseImpl.deleteSocialActivity(long activityId)
          Deletes the social activity with the primary key from the database.
 SocialActivity SocialActivityLocalServiceBaseImpl.deleteSocialActivity(SocialActivity socialActivity)
          Deletes the social activity from the database.
 SocialActivityAchievement SocialActivityAchievementLocalServiceBaseImpl.deleteSocialActivityAchievement(long activityAchievementId)
          Deletes the social activity achievement with the primary key from the database.
 SocialActivityAchievement SocialActivityAchievementLocalServiceBaseImpl.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Deletes the social activity achievement from the database.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.deleteSocialActivityCounter(long activityCounterId)
          Deletes the social activity counter with the primary key from the database.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
 SocialActivityLimit SocialActivityLimitLocalServiceBaseImpl.deleteSocialActivityLimit(long activityLimitId)
          Deletes the social activity limit with the primary key from the database.
 SocialActivityLimit SocialActivityLimitLocalServiceBaseImpl.deleteSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Deletes the social activity limit from the database.
 SocialActivitySet SocialActivitySetLocalServiceBaseImpl.deleteSocialActivitySet(long activitySetId)
          Deletes the social activity set with the primary key from the database.
 SocialActivitySet SocialActivitySetLocalServiceBaseImpl.deleteSocialActivitySet(SocialActivitySet socialActivitySet)
          Deletes the social activity set from the database.
 SocialActivitySetting SocialActivitySettingLocalServiceBaseImpl.deleteSocialActivitySetting(long activitySettingId)
          Deletes the social activity setting with the primary key from the database.
 SocialActivitySetting SocialActivitySettingLocalServiceBaseImpl.deleteSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Deletes the social activity setting from the database.
 SocialRelation SocialRelationLocalServiceBaseImpl.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
 SocialRelation SocialRelationLocalServiceBaseImpl.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
 SocialRequest SocialRequestLocalServiceBaseImpl.deleteSocialRequest(long requestId)
          Deletes the social request with the primary key from the database.
 SocialRequest SocialRequestLocalServiceBaseImpl.deleteSocialRequest(SocialRequest socialRequest)
          Deletes the social request from the database.
 SocialActivity SocialActivityLocalServiceBaseImpl.updateSocialActivity(SocialActivity socialActivity)
          Updates the social activity in the database or adds it if it does not yet exist.
 SocialActivityAchievement SocialActivityAchievementLocalServiceBaseImpl.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Updates the social activity achievement in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityLimit SocialActivityLimitLocalServiceBaseImpl.updateSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Updates the social activity limit in the database or adds it if it does not yet exist.
 SocialActivitySet SocialActivitySetLocalServiceBaseImpl.updateSocialActivitySet(SocialActivitySet socialActivitySet)
          Updates the social activity set in the database or adds it if it does not yet exist.
 SocialActivitySetting SocialActivitySettingLocalServiceBaseImpl.updateSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Updates the social activity setting in the database or adds it if it does not yet exist.
 SocialRelation SocialRelationLocalServiceBaseImpl.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
 SocialRequest SocialRequestLocalServiceBaseImpl.updateSocialRequest(SocialRequest socialRequest)
          Updates the social request in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.trash.service
 

Methods in com.liferay.portlet.trash.service with annotations of type Indexable
 TrashEntry TrashEntryLocalService.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 TrashVersion TrashVersionLocalService.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
 TrashEntry TrashEntryLocalService.deleteEntry(TrashEntry trashEntry)
           
 TrashEntry TrashEntryLocalService.deleteTrashEntry(long entryId)
          Deletes the trash entry with the primary key from the database.
 TrashEntry TrashEntryLocalService.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 TrashVersion TrashVersionLocalService.deleteTrashVersion(long versionId)
          Deletes the trash version with the primary key from the database.
 TrashVersion TrashVersionLocalService.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
 TrashEntry TrashEntryLocalService.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
 TrashVersion TrashVersionLocalService.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.trash.service.base
 

Methods in com.liferay.portlet.trash.service.base with annotations of type Indexable
 TrashEntry TrashEntryLocalServiceBaseImpl.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
 TrashVersion TrashVersionLocalServiceBaseImpl.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
 TrashEntry TrashEntryLocalServiceBaseImpl.deleteTrashEntry(long entryId)
          Deletes the trash entry with the primary key from the database.
 TrashEntry TrashEntryLocalServiceBaseImpl.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
 TrashVersion TrashVersionLocalServiceBaseImpl.deleteTrashVersion(long versionId)
          Deletes the trash version with the primary key from the database.
 TrashVersion TrashVersionLocalServiceBaseImpl.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
 TrashEntry TrashEntryLocalServiceBaseImpl.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
 TrashVersion TrashVersionLocalServiceBaseImpl.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
 

Uses of Indexable in com.liferay.portlet.trash.service.impl
 

Methods in com.liferay.portlet.trash.service.impl with annotations of type Indexable
 TrashEntry TrashEntryLocalServiceImpl.deleteEntry(TrashEntry trashEntry)
           
 


Liferay 7.0-ce-b4