Liferay 6.2.0-ce-rc4

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

Packages that use Indexable
com.liferay.counter.service.base   
com.liferay.portal.search   
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.base   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.bookmarks.service.impl   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.calendar.service.impl   
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.dynamicdatalists.service.base   
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.polls.service.base   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.social.service.base   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.impl   
com.liferay.portlet.trash.service.base   
com.liferay.portlet.trash.service.impl   
com.liferay.portlet.wiki.service.base   
 

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.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.
 BackgroundTask BackgroundTaskLocalServiceBaseImpl.addBackgroundTask(BackgroundTask backgroundTask)
          Adds the background task 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.
 Lock LockLocalServiceBaseImpl.addLock(Lock lock)
          Adds the lock 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.
 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.
 Shard ShardLocalServiceBaseImpl.addShard(Shard shard)
          Adds the shard 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.
 BackgroundTask BackgroundTaskLocalServiceBaseImpl.deleteBackgroundTask(BackgroundTask backgroundTask)
          Deletes the background task from the database.
 BackgroundTask BackgroundTaskLocalServiceBaseImpl.deleteBackgroundTask(long backgroundTaskId)
          Deletes the background task 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.
 Lock LockLocalServiceBaseImpl.deleteLock(Lock lock)
          Deletes the lock from the database.
 Lock LockLocalServiceBaseImpl.deleteLock(long lockId)
          Deletes the lock 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.
 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.
 Shard ShardLocalServiceBaseImpl.deleteShard(long shardId)
          Deletes the shard with the primary key from the database.
 Shard ShardLocalServiceBaseImpl.deleteShard(Shard shard)
          Deletes the shard 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.
 BackgroundTask BackgroundTaskLocalServiceBaseImpl.updateBackgroundTask(BackgroundTask backgroundTask)
          Updates the background task 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.
 Lock LockLocalServiceBaseImpl.updateLock(Lock lock)
          Updates the lock 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.
 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.
 Shard ShardLocalServiceBaseImpl.updateShard(Shard shard)
          Updates the shard 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle)
           
 

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.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.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property 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.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property 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.
 AssetTagProperty AssetTagPropertyLocalServiceBaseImpl.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property 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.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.bookmarks.service.base
 

Methods in com.liferay.portlet.bookmarks.service.base with annotations of type Indexable
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.bookmarks.service.impl with annotations of type Indexable
 BookmarksEntry BookmarksEntryLocalServiceImpl.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.deleteEntry(BookmarksEntry entry)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.deleteEntry(long entryId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.moveEntry(long entryId, long parentFolderId)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.moveEntryToTrash(long userId, BookmarksEntry entry)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.moveEntryToTrash(long userId, long entryId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.moveFolderToTrash(long userId, long folderId)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.restoreEntryFromTrash(long userId, long entryId)
           
 void BookmarksFolderLocalServiceImpl.restoreFolderFromTrash(long userId, long folderId)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext 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)
          Adds the cal event to the database.
 CalEvent CalEventLocalServiceBaseImpl.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
 CalEvent CalEventLocalServiceBaseImpl.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
 CalEvent CalEventLocalServiceBaseImpl.updateCalEvent(CalEvent calEvent)
          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)
           
 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)
           
 CalEvent CalEventLocalServiceImpl.deleteEvent(long eventId)
           
 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)
           
 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.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, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceImpl.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.base with annotations of type Indexable
 DDLRecord DDLRecordLocalServiceBaseImpl.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 DDLRecord DDLRecordLocalServiceBaseImpl.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalServiceBaseImpl.deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
 DDLRecord DDLRecordLocalServiceBaseImpl.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetLocalServiceBaseImpl.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.base with annotations of type Indexable
 DDMContent DDMContentLocalServiceBaseImpl.addDDMContent(DDMContent ddmContent)
          Adds the d d m content to the database.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
 DDMStructure DDMStructureLocalServiceBaseImpl.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
 DDMContent DDMContentLocalServiceBaseImpl.deleteDDMContent(DDMContent ddmContent)
          Deletes the d d m content from the database.
 DDMContent DDMContentLocalServiceBaseImpl.deleteDDMContent(long contentId)
          Deletes the d d m content with the primary key from the database.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.deleteDDMStorageLink(long storageLinkId)
          Deletes the d d m storage link with the primary key from the database.
 DDMStructure DDMStructureLocalServiceBaseImpl.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 DDMStructure DDMStructureLocalServiceBaseImpl.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.deleteDDMStructureLink(long structureLinkId)
          Deletes the d d m structure link with the primary key from the database.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.deleteDDMTemplate(long templateId)
          Deletes the d d m template with the primary key from the database.
 DDMContent DDMContentLocalServiceBaseImpl.updateDDMContent(DDMContent ddmContent)
          Updates the d d m content in the database or adds it if it does not yet exist.
 DDMStorageLink DDMStorageLinkLocalServiceBaseImpl.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
 DDMStructure DDMStructureLocalServiceBaseImpl.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 DDMStructureLink DDMStructureLinkLocalServiceBaseImpl.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
 DDMTemplate DDMTemplateLocalServiceBaseImpl.updateDDMTemplate(DDMTemplate ddmTemplate)
          Updates the d d m template 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.journal.service.base
 

Methods in com.liferay.portlet.journal.service.base with annotations of type Indexable
 JournalArticle JournalArticleLocalServiceBaseImpl.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.addJournalArticleResource(JournalArticleResource journalArticleResource)
          Adds the journal article resource to the database.
 JournalContentSearch JournalContentSearchLocalServiceBaseImpl.addJournalContentSearch(JournalContentSearch journalContentSearch)
          Adds the journal content search to the database.
 JournalFeed JournalFeedLocalServiceBaseImpl.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
 JournalFolder JournalFolderLocalServiceBaseImpl.addJournalFolder(JournalFolder journalFolder)
          Adds the journal folder to the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
          Deletes the journal article resource from the database.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.deleteJournalArticleResource(long resourcePrimKey)
          Deletes the journal article resource with the primary key from the database.
 JournalContentSearch JournalContentSearchLocalServiceBaseImpl.deleteJournalContentSearch(JournalContentSearch journalContentSearch)
          Deletes the journal content search from the database.
 JournalContentSearch JournalContentSearchLocalServiceBaseImpl.deleteJournalContentSearch(long contentSearchId)
          Deletes the journal content search with the primary key from the database.
 JournalFeed JournalFeedLocalServiceBaseImpl.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
 JournalFeed JournalFeedLocalServiceBaseImpl.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
 JournalFolder JournalFolderLocalServiceBaseImpl.deleteJournalFolder(JournalFolder journalFolder)
          Deletes the journal folder from the database.
 JournalFolder JournalFolderLocalServiceBaseImpl.deleteJournalFolder(long folderId)
          Deletes the journal folder with the primary key from the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.updateJournalArticleResource(JournalArticleResource journalArticleResource)
          Updates the journal article resource in the database or adds it if it does not yet exist.
 JournalContentSearch JournalContentSearchLocalServiceBaseImpl.updateJournalContentSearch(JournalContentSearch journalContentSearch)
          Updates the journal content search in the database or adds it if it does not yet exist.
 JournalFeed JournalFeedLocalServiceBaseImpl.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
 JournalFolder JournalFolderLocalServiceBaseImpl.updateJournalFolder(JournalFolder journalFolder)
          Updates the journal folder in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.journal.service.impl with annotations of type Indexable
 JournalArticle JournalArticleLocalServiceImpl.addArticle(long userId, long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Adds a web content article with additional parameters.
 JournalArticle JournalArticleLocalServiceImpl.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceImpl.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved.
 JournalFolder JournalFolderLocalServiceImpl.deleteFolder(JournalFolder folder)
           
 JournalFolder JournalFolderLocalServiceImpl.deleteFolder(JournalFolder folder, boolean includeTrashedEntries)
           
 JournalFolder JournalFolderLocalServiceImpl.deleteFolder(long folderId)
           
 JournalFolder JournalFolderLocalServiceImpl.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 JournalArticle JournalArticleLocalServiceImpl.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceImpl.moveArticle(long groupId, String articleId, long newFolderId)
          Moves the web content article matching the group and article ID to a new folder.
 JournalArticle JournalArticleLocalServiceImpl.moveArticleFromTrash(long userId, long groupId, JournalArticle article, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to a new folder.
 JournalArticle JournalArticleLocalServiceImpl.moveArticleToTrash(long userId, JournalArticle article)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
 JournalFolder JournalFolderLocalServiceImpl.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.removeArticleLocale(long groupId, String articleId, double version, String languageId)
          Removes the web content of the web content article matching the group, article ID, and version, and language.
 JournalArticle JournalArticleLocalServiceImpl.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
 JournalArticle JournalArticleLocalServiceImpl.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Updates the web content article with additional parameters.
 JournalArticle JournalArticleLocalServiceImpl.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
          Updates the translation of the web content article.
 JournalArticle JournalArticleLocalServiceImpl.updateContent(long groupId, String articleId, double version, String content)
          Updates the web content article matching the group, article ID, and version, replacing its content.
 JournalFolder JournalFolderLocalServiceImpl.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.updateStatus(long userId, JournalArticle article, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article.
 

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.mobiledevicerules.service.base
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with annotations of type Indexable
 MDRAction MDRActionLocalServiceBaseImpl.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
 MDRRule MDRRuleLocalServiceBaseImpl.addMDRRule(MDRRule mdrRule)
          Adds the m d r rule to the database.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
 MDRAction MDRActionLocalServiceBaseImpl.deleteMDRAction(long actionId)
          Deletes the m d r action with the primary key from the database.
 MDRAction MDRActionLocalServiceBaseImpl.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
 MDRRule MDRRuleLocalServiceBaseImpl.deleteMDRRule(long ruleId)
          Deletes the m d r rule with the primary key from the database.
 MDRRule MDRRuleLocalServiceBaseImpl.deleteMDRRule(MDRRule mdrRule)
          Deletes the m d r rule from the database.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.deleteMDRRuleGroup(long ruleGroupId)
          Deletes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
          Deletes the m d r rule group instance with the primary key from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
 MDRAction MDRActionLocalServiceBaseImpl.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
 MDRRule MDRRuleLocalServiceBaseImpl.updateMDRRule(MDRRule mdrRule)
          Updates the m d r rule in the database or adds it if it does not yet exist.
 MDRRuleGroup MDRRuleGroupLocalServiceBaseImpl.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalServiceBaseImpl.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Updates the m d r rule group instance in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.polls.service.base with annotations of type Indexable
 PollsChoice PollsChoiceLocalServiceBaseImpl.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
 PollsQuestion PollsQuestionLocalServiceBaseImpl.addPollsQuestion(PollsQuestion pollsQuestion)
          Adds the polls question to the database.
 PollsVote PollsVoteLocalServiceBaseImpl.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsChoice PollsChoiceLocalServiceBaseImpl.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
 PollsChoice PollsChoiceLocalServiceBaseImpl.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 PollsQuestion PollsQuestionLocalServiceBaseImpl.deletePollsQuestion(long questionId)
          Deletes the polls question with the primary key from the database.
 PollsQuestion PollsQuestionLocalServiceBaseImpl.deletePollsQuestion(PollsQuestion pollsQuestion)
          Deletes the polls question from the database.
 PollsVote PollsVoteLocalServiceBaseImpl.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
 PollsVote PollsVoteLocalServiceBaseImpl.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsQuestion PollsQuestionLocalServiceBaseImpl.updatePollsQuestion(PollsQuestion pollsQuestion)
          Updates the polls question in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote 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.shopping.service.base
 

Methods in com.liferay.portlet.shopping.service.base with annotations of type Indexable
 ShoppingCart ShoppingCartLocalServiceBaseImpl.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Adds the shopping coupon to the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.addShoppingOrder(ShoppingOrder shoppingOrder)
          Adds the shopping order to the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.deleteShoppingCategory(long categoryId)
          Deletes the shopping category with the primary key from the database.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.deleteShoppingCoupon(long couponId)
          Deletes the shopping coupon with the primary key from the database.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Deletes the shopping coupon from the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.deleteShoppingItemField(long itemFieldId)
          Deletes the shopping item field with the primary key from the database.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.deleteShoppingOrder(long orderId)
          Deletes the shopping order with the primary key from the database.
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.deleteShoppingOrder(ShoppingOrder shoppingOrder)
          Deletes the shopping order from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
 ShoppingCart ShoppingCartLocalServiceBaseImpl.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database or adds it if it does not yet exist.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database or adds it if it does not yet exist.
 ShoppingItem ShoppingItemLocalServiceBaseImpl.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database or adds it if it does not yet exist.
 ShoppingItemField ShoppingItemFieldLocalServiceBaseImpl.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database or adds it if it does not yet exist.
 ShoppingItemPrice ShoppingItemPriceLocalServiceBaseImpl.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
 ShoppingOrder ShoppingOrderLocalServiceBaseImpl.updateShoppingOrder(ShoppingOrder shoppingOrder)
          Updates the shopping order in the database or adds it if it does not yet exist.
 ShoppingOrderItem ShoppingOrderItemLocalServiceBaseImpl.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Updates the shopping order item 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.softwarecatalog.service.base
 

Methods in com.liferay.portlet.softwarecatalog.service.base with annotations of type Indexable
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 SCLicense SCLicenseLocalServiceBaseImpl.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 SCLicense SCLicenseLocalServiceBaseImpl.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
 SCLicense SCLicenseLocalServiceBaseImpl.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCFrameworkVersion SCFrameworkVersionLocalServiceBaseImpl.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 SCProductScreenshot SCProductScreenshotLocalServiceBaseImpl.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 SCProductVersion SCProductVersionLocalServiceBaseImpl.updateSCProductVersion(SCProductVersion scProductVersion)
          Updates the s c product version in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.softwarecatalog.service.impl with annotations of type Indexable
 SCProductEntry SCProductEntryLocalServiceImpl.addProductEntry(long userId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
 SCProductEntry SCProductEntryLocalServiceImpl.deleteProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceImpl.deleteProductEntry(SCProductEntry productEntry)
           
 SCProductEntry SCProductEntryLocalServiceImpl.updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 

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)
           
 

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

Methods in com.liferay.portlet.wiki.service.base with annotations of type Indexable
 WikiNode WikiNodeLocalServiceBaseImpl.addWikiNode(WikiNode wikiNode)
          Adds the wiki node to the database.
 WikiPage WikiPageLocalServiceBaseImpl.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
 WikiNode WikiNodeLocalServiceBaseImpl.deleteWikiNode(long nodeId)
          Deletes the wiki node with the primary key from the database.
 WikiNode WikiNodeLocalServiceBaseImpl.deleteWikiNode(WikiNode wikiNode)
          Deletes the wiki node from the database.
 WikiPage WikiPageLocalServiceBaseImpl.deleteWikiPage(long pageId)
          Deletes the wiki page with the primary key from the database.
 WikiPage WikiPageLocalServiceBaseImpl.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
 WikiNode WikiNodeLocalServiceBaseImpl.updateWikiNode(WikiNode wikiNode)
          Updates the wiki node in the database or adds it if it does not yet exist.
 WikiPage WikiPageLocalServiceBaseImpl.updateWikiPage(WikiPage wikiPage)
          Updates the wiki page in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 


Liferay 6.2.0-ce-rc4