Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.service.BaseServiceImpl

Packages that use BaseServiceImpl
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.announcements.service.base   
com.liferay.portlet.announcements.service.impl   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.impl   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.impl   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.exportimport.service.impl   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.impl   
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
com.liferay.portlet.trash.service.base   
com.liferay.portlet.trash.service.impl   
 

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

Subclasses of BaseServiceImpl in com.liferay.portal.service.base
 class AccountServiceBaseImpl
          Provides the base implementation for the account remote service.
 class AddressServiceBaseImpl
          Provides the base implementation for the address remote service.
 class ClassNameServiceBaseImpl
          Provides the base implementation for the class name remote service.
 class CompanyServiceBaseImpl
          Provides the base implementation for the company remote service.
 class ContactServiceBaseImpl
          Provides the base implementation for the contact remote service.
 class CountryServiceBaseImpl
          Provides the base implementation for the country remote service.
 class EmailAddressServiceBaseImpl
          Provides the base implementation for the email address remote service.
 class GroupServiceBaseImpl
          Provides the base implementation for the group remote service.
 class ImageServiceBaseImpl
          Provides the base implementation for the image remote service.
 class LayoutBranchServiceBaseImpl
          Provides the base implementation for the layout branch remote service.
 class LayoutPrototypeServiceBaseImpl
          Provides the base implementation for the layout prototype remote service.
 class LayoutRevisionServiceBaseImpl
          Provides the base implementation for the layout revision remote service.
 class LayoutServiceBaseImpl
          Provides the base implementation for the layout remote service.
 class LayoutSetBranchServiceBaseImpl
          Provides the base implementation for the layout set branch remote service.
 class LayoutSetPrototypeServiceBaseImpl
          Provides the base implementation for the layout set prototype remote service.
 class LayoutSetServiceBaseImpl
          Provides the base implementation for the layout set remote service.
 class ListTypeServiceBaseImpl
          Provides the base implementation for the list type remote service.
 class MembershipRequestServiceBaseImpl
          Provides the base implementation for the membership request remote service.
 class OrganizationServiceBaseImpl
          Provides the base implementation for the organization remote service.
 class OrgLaborServiceBaseImpl
          Provides the base implementation for the org labor remote service.
 class PasswordPolicyServiceBaseImpl
          Provides the base implementation for the password policy remote service.
 class PermissionServiceBaseImpl
          Provides the base implementation for the permission remote service.
 class PhoneServiceBaseImpl
          Provides the base implementation for the phone remote service.
 class PluginSettingServiceBaseImpl
          Provides the base implementation for the plugin setting remote service.
 class PortalServiceBaseImpl
          Provides the base implementation for the portal remote service.
 class PortletPreferencesServiceBaseImpl
          Provides the base implementation for the portlet preferences remote service.
 class PortletServiceBaseImpl
          Provides the base implementation for the portlet remote service.
 class RegionServiceBaseImpl
          Provides the base implementation for the region remote service.
 class RepositoryServiceBaseImpl
          Provides the base implementation for the repository remote service.
 class ResourceBlockServiceBaseImpl
          Provides the base implementation for the resource block remote service.
 class ResourcePermissionServiceBaseImpl
          Provides the base implementation for the resource permission remote service.
 class RoleServiceBaseImpl
          Provides the base implementation for the role remote service.
 class TeamServiceBaseImpl
          Provides the base implementation for the team remote service.
 class ThemeServiceBaseImpl
          Provides the base implementation for the theme remote service.
 class UserGroupGroupRoleServiceBaseImpl
          Provides the base implementation for the user group group role remote service.
 class UserGroupRoleServiceBaseImpl
          Provides the base implementation for the user group role remote service.
 class UserGroupServiceBaseImpl
          Provides the base implementation for the user group remote service.
 class UserServiceBaseImpl
          Provides the base implementation for the user remote service.
 class WebsiteServiceBaseImpl
          Provides the base implementation for the website remote service.
 

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

Subclasses of BaseServiceImpl in com.liferay.portal.service.impl
 class AccountServiceImpl
           
 class AddressServiceImpl
           
 class ClassNameServiceImpl
           
 class CompanyServiceImpl
          Provides the local service for accessing, adding, checking, and updating companies.
 class ContactServiceImpl
           
 class CountryServiceImpl
           
 class EmailAddressServiceImpl
           
 class GroupServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating groups.
 class ImageServiceImpl
           
 class LayoutBranchServiceImpl
           
 class LayoutPrototypeServiceImpl
           
 class LayoutRevisionServiceImpl
           
 class LayoutServiceImpl
          Provides the remote service for accessing, adding, deleting, exporting, importing, scheduling publishing of, and updating layouts.
 class LayoutSetBranchServiceImpl
           
 class LayoutSetPrototypeServiceImpl
           
 class LayoutSetServiceImpl
           
 class ListTypeServiceImpl
           
 class MembershipRequestServiceImpl
           
 class OrganizationServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating organizations.
 class OrgLaborServiceImpl
           
 class PasswordPolicyServiceImpl
           
 class PermissionServiceImpl
          Provides the remote service for checking permissions.
 class PhoneServiceImpl
           
 class PluginSettingServiceImpl
           
 class PortalServiceImpl
           
 class PortletPreferencesServiceImpl
           
 class PortletServiceImpl
           
 class RegionServiceImpl
           
 class RepositoryServiceImpl
           
 class ResourceBlockServiceImpl
          Provides the remote service for accessing and updating resource blocks.
 class ResourcePermissionServiceImpl
          Provides the remote service for adding, granting, and revoking resource permissions.
 class RoleServiceImpl
          Provides the remote service for accessing, adding, unassigning, checking, deleting, and updating roles.
 class TeamServiceImpl
           
 class ThemeServiceImpl
           
 class UserGroupGroupRoleServiceImpl
           
 class UserGroupRoleServiceImpl
           
 class UserGroupServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating user groups.
 class UserServiceImpl
          Provides the remote service for accessing, adding, authenticating, deleting, and updating users.
 class WebsiteServiceImpl
           
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.announcements.service.base
 class AnnouncementsDeliveryServiceBaseImpl
          Provides the base implementation for the announcements delivery remote service.
 class AnnouncementsEntryServiceBaseImpl
          Provides the base implementation for the announcements entry remote service.
 class AnnouncementsFlagServiceBaseImpl
          Provides the base implementation for the announcements flag remote service.
 

Uses of BaseServiceImpl in com.liferay.portlet.announcements.service.impl
 

Subclasses of BaseServiceImpl in com.liferay.portlet.announcements.service.impl
 class AnnouncementsDeliveryServiceImpl
           
 class AnnouncementsEntryServiceImpl
           
 class AnnouncementsFlagServiceImpl
           
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.asset.service.base
 class AssetCategoryPropertyServiceBaseImpl
          Provides the base implementation for the asset category property remote service.
 class AssetCategoryServiceBaseImpl
          Provides the base implementation for the asset category remote service.
 class AssetEntryServiceBaseImpl
          Provides the base implementation for the asset entry remote service.
 class AssetTagServiceBaseImpl
          Provides the base implementation for the asset tag remote service.
 class AssetVocabularyServiceBaseImpl
          Provides the base implementation for the asset vocabulary remote service.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.asset.service.impl
 class AssetCategoryPropertyServiceImpl
           
 class AssetCategoryServiceImpl
          Provides the remote service for accessing, adding, deleting, moving, and updating asset categories.
 class AssetEntryServiceImpl
          Provides the remote service for accessing and updating asset entries.
 class AssetTagServiceImpl
          Provides the remote service for accessing, adding, checking, deleting, merging, and updating asset tags.
 class AssetVocabularyServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating asset vocabularies.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.blogs.service.base
 class BlogsEntryServiceBaseImpl
          Provides the base implementation for the blogs entry remote service.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.blogs.service.impl
 class BlogsEntryServiceImpl
          Provides the remote service for accessing, adding, deleting, subscription handling of, trash handling of, and updating blog entries.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.documentlibrary.service.base
 class DLAppServiceBaseImpl
          Provides the base implementation for the d l app remote service.
 class DLFileEntryServiceBaseImpl
          Provides the base implementation for the document library file entry remote service.
 class DLFileEntryTypeServiceBaseImpl
          Provides the base implementation for the document library file entry type remote service.
 class DLFileShortcutServiceBaseImpl
          Provides the base implementation for the document library file shortcut remote service.
 class DLFileVersionServiceBaseImpl
          Provides the base implementation for the document library file version remote service.
 class DLFolderServiceBaseImpl
          Provides the base implementation for the document library folder remote service.
 class DLTrashServiceBaseImpl
          Provides the base implementation for the d l trash remote service.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.documentlibrary.service.impl
 class DLAppServiceImpl
          Provides the remote service for accessing, adding, checking in/out, deleting, locking/unlocking, moving, subscription handling of, trash handling of, updating, and verifying document library file entries and folders.
 class DLFileEntryServiceImpl
          Provides the remote service for accessing, adding, checking in/out, deleting, locking/unlocking, moving, reverting, updating, and verifying document library file entries.
 class DLFileEntryTypeServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating file and folder file entry types.
 class DLFileShortcutServiceImpl
           
 class DLFileVersionServiceImpl
           
 class DLFolderServiceImpl
           
 class DLTrashServiceImpl
           
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.expando.service.base
 class ExpandoColumnServiceBaseImpl
          Provides the base implementation for the expando column remote service.
 class ExpandoValueServiceBaseImpl
          Provides the base implementation for the expando value remote service.
 

Uses of BaseServiceImpl in com.liferay.portlet.expando.service.impl
 

Subclasses of BaseServiceImpl in com.liferay.portlet.expando.service.impl
 class ExpandoColumnServiceImpl
           
 class ExpandoValueServiceImpl
           
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.exportimport.service.base
 class ExportImportConfigurationServiceBaseImpl
          Provides the base implementation for the export import configuration remote service.
 class ExportImportServiceBaseImpl
          Provides the base implementation for the export import remote service.
 class StagingServiceBaseImpl
          Provides the base implementation for the staging remote service.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.exportimport.service.impl
 class ExportImportConfigurationServiceImpl
           
 class ExportImportServiceImpl
           
 class StagingServiceImpl
           
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.messageboards.service.base
 class MBBanServiceBaseImpl
          Provides the base implementation for the message boards ban remote service.
 class MBCategoryServiceBaseImpl
          Provides the base implementation for the message boards category remote service.
 class MBMessageServiceBaseImpl
          Provides the base implementation for the message-boards message remote service.
 class MBThreadServiceBaseImpl
          Provides the base implementation for the message boards thread remote service.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.messageboards.service.impl
 class MBBanServiceImpl
           
 class MBCategoryServiceImpl
           
 class MBMessageServiceImpl
           
 class MBThreadServiceImpl
           
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.ratings.service.base
 class RatingsEntryServiceBaseImpl
          Provides the base implementation for the ratings entry remote service.
 

Uses of BaseServiceImpl in com.liferay.portlet.ratings.service.impl
 

Subclasses of BaseServiceImpl in com.liferay.portlet.ratings.service.impl
 class RatingsEntryServiceImpl
           
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.social.service.base
 class SocialActivityServiceBaseImpl
          Provides the base implementation for the social activity remote service.
 class SocialActivitySettingServiceBaseImpl
          Provides the base implementation for the social activity setting remote service.
 class SocialRequestServiceBaseImpl
          Provides the base implementation for the social request remote service.
 

Uses of BaseServiceImpl in com.liferay.portlet.social.service.impl
 

Subclasses of BaseServiceImpl in com.liferay.portlet.social.service.impl
 class SocialActivityServiceImpl
          Provides the remote service for accessing social activities.
 class SocialActivitySettingServiceImpl
           
 class SocialRequestServiceImpl
          Provides the remote service for updating social requests.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.trash.service.base
 class TrashEntryServiceBaseImpl
          Provides the base implementation for the trash entry remote service.
 

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

Subclasses of BaseServiceImpl in com.liferay.portlet.trash.service.impl
 class TrashEntryServiceImpl
          The trash entry remote service is responsible for returning trash entries.
 


Liferay 7.0-ce-b4