Liferay 6.2.0

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
abstract  Counter CounterLocalService.addCounter(Counter counter)
          Adds the counter to the database.
abstract  Counter CounterLocalService.deleteCounter(Counter counter)
          Deletes the counter from the database.
abstract  Counter CounterLocalService.deleteCounter(String name)
          Deletes the counter with the primary key from the database.
abstract  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
abstract  Account AccountLocalService.addAccount(Account account)
          Adds the account to the database.
abstract  Address AddressLocalService.addAddress(Address address)
          Adds the address to the database.
abstract  BackgroundTask BackgroundTaskLocalService.addBackgroundTask(BackgroundTask backgroundTask)
          Adds the background task to the database.
abstract  BrowserTracker BrowserTrackerLocalService.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
abstract  ClassName ClassNameLocalService.addClassName(ClassName className)
          Adds the class name to the database.
abstract  ClusterGroup ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
          Adds the cluster group to the database.
abstract  Company CompanyLocalService.addCompany(Company company)
          Adds the company to the database.
abstract  Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
abstract  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)
           
abstract  EmailAddress EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
abstract  Group GroupLocalService.addGroup(Group group)
          Adds the group to the database.
abstract  Image ImageLocalService.addImage(Image image)
          Adds the image to the database.
abstract  Layout LayoutLocalService.addLayout(Layout layout)
          Adds the layout to the database.
abstract  LayoutBranch LayoutBranchLocalService.addLayoutBranch(LayoutBranch layoutBranch)
          Adds the layout branch to the database.
abstract  LayoutFriendlyURL LayoutFriendlyURLLocalService.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
abstract  LayoutPrototype LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
          Adds the layout prototype to the database.
abstract  LayoutRevision LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
          Adds the layout revision to the database.
abstract  LayoutSet LayoutSetLocalService.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
abstract  LayoutSetBranch LayoutSetBranchLocalService.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Adds the layout set branch to the database.
abstract  LayoutSetPrototype LayoutSetPrototypeLocalService.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Adds the layout set prototype to the database.
abstract  Lock LockLocalService.addLock(Lock lock)
          Adds the lock to the database.
abstract  MembershipRequest MembershipRequestLocalService.addMembershipRequest(MembershipRequest membershipRequest)
          Adds the membership request to the database.
abstract  Organization OrganizationLocalService.addOrganization(Organization organization)
          Adds the organization to the database.
abstract  OrgLabor OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
abstract  PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
          Adds the password policy to the database.
abstract  PasswordPolicyRel PasswordPolicyRelLocalService.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
abstract  PasswordTracker PasswordTrackerLocalService.addPasswordTracker(PasswordTracker passwordTracker)
          Adds the password tracker to the database.
abstract  Phone PhoneLocalService.addPhone(Phone phone)
          Adds the phone to the database.
abstract  PluginSetting PluginSettingLocalService.addPluginSetting(PluginSetting pluginSetting)
          Adds the plugin setting to the database.
abstract  PortalPreferences PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
abstract  Portlet PortletLocalService.addPortlet(Portlet portlet)
          Adds the portlet to the database.
abstract  PortletItem PortletItemLocalService.addPortletItem(PortletItem portletItem)
          Adds the portlet item to the database.
abstract  PortletPreferences PortletPreferencesLocalService.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
abstract  Release ReleaseLocalService.addRelease(Release release)
          Adds the release to the database.
abstract  Repository RepositoryLocalService.addRepository(Repository repository)
          Adds the repository to the database.
abstract  RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
abstract  ResourceAction ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
abstract  ResourceBlock ResourceBlockLocalService.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
abstract  ResourceBlockPermission ResourceBlockPermissionLocalService.addResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Adds the resource block permission to the database.
abstract  ResourcePermission ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
abstract  ResourceTypePermission ResourceTypePermissionLocalService.addResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Adds the resource type permission to the database.
abstract  Role RoleLocalService.addRole(Role role)
          Adds the role to the database.
abstract  ServiceComponent ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
abstract  Shard ShardLocalService.addShard(Shard shard)
          Adds the shard to the database.
abstract  Subscription SubscriptionLocalService.addSubscription(Subscription subscription)
          Adds the subscription to the database.
abstract  SystemEvent SystemEventLocalService.addSystemEvent(SystemEvent systemEvent)
          Adds the system event to the database.
abstract  Team TeamLocalService.addTeam(Team team)
          Adds the team to the database.
abstract  Ticket TicketLocalService.addTicket(Ticket ticket)
          Adds the ticket to the database.
abstract  User UserLocalService.addUser(User user)
          Adds the user to the database.
abstract  UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
abstract  UserGroupGroupRole UserGroupGroupRoleLocalService.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
abstract  UserGroupRole UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
          Adds the user group role to the database.
abstract  UserIdMapper UserIdMapperLocalService.addUserIdMapper(UserIdMapper userIdMapper)
          Adds the user ID mapper to the database.
abstract  UserNotificationDelivery UserNotificationDeliveryLocalService.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Adds the user notification delivery to the database.
abstract  UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
abstract  UserTracker UserTrackerLocalService.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
abstract  UserTrackerPath UserTrackerPathLocalService.addUserTrackerPath(UserTrackerPath userTrackerPath)
          Adds the user tracker path to the database.
abstract  VirtualHost VirtualHostLocalService.addVirtualHost(VirtualHost virtualHost)
          Adds the virtual host to the database.
abstract  WebDAVProps WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
abstract  Website WebsiteLocalService.addWebsite(Website website)
          Adds the website to the database.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
abstract  WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
abstract  Account AccountLocalService.deleteAccount(Account account)
          Deletes the account from the database.
abstract  Account AccountLocalService.deleteAccount(long accountId)
          Deletes the account with the primary key from the database.
abstract  Address AddressLocalService.deleteAddress(Address address)
          Deletes the address from the database.
abstract  Address AddressLocalService.deleteAddress(long addressId)
          Deletes the address with the primary key from the database.
abstract  BackgroundTask BackgroundTaskLocalService.deleteBackgroundTask(BackgroundTask backgroundTask)
          Deletes the background task from the database.
abstract  BackgroundTask BackgroundTaskLocalService.deleteBackgroundTask(long backgroundTaskId)
          Deletes the background task with the primary key from the database.
abstract  BrowserTracker BrowserTrackerLocalService.deleteBrowserTracker(BrowserTracker browserTracker)
          Deletes the browser tracker from the database.
abstract  BrowserTracker BrowserTrackerLocalService.deleteBrowserTracker(long browserTrackerId)
          Deletes the browser tracker with the primary key from the database.
abstract  ClassName ClassNameLocalService.deleteClassName(ClassName className)
          Deletes the class name from the database.
abstract  ClassName ClassNameLocalService.deleteClassName(long classNameId)
          Deletes the class name with the primary key from the database.
abstract  ClusterGroup ClusterGroupLocalService.deleteClusterGroup(ClusterGroup clusterGroup)
          Deletes the cluster group from the database.
abstract  ClusterGroup ClusterGroupLocalService.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
abstract  Company CompanyLocalService.deleteCompany(Company company)
          Deletes the company from the database.
abstract  Company CompanyLocalService.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
abstract  Contact ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
abstract  Contact ContactLocalService.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
abstract  EmailAddress EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
abstract  EmailAddress EmailAddressLocalService.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
abstract  Group GroupLocalService.deleteGroup(Group group)
          Deletes the group from the database.
abstract  Group GroupLocalService.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
abstract  Image ImageLocalService.deleteImage(Image image)
          Deletes the image from the database.
abstract  Image ImageLocalService.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
abstract  Layout LayoutLocalService.deleteLayout(Layout layout)
          Deletes the layout from the database.
abstract  Layout LayoutLocalService.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
abstract  LayoutBranch LayoutBranchLocalService.deleteLayoutBranch(LayoutBranch layoutBranch)
          Deletes the layout branch from the database.
abstract  LayoutBranch LayoutBranchLocalService.deleteLayoutBranch(long LayoutBranchId)
          Deletes the layout branch with the primary key from the database.
abstract  LayoutFriendlyURL LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
abstract  LayoutFriendlyURL LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL(long layoutFriendlyURLId)
          Deletes the layout friendly u r l with the primary key from the database.
abstract  LayoutPrototype LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
          Deletes the layout prototype from the database.
abstract  LayoutPrototype LayoutPrototypeLocalService.deleteLayoutPrototype(long layoutPrototypeId)
          Deletes the layout prototype with the primary key from the database.
abstract  LayoutRevision LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
          Deletes the layout revision from the database.
abstract  LayoutRevision LayoutRevisionLocalService.deleteLayoutRevision(long layoutRevisionId)
          Deletes the layout revision with the primary key from the database.
abstract  LayoutSet LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
abstract  LayoutSet LayoutSetLocalService.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
abstract  LayoutSetBranch LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Deletes the layout set branch from the database.
abstract  LayoutSetBranch LayoutSetBranchLocalService.deleteLayoutSetBranch(long layoutSetBranchId)
          Deletes the layout set branch with the primary key from the database.
abstract  LayoutSetPrototype LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
abstract  LayoutSetPrototype LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
abstract  Lock LockLocalService.deleteLock(Lock lock)
          Deletes the lock from the database.
abstract  Lock LockLocalService.deleteLock(long lockId)
          Deletes the lock with the primary key from the database.
abstract  MembershipRequest MembershipRequestLocalService.deleteMembershipRequest(long membershipRequestId)
          Deletes the membership request with the primary key from the database.
abstract  MembershipRequest MembershipRequestLocalService.deleteMembershipRequest(MembershipRequest membershipRequest)
          Deletes the membership request from the database.
abstract  Organization OrganizationLocalService.deleteOrganization(long organizationId)
          Deletes the organization with the primary key from the database.
abstract  Organization OrganizationLocalService.deleteOrganization(Organization organization)
          Deletes the organization from the database.
abstract  OrgLabor OrgLaborLocalService.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
abstract  OrgLabor OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
abstract  PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
abstract  PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
abstract  PasswordPolicyRel PasswordPolicyRelLocalService.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
abstract  PasswordPolicyRel PasswordPolicyRelLocalService.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
abstract  PasswordTracker PasswordTrackerLocalService.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
abstract  PasswordTracker PasswordTrackerLocalService.deletePasswordTracker(PasswordTracker passwordTracker)
          Deletes the password tracker from the database.
abstract  Phone PhoneLocalService.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
abstract  Phone PhoneLocalService.deletePhone(Phone phone)
          Deletes the phone from the database.
abstract  PluginSetting PluginSettingLocalService.deletePluginSetting(long pluginSettingId)
          Deletes the plugin setting with the primary key from the database.
abstract  PluginSetting PluginSettingLocalService.deletePluginSetting(PluginSetting pluginSetting)
          Deletes the plugin setting from the database.
abstract  PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
abstract  PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
abstract  Portlet PortletLocalService.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
abstract  Portlet PortletLocalService.deletePortlet(Portlet portlet)
          Deletes the portlet from the database.
abstract  PortletItem PortletItemLocalService.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
abstract  PortletItem PortletItemLocalService.deletePortletItem(PortletItem portletItem)
          Deletes the portlet item from the database.
abstract  PortletPreferences PortletPreferencesLocalService.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
abstract  PortletPreferences PortletPreferencesLocalService.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
abstract  Release ReleaseLocalService.deleteRelease(long releaseId)
          Deletes the release with the primary key from the database.
abstract  Release ReleaseLocalService.deleteRelease(Release release)
          Deletes the release from the database.
abstract  Repository RepositoryLocalService.deleteRepository(long repositoryId)
          Deletes the repository with the primary key from the database.
abstract  Repository RepositoryLocalService.deleteRepository(Repository repository)
          Deletes the repository from the database.
abstract  RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
abstract  RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
abstract  ResourceAction ResourceActionLocalService.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
abstract  ResourceAction ResourceActionLocalService.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
abstract  ResourceBlock ResourceBlockLocalService.deleteResourceBlock(long resourceBlockId)
          Deletes the resource block with the primary key from the database.
abstract  ResourceBlock ResourceBlockLocalService.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
abstract  ResourceBlockPermission ResourceBlockPermissionLocalService.deleteResourceBlockPermission(long resourceBlockPermissionId)
          Deletes the resource block permission with the primary key from the database.
abstract  ResourceBlockPermission ResourceBlockPermissionLocalService.deleteResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Deletes the resource block permission from the database.
abstract  ResourcePermission ResourcePermissionLocalService.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
abstract  ResourcePermission ResourcePermissionLocalService.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
abstract  ResourceTypePermission ResourceTypePermissionLocalService.deleteResourceTypePermission(long resourceTypePermissionId)
          Deletes the resource type permission with the primary key from the database.
abstract  ResourceTypePermission ResourceTypePermissionLocalService.deleteResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Deletes the resource type permission from the database.
abstract  Role RoleLocalService.deleteRole(long roleId)
          Deletes the role with the primary key from the database.
abstract  Role RoleLocalService.deleteRole(Role role)
          Deletes the role from the database.
abstract  ServiceComponent ServiceComponentLocalService.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
abstract  ServiceComponent ServiceComponentLocalService.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
abstract  Shard ShardLocalService.deleteShard(long shardId)
          Deletes the shard with the primary key from the database.
abstract  Shard ShardLocalService.deleteShard(Shard shard)
          Deletes the shard from the database.
abstract  Subscription SubscriptionLocalService.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
abstract  Subscription SubscriptionLocalService.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
abstract  SystemEvent SystemEventLocalService.deleteSystemEvent(long systemEventId)
          Deletes the system event with the primary key from the database.
abstract  SystemEvent SystemEventLocalService.deleteSystemEvent(SystemEvent systemEvent)
          Deletes the system event from the database.
abstract  Team TeamLocalService.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
abstract  Team TeamLocalService.deleteTeam(Team team)
          Deletes the team from the database.
abstract  Ticket TicketLocalService.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
abstract  Ticket TicketLocalService.deleteTicket(Ticket ticket)
          Deletes the ticket from the database.
abstract  User UserLocalService.deleteUser(long userId)
          Deletes the user with the primary key from the database.
abstract  User UserLocalService.deleteUser(User user)
          Deletes the user from the database.
abstract  UserGroup UserGroupLocalService.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
abstract  UserGroup UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
abstract  UserGroupGroupRole UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
abstract  UserGroupGroupRole UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
abstract  UserGroupRole UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
          Deletes the user group role from the database.
abstract  UserGroupRole UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
abstract  UserIdMapper UserIdMapperLocalService.deleteUserIdMapper(long userIdMapperId)
          Deletes the user ID mapper with the primary key from the database.
abstract  UserIdMapper UserIdMapperLocalService.deleteUserIdMapper(UserIdMapper userIdMapper)
          Deletes the user ID mapper from the database.
abstract  UserNotificationDelivery UserNotificationDeliveryLocalService.deleteUserNotificationDelivery(long userNotificationDeliveryId)
          Deletes the user notification delivery with the primary key from the database.
abstract  UserNotificationDelivery UserNotificationDeliveryLocalService.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Deletes the user notification delivery from the database.
abstract  UserNotificationEvent UserNotificationEventLocalService.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
abstract  UserNotificationEvent UserNotificationEventLocalService.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
abstract  UserTracker UserTrackerLocalService.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
abstract  UserTracker UserTrackerLocalService.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
abstract  UserTrackerPath UserTrackerPathLocalService.deleteUserTrackerPath(long userTrackerPathId)
          Deletes the user tracker path with the primary key from the database.
abstract  UserTrackerPath UserTrackerPathLocalService.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
          Deletes the user tracker path from the database.
abstract  VirtualHost VirtualHostLocalService.deleteVirtualHost(long virtualHostId)
          Deletes the virtual host with the primary key from the database.
abstract  VirtualHost VirtualHostLocalService.deleteVirtualHost(VirtualHost virtualHost)
          Deletes the virtual host from the database.
abstract  WebDAVProps WebDAVPropsLocalService.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
abstract  WebDAVProps WebDAVPropsLocalService.deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
abstract  Website WebsiteLocalService.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
abstract  Website WebsiteLocalService.deleteWebsite(Website website)
          Deletes the website from the database.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
abstract  WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
abstract  WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
abstract  Account AccountLocalService.updateAccount(Account account)
          Updates the account in the database or adds it if it does not yet exist.
abstract  Address AddressLocalService.updateAddress(Address address)
          Updates the address in the database or adds it if it does not yet exist.
abstract  BackgroundTask BackgroundTaskLocalService.updateBackgroundTask(BackgroundTask backgroundTask)
          Updates the background task in the database or adds it if it does not yet exist.
abstract  BrowserTracker BrowserTrackerLocalService.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database or adds it if it does not yet exist.
abstract  ClassName ClassNameLocalService.updateClassName(ClassName className)
          Updates the class name in the database or adds it if it does not yet exist.
abstract  ClusterGroup ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup)
          Updates the cluster group in the database or adds it if it does not yet exist.
abstract  Company CompanyLocalService.updateCompany(Company company)
          Updates the company in the database or adds it if it does not yet exist.
abstract  Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
abstract  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)
           
abstract  EmailAddress EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
abstract  Group GroupLocalService.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
abstract  Image ImageLocalService.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
abstract  Layout LayoutLocalService.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
abstract  LayoutBranch LayoutBranchLocalService.updateLayoutBranch(LayoutBranch layoutBranch)
          Updates the layout branch in the database or adds it if it does not yet exist.
abstract  LayoutFriendlyURL LayoutFriendlyURLLocalService.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
abstract  LayoutPrototype LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype)
          Updates the layout prototype in the database or adds it if it does not yet exist.
abstract  LayoutRevision LayoutRevisionLocalService.updateLayoutRevision(LayoutRevision layoutRevision)
          Updates the layout revision in the database or adds it if it does not yet exist.
abstract  LayoutSet LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
abstract  LayoutSetBranch LayoutSetBranchLocalService.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Updates the layout set branch in the database or adds it if it does not yet exist.
abstract  LayoutSetPrototype LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Updates the layout set prototype in the database or adds it if it does not yet exist.
abstract  Lock LockLocalService.updateLock(Lock lock)
          Updates the lock in the database or adds it if it does not yet exist.
abstract  MembershipRequest MembershipRequestLocalService.updateMembershipRequest(MembershipRequest membershipRequest)
          Updates the membership request in the database or adds it if it does not yet exist.
abstract  Organization OrganizationLocalService.updateOrganization(Organization organization)
          Updates the organization in the database or adds it if it does not yet exist.
abstract  OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
abstract  PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
          Updates the password policy in the database or adds it if it does not yet exist.
abstract  PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
abstract  PasswordTracker PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
          Updates the password tracker in the database or adds it if it does not yet exist.
abstract  Phone PhoneLocalService.updatePhone(Phone phone)
          Updates the phone in the database or adds it if it does not yet exist.
abstract  PluginSetting PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting)
          Updates the plugin setting in the database or adds it if it does not yet exist.
abstract  PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
abstract  Portlet PortletLocalService.updatePortlet(Portlet portlet)
          Updates the portlet in the database or adds it if it does not yet exist.
abstract  PortletItem PortletItemLocalService.updatePortletItem(PortletItem portletItem)
          Updates the portlet item in the database or adds it if it does not yet exist.
abstract  PortletPreferences PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
abstract  Release ReleaseLocalService.updateRelease(Release release)
          Updates the release in the database or adds it if it does not yet exist.
abstract  Repository RepositoryLocalService.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
abstract  RepositoryEntry RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
abstract  ResourceAction ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database or adds it if it does not yet exist.
abstract  ResourceBlock ResourceBlockLocalService.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
abstract  ResourceBlockPermission ResourceBlockPermissionLocalService.updateResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
          Updates the resource block permission in the database or adds it if it does not yet exist.
abstract  ResourcePermission ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
abstract  ResourceTypePermission ResourceTypePermissionLocalService.updateResourceTypePermission(ResourceTypePermission resourceTypePermission)
          Updates the resource type permission in the database or adds it if it does not yet exist.
abstract  Role RoleLocalService.updateRole(Role role)
          Updates the role in the database or adds it if it does not yet exist.
abstract  ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
abstract  Shard ShardLocalService.updateShard(Shard shard)
          Updates the shard in the database or adds it if it does not yet exist.
abstract  Subscription SubscriptionLocalService.updateSubscription(Subscription subscription)
          Updates the subscription in the database or adds it if it does not yet exist.
abstract  SystemEvent SystemEventLocalService.updateSystemEvent(SystemEvent systemEvent)
          Updates the system event in the database or adds it if it does not yet exist.
abstract  Team TeamLocalService.updateTeam(Team team)
          Updates the team in the database or adds it if it does not yet exist.
abstract  Ticket TicketLocalService.updateTicket(Ticket ticket)
          Updates the ticket in the database or adds it if it does not yet exist.
abstract  User UserLocalService.updateUser(User user)
          Updates the user in the database or adds it if it does not yet exist.
abstract  UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
abstract  UserGroupGroupRole UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
abstract  UserGroupRole UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
          Updates the user group role in the database or adds it if it does not yet exist.
abstract  UserIdMapper UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper)
          Updates the user ID mapper in the database or adds it if it does not yet exist.
abstract  UserNotificationDelivery UserNotificationDeliveryLocalService.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
          Updates the user notification delivery in the database or adds it if it does not yet exist.
abstract  UserNotificationEvent UserNotificationEventLocalService.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
abstract  UserTracker UserTrackerLocalService.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database or adds it if it does not yet exist.
abstract  UserTrackerPath UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath)
          Updates the user tracker path in the database or adds it if it does not yet exist.
abstract  VirtualHost VirtualHostLocalService.updateVirtualHost(VirtualHost virtualHost)
          Updates the virtual host in the database or adds it if it does not yet exist.
abstract  WebDAVProps WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
abstract  Website WebsiteLocalService.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
abstract  WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database or adds it if it does not yet exist.
abstract  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
abstract  AnnouncementsDelivery AnnouncementsDeliveryLocalService.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Adds the announcements delivery to the database.
abstract  AnnouncementsEntry AnnouncementsEntryLocalService.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
abstract  AnnouncementsFlag AnnouncementsFlagLocalService.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
abstract  AnnouncementsDelivery AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Deletes the announcements delivery from the database.
abstract  AnnouncementsDelivery AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(long deliveryId)
          Deletes the announcements delivery with the primary key from the database.
abstract  AnnouncementsEntry AnnouncementsEntryLocalService.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
abstract  AnnouncementsEntry AnnouncementsEntryLocalService.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
abstract  AnnouncementsFlag AnnouncementsFlagLocalService.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
abstract  AnnouncementsFlag AnnouncementsFlagLocalService.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
abstract  AnnouncementsDelivery AnnouncementsDeliveryLocalService.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Updates the announcements delivery in the database or adds it if it does not yet exist.
abstract  AnnouncementsEntry AnnouncementsEntryLocalService.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
abstract  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
abstract  AssetCategory AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
abstract  AssetCategoryProperty AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Adds the asset category property to the database.
abstract  AssetEntry AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
abstract  AssetLink AssetLinkLocalService.addAssetLink(AssetLink assetLink)
          Adds the asset link to the database.
abstract  AssetTag AssetTagLocalService.addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
abstract  AssetTagProperty AssetTagPropertyLocalService.addAssetTagProperty(AssetTagProperty assetTagProperty)
          Adds the asset tag property to the database.
abstract  AssetTagStats AssetTagStatsLocalService.addAssetTagStats(AssetTagStats assetTagStats)
          Adds the asset tag stats to the database.
abstract  AssetVocabulary AssetVocabularyLocalService.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
abstract  AssetCategory AssetCategoryLocalService.deleteAssetCategory(AssetCategory assetCategory)
          Deletes the asset category from the database.
abstract  AssetCategory AssetCategoryLocalService.deleteAssetCategory(long categoryId)
          Deletes the asset category with the primary key from the database.
abstract  AssetCategoryProperty AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Deletes the asset category property from the database.
abstract  AssetCategoryProperty AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
abstract  AssetEntry AssetEntryLocalService.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
abstract  AssetEntry AssetEntryLocalService.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
abstract  AssetLink AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
          Deletes the asset link from the database.
abstract  AssetLink AssetLinkLocalService.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
abstract  AssetTag AssetTagLocalService.deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
abstract  AssetTag AssetTagLocalService.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
abstract  AssetTagProperty AssetTagPropertyLocalService.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
          Deletes the asset tag property from the database.
abstract  AssetTagProperty AssetTagPropertyLocalService.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
abstract  AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(AssetTagStats assetTagStats)
          Deletes the asset tag stats from the database.
abstract  AssetTagStats AssetTagStatsLocalService.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
abstract  AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
abstract  AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
abstract  AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database or adds it if it does not yet exist.
abstract  AssetCategoryProperty AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
          Updates the asset category property in the database or adds it if it does not yet exist.
abstract  AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
abstract  AssetLink AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
          Updates the asset link in the database or adds it if it does not yet exist.
abstract  AssetTag AssetTagLocalService.updateAssetTag(AssetTag assetTag)
          Updates the asset tag in the database or adds it if it does not yet exist.
abstract  AssetTagProperty AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty)
          Updates the asset tag property in the database or adds it if it does not yet exist.
abstract  AssetTagStats AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats)
          Updates the asset tag stats in the database or adds it if it does not yet exist.
abstract  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
abstract  BlogsEntry BlogsEntryLocalService.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
abstract  BlogsStatsUser BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Adds the blogs stats user to the database.
abstract  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)
           
abstract  BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
abstract  BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
abstract  BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Deletes the blogs stats user from the database.
abstract  BlogsStatsUser BlogsStatsUserLocalService.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
abstract  BlogsEntry BlogsEntryLocalService.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
abstract  BlogsEntry BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
abstract  BlogsStatsUser BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
          Updates the blogs stats user in the database or adds it if it does not yet exist.
abstract  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)
           
abstract  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
abstract  BookmarksEntry BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
abstract  BookmarksFolder BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
abstract  BookmarksEntry BookmarksEntryLocalService.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
abstract  BookmarksEntry BookmarksEntryLocalService.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
abstract  BookmarksEntry BookmarksEntryLocalService.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
abstract  BookmarksFolder BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
abstract  BookmarksFolder BookmarksFolderLocalService.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
abstract  BookmarksEntry BookmarksEntryLocalService.deleteEntry(BookmarksEntry entry)
           
abstract  BookmarksEntry BookmarksEntryLocalService.deleteEntry(long entryId)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(long folderId)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
abstract  BookmarksEntry BookmarksEntryLocalService.moveEntry(long entryId, long parentFolderId)
           
abstract  BookmarksEntry BookmarksEntryLocalService.moveEntryToTrash(long userId, BookmarksEntry entry)
           
abstract  BookmarksEntry BookmarksEntryLocalService.moveEntryToTrash(long userId, long entryId)
           
abstract  BookmarksFolder BookmarksFolderLocalService.moveFolder(long folderId, long parentFolderId)
           
abstract  BookmarksFolder BookmarksFolderLocalService.moveFolderToTrash(long userId, long folderId)
           
abstract  BookmarksEntry BookmarksEntryLocalService.restoreEntryFromTrash(long userId, long entryId)
           
abstract  void BookmarksFolderLocalService.restoreFolderFromTrash(long userId, long folderId)
           
abstract  BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
abstract  BookmarksFolder BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
abstract  BookmarksEntry BookmarksEntryLocalService.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
abstract  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
abstract  CalEvent CalEventLocalService.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
abstract  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)
           
abstract  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)
abstract  CalEvent CalEventLocalService.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
abstract  CalEvent CalEventLocalService.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
abstract  CalEvent CalEventLocalService.deleteEvent(CalEvent event)
           
abstract  CalEvent CalEventLocalService.deleteEvent(long eventId)
           
abstract  CalEvent CalEventLocalService.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
abstract  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)
           
abstract  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
abstract  DLContent DLContentLocalService.addDLContent(DLContent dlContent)
          Adds the document library content to the database.
abstract  DLFileEntry DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
          Adds the document library file entry to the database.
abstract  DLFileEntryMetadata DLFileEntryMetadataLocalService.addDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Adds the document library file entry metadata to the database.
abstract  DLFileEntryType DLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
abstract  DLFileRank DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
          Adds the document library file rank to the database.
abstract  DLFileShortcut DLFileShortcutLocalService.addDLFileShortcut(DLFileShortcut dlFileShortcut)
          Adds the document library file shortcut to the database.
abstract  DLFileVersion DLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the document library file version to the database.
abstract  DLFolder DLFolderLocalService.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
abstract  DLSyncEvent DLSyncEventLocalService.addDLSyncEvent(DLSyncEvent dlSyncEvent)
          Adds the d l sync event to the database.
abstract  DLContent DLContentLocalService.deleteDLContent(DLContent dlContent)
          Deletes the document library content from the database.
abstract  DLContent DLContentLocalService.deleteDLContent(long contentId)
          Deletes the document library content with the primary key from the database.
abstract  DLFileEntry DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
          Deletes the document library file entry from the database.
abstract  DLFileEntry DLFileEntryLocalService.deleteDLFileEntry(long fileEntryId)
          Deletes the document library file entry with the primary key from the database.
abstract  DLFileEntryMetadata DLFileEntryMetadataLocalService.deleteDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Deletes the document library file entry metadata from the database.
abstract  DLFileEntryMetadata DLFileEntryMetadataLocalService.deleteDLFileEntryMetadata(long fileEntryMetadataId)
          Deletes the document library file entry metadata with the primary key from the database.
abstract  DLFileEntryType DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
abstract  DLFileEntryType DLFileEntryTypeLocalService.deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
abstract  DLFileRank DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
          Deletes the document library file rank from the database.
abstract  DLFileRank DLFileRankLocalService.deleteDLFileRank(long fileRankId)
          Deletes the document library file rank with the primary key from the database.
abstract  DLFileShortcut DLFileShortcutLocalService.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
          Deletes the document library file shortcut from the database.
abstract  DLFileShortcut DLFileShortcutLocalService.deleteDLFileShortcut(long fileShortcutId)
          Deletes the document library file shortcut with the primary key from the database.
abstract  DLFileVersion DLFileVersionLocalService.deleteDLFileVersion(DLFileVersion dlFileVersion)
          Deletes the document library file version from the database.
abstract  DLFileVersion DLFileVersionLocalService.deleteDLFileVersion(long fileVersionId)
          Deletes the document library file version with the primary key from the database.
abstract  DLFolder DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
abstract  DLFolder DLFolderLocalService.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
abstract  DLSyncEvent DLSyncEventLocalService.deleteDLSyncEvent(DLSyncEvent dlSyncEvent)
          Deletes the d l sync event from the database.
abstract  DLSyncEvent DLSyncEventLocalService.deleteDLSyncEvent(long syncEventId)
          Deletes the d l sync event with the primary key from the database.
abstract  DLFileEntry DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry)
           
abstract  DLFileEntry DLFileEntryLocalService.deleteFileEntry(long fileEntryId)
           
abstract  DLFileEntry DLFileEntryLocalService.deleteFileEntry(long userId, long fileEntryId)
           
abstract  DLFileEntry DLFileEntryLocalService.deleteFileVersion(long userId, long fileEntryId, String version)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(long folderId)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
abstract  DLFileEntry DLFileEntryLocalService.moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
abstract  DLContent DLContentLocalService.updateDLContent(DLContent dlContent)
          Updates the document library content in the database or adds it if it does not yet exist.
abstract  DLFileEntry DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
          Updates the document library file entry in the database or adds it if it does not yet exist.
abstract  DLFileEntryMetadata DLFileEntryMetadataLocalService.updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
          Updates the document library file entry metadata in the database or adds it if it does not yet exist.
abstract  DLFileEntryType DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
abstract  DLFileRank DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
          Updates the document library file rank in the database or adds it if it does not yet exist.
abstract  DLFileShortcut DLFileShortcutLocalService.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
          Updates the document library file shortcut in the database or adds it if it does not yet exist.
abstract  DLFileVersion DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the document library file version in the database or adds it if it does not yet exist.
abstract  DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
abstract  DLSyncEvent DLSyncEventLocalService.updateDLSyncEvent(DLSyncEvent dlSyncEvent)
          Updates the d l sync event in the database or adds it if it does not yet exist.
abstract  DLFolder DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
abstract  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
abstract  DDLRecord DDLRecordLocalService.addDDLRecord(DDLRecord ddlRecord)
          Adds the d d l record to the database.
abstract  DDLRecordSet DDLRecordSetLocalService.addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
abstract  DDLRecord DDLRecordLocalService.deleteDDLRecord(DDLRecord ddlRecord)
          Deletes the d d l record from the database.
abstract  DDLRecord DDLRecordLocalService.deleteDDLRecord(long recordId)
          Deletes the d d l record with the primary key from the database.
abstract  DDLRecordSet DDLRecordSetLocalService.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
abstract  DDLRecordSet DDLRecordSetLocalService.deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
abstract  DDLRecord DDLRecordLocalService.updateDDLRecord(DDLRecord ddlRecord)
          Updates the d d l record in the database or adds it if it does not yet exist.
abstract  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
abstract  DDMContent DDMContentLocalService.addDDMContent(DDMContent ddmContent)
          Adds the d d m content to the database.
abstract  DDMStorageLink DDMStorageLinkLocalService.addDDMStorageLink(DDMStorageLink ddmStorageLink)
          Adds the d d m storage link to the database.
abstract  DDMStructure DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
          Adds the d d m structure to the database.
abstract  DDMStructureLink DDMStructureLinkLocalService.addDDMStructureLink(DDMStructureLink ddmStructureLink)
          Adds the d d m structure link to the database.
abstract  DDMTemplate DDMTemplateLocalService.addDDMTemplate(DDMTemplate ddmTemplate)
          Adds the d d m template to the database.
abstract  DDMContent DDMContentLocalService.deleteDDMContent(DDMContent ddmContent)
          Deletes the d d m content from the database.
abstract  DDMContent DDMContentLocalService.deleteDDMContent(long contentId)
          Deletes the d d m content with the primary key from the database.
abstract  DDMStorageLink DDMStorageLinkLocalService.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
          Deletes the d d m storage link from the database.
abstract  DDMStorageLink DDMStorageLinkLocalService.deleteDDMStorageLink(long storageLinkId)
          Deletes the d d m storage link with the primary key from the database.
abstract  DDMStructure DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
abstract  DDMStructure DDMStructureLocalService.deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
abstract  DDMStructureLink DDMStructureLinkLocalService.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
          Deletes the d d m structure link from the database.
abstract  DDMStructureLink DDMStructureLinkLocalService.deleteDDMStructureLink(long structureLinkId)
          Deletes the d d m structure link with the primary key from the database.
abstract  DDMTemplate DDMTemplateLocalService.deleteDDMTemplate(DDMTemplate ddmTemplate)
          Deletes the d d m template from the database.
abstract  DDMTemplate DDMTemplateLocalService.deleteDDMTemplate(long templateId)
          Deletes the d d m template with the primary key from the database.
abstract  DDMContent DDMContentLocalService.updateDDMContent(DDMContent ddmContent)
          Updates the d d m content in the database or adds it if it does not yet exist.
abstract  DDMStorageLink DDMStorageLinkLocalService.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
          Updates the d d m storage link in the database or adds it if it does not yet exist.
abstract  DDMStructure DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
abstract  DDMStructureLink DDMStructureLinkLocalService.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
          Updates the d d m structure link in the database or adds it if it does not yet exist.
abstract  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
abstract  ExpandoColumn ExpandoColumnLocalService.addExpandoColumn(ExpandoColumn expandoColumn)
          Adds the expando column to the database.
abstract  ExpandoRow ExpandoRowLocalService.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
abstract  ExpandoTable ExpandoTableLocalService.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
abstract  ExpandoValue ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
abstract  ExpandoColumn ExpandoColumnLocalService.deleteExpandoColumn(ExpandoColumn expandoColumn)
          Deletes the expando column from the database.
abstract  ExpandoColumn ExpandoColumnLocalService.deleteExpandoColumn(long columnId)
          Deletes the expando column with the primary key from the database.
abstract  ExpandoRow ExpandoRowLocalService.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
abstract  ExpandoRow ExpandoRowLocalService.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
abstract  ExpandoTable ExpandoTableLocalService.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
abstract  ExpandoTable ExpandoTableLocalService.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
abstract  ExpandoValue ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
abstract  ExpandoValue ExpandoValueLocalService.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
abstract  ExpandoColumn ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn)
          Updates the expando column in the database or adds it if it does not yet exist.
abstract  ExpandoRow ExpandoRowLocalService.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
abstract  ExpandoTable ExpandoTableLocalService.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
abstract  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
abstract  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.
abstract  JournalArticle JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
abstract  JournalArticleImage JournalArticleImageLocalService.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
abstract  JournalArticleResource JournalArticleResourceLocalService.addJournalArticleResource(JournalArticleResource journalArticleResource)
          Adds the journal article resource to the database.
abstract  JournalContentSearch JournalContentSearchLocalService.addJournalContentSearch(JournalContentSearch journalContentSearch)
          Adds the journal content search to the database.
abstract  JournalFeed JournalFeedLocalService.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
abstract  JournalFolder JournalFolderLocalService.addJournalFolder(JournalFolder journalFolder)
          Adds the journal folder to the database.
abstract  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.
abstract  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.
abstract  JournalFolder JournalFolderLocalService.deleteFolder(JournalFolder folder)
           
abstract  JournalFolder JournalFolderLocalService.deleteFolder(JournalFolder folder, boolean includeTrashedEntries)
           
abstract  JournalFolder JournalFolderLocalService.deleteFolder(long folderId)
           
abstract  JournalFolder JournalFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
abstract  JournalArticle JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
abstract  JournalArticle JournalArticleLocalService.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
abstract  JournalArticleImage JournalArticleImageLocalService.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
abstract  JournalArticleImage JournalArticleImageLocalService.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
abstract  JournalArticleResource JournalArticleResourceLocalService.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
          Deletes the journal article resource from the database.
abstract  JournalArticleResource JournalArticleResourceLocalService.deleteJournalArticleResource(long resourcePrimKey)
          Deletes the journal article resource with the primary key from the database.
abstract  JournalContentSearch JournalContentSearchLocalService.deleteJournalContentSearch(JournalContentSearch journalContentSearch)
          Deletes the journal content search from the database.
abstract  JournalContentSearch JournalContentSearchLocalService.deleteJournalContentSearch(long contentSearchId)
          Deletes the journal content search with the primary key from the database.
abstract  JournalFeed JournalFeedLocalService.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
abstract  JournalFeed JournalFeedLocalService.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
abstract  JournalFolder JournalFolderLocalService.deleteJournalFolder(JournalFolder journalFolder)
          Deletes the journal folder from the database.
abstract  JournalFolder JournalFolderLocalService.deleteJournalFolder(long folderId)
          Deletes the journal folder with the primary key from the database.
abstract  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.
abstract  JournalArticle JournalArticleLocalService.moveArticle(long groupId, String articleId, long newFolderId)
          Moves the web content article matching the group and article ID to a new folder.
abstract  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.
abstract  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.
abstract  JournalFolder JournalFolderLocalService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
abstract  JournalFolder JournalFolderLocalService.moveFolderToTrash(long userId, long folderId)
           
abstract  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.
abstract  JournalArticle JournalArticleLocalService.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
abstract  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.
abstract  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.
abstract  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.
abstract  JournalFolder JournalFolderLocalService.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
abstract  JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
abstract  JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
abstract  JournalArticleResource JournalArticleResourceLocalService.updateJournalArticleResource(JournalArticleResource journalArticleResource)
          Updates the journal article resource in the database or adds it if it does not yet exist.
abstract  JournalContentSearch JournalContentSearchLocalService.updateJournalContentSearch(JournalContentSearch journalContentSearch)
          Updates the journal content search in the database or adds it if it does not yet exist.
abstract  JournalFeed JournalFeedLocalService.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
abstract  JournalFolder JournalFolderLocalService.updateJournalFolder(JournalFolder journalFolder)
          Updates the journal folder in the database or adds it if it does not yet exist.
abstract  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
abstract  MBBan MBBanLocalService.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
abstract  MBCategory MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
abstract  MBDiscussion MBDiscussionLocalService.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
abstract  MBMailingList MBMailingListLocalService.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
abstract  MBMessage MBMessageLocalService.addMBMessage(MBMessage mbMessage)
          Adds the message-boards message to the database.
abstract  MBStatsUser MBStatsUserLocalService.addMBStatsUser(MBStatsUser mbStatsUser)
          Adds the message boards stats user to the database.
abstract  MBThread MBThreadLocalService.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
abstract  MBThreadFlag MBThreadFlagLocalService.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
abstract  MBMessage MBMessageLocalService.deleteDiscussionMessage(long messageId)
           
abstract  MBBan MBBanLocalService.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
abstract  MBBan MBBanLocalService.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
abstract  MBCategory MBCategoryLocalService.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
abstract  MBCategory MBCategoryLocalService.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
abstract  MBDiscussion MBDiscussionLocalService.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
abstract  MBDiscussion MBDiscussionLocalService.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
abstract  MBMailingList MBMailingListLocalService.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
abstract  MBMailingList MBMailingListLocalService.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
abstract  MBMessage MBMessageLocalService.deleteMBMessage(long messageId)
          Deletes the message-boards message with the primary key from the database.
abstract  MBMessage MBMessageLocalService.deleteMBMessage(MBMessage mbMessage)
          Deletes the message-boards message from the database.
abstract  MBStatsUser MBStatsUserLocalService.deleteMBStatsUser(long statsUserId)
          Deletes the message boards stats user with the primary key from the database.
abstract  MBStatsUser MBStatsUserLocalService.deleteMBStatsUser(MBStatsUser mbStatsUser)
          Deletes the message boards stats user from the database.
abstract  MBThread MBThreadLocalService.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
abstract  MBThread MBThreadLocalService.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
abstract  MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
abstract  MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
abstract  MBMessage MBMessageLocalService.deleteMessage(long messageId)
           
abstract  MBMessage MBMessageLocalService.deleteMessage(MBMessage message)
           
abstract  MBBan MBBanLocalService.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
abstract  MBCategory MBCategoryLocalService.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
abstract  MBDiscussion MBDiscussionLocalService.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion in the database or adds it if it does not yet exist.
abstract  MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
abstract  MBMessage MBMessageLocalService.updateMBMessage(MBMessage mbMessage)
          Updates the message-boards message in the database or adds it if it does not yet exist.
abstract  MBStatsUser MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser)
          Updates the message boards stats user in the database or adds it if it does not yet exist.
abstract  MBThread MBThreadLocalService.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
abstract  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
abstract  MDRAction MDRActionLocalService.addMDRAction(MDRAction mdrAction)
          Adds the m d r action to the database.
abstract  MDRRule MDRRuleLocalService.addMDRRule(MDRRule mdrRule)
          Adds the m d r rule to the database.
abstract  MDRRuleGroup MDRRuleGroupLocalService.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Adds the m d r rule group to the database.
abstract  MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Adds the m d r rule group instance to the database.
abstract  MDRAction MDRActionLocalService.deleteMDRAction(long actionId)
          Deletes the m d r action with the primary key from the database.
abstract  MDRAction MDRActionLocalService.deleteMDRAction(MDRAction mdrAction)
          Deletes the m d r action from the database.
abstract  MDRRule MDRRuleLocalService.deleteMDRRule(long ruleId)
          Deletes the m d r rule with the primary key from the database.
abstract  MDRRule MDRRuleLocalService.deleteMDRRule(MDRRule mdrRule)
          Deletes the m d r rule from the database.
abstract  MDRRuleGroup MDRRuleGroupLocalService.deleteMDRRuleGroup(long ruleGroupId)
          Deletes the m d r rule group with the primary key from the database.
abstract  MDRRuleGroup MDRRuleGroupLocalService.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Deletes the m d r rule group from the database.
abstract  MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
          Deletes the m d r rule group instance with the primary key from the database.
abstract  MDRRuleGroupInstance MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
          Deletes the m d r rule group instance from the database.
abstract  MDRAction MDRActionLocalService.updateMDRAction(MDRAction mdrAction)
          Updates the m d r action in the database or adds it if it does not yet exist.
abstract  MDRRule MDRRuleLocalService.updateMDRRule(MDRRule mdrRule)
          Updates the m d r rule in the database or adds it if it does not yet exist.
abstract  MDRRuleGroup MDRRuleGroupLocalService.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
          Updates the m d r rule group in the database or adds it if it does not yet exist.
abstract  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
abstract  PollsChoice PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
abstract  PollsQuestion PollsQuestionLocalService.addPollsQuestion(PollsQuestion pollsQuestion)
          Adds the polls question to the database.
abstract  PollsVote PollsVoteLocalService.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
abstract  PollsChoice PollsChoiceLocalService.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
abstract  PollsChoice PollsChoiceLocalService.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
abstract  PollsQuestion PollsQuestionLocalService.deletePollsQuestion(long questionId)
          Deletes the polls question with the primary key from the database.
abstract  PollsQuestion PollsQuestionLocalService.deletePollsQuestion(PollsQuestion pollsQuestion)
          Deletes the polls question from the database.
abstract  PollsVote PollsVoteLocalService.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
abstract  PollsVote PollsVoteLocalService.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
abstract  PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
abstract  PollsQuestion PollsQuestionLocalService.updatePollsQuestion(PollsQuestion pollsQuestion)
          Updates the polls question in the database or adds it if it does not yet exist.
abstract  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
abstract  RatingsEntry RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
          Adds the ratings entry to the database.
abstract  RatingsStats RatingsStatsLocalService.addRatingsStats(RatingsStats ratingsStats)
          Adds the ratings stats to the database.
abstract  RatingsEntry RatingsEntryLocalService.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
abstract  RatingsEntry RatingsEntryLocalService.deleteRatingsEntry(RatingsEntry ratingsEntry)
          Deletes the ratings entry from the database.
abstract  RatingsStats RatingsStatsLocalService.deleteRatingsStats(long statsId)
          Deletes the ratings stats with the primary key from the database.
abstract  RatingsStats RatingsStatsLocalService.deleteRatingsStats(RatingsStats ratingsStats)
          Deletes the ratings stats from the database.
abstract  RatingsEntry RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
          Updates the ratings entry in the database or adds it if it does not yet exist.
abstract  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
abstract  ShoppingCart ShoppingCartLocalService.addShoppingCart(ShoppingCart shoppingCart)
          Adds the shopping cart to the database.
abstract  ShoppingCategory ShoppingCategoryLocalService.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
abstract  ShoppingCoupon ShoppingCouponLocalService.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Adds the shopping coupon to the database.
abstract  ShoppingItem ShoppingItemLocalService.addShoppingItem(ShoppingItem shoppingItem)
          Adds the shopping item to the database.
abstract  ShoppingItemField ShoppingItemFieldLocalService.addShoppingItemField(ShoppingItemField shoppingItemField)
          Adds the shopping item field to the database.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Adds the shopping item price to the database.
abstract  ShoppingOrder ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
          Adds the shopping order to the database.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Adds the shopping order item to the database.
abstract  ShoppingCart ShoppingCartLocalService.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
abstract  ShoppingCart ShoppingCartLocalService.deleteShoppingCart(ShoppingCart shoppingCart)
          Deletes the shopping cart from the database.
abstract  ShoppingCategory ShoppingCategoryLocalService.deleteShoppingCategory(long categoryId)
          Deletes the shopping category with the primary key from the database.
abstract  ShoppingCategory ShoppingCategoryLocalService.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
abstract  ShoppingCoupon ShoppingCouponLocalService.deleteShoppingCoupon(long couponId)
          Deletes the shopping coupon with the primary key from the database.
abstract  ShoppingCoupon ShoppingCouponLocalService.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Deletes the shopping coupon from the database.
abstract  ShoppingItem ShoppingItemLocalService.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
abstract  ShoppingItem ShoppingItemLocalService.deleteShoppingItem(ShoppingItem shoppingItem)
          Deletes the shopping item from the database.
abstract  ShoppingItemField ShoppingItemFieldLocalService.deleteShoppingItemField(long itemFieldId)
          Deletes the shopping item field with the primary key from the database.
abstract  ShoppingItemField ShoppingItemFieldLocalService.deleteShoppingItemField(ShoppingItemField shoppingItemField)
          Deletes the shopping item field from the database.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Deletes the shopping item price from the database.
abstract  ShoppingOrder ShoppingOrderLocalService.deleteShoppingOrder(long orderId)
          Deletes the shopping order with the primary key from the database.
abstract  ShoppingOrder ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
          Deletes the shopping order from the database.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
abstract  ShoppingOrderItem ShoppingOrderItemLocalService.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
          Deletes the shopping order item from the database.
abstract  ShoppingCart ShoppingCartLocalService.updateShoppingCart(ShoppingCart shoppingCart)
          Updates the shopping cart in the database or adds it if it does not yet exist.
abstract  ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database or adds it if it does not yet exist.
abstract  ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database or adds it if it does not yet exist.
abstract  ShoppingItem ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem)
          Updates the shopping item in the database or adds it if it does not yet exist.
abstract  ShoppingItemField ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField)
          Updates the shopping item field in the database or adds it if it does not yet exist.
abstract  ShoppingItemPrice ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
          Updates the shopping item price in the database or adds it if it does not yet exist.
abstract  ShoppingOrder ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
          Updates the shopping order in the database or adds it if it does not yet exist.
abstract  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
abstract  SocialActivity SocialActivityLocalService.addSocialActivity(SocialActivity socialActivity)
          Adds the social activity to the database.
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Adds the social activity achievement to the database.
abstract  SocialActivityCounter SocialActivityCounterLocalService.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
abstract  SocialActivityLimit SocialActivityLimitLocalService.addSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Adds the social activity limit to the database.
abstract  SocialActivitySet SocialActivitySetLocalService.addSocialActivitySet(SocialActivitySet socialActivitySet)
          Adds the social activity set to the database.
abstract  SocialActivitySetting SocialActivitySettingLocalService.addSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Adds the social activity setting to the database.
abstract  SocialRelation SocialRelationLocalService.addSocialRelation(SocialRelation socialRelation)
          Adds the social relation to the database.
abstract  SocialRequest SocialRequestLocalService.addSocialRequest(SocialRequest socialRequest)
          Adds the social request to the database.
abstract  SocialActivity SocialActivityLocalService.deleteSocialActivity(long activityId)
          Deletes the social activity with the primary key from the database.
abstract  SocialActivity SocialActivityLocalService.deleteSocialActivity(SocialActivity socialActivity)
          Deletes the social activity from the database.
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.deleteSocialActivityAchievement(long activityAchievementId)
          Deletes the social activity achievement with the primary key from the database.
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Deletes the social activity achievement from the database.
abstract  SocialActivityCounter SocialActivityCounterLocalService.deleteSocialActivityCounter(long activityCounterId)
          Deletes the social activity counter with the primary key from the database.
abstract  SocialActivityCounter SocialActivityCounterLocalService.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
abstract  SocialActivityLimit SocialActivityLimitLocalService.deleteSocialActivityLimit(long activityLimitId)
          Deletes the social activity limit with the primary key from the database.
abstract  SocialActivityLimit SocialActivityLimitLocalService.deleteSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Deletes the social activity limit from the database.
abstract  SocialActivitySet SocialActivitySetLocalService.deleteSocialActivitySet(long activitySetId)
          Deletes the social activity set with the primary key from the database.
abstract  SocialActivitySet SocialActivitySetLocalService.deleteSocialActivitySet(SocialActivitySet socialActivitySet)
          Deletes the social activity set from the database.
abstract  SocialActivitySetting SocialActivitySettingLocalService.deleteSocialActivitySetting(long activitySettingId)
          Deletes the social activity setting with the primary key from the database.
abstract  SocialActivitySetting SocialActivitySettingLocalService.deleteSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Deletes the social activity setting from the database.
abstract  SocialRelation SocialRelationLocalService.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
abstract  SocialRelation SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
          Deletes the social relation from the database.
abstract  SocialRequest SocialRequestLocalService.deleteSocialRequest(long requestId)
          Deletes the social request with the primary key from the database.
abstract  SocialRequest SocialRequestLocalService.deleteSocialRequest(SocialRequest socialRequest)
          Deletes the social request from the database.
abstract  SocialActivity SocialActivityLocalService.updateSocialActivity(SocialActivity socialActivity)
          Updates the social activity in the database or adds it if it does not yet exist.
abstract  SocialActivityAchievement SocialActivityAchievementLocalService.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
          Updates the social activity achievement in the database or adds it if it does not yet exist.
abstract  SocialActivityCounter SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
abstract  SocialActivityLimit SocialActivityLimitLocalService.updateSocialActivityLimit(SocialActivityLimit socialActivityLimit)
          Updates the social activity limit in the database or adds it if it does not yet exist.
abstract  SocialActivitySet SocialActivitySetLocalService.updateSocialActivitySet(SocialActivitySet socialActivitySet)
          Updates the social activity set in the database or adds it if it does not yet exist.
abstract  SocialActivitySetting SocialActivitySettingLocalService.updateSocialActivitySetting(SocialActivitySetting socialActivitySetting)
          Updates the social activity setting in the database or adds it if it does not yet exist.
abstract  SocialRelation SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
          Updates the social relation in the database or adds it if it does not yet exist.
abstract  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
abstract  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)
           
abstract  SCFrameworkVersion SCFrameworkVersionLocalService.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
abstract  SCLicense SCLicenseLocalService.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
abstract  SCProductEntry SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
abstract  SCProductScreenshot SCProductScreenshotLocalService.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Adds the s c product screenshot to the database.
abstract  SCProductVersion SCProductVersionLocalService.addSCProductVersion(SCProductVersion scProductVersion)
          Adds the s c product version to the database.
abstract  SCProductEntry SCProductEntryLocalService.deleteProductEntry(long productEntryId)
           
abstract  SCProductEntry SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
           
abstract  SCFrameworkVersion SCFrameworkVersionLocalService.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
abstract  SCFrameworkVersion SCFrameworkVersionLocalService.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
abstract  SCLicense SCLicenseLocalService.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
abstract  SCLicense SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
abstract  SCProductEntry SCProductEntryLocalService.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
abstract  SCProductEntry SCProductEntryLocalService.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
abstract  SCProductScreenshot SCProductScreenshotLocalService.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
abstract  SCProductScreenshot SCProductScreenshotLocalService.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Deletes the s c product screenshot from the database.
abstract  SCProductVersion SCProductVersionLocalService.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
abstract  SCProductVersion SCProductVersionLocalService.deleteSCProductVersion(SCProductVersion scProductVersion)
          Deletes the s c product version from the database.
abstract  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)
           
abstract  SCFrameworkVersion SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Updates the s c framework version in the database or adds it if it does not yet exist.
abstract  SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
abstract  SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database or adds it if it does not yet exist.
abstract  SCProductScreenshot SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
          Updates the s c product screenshot in the database or adds it if it does not yet exist.
abstract  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
abstract  TrashEntry TrashEntryLocalService.addTrashEntry(TrashEntry trashEntry)
          Adds the trash entry to the database.
abstract  TrashVersion TrashVersionLocalService.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
abstract  TrashEntry TrashEntryLocalService.deleteEntry(TrashEntry trashEntry)
           
abstract  TrashEntry TrashEntryLocalService.deleteTrashEntry(long entryId)
          Deletes the trash entry with the primary key from the database.
abstract  TrashEntry TrashEntryLocalService.deleteTrashEntry(TrashEntry trashEntry)
          Deletes the trash entry from the database.
abstract  TrashVersion TrashVersionLocalService.deleteTrashVersion(long versionId)
          Deletes the trash version with the primary key from the database.
abstract  TrashVersion TrashVersionLocalService.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
abstract  TrashEntry TrashEntryLocalService.updateTrashEntry(TrashEntry trashEntry)
          Updates the trash entry in the database or adds it if it does not yet exist.
abstract  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
abstract  WikiNode WikiNodeLocalService.addWikiNode(WikiNode wikiNode)
          Adds the wiki node to the database.
abstract  WikiPage WikiPageLocalService.addWikiPage(WikiPage wikiPage)
          Adds the wiki page to the database.
abstract  WikiPageResource WikiPageResourceLocalService.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
abstract  WikiNode WikiNodeLocalService.deleteWikiNode(long nodeId)
          Deletes the wiki node with the primary key from the database.
abstract  WikiNode WikiNodeLocalService.deleteWikiNode(WikiNode wikiNode)
          Deletes the wiki node from the database.
abstract  WikiPage WikiPageLocalService.deleteWikiPage(long pageId)
          Deletes the wiki page with the primary key from the database.
abstract  WikiPage WikiPageLocalService.deleteWikiPage(WikiPage wikiPage)
          Deletes the wiki page from the database.
abstract  WikiPageResource WikiPageResourceLocalService.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
abstract  WikiPageResource WikiPageResourceLocalService.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
abstract  WikiNode WikiNodeLocalService.updateWikiNode(WikiNode wikiNode)
          Updates the wiki node in the database or adds it if it does not yet exist.
abstract  WikiPage WikiPageLocalService.updateWikiPage(WikiPage wikiPage)
          Updates the wiki page in the database or adds it if it does not yet exist.
abstract  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.0