Liferay 6.2-ce-ga5

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

Packages that use Indexable
com.liferay.counter.service This package defines the portal counter service local interfaces, utilities, and wrappers. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.announcements.service   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.blogs.service   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.calendar.service   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.expando.service   
com.liferay.portlet.journal.service   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.polls.service   
com.liferay.portlet.ratings.service   
com.liferay.portlet.shopping.service   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.trash.service   
com.liferay.portlet.wiki.service   
 

Uses of Indexable in com.liferay.counter.service
 

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

Uses of Indexable in com.liferay.portal.service
 

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

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

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

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

Methods in com.liferay.portlet.asset.service with annotations of type Indexable
 AssetCategory AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
 AssetEntry AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetLink AssetLinkLocalService.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
 AssetTag AssetTagLocalService.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
 AssetTagProperty AssetTagPropertyLocalService.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
 AssetTagStats AssetTagStatsLocalService.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
 AssetVocabulary AssetVocabularyLocalService.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
 AssetCategory AssetCategoryLocalService.deleteAssetCategory(AssetCategory assetCategory)
          Deletes the asset category from the database.
 AssetCategory AssetCategoryLocalService.deleteAssetCategory(long categoryId)
          Deletes the asset category with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
 AssetCategoryProperty AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 AssetEntry AssetEntryLocalService.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 AssetEntry AssetEntryLocalService.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
 AssetLink AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
 AssetLink AssetLinkLocalService.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
 AssetTag AssetTagLocalService.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
 AssetTag AssetTagLocalService.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 AssetTagProperty AssetTagPropertyLocalService.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
 AssetTagProperty AssetTagPropertyLocalService.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
 AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
 AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
 AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
 AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database or adds it if it does not yet exist.
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
 AssetTag AssetTagLocalService.updateAssetTag(AssetTag assetTag)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
 AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
 AssetVocabulary AssetVocabularyLocalService.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.blogs.service with annotations of type Indexable
 BlogsEntry BlogsEntryLocalService.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 BlogsStatsUser BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
 BlogsEntry BlogsEntryLocalService.addEntry(long userId, String title, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, boolean smallImage, String smallImageURL, String smallImageFileName, InputStream smallImageInputStream, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
 BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 BlogsEntry BlogsEntryLocalService.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
 BlogsEntry BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsStatsUser BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalService.updateEntry(long userId, long entryId, String title, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, boolean smallImage, String smallImageURL, String smallImageFileName, InputStream smallImageInputStream, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.bookmarks.service with annotations of type Indexable
 BookmarksEntry BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksFolder BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksEntry BookmarksEntryLocalService.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalService.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 BookmarksEntry BookmarksEntryLocalService.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
 BookmarksFolder BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalService.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
 BookmarksEntry BookmarksEntryLocalService.deleteEntry(BookmarksEntry entry)
           
 BookmarksEntry BookmarksEntryLocalService.deleteEntry(long entryId)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 BookmarksEntry BookmarksEntryLocalService.moveEntry(long entryId, long parentFolderId)
           
 BookmarksEntry BookmarksEntryLocalService.moveEntryToTrash(long userId, BookmarksEntry entry)
           
 BookmarksEntry BookmarksEntryLocalService.moveEntryToTrash(long userId, long entryId)
           
 BookmarksFolder BookmarksFolderLocalService.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderLocalService.moveFolderToTrash(long userId, long folderId)
           
 BookmarksEntry BookmarksEntryLocalService.restoreEntryFromTrash(long userId, long entryId)
           
 void BookmarksFolderLocalService.restoreFolderFromTrash(long userId, long folderId)
           
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksFolder BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalService.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalService.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 

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

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

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

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

Methods in com.liferay.portlet.dynamicdatalists.service with annotations of type Indexable
 DDLRecord DDLRecordLocalService.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
 DDLRecordSet DDLRecordSetLocalService.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 DDLRecord DDLRecordLocalService.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
 DDLRecord DDLRecordLocalService.deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
 DDLRecordSet DDLRecordSetLocalService.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 DDLRecordSet DDLRecordSetLocalService.deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
 DDLRecord DDLRecordLocalService.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
 DDLRecordSet DDLRecordSetLocalService.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
 

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

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

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

Methods in com.liferay.portlet.journal.service with annotations of type Indexable
 JournalArticle JournalArticleLocalService.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 JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticleImage JournalArticleImageLocalService.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 JournalArticleResource JournalArticleResourceLocalService.addJournalArticleResource(JournalArticleResource journalArticleResource)
          Adds the journal article resource to the database.
 JournalContentSearch JournalContentSearchLocalService.addJournalContentSearch(JournalContentSearch journalContentSearch)
          Adds the journal content search to the database.
 JournalFeed JournalFeedLocalService.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
 JournalFolder JournalFolderLocalService.addJournalFolder(JournalFolder journalFolder)
          Adds the journal folder to the database.
 JournalArticle JournalArticleLocalService.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 JournalArticleLocalService.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 JournalFolderLocalService.deleteFolder(JournalFolder folder)
           
 JournalFolder JournalFolderLocalService.deleteFolder(JournalFolder folder, boolean includeTrashedEntries)
           
 JournalFolder JournalFolderLocalService.deleteFolder(long folderId)
           
 JournalFolder JournalFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 JournalArticle JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalService.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 JournalArticleImage JournalArticleImageLocalService.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage JournalArticleImageLocalService.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
 JournalArticleResource JournalArticleResourceLocalService.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
          Deletes the journal article resource from the database.
 JournalArticleResource JournalArticleResourceLocalService.deleteJournalArticleResource(long resourcePrimKey)
          Deletes the journal article resource with the primary key from the database.
 JournalContentSearch JournalContentSearchLocalService.deleteJournalContentSearch(JournalContentSearch journalContentSearch)
          Deletes the journal content search from the database.
 JournalContentSearch JournalContentSearchLocalService.deleteJournalContentSearch(long contentSearchId)
          Deletes the journal content search with the primary key from the database.
 JournalFeed JournalFeedLocalService.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
 JournalFeed JournalFeedLocalService.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
 JournalFolder JournalFolderLocalService.deleteJournalFolder(JournalFolder journalFolder)
          Deletes the journal folder from the database.
 JournalFolder JournalFolderLocalService.deleteJournalFolder(long folderId)
          Deletes the journal folder with the primary key from the database.
 JournalArticle JournalArticleLocalService.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 JournalArticleLocalService.moveArticle(long groupId, String articleId, long newFolderId)
          Moves the web content article matching the group and article ID to a new folder.
 JournalArticle JournalArticleLocalService.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 JournalArticleLocalService.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 JournalFolderLocalService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.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 JournalArticleLocalService.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
 JournalArticle JournalArticleLocalService.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 JournalArticleLocalService.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 JournalArticleLocalService.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 JournalFolderLocalService.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 JournalArticleResource JournalArticleResourceLocalService.updateJournalArticleResource(JournalArticleResource journalArticleResource)
          Updates the journal article resource in the database or adds it if it does not yet exist.
 JournalContentSearch JournalContentSearchLocalService.updateJournalContentSearch(JournalContentSearch journalContentSearch)
          Updates the journal content search in the database or adds it if it does not yet exist.
 JournalFeed JournalFeedLocalService.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
 JournalFolder JournalFolderLocalService.updateJournalFolder(JournalFolder journalFolder)
          Updates the journal folder in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalService.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
 

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

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

Methods in com.liferay.portlet.mobiledevicerules.service with annotations of type Indexable
 MDRAction MDRActionLocalService.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
 MDRRule MDRRuleLocalService.addMDRRule(MDRRule mdrRule)
          Adds the m d r rule to the database.
 MDRRuleGroup MDRRuleGroupLocalService.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
 MDRAction MDRActionLocalService.deleteMDRAction(long actionId)
          Deletes the m d r action with the primary key from the database.
 MDRAction MDRActionLocalService.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
 MDRRule MDRRuleLocalService.deleteMDRRule(long ruleId)
          Deletes the m d r rule with the primary key from the database.
 MDRRule MDRRuleLocalService.deleteMDRRule(MDRRule mdrRule)
          Deletes the m d r rule from the database.
 MDRRuleGroup MDRRuleGroupLocalService.deleteMDRRuleGroup(long ruleGroupId)
          Deletes the m d r rule group with the primary key from the database.
 MDRRuleGroup MDRRuleGroupLocalService.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
          Deletes the m d r rule group instance with the primary key from the database.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
 MDRAction MDRActionLocalService.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
 MDRRule MDRRuleLocalService.updateMDRRule(MDRRule mdrRule)
          Updates the m d r rule in the database or adds it if it does not yet exist.
 MDRRuleGroup MDRRuleGroupLocalService.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
 MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.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
 

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

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

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

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

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

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

Methods in com.liferay.portlet.softwarecatalog.service with annotations of type Indexable
 SCProductEntry SCProductEntryLocalService.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)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 SCLicense SCLicenseLocalService.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 SCProductEntry SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 SCProductScreenshot SCProductScreenshotLocalService.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
 SCProductVersion SCProductVersionLocalService.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
 SCProductEntry SCProductEntryLocalService.deleteProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionLocalService.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 SCLicense SCLicenseLocalService.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
 SCLicense SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
 SCProductEntry SCProductEntryLocalService.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
 SCProductEntry SCProductEntryLocalService.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 SCProductScreenshot SCProductScreenshotLocalService.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
 SCProductScreenshot SCProductScreenshotLocalService.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
 SCProductVersion SCProductVersionLocalService.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
 SCProductVersion SCProductVersionLocalService.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
 SCProductEntry SCProductEntryLocalService.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)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
 SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
 SCProductVersion SCProductVersionLocalService.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.trash.service
 

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

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

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


Liferay 6.2-ce-ga5