Liferay 6.0.4

Uses of Class
com.liferay.portal.kernel.annotation.Transactional

Packages that use Transactional
com.liferay.counter.service   
com.liferay.counter.service.impl   
com.liferay.documentlibrary.service   
com.liferay.mail.service   
com.liferay.portal.service   
com.liferay.portal.service.impl   
com.liferay.portlet.announcements.service   
com.liferay.portlet.asset.service   
com.liferay.portlet.blogs.service   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.calendar.service   
com.liferay.portlet.documentlibrary.service   
com.liferay.portlet.expando.service   
com.liferay.portlet.flags.service   
com.liferay.portlet.imagegallery.service   
com.liferay.portlet.journal.service   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.polls.service   
com.liferay.portlet.ratings.service   
com.liferay.portlet.shopping.service   
com.liferay.portlet.social.service   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.tasks.service   
com.liferay.portlet.wiki.service   
 

Uses of Transactional in com.liferay.counter.service
 

Classes in com.liferay.counter.service with annotations of type Transactional
 interface CounterLocalService
           This interface defines the service.
 

Methods in com.liferay.counter.service with annotations of type Transactional
 Counter CounterLocalService.getCounter(String name)
           
 List<Counter> CounterLocalService.getCounters(int start, int end)
           
 int CounterLocalService.getCountersCount()
           
 List<String> CounterLocalService.getNames()
           
 

Uses of Transactional in com.liferay.counter.service.impl
 

Methods in com.liferay.counter.service.impl with annotations of type Transactional
 long CounterLocalServiceImpl.increment()
           
 long CounterLocalServiceImpl.increment(String name)
           
 long CounterLocalServiceImpl.increment(String name, int size)
           
 void CounterLocalServiceImpl.rename(String oldName, String newName)
           
 void CounterLocalServiceImpl.reset(String name)
           
 void CounterLocalServiceImpl.reset(String name, long size)
           
 

Uses of Transactional in com.liferay.documentlibrary.service
 

Classes in com.liferay.documentlibrary.service with annotations of type Transactional
 interface DLLocalService
           
 interface DLService
           
 

Uses of Transactional in com.liferay.mail.service
 

Classes in com.liferay.mail.service with annotations of type Transactional
 interface MailService
           
 

Uses of Transactional in com.liferay.portal.service
 

Classes in com.liferay.portal.service with annotations of type Transactional
 interface AccountLocalService
           This interface defines the service.
 interface AccountService
           This interface defines the service.
 interface AddressLocalService
           This interface defines the service.
 interface AddressService
           This interface defines the service.
 interface BrowserTrackerLocalService
           This interface defines the service.
 interface ClassNameLocalService
           This interface defines the service.
 interface ClassNameService
           This interface defines the service.
 interface CompanyLocalService
           This interface defines the service.
 interface CompanyService
           This interface defines the service.
 interface ContactLocalService
           This interface defines the service.
 interface ContactService
           This interface defines the service.
 interface CountryService
           This interface defines the service.
 interface EmailAddressLocalService
           This interface defines the service.
 interface EmailAddressService
           This interface defines the service.
 interface GroupLocalService
           This interface defines the service.
 interface GroupService
           This interface defines the service.
 interface ImageLocalService
           This interface defines the service.
 interface ImageService
           This interface defines the service.
 interface LayoutLocalService
           This interface defines the service.
 interface LayoutPrototypeLocalService
           This interface defines the service.
 interface LayoutPrototypeService
           This interface defines the service.
 interface LayoutService
           This interface defines the service.
 interface LayoutSetLocalService
           This interface defines the service.
 interface LayoutSetPrototypeLocalService
           This interface defines the service.
 interface LayoutSetPrototypeService
           This interface defines the service.
 interface LayoutSetService
           This interface defines the service.
 interface LayoutTemplateLocalService
           This interface defines the service.
 interface ListTypeService
           This interface defines the service.
 interface LockLocalService
           This interface defines the service.
 interface MembershipRequestLocalService
           This interface defines the service.
 interface MembershipRequestService
           This interface defines the service.
 interface OrganizationLocalService
           This interface defines the service.
 interface OrganizationService
           This interface defines the service.
 interface OrgLaborLocalService
           This interface defines the service.
 interface OrgLaborService
           This interface defines the service.
 interface PasswordPolicyLocalService
           This interface defines the service.
 interface PasswordPolicyRelLocalService
           This interface defines the service.
 interface PasswordPolicyService
           This interface defines the service.
 interface PasswordTrackerLocalService
           This interface defines the service.
 interface PermissionLocalService
           This interface defines the service.
 interface PermissionService
           This interface defines the service.
 interface PhoneLocalService
           This interface defines the service.
 interface PhoneService
           This interface defines the service.
 interface PluginSettingLocalService
           This interface defines the service.
 interface PluginSettingService
           This interface defines the service.
 interface PortalLocalService
           This interface defines the service.
 interface PortalService
           This interface defines the service.
 interface PortletItemLocalService
           This interface defines the service.
 interface PortletLocalService
           This interface defines the service.
 interface PortletPreferencesLocalService
           This interface defines the service.
 interface PortletPreferencesService
           This interface defines the service.
 interface PortletService
           This interface defines the service.
 interface QuartzLocalService
           This interface defines the service.
 interface RegionService
           This interface defines the service.
 interface ReleaseLocalService
           This interface defines the service.
 interface ResourceActionLocalService
           This interface defines the service.
 interface ResourceCodeLocalService
           This interface defines the service.
 interface ResourceLocalService
           This interface defines the service.
 interface ResourcePermissionLocalService
           This interface defines the service.
 interface ResourcePermissionService
           This interface defines the service.
 interface ResourceService
           This interface defines the service.
 interface RoleLocalService
           This interface defines the service.
 interface RoleService
           This interface defines the service.
 interface ServiceComponentLocalService
           This interface defines the service.
 interface ShardLocalService
           This interface defines the service.
 interface SubscriptionLocalService
           This interface defines the service.
 interface TeamLocalService
           This interface defines the service.
 interface TeamService
           This interface defines the service.
 interface ThemeLocalService
           This interface defines the service.
 interface ThemeService
           This interface defines the service.
 interface TicketLocalService
           This interface defines the service.
 interface UserGroupGroupRoleLocalService
           This interface defines the service.
 interface UserGroupGroupRoleService
           This interface defines the service.
 interface UserGroupLocalService
           This interface defines the service.
 interface UserGroupRoleLocalService
           This interface defines the service.
 interface UserGroupRoleService
           This interface defines the service.
 interface UserGroupService
           This interface defines the service.
 interface UserIdMapperLocalService
           This interface defines the service.
 interface UserLocalService
           This interface defines the service.
 interface UserService
           This interface defines the service.
 interface UserTrackerLocalService
           This interface defines the service.
 interface UserTrackerPathLocalService
           This interface defines the service.
 interface WebDAVPropsLocalService
           This interface defines the service.
 interface WebsiteLocalService
           This interface defines the service.
 interface WebsiteService
           This interface defines the service.
 interface WorkflowDefinitionLinkLocalService
           This interface defines the service.
 interface WorkflowInstanceLinkLocalService
           This interface defines the service.
 

Methods in com.liferay.portal.service with annotations of type Transactional
 Account AccountLocalService.getAccount(long accountId)
           
 Account AccountLocalService.getAccount(long companyId, long accountId)
           
 List<Account> AccountLocalService.getAccounts(int start, int end)
           
 int AccountLocalService.getAccountsCount()
           
 List<String> PermissionLocalService.getActions(List<Permission> permissions)
           
 Address AddressService.getAddress(long addressId)
           
 Address AddressLocalService.getAddress(long addressId)
           
 List<Address> AddressLocalService.getAddresses()
           
 List<Address> AddressLocalService.getAddresses(int start, int end)
           
 List<Address> AddressLocalService.getAddresses(long companyId, String className, long classPK)
           
 List<Address> AddressService.getAddresses(String className, long classPK)
           
 int AddressLocalService.getAddressesCount()
           
 String PortalService.getAutoDeployDirectory()
           
 List<String> ResourcePermissionLocalService.getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long roleId, List<String> actionIds)
           
 BrowserTracker BrowserTrackerLocalService.getBrowserTracker(long browserTrackerId)
           
 BrowserTracker BrowserTrackerLocalService.getBrowserTracker(long userId, long browserKey)
           
 List<BrowserTracker> BrowserTrackerLocalService.getBrowserTrackers(int start, int end)
           
 int BrowserTrackerLocalService.getBrowserTrackersCount()
           
 int PortalService.getBuildNumber()
           
 int ReleaseLocalService.getBuildNumberOrCreate()
           
 ClassName ClassNameService.getClassName(long classNameId)
           
 ClassName ClassNameLocalService.getClassName(long classNameId)
           
 ClassName ClassNameService.getClassName(String value)
           
 ClassName ClassNameLocalService.getClassName(String value)
           
 long ClassNameService.getClassNameId(Class<?> classObj)
           
 long ClassNameLocalService.getClassNameId(Class<?> classObj)
           
 long ClassNameService.getClassNameId(String value)
           
 long ClassNameLocalService.getClassNameId(String value)
           
 List<ClassName> ClassNameLocalService.getClassNames(int start, int end)
           
 int ClassNameLocalService.getClassNamesCount()
           
 ColorScheme ThemeLocalService.getColorScheme(long companyId, String themeId, String colorSchemeId, boolean wapTheme)
           
 List<Company> CompanyLocalService.getCompanies()
           
 List<Company> CompanyLocalService.getCompanies(boolean system)
           
 List<Company> CompanyLocalService.getCompanies(int start, int end)
           
 int CompanyLocalService.getCompaniesCount()
           
 int CompanyLocalService.getCompaniesCount(boolean system)
           
 Company CompanyLocalService.getCompany(long companyId)
           
 Company CompanyService.getCompanyById(long companyId)
           
 Company CompanyLocalService.getCompanyById(long companyId)
           
 Company CompanyService.getCompanyByLogoId(long logoId)
           
 Company CompanyLocalService.getCompanyByLogoId(long logoId)
           
 Company CompanyService.getCompanyByMx(String mx)
           
 Company CompanyLocalService.getCompanyByMx(String mx)
           
 Company CompanyService.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyLocalService.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyService.getCompanyByWebId(String webId)
           
 Company CompanyLocalService.getCompanyByWebId(String webId)
           
 Group GroupLocalService.getCompanyGroup(long companyId)
           
 List<Group> GroupLocalService.getCompanyGroups(long companyId, int start, int end)
           
 int GroupLocalService.getCompanyGroupsCount(long companyId)
           
 Image ImageLocalService.getCompanyLogo(long imageId)
           
 List<User> UserLocalService.getCompanyUsers(long companyId, int start, int end)
           
 int UserLocalService.getCompanyUsersCount(long companyId)
           
 Contact ContactLocalService.getContact(long contactId)
           
 List<Contact> ContactLocalService.getContacts(int start, int end)
           
 int ContactLocalService.getContactsCount()
           
 String LayoutTemplateLocalService.getContent(String layoutTemplateId, boolean standard, String themeId)
           
 List<Country> CountryService.getCountries()
           
 List<Country> CountryService.getCountries(boolean active)
           
 Country CountryService.getCountry(long countryId)
           
 Country CountryService.getCountryByA2(String a2)
           
 Country CountryService.getCountryByA3(String a3)
           
 Country CountryService.getCountryByName(String name)
           
 List<CustomAttributesDisplay> PortletLocalService.getCustomAttributesDisplays()
           
 Image ImageLocalService.getDefaultCompanyLogo()
           
 Role RoleLocalService.getDefaultGroupRole(long groupId)
           
 Image ImageLocalService.getDefaultOrganizationLogo()
           
 PasswordPolicy PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId)
           
 long LayoutLocalService.getDefaultPlid(long groupId)
           
 long LayoutLocalService.getDefaultPlid(long groupId, boolean privateLayout)
           
 long LayoutLocalService.getDefaultPlid(long groupId, boolean privateLayout, String portletId)
           
 PluginSetting PluginSettingLocalService.getDefaultPluginSetting()
           
 PortletPreferences PortletPreferencesLocalService.getDefaultPreferences(long companyId, String portletId)
           
 Image ImageLocalService.getDefaultSpacer()
           
 User UserLocalService.getDefaultUser(long companyId)
           
 Image ImageLocalService.getDefaultUserFemalePortrait()
           
 long UserService.getDefaultUserId(long companyId)
           
 long UserLocalService.getDefaultUserId(long companyId)
           
 Image ImageLocalService.getDefaultUserMalePortrait()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getDefaultWorkflowDefinitionLink(long companyId, String className)
           
 Layout LayoutLocalService.getDLFolderLayout(long dlFolderId)
           
 PortletCategory PortletLocalService.getEARDisplay(String xml)
           
 EmailAddress EmailAddressService.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalService.getEmailAddress(long emailAddressId)
           
 List<EmailAddress> EmailAddressLocalService.getEmailAddresses()
           
 List<EmailAddress> EmailAddressLocalService.getEmailAddresses(int start, int end)
           
 List<EmailAddress> EmailAddressLocalService.getEmailAddresses(long companyId, String className, long classPK)
           
 List<EmailAddress> EmailAddressService.getEmailAddresses(String className, long classPK)
           
 int EmailAddressLocalService.getEmailAddressesCount()
           
 Group GroupLocalService.getFriendlyURLGroup(long companyId, String friendlyURL)
           
 Layout LayoutLocalService.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
           
 List<Portlet> PortletLocalService.getFriendlyURLMapperPortlets()
           
 List<FriendlyURLMapper> PortletLocalService.getFriendlyURLMappers()
           
 Group GroupService.getGroup(long groupId)
           
 Group GroupLocalService.getGroup(long groupId)
           
 Group GroupService.getGroup(long companyId, String name)
           
 Group GroupLocalService.getGroup(long companyId, String name)
           
 List<Organization> OrganizationLocalService.getGroupOrganizations(long groupId)
           
 List<Permission> PermissionLocalService.getGroupPermissions(long groupId, long resourceId)
           
 List<Permission> PermissionLocalService.getGroupPermissions(long groupId, long companyId, String name, int scope, String primKey)
           
 List<Role> RoleService.getGroupRoles(long groupId)
           
 List<Role> RoleLocalService.getGroupRoles(long groupId)
           
 List<Group> GroupLocalService.getGroups(int start, int end)
           
 List<Group> GroupLocalService.getGroups(long[] groupIds)
           
 int GroupLocalService.getGroupsCount()
           
 List<Team> TeamLocalService.getGroupTeams(long groupId)
           
 long[] UserService.getGroupUserIds(long groupId)
           
 long[] UserLocalService.getGroupUserIds(long groupId)
           
 List<User> UserLocalService.getGroupUsers(long groupId)
           
 int UserLocalService.getGroupUsersCount(long groupId)
           
 int UserLocalService.getGroupUsersCount(long groupId, boolean active)
           
 Image ImageLocalService.getImage(byte[] bytes)
           
 Image ImageLocalService.getImage(File file)
           
 Image ImageLocalService.getImage(InputStream is)
           
 Image ImageService.getImage(long imageId)
           
 Image ImageLocalService.getImage(long imageId)
           
 Image ImageLocalService.getImageOrDefault(long imageId)
           
 List<Image> ImageLocalService.getImages()
           
 List<Image> ImageLocalService.getImages(int start, int end)
           
 List<Image> ImageLocalService.getImagesBySize(int size)
           
 int ImageLocalService.getImagesCount()
           
 long PermissionLocalService.getLatestPermissionId()
           
 long ResourceLocalService.getLatestResourceId()
           
 Layout LayoutLocalService.getLayout(long plid)
           
 Layout LayoutLocalService.getLayout(long groupId, boolean privateLayout, long layoutId)
           
 Layout LayoutLocalService.getLayoutByIconImageId(long iconImageId)
           
 Layout LayoutLocalService.getLayoutByUuidAndGroupId(String uuid, long groupId)
           
 Group GroupLocalService.getLayoutGroup(long companyId, long plid)
           
 String LayoutService.getLayoutName(long groupId, boolean privateLayout, long layoutId, String languageId)
           
 LayoutPrototype LayoutPrototypeService.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeLocalService.getLayoutPrototype(long layoutPrototypeId)
           
 Group GroupLocalService.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
           
 List<LayoutPrototype> LayoutPrototypeLocalService.getLayoutPrototypes(int start, int end)
           
 int LayoutPrototypeLocalService.getLayoutPrototypesCount()
           
 LayoutReference[] LayoutService.getLayoutReferences(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 List<Layout> LayoutLocalService.getLayouts(int start, int end)
           
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout)
           
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
           
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
           
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, String type)
           
 LayoutReference[] LayoutLocalService.getLayouts(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 int LayoutLocalService.getLayoutsCount()
           
 LayoutSet LayoutSetLocalService.getLayoutSet(long layoutSetId)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(String virtualHost)
           
 LayoutSetPrototype LayoutSetPrototypeService.getLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeLocalService.getLayoutSetPrototype(long layoutSetPrototypeId)
           
 Group GroupLocalService.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.getLayoutSetPrototypes(int start, int end)
           
 int LayoutSetPrototypeLocalService.getLayoutSetPrototypesCount()
           
 List<LayoutSet> LayoutSetLocalService.getLayoutSets(int start, int end)
           
 int LayoutSetLocalService.getLayoutSetsCount()
           
 LayoutTemplate LayoutTemplateLocalService.getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId)
           
 List<LayoutTemplate> LayoutTemplateLocalService.getLayoutTemplates()
           
 List<LayoutTemplate> LayoutTemplateLocalService.getLayoutTemplates(String themeId)
           
 ListType ListTypeService.getListType(int listTypeId)
           
 List<ListType> ListTypeService.getListTypes(String type)
           
 List<Group> GroupLocalService.getLiveGroups()
           
 Lock LockLocalService.getLock(long lockId)
           
 Lock LockLocalService.getLock(String className, long key)
           
 Lock LockLocalService.getLock(String className, String key)
           
 List<Lock> LockLocalService.getLocks(int start, int end)
           
 int LockLocalService.getLocksCount()
           
 List<Group> GroupService.getManageableGroups(String actionId, int max)
           
 List<Organization> OrganizationService.getManageableOrganizations(String actionId, int max)
           
 MembershipRequest MembershipRequestService.getMembershipRequest(long membershipRequestId)
           
 MembershipRequest MembershipRequestLocalService.getMembershipRequest(long membershipRequestId)
           
 List<MembershipRequest> MembershipRequestLocalService.getMembershipRequests(int start, int end)
           
 int MembershipRequestLocalService.getMembershipRequestsCount()
           
 long LayoutLocalService.getNextLayoutId(long groupId, boolean privateLayout)
           
 List<User> UserLocalService.getNoAnnouncementsDeliveries(String type)
           
 List<User> UserLocalService.getNoContacts()
           
 List<User> UserLocalService.getNoGroups()
           
 List<Group> GroupLocalService.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
           
 List<Group> GroupLocalService.getNullFriendlyURLGroups()
           
 List<Layout> LayoutLocalService.getNullFriendlyURLLayouts()
           
 Organization OrganizationService.getOrganization(long organizationId)
           
 Organization OrganizationLocalService.getOrganization(long organizationId)
           
 Organization OrganizationLocalService.getOrganization(long companyId, String name)
           
 Group GroupLocalService.getOrganizationGroup(long companyId, long organizationId)
           
 long OrganizationService.getOrganizationId(long companyId, String name)
           
 long OrganizationLocalService.getOrganizationId(long companyId, String name)
           
 List<Organization> OrganizationLocalService.getOrganizations(int start, int end)
           
 List<Organization> OrganizationLocalService.getOrganizations(long[] organizationIds)
           
 int OrganizationLocalService.getOrganizationsCount()
           
 List<Group> GroupService.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalService.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations)
           
 long[] UserService.getOrganizationUserIds(long organizationId)
           
 long[] UserLocalService.getOrganizationUserIds(long organizationId)
           
 List<User> UserLocalService.getOrganizationUsers(long organizationId)
           
 int UserLocalService.getOrganizationUsersCount(long organizationId)
           
 int UserLocalService.getOrganizationUsersCount(long organizationId, boolean active)
           
 List<Permission> PermissionLocalService.getOrgGroupPermissions(long organizationId, long groupId, long resourceId)
           
 OrgLabor OrgLaborService.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalService.getOrgLabor(long orgLaborId)
           
 List<OrgLabor> OrgLaborLocalService.getOrgLabors(int start, int end)
           
 List<OrgLabor> OrgLaborService.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborLocalService.getOrgLabors(long organizationId)
           
 int OrgLaborLocalService.getOrgLaborsCount()
           
 List<Organization> OrganizationLocalService.getParentOrganizations(long organizationId)
           
 List<PasswordPolicy> PasswordPolicyLocalService.getPasswordPolicies(int start, int end)
           
 int PasswordPolicyLocalService.getPasswordPoliciesCount()
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyRelId)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(String className, long classPK)
           
 List<PasswordPolicyRel> PasswordPolicyRelLocalService.getPasswordPolicyRels(int start, int end)
           
 int PasswordPolicyRelLocalService.getPasswordPolicyRelsCount()
           
 PasswordTracker PasswordTrackerLocalService.getPasswordTracker(long passwordTrackerId)
           
 List<PasswordTracker> PasswordTrackerLocalService.getPasswordTrackers(int start, int end)
           
 int PasswordTrackerLocalService.getPasswordTrackersCount()
           
 Permission PermissionLocalService.getPermission(long permissionId)
           
 List<Permission> PermissionLocalService.getPermissions(int start, int end)
           
 List<Permission> PermissionLocalService.getPermissions(long companyId, String[] actionIds, long resourceId)
           
 int PermissionLocalService.getPermissionsCount()
           
 Phone PhoneService.getPhone(long phoneId)
           
 Phone PhoneLocalService.getPhone(long phoneId)
           
 List<Phone> PhoneLocalService.getPhones()
           
 List<Phone> PhoneLocalService.getPhones(int start, int end)
           
 List<Phone> PhoneLocalService.getPhones(long companyId, String className, long classPK)
           
 List<Phone> PhoneService.getPhones(String className, long classPK)
           
 int PhoneLocalService.getPhonesCount()
           
 PluginSetting PluginSettingLocalService.getPluginSetting(long pluginSettingId)
           
 PluginSetting PluginSettingLocalService.getPluginSetting(long companyId, String pluginId, String pluginType)
           
 List<PluginSetting> PluginSettingLocalService.getPluginSettings(int start, int end)
           
 int PluginSettingLocalService.getPluginSettingsCount()
           
 Portlet PortletLocalService.getPortlet(long id)
           
 PortletApp PortletLocalService.getPortletApp(String servletContextName)
           
 Portlet PortletLocalService.getPortletById(long companyId, String portletId)
           
 Portlet PortletLocalService.getPortletById(String portletId)
           
 Portlet PortletLocalService.getPortletByStrutsPath(long companyId, String strutsPath)
           
 PortletItem PortletItemLocalService.getPortletItem(long portletItemId)
           
 PortletItem PortletItemLocalService.getPortletItem(long groupId, String name, String portletId, String className)
           
 List<PortletItem> PortletItemLocalService.getPortletItems(int start, int end)
           
 List<PortletItem> PortletItemLocalService.getPortletItems(long groupId, String className)
           
 List<PortletItem> PortletItemLocalService.getPortletItems(long groupId, String portletId, String className)
           
 int PortletItemLocalService.getPortletItemsCount()
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences()
           
 PortletPreferences PortletPreferencesLocalService.getPortletPreferences(long portletPreferencesId)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences(long ownerId, int ownerType, long plid)
           
 PortletPreferences PortletPreferencesLocalService.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences(long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferencesByPlid(long plid)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferenceses(int start, int end)
           
 int PortletPreferencesLocalService.getPortletPreferencesesCount()
           
 List<Portlet> PortletLocalService.getPortlets()
           
 List<Portlet> PortletLocalService.getPortlets(int start, int end)
           
 List<Portlet> PortletLocalService.getPortlets(long companyId)
           
 List<Portlet> PortletLocalService.getPortlets(long companyId, boolean showSystem, boolean showPortal)
           
 int PortletLocalService.getPortletsCount()
           
 PortletPreferences PortletPreferencesLocalService.getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesLocalService.getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalService.getPreferences(PortletPreferencesIds portletPreferencesIds)
           
 Region RegionService.getRegion(long regionId)
           
 List<Region> RegionService.getRegions()
           
 List<Region> RegionService.getRegions(boolean active)
           
 List<Region> RegionService.getRegions(long countryId)
           
 List<Region> RegionService.getRegions(long countryId, boolean active)
           
 Release ReleaseLocalService.getRelease(long releaseId)
           
 Release ReleaseLocalService.getRelease(String servletContextName, int buildNumber)
           
 List<Release> ReleaseLocalService.getReleases(int start, int end)
           
 int ReleaseLocalService.getReleasesCount()
           
 Resource ResourceLocalService.getResource(long resourceId)
           
 Resource ResourceService.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalService.getResource(long companyId, String name, int scope, String primKey)
           
 ResourceAction ResourceActionLocalService.getResourceAction(long resourceActionId)
           
 ResourceAction ResourceActionLocalService.getResourceAction(String name, String actionId)
           
 List<ResourceAction> ResourceActionLocalService.getResourceActions(int start, int end)
           
 List<ResourceAction> ResourceActionLocalService.getResourceActions(String name)
           
 int ResourceActionLocalService.getResourceActionsCount()
           
 ResourceCode ResourceCodeLocalService.getResourceCode(long codeId)
           
 ResourceCode ResourceCodeLocalService.getResourceCode(long companyId, String name, int scope)
           
 List<ResourceCode> ResourceCodeLocalService.getResourceCodes(int start, int end)
           
 int ResourceCodeLocalService.getResourceCodesCount()
           
 ResourcePermission ResourcePermissionLocalService.getResourcePermission(long resourcePermissionId)
           
 List<ResourcePermission> ResourcePermissionLocalService.getResourcePermissions(int start, int end)
           
 List<ResourcePermission> ResourcePermissionLocalService.getResourcePermissions(long companyId, String name, int scope, String primKey)
           
 int ResourcePermissionLocalService.getResourcePermissionsCount()
           
 int ResourcePermissionLocalService.getResourcePermissionsCount(long companyId, String name, int scope, String primKey)
           
 Map<String,List<String>> RoleLocalService.getResourceRoles(long companyId, String name, int scope, String primKey)
           
 List<Resource> ResourceLocalService.getResources()
           
 List<Resource> ResourceLocalService.getResources(int start, int end)
           
 int ResourceLocalService.getResourcesCount()
           
 Role RoleService.getRole(long roleId)
           
 Role RoleLocalService.getRole(long roleId)
           
 Role RoleService.getRole(long companyId, String name)
           
 Role RoleLocalService.getRole(long companyId, String name)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId)
           
 List<Permission> PermissionLocalService.getRolePermissions(long roleId)
           
 List<Permission> PermissionLocalService.getRolePermissions(long roleId, long resourceId)
           
 List<ResourcePermission> ResourcePermissionLocalService.getRoleResourcePermissions(long roleId)
           
 List<ResourcePermission> ResourcePermissionLocalService.getRoleResourcePermissions(long roleId, int[] scopes, int start, int end)
           
 List<Role> RoleLocalService.getRoles(int start, int end)
           
 List<Role> RoleLocalService.getRoles(int type, String subtype)
           
 List<Role> RoleLocalService.getRoles(long companyId)
           
 List<Role> RoleLocalService.getRoles(long[] roleIds)
           
 int RoleLocalService.getRolesCount()
           
 long[] UserService.getRoleUserIds(long roleId)
           
 long[] UserLocalService.getRoleUserIds(long roleId)
           
 List<User> UserLocalService.getRoleUsers(long roleId)
           
 List<User> UserLocalService.getRoleUsers(long roleId, int start, int end)
           
 int UserLocalService.getRoleUsersCount(long roleId)
           
 int UserLocalService.getRoleUsersCount(long roleId, boolean active)
           
 ServiceComponent ServiceComponentLocalService.getServiceComponent(long serviceComponentId)
           
 List<ServiceComponent> ServiceComponentLocalService.getServiceComponents(int start, int end)
           
 int ServiceComponentLocalService.getServiceComponentsCount()
           
 Shard ShardLocalService.getShard(long shardId)
           
 Shard ShardLocalService.getShard(String className, long classPK)
           
 List<Shard> ShardLocalService.getShards(int start, int end)
           
 int ShardLocalService.getShardsCount()
           
 List<User> UserLocalService.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
           
 int UserLocalService.getSocialUsersCount(long userId)
           
 int UserLocalService.getSocialUsersCount(long userId, int type)
           
 int UserLocalService.getSocialUsersCount(long userId1, long userId2)
           
 int UserLocalService.getSocialUsersCount(long userId1, long userId2, int type)
           
 Group GroupLocalService.getStagingGroup(long liveGroupId)
           
 String WorkflowInstanceLinkLocalService.getState(long companyId, long groupId, String className, long classPK)
           
 List<Organization> OrganizationLocalService.getSuborganizations(List<Organization> organizations)
           
 Subscription SubscriptionLocalService.getSubscription(long subscriptionId)
           
 Subscription SubscriptionLocalService.getSubscription(long companyId, long userId, String className, long classPK)
           
 List<Subscription> SubscriptionLocalService.getSubscriptions(int start, int end)
           
 List<Subscription> SubscriptionLocalService.getSubscriptions(long companyId, String className, long classPK)
           
 int SubscriptionLocalService.getSubscriptionsCount()
           
 List<Organization> OrganizationLocalService.getSubsetOrganizations(List<Organization> allOrganizations, List<Organization> availableOrganizations)
           
 List<Role> RoleLocalService.getSubtypeRoles(String subtype)
           
 int RoleLocalService.getSubtypeRolesCount(String subtype)
           
 Team TeamLocalService.getTeam(long teamId)
           
 Role RoleLocalService.getTeamRole(long companyId, long teamId)
           
 List<Team> TeamLocalService.getTeams(int start, int end)
           
 int TeamLocalService.getTeamsCount()
           
 Theme ThemeLocalService.getTheme(long companyId, String themeId, boolean wapTheme)
           
 List<Theme> ThemeService.getThemes(long companyId)
           
 List<Theme> ThemeLocalService.getThemes(long companyId)
           
 List<Theme> ThemeLocalService.getThemes(long companyId, long groupId, long userId, boolean wapTheme)
           
 Ticket TicketLocalService.getTicket(long ticketId)
           
 Ticket TicketLocalService.getTicket(String key)
           
 List<Ticket> TicketLocalService.getTickets(int start, int end)
           
 int TicketLocalService.getTicketsCount()
           
 User UserLocalService.getUser(long userId)
           
 User UserLocalService.getUserByContactId(long contactId)
           
 User UserService.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalService.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalService.getUserByFacebookId(long companyId, long facebookId)
           
 User UserService.getUserById(long userId)
           
 User UserLocalService.getUserById(long userId)
           
 User UserLocalService.getUserById(long companyId, long userId)
           
 User UserLocalService.getUserByOpenId(long companyId, String openId)
           
 User UserLocalService.getUserByPortraitId(long portraitId)
           
 User UserService.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalService.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalService.getUserByUuid(String uuid)
           
 UserGroup UserGroupService.getUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalService.getUserGroup(long userGroupId)
           
 Group GroupService.getUserGroup(long companyId, long userId)
           
 Group GroupLocalService.getUserGroup(long companyId, long userId)
           
 UserGroup UserGroupLocalService.getUserGroup(long companyId, String name)
           
 UserGroup UserGroupService.getUserGroup(String name)
           
 Group GroupLocalService.getUserGroupGroup(long companyId, long userGroupId)
           
 UserGroupGroupRole UserGroupGroupRoleLocalService.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRoles(int start, int end)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRoles(long userGroupId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRoles(long userGroupId, long groupId)
           
 List<Role> RoleService.getUserGroupGroupRoles(long userId, long groupId)
           
 List<Role> RoleLocalService.getUserGroupGroupRoles(long userId, long groupId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRolesByGroupAndRole(long groupId, long roleId)
           
 int UserGroupGroupRoleLocalService.getUserGroupGroupRolesCount()
           
 UserGroupRole UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRoles(int start, int end)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRoles(long userId)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRoles(long userId, long groupId)
           
 List<Role> RoleService.getUserGroupRoles(long userId, long groupId)
           
 List<Role> RoleLocalService.getUserGroupRoles(long userId, long groupId)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRolesByGroupAndRole(long groupId, long roleId)
           
 List<UserGroupRole> UserGroupRoleLocalService.getUserGroupRolesByUserUserGroupAndGroup(long userId, long groupId)
           
 int UserGroupRoleLocalService.getUserGroupRolesCount()
           
 List<UserGroup> UserGroupLocalService.getUserGroups(int start, int end)
           
 List<UserGroup> UserGroupLocalService.getUserGroups(long companyId)
           
 List<Group> GroupLocalService.getUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalService.getUserGroups(long[] userGroupIds)
           
 List<Group> GroupLocalService.getUserGroups(long userId, boolean inherit)
           
 List<Group> GroupLocalService.getUserGroups(long userId, boolean inherit, int start, int end)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end)
           
 int UserGroupLocalService.getUserGroupsCount()
           
 List<Group> GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
 List<User> UserLocalService.getUserGroupUsers(long userGroupId)
           
 int UserLocalService.getUserGroupUsersCount(long userGroupId)
           
 int UserLocalService.getUserGroupUsersCount(long userGroupId, boolean active)
           
 long UserService.getUserIdByEmailAddress(long companyId, String emailAddress)
           
 long UserLocalService.getUserIdByEmailAddress(long companyId, String emailAddress)
           
 long UserService.getUserIdByScreenName(long companyId, String screenName)
           
 long UserLocalService.getUserIdByScreenName(long companyId, String screenName)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapper(long userIdMapperId)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapper(long userId, String type)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 List<UserIdMapper> UserIdMapperLocalService.getUserIdMappers(int start, int end)
           
 List<UserIdMapper> UserIdMapperLocalService.getUserIdMappers(long userId)
           
 int UserIdMapperLocalService.getUserIdMappersCount()
           
 List<Organization> OrganizationService.getUserOrganizations(long userId)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId)
           
 List<Organization> OrganizationService.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, boolean inheritUserGroups, int start, int end)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, int start, int end)
           
 int OrganizationLocalService.getUserOrganizationsCount(long userId)
           
 List<Group> GroupService.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupLocalService.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Permission> PermissionLocalService.getUserPermissions(long userId, long resourceId)
           
 List<Permission> PermissionLocalService.getUserPermissions(long userId, long companyId, String name, int scope, String primKey)
           
 List<Role> RoleService.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, long groupId)
           
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, long[] groupIds)
           
 List<Role> RoleService.getUserRoles(long userId)
           
 List<Role> RoleLocalService.getUserRoles(long userId)
           
 List<User> UserLocalService.getUsers(int start, int end)
           
 int UserLocalService.getUsersCount()
           
 List<Subscription> SubscriptionLocalService.getUserSubscriptions(long userId, String className)
           
 List<Team> TeamLocalService.getUserTeams(long userId)
           
 List<Team> TeamLocalService.getUserTeams(long userId, long groupId)
           
 UserTracker UserTrackerLocalService.getUserTracker(long userTrackerId)
           
 UserTrackerPath UserTrackerPathLocalService.getUserTrackerPath(long userTrackerPathId)
           
 List<UserTrackerPath> UserTrackerPathLocalService.getUserTrackerPaths(int start, int end)
           
 List<UserTrackerPath> UserTrackerPathLocalService.getUserTrackerPaths(long userTrackerId, int start, int end)
           
 int UserTrackerPathLocalService.getUserTrackerPathsCount()
           
 List<UserTracker> UserTrackerLocalService.getUserTrackers(int start, int end)
           
 List<UserTracker> UserTrackerLocalService.getUserTrackers(long companyId, int start, int end)
           
 int UserTrackerLocalService.getUserTrackersCount()
           
 List<UserGroup> UserGroupService.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId)
           
 String LayoutTemplateLocalService.getWapContent(String layoutTemplateId, boolean standard, String themeId)
           
 PortletCategory PortletLocalService.getWARDisplay(String servletContextName, String xml)
           
 JSONArray PortletService.getWARPortlets()
           
 JSONArray ThemeService.getWARThemes()
           
 List<Theme> ThemeLocalService.getWARThemes()
           
 WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long webDavPropsId)
           
 WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long companyId, String className, long classPK)
           
 List<WebDAVProps> WebDAVPropsLocalService.getWebDAVPropses(int start, int end)
           
 int WebDAVPropsLocalService.getWebDAVPropsesCount()
           
 Website WebsiteService.getWebsite(long websiteId)
           
 Website WebsiteLocalService.getWebsite(long websiteId)
           
 List<Website> WebsiteLocalService.getWebsites()
           
 List<Website> WebsiteLocalService.getWebsites(int start, int end)
           
 List<Website> WebsiteLocalService.getWebsites(long companyId, String className, long classPK)
           
 List<Website> WebsiteService.getWebsites(String className, long classPK)
           
 int WebsiteLocalService.getWebsitesCount()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className, boolean strict)
           
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks(int start, int end)
           
 int WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksCount()
           
 int WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksCount(long companyId, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long workflowInstanceLinkId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(int start, int end)
           
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
 int WorkflowInstanceLinkLocalService.getWorkflowInstanceLinksCount()
           
 boolean ResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
           
 boolean OrganizationLocalService.hasGroupOrganization(long groupId, long organizationId)
           
 boolean PermissionService.hasGroupPermission(long groupId, String actionId, long resourceId)
           
 boolean PermissionLocalService.hasGroupPermission(long groupId, String actionId, long resourceId)
           
 boolean UserService.hasGroupUser(long groupId, long userId)
           
 boolean UserLocalService.hasGroupUser(long groupId, long userId)
           
 boolean UserGroupLocalService.hasGroupUserGroup(long groupId, long userGroupId)
           
 boolean LayoutLocalService.hasLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 boolean LockLocalService.hasLock(long userId, String className, long key)
           
 boolean LockLocalService.hasLock(long userId, String className, String key)
           
 boolean UserLocalService.hasOrganizationUser(long organizationId, long userId)
           
 boolean OrganizationLocalService.hasPasswordPolicyOrganization(long passwordPolicyId, long organizationId)
           
 boolean PasswordPolicyRelLocalService.hasPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 boolean UserLocalService.hasPasswordPolicyUser(long passwordPolicyId, long userId)
           
 boolean PluginSettingLocalService.hasPermission(long userId, String pluginId, String pluginType)
           
 boolean PortletLocalService.hasPortlet(long companyId, String portletId)
           
 boolean ResourcePermissionLocalService.hasResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
           
 boolean GroupLocalService.hasRoleGroup(long roleId, long groupId)
           
 boolean PermissionLocalService.hasRolePermission(long roleId, long companyId, String name, int scope, String actionId)
           
 boolean PermissionLocalService.hasRolePermission(long roleId, long companyId, String name, int scope, String primKey, String actionId)
           
 boolean UserService.hasRoleUser(long roleId, long userId)
           
 boolean UserLocalService.hasRoleUser(long roleId, long userId)
           
 boolean UserService.hasRoleUser(long companyId, String name, long userId, boolean inherited)
           
 boolean UserLocalService.hasRoleUser(long companyId, String name, long userId, boolean inherited)
          Returns true if the user has the role.
 boolean ResourcePermissionLocalService.hasScopeResourcePermission(long companyId, String name, int scope, long roleId, String actionId)
           
 boolean GroupLocalService.hasStagingGroup(long liveGroupId)
           
 boolean UserLocalService.hasTeamUser(long teamId, long userId)
           
 boolean GroupService.hasUserGroup(long userId, long groupId)
           
 boolean GroupLocalService.hasUserGroup(long userId, long groupId)
           
 boolean UserGroupGroupRoleLocalService.hasUserGroupGroupRole(long userGroupId, long groupId, long roleId)
           
 boolean UserGroupGroupRoleLocalService.hasUserGroupGroupRole(long userGroupId, long groupId, String roleName)
           
 boolean UserGroupRoleLocalService.hasUserGroupRole(long userId, long groupId, long roleId)
           
 boolean UserGroupRoleLocalService.hasUserGroupRole(long userId, long groupId, long roleId, boolean inherit)
           
 boolean UserGroupRoleLocalService.hasUserGroupRole(long userId, long groupId, String roleName)
           
 boolean UserGroupRoleLocalService.hasUserGroupRole(long userId, long groupId, String roleName, boolean inherit)
           
 boolean UserLocalService.hasUserGroupUser(long userGroupId, long userId)
           
 boolean OrganizationLocalService.hasUserOrganization(long userId, long organizationId)
           
 boolean OrganizationLocalService.hasUserOrganization(long userId, long organizationId, boolean inheritSuborganizations, boolean inheritUserGroups, boolean includeSpecifiedOrganization)
           
 boolean PermissionService.hasUserPermission(long userId, String actionId, long resourceId)
           
 boolean PermissionLocalService.hasUserPermission(long userId, String actionId, long resourceId)
           
 boolean PermissionService.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 boolean PermissionLocalService.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 boolean RoleLocalService.hasUserRole(long userId, long roleId)
           
 boolean RoleService.hasUserRole(long userId, long companyId, String name, boolean inherited)
           
 boolean RoleLocalService.hasUserRole(long userId, long companyId, String name, boolean inherited)
          Returns true if the user has the regular role.
 boolean RoleService.hasUserRoles(long userId, long companyId, String[] names, boolean inherited)
           
 boolean RoleLocalService.hasUserRoles(long userId, long companyId, String[] names, boolean inherited)
          Returns true if the user has any one of the specified regular roles.
 boolean TeamLocalService.hasUserTeam(long userId, long teamId)
           
 boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 boolean WorkflowInstanceLinkLocalService.hasWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 boolean WorkflowInstanceLinkLocalService.isEnded(long companyId, long groupId, String className, long classPK)
           
 boolean LockLocalService.isLocked(String className, long key)
           
 boolean LockLocalService.isLocked(String className, String key)
           
 boolean ImageLocalService.isNullOrDefaultSpacer(byte[] bytes)
           
 boolean UserLocalService.isPasswordExpired(User user)
           
 boolean UserLocalService.isPasswordExpiringSoon(User user)
           
 boolean PasswordTrackerLocalService.isSameAsCurrentPassword(long userId, String newClearTextPwd)
           
 boolean SubscriptionLocalService.isSubscribed(long companyId, long userId, String className, long classPK)
           
 boolean PasswordTrackerLocalService.isValidPassword(long userId, String newClearTextPwd)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeService.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<MembershipRequest> MembershipRequestLocalService.search(long groupId, int status, int start, int end)
           
 Hits CompanyLocalService.search(long companyId, long userId, String keywords, int start, int end)
           
 Hits CompanyLocalService.search(long companyId, long userId, String portletId, long groupId, String type, String keywords, int start, int end)
           
 List<Organization> OrganizationLocalService.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end)
           
 List<Organization> OrganizationLocalService.search(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Organization> OrganizationLocalService.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end)
           
 List<Organization> OrganizationLocalService.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 Hits UserLocalService.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 List<PasswordPolicy> PasswordPolicyLocalService.search(long companyId, String name, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalService.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalService.search(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
           
 List<UserGroup> UserGroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Team> TeamLocalService.search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupService.search(long companyId, String name, String description, String[] params, int start, int end)
           
 List<User> UserLocalService.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, OrderByComparator obc)
           
 Hits UserLocalService.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 int LayoutSetPrototypeLocalService.searchCount(long companyId, Boolean active)
           
 int LayoutPrototypeLocalService.searchCount(long companyId, Boolean active)
           
 int MembershipRequestLocalService.searchCount(long groupId, int status)
           
 int OrganizationLocalService.searchCount(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String,Object> params)
           
 int OrganizationLocalService.searchCount(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andOperator)
           
 int PasswordPolicyLocalService.searchCount(long companyId, String name)
           
 int UserLocalService.searchCount(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params)
           
 int RoleLocalService.searchCount(long companyId, String name, String description, Integer[] types)
           
 int RoleLocalService.searchCount(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params)
           
 int UserGroupLocalService.searchCount(long companyId, String name, String description, LinkedHashMap<String,Object> params)
           
 int TeamLocalService.searchCount(long groupId, String name, String description, LinkedHashMap<String,Object> params)
           
 int GroupLocalService.searchCount(long companyId, String name, String description, LinkedHashMap<String,Object> params)
           
 int GroupService.searchCount(long companyId, String name, String description, String[] params)
           
 int UserLocalService.searchCount(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch)
           
 

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

Methods in com.liferay.portal.service.impl with annotations of type Transactional
 int UserLocalServiceImpl.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 int UserLocalServiceImpl.authenticateByScreenName(long companyId, String screenName, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 int UserLocalServiceImpl.authenticateByUserId(long companyId, long userId, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap)
           
 long UserLocalServiceImpl.authenticateForBasic(long companyId, String authType, String login, String password)
           
 boolean UserLocalServiceImpl.authenticateForJAAS(long userId, String encPassword)
           
 void ClassNameLocalServiceImpl.checkClassNames()
           
 void GroupLocalServiceImpl.checkCompanyGroup(long companyId)
           
 void ResourceActionLocalServiceImpl.checkResourceActions()
           
 void ResourceCodeLocalServiceImpl.checkResourceCodes()
           
 void ResourceCodeLocalServiceImpl.checkResourceCodes(long companyId, String name)
           
 void GroupLocalServiceImpl.checkSystemGroups(long companyId)
           
 void RoleLocalServiceImpl.checkSystemRoles(long companyId)
           
 

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

Classes in com.liferay.portlet.announcements.service with annotations of type Transactional
 interface AnnouncementsDeliveryLocalService
           This interface defines the service.
 interface AnnouncementsDeliveryService
           This interface defines the service.
 interface AnnouncementsEntryLocalService
           This interface defines the service.
 interface AnnouncementsEntryService
           This interface defines the service.
 interface AnnouncementsFlagLocalService
           This interface defines the service.
 interface AnnouncementsFlagService
           This interface defines the service.
 

Methods in com.liferay.portlet.announcements.service with annotations of type Transactional
 List<AnnouncementsDelivery> AnnouncementsDeliveryLocalService.getAnnouncementsDeliveries(int start, int end)
           
 int AnnouncementsDeliveryLocalService.getAnnouncementsDeliveriesCount()
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.getAnnouncementsDelivery(long deliveryId)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getAnnouncementsEntries(int start, int end)
           
 int AnnouncementsEntryLocalService.getAnnouncementsEntriesCount()
           
 AnnouncementsEntry AnnouncementsEntryLocalService.getAnnouncementsEntry(long entryId)
           
 AnnouncementsFlag AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId)
           
 List<AnnouncementsFlag> AnnouncementsFlagLocalService.getAnnouncementsFlags(int start, int end)
           
 int AnnouncementsFlagLocalService.getAnnouncementsFlagsCount()
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.getDelivery(long deliveryId)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getEntries(long userId, LinkedHashMap<Long,long[]> scopes, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getEntries(long userId, LinkedHashMap<Long,long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getEntries(long classNameId, long classPK, boolean alert, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getEntries(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
 int AnnouncementsEntryLocalService.getEntriesCount(long userId, LinkedHashMap<Long,long[]> scopes, boolean alert, int flagValue)
           
 int AnnouncementsEntryLocalService.getEntriesCount(long userId, LinkedHashMap<Long,long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue)
           
 int AnnouncementsEntryLocalService.getEntriesCount(long classNameId, long classPK, boolean alert)
           
 int AnnouncementsEntryLocalService.getEntriesCount(long userId, long classNameId, long[] classPKs, boolean alert, int flagValue)
           
 int AnnouncementsEntryLocalService.getEntriesCount(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue)
           
 AnnouncementsEntry AnnouncementsEntryLocalService.getEntry(long entryId)
           
 AnnouncementsFlag AnnouncementsFlagService.getFlag(long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalService.getFlag(long userId, long entryId, int value)
           
 List<AnnouncementsDelivery> AnnouncementsDeliveryLocalService.getUserDeliveries(long userId)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.getUserDelivery(long userId, String type)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getUserEntries(long userId, int start, int end)
           
 int AnnouncementsEntryLocalService.getUserEntriesCount(long userId)
           
 

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

Classes in com.liferay.portlet.asset.service with annotations of type Transactional
 interface AssetCategoryLocalService
           This interface defines the service.
 interface AssetCategoryPropertyLocalService
           This interface defines the service.
 interface AssetCategoryPropertyService
           This interface defines the service.
 interface AssetCategoryService
           This interface defines the service.
 interface AssetEntryLocalService
           This interface defines the service.
 interface AssetEntryService
           This interface defines the service.
 interface AssetLinkLocalService
           This interface defines the service.
 interface AssetTagLocalService
           This interface defines the service.
 interface AssetTagPropertyLocalService
           This interface defines the service.
 interface AssetTagPropertyService
           This interface defines the service.
 interface AssetTagService
           This interface defines the service.
 interface AssetTagStatsLocalService
           This interface defines the service.
 interface AssetVocabularyLocalService
           This interface defines the service.
 interface AssetVocabularyService
           This interface defines the service.
 

Methods in com.liferay.portlet.asset.service with annotations of type Transactional
 List<AssetEntry> AssetEntryLocalService.getAncestorEntries(long entryId)
           
 List<AssetCategory> AssetCategoryLocalService.getAssetCategories(int start, int end)
           
 int AssetCategoryLocalService.getAssetCategoriesCount()
           
 AssetCategory AssetCategoryLocalService.getAssetCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getAssetCategoryProperties(int start, int end)
           
 int AssetCategoryPropertyLocalService.getAssetCategoryPropertiesCount()
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getAssetCategoryProperty(long categoryPropertyId)
           
 List<AssetEntry> AssetEntryLocalService.getAssetEntries(int start, int end)
           
 int AssetEntryLocalService.getAssetEntriesCount()
           
 AssetEntry AssetEntryLocalService.getAssetEntry(long entryId)
           
 AssetLink AssetLinkLocalService.getAssetLink(long linkId)
           
 List<AssetLink> AssetLinkLocalService.getAssetLinks(int start, int end)
           
 int AssetLinkLocalService.getAssetLinksCount()
           
 AssetTag AssetTagLocalService.getAssetTag(long tagId)
           
 List<AssetTagProperty> AssetTagPropertyLocalService.getAssetTagProperties(int start, int end)
           
 int AssetTagPropertyLocalService.getAssetTagPropertiesCount()
           
 AssetTagProperty AssetTagPropertyLocalService.getAssetTagProperty(long tagPropertyId)
           
 List<AssetTag> AssetTagLocalService.getAssetTags(int start, int end)
           
 int AssetTagLocalService.getAssetTagsCount()
           
 AssetTagStats AssetTagStatsLocalService.getAssetTagStats(long tagStatsId)
           
 List<AssetTagStats> AssetTagStatsLocalService.getAssetTagStatses(int start, int end)
           
 int AssetTagStatsLocalService.getAssetTagStatsesCount()
           
 List<AssetVocabulary> AssetVocabularyLocalService.getAssetVocabularies(int start, int end)
           
 int AssetVocabularyLocalService.getAssetVocabulariesCount()
           
 AssetVocabulary AssetVocabularyLocalService.getAssetVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
           
 List<AssetCategory> AssetCategoryLocalService.getCategories()
           
 List<AssetCategory> AssetCategoryLocalService.getCategories(long classNameId, long classPK)
           
 List<AssetCategory> AssetCategoryService.getCategories(String className, long classPK)
           
 List<AssetCategory> AssetCategoryLocalService.getCategories(String className, long classPK)
           
 AssetCategory AssetCategoryService.getCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalService.getCategory(long categoryId)
           
 long[] AssetCategoryLocalService.getCategoryIds(String className, long classPK)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryProperties()
           
 List<AssetCategoryProperty> AssetCategoryPropertyService.getCategoryProperties(long entryId)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryProperties(long entryId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyService.getCategoryPropertyValues(long companyId, String key)
           
 List<AssetCategoryProperty> AssetCategoryPropertyLocalService.getCategoryPropertyValues(long groupId, String key)
           
 List<AssetCategory> AssetCategoryService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 int AssetCategoryLocalService.getChildCategoriesCount(long parentCategoryId)
           
 List<AssetEntry> AssetEntryLocalService.getChildEntries(long entryId)
           
 List<AssetEntry> AssetEntryService.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getCompanyEntries(long companyId, int start, int end)
           
 int AssetEntryService.getCompanyEntriesCount(long companyId)
           
 int AssetEntryLocalService.getCompanyEntriesCount(long companyId)
           
 String AssetEntryService.getCompanyEntriesRSS(long companyId, int max, String type, double version, String displayStyle, String feedURL, String tagURL)
           
 AssetEntryDisplay[] AssetEntryService.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
 AssetEntryDisplay[] AssetEntryLocalService.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
 List<AssetVocabulary> AssetVocabularyService.getCompanyVocabularies(long companyId)
           
 List<AssetVocabulary> AssetVocabularyLocalService.getCompanyVocabularies(long companyId)
           
 List<AssetEntry> AssetEntryService.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalService.getEntries(AssetEntryQuery entryQuery)
           
 int AssetEntryService.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryLocalService.getEntriesCount(AssetEntryQuery entryQuery)
           
 String AssetEntryService.getEntriesRSS(AssetEntryQuery entryQuery, String name, String type, double version, String displayStyle, String feedURL, String tagURL)
           
 AssetEntry AssetEntryService.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalService.getEntry(String className, long classPK)
           
 List<AssetCategory> AssetCategoryLocalService.getEntryCategories(long entryId)
           
 List<AssetTag> AssetTagLocalService.getEntryTags(long entryId)
           
 List<AssetVocabulary> AssetVocabularyService.getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds)
           
 List<AssetTag> AssetTagService.getGroupTags(long groupId)
           
 List<AssetTag> AssetTagLocalService.getGroupTags(long groupId)
           
 List<AssetVocabulary> AssetVocabularyService.getGroupVocabularies(long groupId)
           
 List<AssetVocabulary> AssetVocabularyLocalService.getGroupVocabularies(long groupId)
           
 AssetVocabulary AssetVocabularyLocalService.getGroupVocabulary(long groupId, String name)
           
 List<AssetLink> AssetLinkLocalService.getLinks(long entryId, int typeId)
           
 AssetEntry AssetEntryLocalService.getNextEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getParentEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getPreviousEntry(long entryId)
           
 List<AssetLink> AssetLinkLocalService.getReverseLinks(long entryId, int typeId)
           
 AssetTag AssetTagService.getTag(long tagId)
           
 AssetTag AssetTagLocalService.getTag(long tagId)
           
 AssetTag AssetTagLocalService.getTag(long groupId, String name)
           
 long[] AssetTagLocalService.getTagIds(long groupId, String[] names)
           
 String[] AssetTagLocalService.getTagNames()
           
 String[] AssetTagLocalService.getTagNames(long classNameId, long classPK)
           
 String[] AssetTagLocalService.getTagNames(String className, long classPK)
           
 List<AssetTagProperty> AssetTagPropertyLocalService.getTagProperties()
           
 List<AssetTagProperty> AssetTagPropertyService.getTagProperties(long tagId)
           
 List<AssetTagProperty> AssetTagPropertyLocalService.getTagProperties(long tagId)
           
 AssetTagProperty AssetTagPropertyLocalService.getTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalService.getTagProperty(long tagId, String key)
           
 String[] AssetTagPropertyLocalService.getTagPropertyKeys(long groupId)
           
 List<AssetTagProperty> AssetTagPropertyService.getTagPropertyValues(long companyId, String key)
           
 List<AssetTagProperty> AssetTagPropertyLocalService.getTagPropertyValues(long groupId, String key)
           
 List<AssetTag> AssetTagLocalService.getTags()
           
 List<AssetTag> AssetTagLocalService.getTags(long classNameId, long classPK)
           
 List<AssetTag> AssetTagService.getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> AssetTagLocalService.getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> AssetTagLocalService.getTags(long groupId, long classNameId, String name, int start, int end)
           
 List<AssetTag> AssetTagService.getTags(String className, long classPK)
           
 List<AssetTag> AssetTagLocalService.getTags(String className, long classPK)
           
 int AssetTagLocalService.getTagsSize(long groupId, long classNameId, String name)
           
 AssetTagStats AssetTagStatsLocalService.getTagStats(long tagId, long classNameId)
           
 List<AssetEntry> AssetEntryLocalService.getTopViewedEntries(String[] className, boolean asc, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getTopViewedEntries(String className, boolean asc, int start, int end)
           
 AssetVocabulary AssetVocabularyService.getVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyLocalService.getVocabulary(long vocabularyId)
           
 List<AssetCategory> AssetCategoryService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 boolean AssetTagLocalService.hasTag(long groupId, String name)
           
 Hits AssetEntryLocalService.search(long companyId, long[] groupIds, String portletId, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean andSearch, int start, int end)
           
 JSONArray AssetTagService.search(long groupId, String name, String[] tagProperties, int start, int end)
           
 JSONArray AssetTagLocalService.search(long groupId, String name, String[] tagProperties, int start, int end)
           
 JSONArray AssetCategoryService.search(long groupId, String name, String[] categoryProperties, int start, int end)
           
 JSONArray AssetCategoryLocalService.search(long groupId, String name, String[] categoryProperties, int start, int end)
           
 Hits AssetEntryLocalService.search(long companyId, String portletId, String keywords, int start, int end)
           
 AssetEntryDisplay[] AssetEntryService.searchEntryDisplays(long companyId, String portletId, String keywords, String languageId, int start, int end)
           
 AssetEntryDisplay[] AssetEntryLocalService.searchEntryDisplays(long companyId, String portletId, String keywords, String languageId, int start, int end)
           
 int AssetEntryService.searchEntryDisplaysCount(long companyId, String portletId, String keywords, String languageId)
           
 int AssetEntryLocalService.searchEntryDisplaysCount(long companyId, String portletId, String keywords, String languageId)
           
 

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

Classes in com.liferay.portlet.blogs.service with annotations of type Transactional
 interface BlogsEntryLocalService
           This interface defines the service.
 interface BlogsEntryService
           This interface defines the service.
 interface BlogsStatsUserLocalService
           This interface defines the service.
 

Methods in com.liferay.portlet.blogs.service with annotations of type Transactional
 List<BlogsEntry> BlogsEntryLocalService.getBlogsEntries(int start, int end)
           
 int BlogsEntryLocalService.getBlogsEntriesCount()
           
 BlogsEntry BlogsEntryLocalService.getBlogsEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalService.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
           
 BlogsStatsUser BlogsStatsUserLocalService.getBlogsStatsUser(long statsUserId)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getBlogsStatsUsers(int start, int end)
           
 int BlogsStatsUserLocalService.getBlogsStatsUsersCount()
           
 List<BlogsEntry> BlogsEntryService.getCompanyEntries(long companyId, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, int status, int start, int end, OrderByComparator obc)
           
 int BlogsEntryLocalService.getCompanyEntriesCount(long companyId, int status)
           
 String BlogsEntryService.getCompanyEntriesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 int BlogsStatsUserLocalService.getCompanyStatsUsersCount(long companyId)
           
 BlogsEntry[] BlogsEntryLocalService.getEntriesPrevAndNext(long entryId)
           
 BlogsEntry BlogsEntryService.getEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalService.getEntry(long entryId)
           
 BlogsEntry BlogsEntryService.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryLocalService.getEntry(long groupId, String urlTitle)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
 int BlogsEntryLocalService.getGroupEntriesCount(long groupId, int status)
           
 String BlogsEntryService.getGroupEntriesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 List<BlogsEntry> BlogsEntryService.getGroupsEntries(long companyId, long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupsEntries(long companyId, long groupId, int status, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 int BlogsStatsUserLocalService.getGroupStatsUsersCount(long groupId)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 int BlogsEntryLocalService.getGroupUserEntriesCount(long groupId, long userId, int status)
           
 List<BlogsEntry> BlogsEntryLocalService.getNoAssetEntries()
           
 List<BlogsEntry> BlogsEntryService.getOrganizationEntries(long organizationId, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalService.getOrganizationEntries(long organizationId, int status, int start, int end)
           
 int BlogsEntryLocalService.getOrganizationEntriesCount(long organizationId, int status)
           
 String BlogsEntryService.getOrganizationEntriesRSS(long organizationId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end)
           
 List<BlogsStatsUser> BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 int BlogsStatsUserLocalService.getOrganizationStatsUsersCount(long organizationId)
           
 BlogsStatsUser BlogsStatsUserLocalService.getStatsUser(long groupId, long userId)
           
 

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

Classes in com.liferay.portlet.bookmarks.service with annotations of type Transactional
 interface BookmarksEntryLocalService
           This interface defines the service.
 interface BookmarksEntryService
           This interface defines the service.
 interface BookmarksFolderLocalService
           This interface defines the service.
 interface BookmarksFolderService
           This interface defines the service.
 

Methods in com.liferay.portlet.bookmarks.service with annotations of type Transactional
 List<BookmarksEntry> BookmarksEntryLocalService.getBookmarksEntries(int start, int end)
           
 int BookmarksEntryLocalService.getBookmarksEntriesCount()
           
 BookmarksEntry BookmarksEntryLocalService.getBookmarksEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
           
 BookmarksFolder BookmarksFolderLocalService.getBookmarksFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalService.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getBookmarksFolders(int start, int end)
           
 int BookmarksFolderLocalService.getBookmarksFoldersCount()
           
 List<BookmarksFolder> BookmarksFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 int BookmarksFolderLocalService.getCompanyFoldersCount(long companyId)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 int BookmarksEntryLocalService.getEntriesCount(long groupId, long folderId)
           
 BookmarksEntry BookmarksEntryService.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.getEntry(long entryId)
           
 BookmarksFolder BookmarksFolderService.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalService.getFolder(long folderId)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getFolders(long groupId, long parentFolderId)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 int BookmarksFolderLocalService.getFoldersCount(long groupId, long parentFolderId)
           
 int BookmarksEntryLocalService.getFoldersEntriesCount(long groupId, List<Long> folderIds)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getGroupEntries(long groupId, long userId, int start, int end)
           
 int BookmarksEntryLocalService.getGroupEntriesCount(long groupId)
           
 int BookmarksEntryLocalService.getGroupEntriesCount(long groupId, long userId)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getNoAssetEntries()
           
 void BookmarksFolderLocalService.getSubfolderIds(List<Long> folderIds, long groupId, long folderId)
           
 

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

Classes in com.liferay.portlet.calendar.service with annotations of type Transactional
 interface CalEventLocalService
           This interface defines the service.
 interface CalEventService
           This interface defines the service.
 

Methods in com.liferay.portlet.calendar.service with annotations of type Transactional
 CalEvent CalEventLocalService.getCalEvent(long eventId)
           
 CalEvent CalEventLocalService.getCalEventByUuidAndGroupId(String uuid, long groupId)
           
 List<CalEvent> CalEventLocalService.getCalEvents(int start, int end)
           
 int CalEventLocalService.getCalEventsCount()
           
 List<CalEvent> CalEventLocalService.getCompanyEvents(long companyId, int start, int end)
           
 int CalEventLocalService.getCompanyEventsCount(long companyId)
           
 CalEvent CalEventService.getEvent(long eventId)
           
 CalEvent CalEventLocalService.getEvent(long eventId)
           
 List<CalEvent> CalEventLocalService.getEvents(long groupId, Calendar cal)
           
 List<CalEvent> CalEventLocalService.getEvents(long groupId, Calendar cal, String type)
           
 List<CalEvent> CalEventLocalService.getEvents(long groupId, String type, int start, int end)
           
 int CalEventLocalService.getEventsCount(long groupId, String type)
           
 List<CalEvent> CalEventLocalService.getNoAssetEvents()
           
 List<CalEvent> CalEventLocalService.getRepeatingEvents(long groupId)
           
 boolean CalEventLocalService.hasEvents(long groupId, Calendar cal)
           
 boolean CalEventLocalService.hasEvents(long groupId, Calendar cal, String type)
           
 

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

Classes in com.liferay.portlet.documentlibrary.service with annotations of type Transactional
 interface DLFileEntryLocalService
           This interface defines the service.
 interface DLFileEntryService
           This interface defines the service.
 interface DLFileRankLocalService
           This interface defines the service.
 interface DLFileShortcutLocalService
           This interface defines the service.
 interface DLFileShortcutService
           This interface defines the service.
 interface DLFileVersionLocalService
           This interface defines the service.
 interface DLFileVersionService
           This interface defines the service.
 interface DLFolderLocalService
           This interface defines the service.
 interface DLFolderService
           This interface defines the service.
 

Methods in com.liferay.portlet.documentlibrary.service with annotations of type Transactional
 List<DLFileEntry> DLFileEntryLocalService.getCompanyFileEntries(long companyId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getCompanyFileEntries(long companyId, int start, int end, OrderByComparator obc)
           
 int DLFileEntryLocalService.getCompanyFileEntriesCount(long companyId)
           
 List<DLFolder> DLFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 int DLFolderLocalService.getCompanyFoldersCount(long companyId)
           
 List<DLFileEntry> DLFileEntryLocalService.getDLFileEntries(int start, int end)
           
 int DLFileEntryLocalService.getDLFileEntriesCount()
           
 DLFileEntry DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileRank DLFileRankLocalService.getDLFileRank(long fileRankId)
           
 List<DLFileRank> DLFileRankLocalService.getDLFileRanks(int start, int end)
           
 int DLFileRankLocalService.getDLFileRanksCount()
           
 DLFileShortcut DLFileShortcutLocalService.getDLFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
           
 List<DLFileShortcut> DLFileShortcutLocalService.getDLFileShortcuts(int start, int end)
           
 int DLFileShortcutLocalService.getDLFileShortcutsCount()
           
 DLFileVersion DLFileVersionLocalService.getDLFileVersion(long fileVersionId)
           
 List<DLFileVersion> DLFileVersionLocalService.getDLFileVersions(int start, int end)
           
 int DLFileVersionLocalService.getDLFileVersionsCount()
           
 DLFolder DLFolderLocalService.getDLFolder(long folderId)
           
 DLFolder DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid, long groupId)
           
 List<DLFolder> DLFolderLocalService.getDLFolders(int start, int end)
           
 int DLFolderLocalService.getDLFoldersCount()
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<Object> DLFolderService.getFileEntriesAndFileShortcuts(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> DLFolderLocalService.getFileEntriesAndFileShortcuts(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> DLFolderService.getFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
 List<Object> DLFolderLocalService.getFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
 int DLFolderService.getFileEntriesAndFileShortcutsCount(long groupId, List<Long> folderIds, int status)
           
 int DLFolderLocalService.getFileEntriesAndFileShortcutsCount(long groupId, List<Long> folderIds, int status)
           
 int DLFolderService.getFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 int DLFolderLocalService.getFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 int DLFileEntryService.getFileEntriesCount(long groupId, long folderId)
           
 int DLFileEntryLocalService.getFileEntriesCount(long groupId, long folderId)
           
 DLFileEntry DLFileEntryLocalService.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryService.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalService.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryService.getFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
 DLFileEntry DLFileEntryLocalService.getFileEntryByTitle(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 List<DLFileRank> DLFileRankLocalService.getFileRanks(long groupId, long userId)
           
 List<DLFileRank> DLFileRankLocalService.getFileRanks(long groupId, long userId, int start, int end)
           
 DLFileShortcut DLFileShortcutService.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalService.getFileShortcut(long fileShortcutId)
           
 DLFileVersion DLFileVersionLocalService.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalService.getFileVersion(long groupId, long folderId, String name, String version)
           
 List<DLFileVersion> DLFileVersionLocalService.getFileVersions(long groupId, long folderId, String name, int status)
           
 DLFolder DLFolderService.getFolder(long folderId)
           
 DLFolder DLFolderLocalService.getFolder(long folderId)
           
 DLFolder DLFolderService.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
           
 long DLFolderService.getFolderId(long groupId, long parentFolderId, String name)
           
 long[] DLFolderService.getFolderIds(long groupId, long folderId)
           
 List<DLFolder> DLFolderLocalService.getFolders(long companyId)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<Object> DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<Object> DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
 List<Object> DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
 int DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, List<Long> folderIds, int status)
           
 int DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, List<Long> folderIds, int status)
           
 int DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 int DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 int DLFolderService.getFoldersCount(long groupId, long parentFolderId)
           
 int DLFolderLocalService.getFoldersCount(long groupId, long parentFolderId)
           
 int DLFileEntryService.getFoldersFileEntriesCount(long groupId, List<Long> folderIds, int status)
           
 int DLFileEntryLocalService.getFoldersFileEntriesCount(long groupId, List<Long> folderIds, int status)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> DLFileEntryService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryLocalService.getGroupFileEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 int DLFileEntryLocalService.getGroupFileEntriesCount(long groupId)
           
 int DLFileEntryService.getGroupFileEntriesCount(long groupId, long userId)
           
 int DLFileEntryLocalService.getGroupFileEntriesCount(long groupId, long userId)
           
 DLFileVersion DLFileVersionLocalService.getLatestFileVersion(long groupId, long folderId, String name)
           
 List<DLFileEntry> DLFileEntryLocalService.getNoAssetFileEntries()
           
 void DLFolderService.getSubfolderIds(List<Long> folderIds, long groupId, long folderId)
           
 void DLFolderLocalService.getSubfolderIds(List<Long> folderIds, long groupId, long folderId)
           
 boolean DLFileEntryService.hasFileEntryLock(long groupId, long folderId, String name)
           
 boolean DLFolderService.hasInheritableLock(long folderId)
           
 

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

Classes in com.liferay.portlet.expando.service with annotations of type Transactional
 interface ExpandoColumnLocalService
           This interface defines the service.
 interface ExpandoColumnService
           This interface defines the service.
 interface ExpandoRowLocalService
           This interface defines the service.
 interface ExpandoTableLocalService
           This interface defines the service.
 interface ExpandoValueLocalService
           This interface defines the service.
 interface ExpandoValueService
           This interface defines the service.
 

Methods in com.liferay.portlet.expando.service with annotations of type Transactional
 ExpandoColumn ExpandoColumnLocalService.getColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long companyId, long classNameId, String tableName, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long tableId, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long companyId, String className, String tableName, String name)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getColumns(long tableId)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getColumns(long companyId, long classNameId, String tableName)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getColumns(long companyId, String className, String tableName)
           
 int ExpandoColumnLocalService.getColumnsCount(long tableId)
           
 int ExpandoColumnLocalService.getColumnsCount(long companyId, long classNameId, String tableName)
           
 int ExpandoColumnLocalService.getColumnsCount(long companyId, String className, String tableName)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
           
 int ExpandoValueLocalService.getColumnValuesCount(long columnId)
           
 int ExpandoValueLocalService.getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName)
           
 int ExpandoValueLocalService.getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName, String data)
           
 int ExpandoValueLocalService.getColumnValuesCount(long companyId, String className, String tableName, String columnName)
           
 int ExpandoValueLocalService.getColumnValuesCount(String className, String tableName, String columnName, String data)
           
 Serializable ExpandoValueService.getData(long companyId, String className, String tableName, String columnName, long classPK)
           
 Serializable ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK)
           
 boolean ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData)
           
 boolean[] ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData)
           
 Date ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData)
           
 Date[] ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData)
           
 double ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData)
           
 double[] ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData)
           
 float ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData)
           
 float[] ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData)
           
 int ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData)
           
 int[] ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData)
           
 long ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData)
           
 long[] ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData)
           
 short ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData)
           
 short[] ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData)
           
 String ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData)
           
 String[] ExpandoValueLocalService.getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData)
           
 Serializable ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long)
 boolean ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, boolean defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, boolean[])
 boolean[] ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, boolean[] defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, boolean[])
 Date ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, Date defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, Date[])
 Date[] ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, Date[] defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, Date[])
 double ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, double defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, double[])
 double[] ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, double[] defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, double[])
 float ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, float defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, float[])
 float[] ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, float[] defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, float[])
 int ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, int defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, int[])
 int[] ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, int[] defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, int[])
 long ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, long defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, long[])
 long[] ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, long[] defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, long[])
 short ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, short defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, short[])
 short[] ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, short[] defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, short[])
 String ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, String defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, String[])
 String[] ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK, String[] defaultData)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, String[])
 ExpandoTable ExpandoTableLocalService.getDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalService.getDefaultTable(long companyId, String className)
           
 ExpandoColumn ExpandoColumnLocalService.getDefaultTableColumn(long companyId, long classNameId, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getDefaultTableColumn(long companyId, String className, String name)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getDefaultTableColumns(long companyId, long classNameId)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getDefaultTableColumns(long companyId, String className)
           
 int ExpandoColumnLocalService.getDefaultTableColumnsCount(long companyId, long classNameId)
           
 int ExpandoColumnLocalService.getDefaultTableColumnsCount(long companyId, String className)
           
 List<ExpandoValue> ExpandoValueLocalService.getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
           
 int ExpandoValueLocalService.getDefaultTableColumnValuesCount(long companyId, long classNameId, String columnName)
           
 int ExpandoValueLocalService.getDefaultTableColumnValuesCount(long companyId, String className, String columnName)
           
 List<ExpandoRow> ExpandoRowLocalService.getDefaultTableRows(long companyId, long classNameId, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getDefaultTableRows(long companyId, String className, int start, int end)
           
 int ExpandoRowLocalService.getDefaultTableRowsCount(long companyId, long classNameId)
           
 int ExpandoRowLocalService.getDefaultTableRowsCount(long companyId, String className)
           
 ExpandoColumn ExpandoColumnLocalService.getExpandoColumn(long columnId)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getExpandoColumns(int start, int end)
           
 int ExpandoColumnLocalService.getExpandoColumnsCount()
           
 ExpandoRow ExpandoRowLocalService.getExpandoRow(long rowId)
           
 List<ExpandoRow> ExpandoRowLocalService.getExpandoRows(int start, int end)
           
 int ExpandoRowLocalService.getExpandoRowsCount()
           
 ExpandoTable ExpandoTableLocalService.getExpandoTable(long tableId)
           
 List<ExpandoTable> ExpandoTableLocalService.getExpandoTables(int start, int end)
           
 int ExpandoTableLocalService.getExpandoTablesCount()
           
 ExpandoValue ExpandoValueLocalService.getExpandoValue(long valueId)
           
 List<ExpandoValue> ExpandoValueLocalService.getExpandoValues(int start, int end)
           
 int ExpandoValueLocalService.getExpandoValuesCount()
           
 JSONObject ExpandoValueService.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
 ExpandoRow ExpandoRowLocalService.getRow(long rowId)
           
 ExpandoRow ExpandoRowLocalService.getRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalService.getRow(long companyId, long classNameId, String tableName, long classPK)
           
 ExpandoRow ExpandoRowLocalService.getRow(long companyId, String className, String tableName, long classPK)
           
 List<ExpandoRow> ExpandoRowLocalService.getRows(long tableId, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getRows(long companyId, long classNameId, String tableName, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getRows(long companyId, String className, String tableName, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getRows(String className, String tableName, int start, int end)
          Deprecated. ExpandoRowLocalService.getRows(long, String, String, int, int)
 int ExpandoRowLocalService.getRowsCount(long tableId)
           
 int ExpandoRowLocalService.getRowsCount(long companyId, long classNameId, String tableName)
           
 int ExpandoRowLocalService.getRowsCount(long companyId, String className, String tableName)
           
 int ExpandoRowLocalService.getRowsCount(String className, String tableName)
          Deprecated. ExpandoRowLocalService.getRowsCount(long, String, String)
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long rowId)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
 int ExpandoValueLocalService.getRowValuesCount(long rowId)
           
 int ExpandoValueLocalService.getRowValuesCount(long companyId, long classNameId, String tableName, long classPK)
           
 int ExpandoValueLocalService.getRowValuesCount(long companyId, String className, String tableName, long classPK)
           
 ExpandoTable ExpandoTableLocalService.getTable(long tableId)
           
 ExpandoTable ExpandoTableLocalService.getTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalService.getTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalService.getTable(long, long, String)
 ExpandoTable ExpandoTableLocalService.getTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalService.getTable(String className, String name)
          Deprecated. ExpandoTableLocalService.getTable(long, String, String)
 List<ExpandoTable> ExpandoTableLocalService.getTables(long companyId, long classNameId)
           
 List<ExpandoTable> ExpandoTableLocalService.getTables(long companyId, String className)
           
 ExpandoValue ExpandoValueLocalService.getValue(long valueId)
           
 ExpandoValue ExpandoValueLocalService.getValue(long columnId, long rowId)
           
 ExpandoValue ExpandoValueLocalService.getValue(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValueLocalService.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalService.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 

Uses of Transactional in com.liferay.portlet.flags.service
 

Classes in com.liferay.portlet.flags.service with annotations of type Transactional
 interface FlagsEntryService
           This interface defines the service.
 

Uses of Transactional in com.liferay.portlet.imagegallery.service
 

Classes in com.liferay.portlet.imagegallery.service with annotations of type Transactional
 interface IGFolderLocalService
           This interface defines the service.
 interface IGFolderService
           This interface defines the service.
 interface IGImageLocalService
           This interface defines the service.
 interface IGImageService
           This interface defines the service.
 

Methods in com.liferay.portlet.imagegallery.service with annotations of type Transactional
 List<IGFolder> IGFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 int IGFolderLocalService.getCompanyFoldersCount(long companyId)
           
 IGFolder IGFolderService.getFolder(long folderId)
           
 IGFolder IGFolderLocalService.getFolder(long folderId)
           
 IGFolder IGFolderService.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
           
 List<IGFolder> IGFolderLocalService.getFolders(long groupId)
           
 List<IGFolder> IGFolderService.getFolders(long groupId, long parentFolderId)
           
 List<IGFolder> IGFolderLocalService.getFolders(long groupId, long parentFolderId)
           
 List<IGFolder> IGFolderService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<IGFolder> IGFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 int IGFolderService.getFoldersCount(long groupId, long parentFolderId)
           
 int IGFolderLocalService.getFoldersCount(long groupId, long parentFolderId)
           
 int IGImageLocalService.getFoldersImagesCount(long groupId, List<Long> folderIds)
           
 List<IGImage> IGImageLocalService.getGroupImages(long groupId, int start, int end)
           
 List<IGImage> IGImageService.getGroupImages(long groupId, long userId, int start, int end)
           
 List<IGImage> IGImageLocalService.getGroupImages(long groupId, long userId, int start, int end)
           
 int IGImageLocalService.getGroupImagesCount(long groupId)
           
 int IGImageService.getGroupImagesCount(long groupId, long userId)
           
 int IGImageLocalService.getGroupImagesCount(long groupId, long userId)
           
 IGFolder IGFolderLocalService.getIGFolder(long folderId)
           
 IGFolder IGFolderLocalService.getIGFolderByUuidAndGroupId(String uuid, long groupId)
           
 List<IGFolder> IGFolderLocalService.getIGFolders(int start, int end)
           
 int IGFolderLocalService.getIGFoldersCount()
           
 IGImage IGImageLocalService.getIGImage(long imageId)
           
 IGImage IGImageLocalService.getIGImageByUuidAndGroupId(String uuid, long groupId)
           
 List<IGImage> IGImageLocalService.getIGImages(int start, int end)
           
 int IGImageLocalService.getIGImagesCount()
           
 IGImage IGImageService.getImage(long imageId)
           
 IGImage IGImageLocalService.getImage(long imageId)
           
 IGImage IGImageLocalService.getImageByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImageLocalService.getImageByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImageService.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageLocalService.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageService.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageLocalService.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageService.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalService.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalService.getImageByUuidAndGroupId(String uuid, long groupId)
           
 List<IGImage> IGImageService.getImages(long groupId, long folderId)
           
 List<IGImage> IGImageLocalService.getImages(long groupId, long folderId)
           
 List<IGImage> IGImageService.getImages(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImageLocalService.getImages(long groupId, long folderId, int start, int end)
           
 List<IGImage> IGImageLocalService.getImages(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 int IGImageService.getImagesCount(long groupId, long folderId)
           
 int IGImageLocalService.getImagesCount(long groupId, long folderId)
           
 List<IGImage> IGImageLocalService.getNoAssetImages()
           
 void IGFolderLocalService.getSubfolderIds(List<Long> folderIds, long groupId, long folderId)
           
 

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

Classes in com.liferay.portlet.journal.service with annotations of type Transactional
 interface JournalArticleImageLocalService
           This interface defines the service.
 interface JournalArticleLocalService
           This interface defines the service.
 interface JournalArticleResourceLocalService
           This interface defines the service.
 interface JournalArticleService
           This interface defines the service.
 interface JournalContentSearchLocalService
           This interface defines the service.
 interface JournalFeedLocalService
           This interface defines the service.
 interface JournalFeedService
           This interface defines the service.
 interface JournalStructureLocalService
           This interface defines the service.
 interface JournalStructureService
           This interface defines the service.
 interface JournalTemplateLocalService
           This interface defines the service.
 interface JournalTemplateService
           This interface defines the service.
 

Methods in com.liferay.portlet.journal.service with annotations of type Transactional
 JournalArticle JournalArticleLocalService.getArticle(long id)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 String JournalArticleLocalService.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(long groupId, String articleId, double version, String viewMode, String templateId, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(long groupId, String articleId, double version, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleService.getArticleContent(long groupId, String articleId, double version, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(long groupId, String articleId, String viewMode, String templateId, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleService.getArticleContent(long groupId, String articleId, String languageId, ThemeDisplay themeDisplay)
           
 List<JournalContentSearch> JournalContentSearchLocalService.getArticleContentSearches()
           
 List<JournalContentSearch> JournalContentSearchLocalService.getArticleContentSearches(long groupId, String articleId)
           
 List<JournalContentSearch> JournalContentSearchLocalService.getArticleContentSearches(String articleId)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, double version, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, double version, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleImage JournalArticleImageLocalService.getArticleImage(long articleImageId)
           
 long JournalArticleImageLocalService.getArticleImageId(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
           
 long JournalArticleImageLocalService.getArticleImageId(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId, boolean tempImage)
           
 List<JournalArticleImage> JournalArticleImageLocalService.getArticleImages(long groupId)
           
 JournalArticleResource JournalArticleResourceLocalService.getArticleResource(long articleResourcePrimKey)
           
 long JournalArticleResourceLocalService.getArticleResourcePrimKey(long groupId, String articleId)
           
 List<JournalArticleResource> JournalArticleResourceLocalService.getArticleResources(long groupId)
           
 List<JournalArticle> JournalArticleLocalService.getArticles()
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, String articleId)
           
 List<JournalArticle> JournalArticleLocalService.getArticlesBySmallImageId(long smallImageId)
           
 int JournalArticleLocalService.getArticlesCount(long groupId)
           
 List<JournalArticle> JournalArticleLocalService.getCompanyArticles(long companyId, int status, int start, int end)
           
 int JournalArticleLocalService.getCompanyArticlesCount(long companyId, int status)
           
 JournalArticle JournalArticleLocalService.getDisplayArticle(long groupId, String articleId)
           
 JournalFeed JournalFeedLocalService.getFeed(long feedId)
           
 JournalFeed JournalFeedService.getFeed(long groupId, long feedId)
           
 JournalFeed JournalFeedService.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalService.getFeed(long groupId, String feedId)
           
 List<JournalFeed> JournalFeedLocalService.getFeeds()
           
 List<JournalFeed> JournalFeedLocalService.getFeeds(long groupId)
           
 List<JournalFeed> JournalFeedLocalService.getFeeds(long groupId, int start, int end)
           
 int JournalFeedLocalService.getFeedsCount(long groupId)
           
 JournalArticle JournalArticleLocalService.getJournalArticle(long id)
           
 JournalArticle JournalArticleLocalService.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
           
 JournalArticleImage JournalArticleImageLocalService.getJournalArticleImage(long articleImageId)
           
 List<JournalArticleImage> JournalArticleImageLocalService.getJournalArticleImages(int start, int end)
           
 int JournalArticleImageLocalService.getJournalArticleImagesCount()
           
 JournalArticleResource JournalArticleResourceLocalService.getJournalArticleResource(long resourcePrimKey)
           
 List<JournalArticleResource> JournalArticleResourceLocalService.getJournalArticleResources(int start, int end)
           
 int JournalArticleResourceLocalService.getJournalArticleResourcesCount()
           
 List<JournalArticle> JournalArticleLocalService.getJournalArticles(int start, int end)
           
 int JournalArticleLocalService.getJournalArticlesCount()
           
 JournalContentSearch JournalContentSearchLocalService.getJournalContentSearch(long contentSearchId)
           
 List<JournalContentSearch> JournalContentSearchLocalService.getJournalContentSearchs(int start, int end)
           
 int JournalContentSearchLocalService.getJournalContentSearchsCount()
           
 JournalFeed JournalFeedLocalService.getJournalFeed(long id)
           
 JournalFeed JournalFeedLocalService.getJournalFeedByUuidAndGroupId(String uuid, long groupId)
           
 List<JournalFeed> JournalFeedLocalService.getJournalFeeds(int start, int end)
           
 int JournalFeedLocalService.getJournalFeedsCount()
           
 JournalStructure JournalStructureLocalService.getJournalStructure(long id)
           
 JournalStructure JournalStructureLocalService.getJournalStructureByUuidAndGroupId(String uuid, long groupId)
           
 List<JournalStructure> JournalStructureLocalService.getJournalStructures(int start, int end)
           
 int JournalStructureLocalService.getJournalStructuresCount()
           
 JournalTemplate JournalTemplateLocalService.getJournalTemplate(long id)
           
 JournalTemplate JournalTemplateLocalService.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
           
 List<JournalTemplate> JournalTemplateLocalService.getJournalTemplates(int start, int end)
           
 int JournalTemplateLocalService.getJournalTemplatesCount()
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 double JournalArticleLocalService.getLatestVersion(long groupId, String articleId)
           
 double JournalArticleLocalService.getLatestVersion(long groupId, String articleId, int status)
           
 List<Long> JournalContentSearchLocalService.getLayoutIds(long groupId, boolean privateLayout, String articleId)
           
 int JournalContentSearchLocalService.getLayoutIdsCount(long groupId, boolean privateLayout, String articleId)
           
 int JournalContentSearchLocalService.getLayoutIdsCount(String articleId)
           
 JournalStructure JournalStructureLocalService.getStructure(long id)
           
 JournalStructure JournalStructureService.getStructure(long groupId, String structureId)
           
 JournalStructure JournalStructureLocalService.getStructure(long groupId, String structureId)
           
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String structureId)
           
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
 int JournalArticleLocalService.getStructureArticlesCount(long groupId, String structureId)
           
 List<JournalStructure> JournalStructureLocalService.getStructures()
           
 List<JournalStructure> JournalStructureLocalService.getStructures(long groupId)
           
 List<JournalStructure> JournalStructureLocalService.getStructures(long groupId, int start, int end)
           
 int JournalStructureLocalService.getStructuresCount(long groupId)
           
 List<JournalTemplate> JournalTemplateService.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId, int start, int end)
           
 int JournalTemplateLocalService.getStructureTemplatesCount(long groupId, String structureId)
           
 JournalTemplate JournalTemplateLocalService.getTemplate(long id)
           
 JournalTemplate JournalTemplateService.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalService.getTemplate(long groupId, String templateId)
           
 List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String templateId)
           
 List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
 int JournalArticleLocalService.getTemplateArticlesCount(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates()
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates(long groupId)
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates(long groupId, int start, int end)
           
 int JournalTemplateLocalService.getTemplatesCount(long groupId)
           
 boolean JournalArticleLocalService.hasArticle(long groupId, String articleId)
           
 boolean JournalTemplateLocalService.hasTemplate(long groupId, String templateId)
           
 boolean JournalArticleLocalService.isLatestVersion(long groupId, String articleId, double version)
           
 boolean JournalArticleLocalService.isLatestVersion(long groupId, String articleId, double version, int status)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalService.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedLocalService.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator obc)
           
 List<JournalStructure> JournalStructureLocalService.search(long companyId, long groupId, String structureId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalFeed> JournalFeedLocalService.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 int JournalStructureLocalService.searchCount(long companyId, long groupId, String keywords)
           
 int JournalFeedLocalService.searchCount(long companyId, long groupId, String keywords)
           
 int JournalArticleLocalService.searchCount(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate)
           
 int JournalArticleLocalService.searchCount(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator)
           
 int JournalArticleLocalService.searchCount(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator)
           
 int JournalTemplateLocalService.searchCount(long companyId, long groupId, String keywords, String structureId, String structureIdComparator)
           
 int JournalStructureLocalService.searchCount(long companyId, long groupId, String structureId, String name, String description, boolean andOperator)
           
 int JournalFeedLocalService.searchCount(long companyId, long groupId, String feedId, String name, String description, boolean andOperator)
           
 int JournalTemplateLocalService.searchCount(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator)
           
 

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

Classes in com.liferay.portlet.messageboards.service with annotations of type Transactional
 interface MBBanLocalService
           This interface defines the service.
 interface MBBanService
           This interface defines the service.
 interface MBCategoryLocalService
           This interface defines the service.
 interface MBCategoryService
           This interface defines the service.
 interface MBDiscussionLocalService
           This interface defines the service.
 interface MBMailingListLocalService
           This interface defines the service.
 interface MBMessageFlagLocalService
           This interface defines the service.
 interface MBMessageFlagService
           This interface defines the service.
 interface MBMessageLocalService
           This interface defines the service.
 interface MBMessageService
           This interface defines the service.
 interface MBStatsUserLocalService
           This interface defines the service.
 interface MBThreadLocalService
           This interface defines the service.
 interface MBThreadService
           This interface defines the service.
 

Methods in com.liferay.portlet.messageboards.service with annotations of type Transactional
 List<MBBan> MBBanLocalService.getBans(long groupId, int start, int end)
           
 int MBBanLocalService.getBansCount(long groupId)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 int MBCategoryLocalService.getCategoriesCount(long groupId)
           
 int MBCategoryService.getCategoriesCount(long groupId, long parentCategoryId)
           
 int MBCategoryLocalService.getCategoriesCount(long groupId, long parentCategoryId)
           
 int MBCategoryService.getCategoriesCount(long groupId, long[] parentCategoryIds)
           
 int MBCategoryLocalService.getCategoriesCount(long groupId, long[] parentCategoryIds)
           
 MBCategory MBCategoryService.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalService.getCategory(long categoryId)
           
 long[] MBCategoryService.getCategoryIds(long groupId, long categoryId)
           
 MBMailingList MBMailingListLocalService.getCategoryMailingList(long groupId, long categoryId)
           
 List<MBMessage> MBMessageService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
 int MBMessageService.getCategoryMessagesCount(long groupId, long categoryId, int status)
           
 int MBMessageLocalService.getCategoryMessagesCount(long groupId, long categoryId, int status)
           
 String MBMessageService.getCategoryMessagesRSS(long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 int MBThreadLocalService.getCategoryThreadsCount(long groupId, long categoryId, int status)
           
 List<MBCategory> MBCategoryLocalService.getCompanyCategories(long companyId, int start, int end)
           
 int MBCategoryLocalService.getCompanyCategoriesCount(long companyId)
           
 List<MBMessage> MBMessageLocalService.getCompanyMessages(long companyId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
 int MBMessageLocalService.getCompanyMessagesCount(long companyId, int status)
           
 String MBMessageService.getCompanyMessagesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 MBDiscussion MBDiscussionLocalService.getDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalService.getDiscussion(String className, long classPK)
           
 MBMessageDisplay MBMessageLocalService.getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status)
           
 MBMessageDisplay MBMessageLocalService.getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status, String threadView)
           
 int MBMessageLocalService.getDiscussionMessagesCount(long classNameId, long classPK, int status)
           
 int MBMessageLocalService.getDiscussionMessagesCount(String className, long classPK, int status)
           
 List<MBDiscussion> MBMessageLocalService.getDiscussions(String className)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 int MBMessageLocalService.getGroupMessagesCount(long groupId, int status)
           
 int MBMessageLocalService.getGroupMessagesCount(long groupId, long userId, int status)
           
 String MBMessageService.getGroupMessagesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getGroupMessagesRSS(long groupId, long userId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, int status, int start, int end)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 int MBThreadLocalService.getGroupThreadsCount(long groupId, int status)
           
 int MBThreadService.getGroupThreadsCount(long groupId, long userId, int status)
           
 int MBThreadLocalService.getGroupThreadsCount(long groupId, long userId, int status)
           
 int MBThreadService.getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed)
           
 int MBThreadLocalService.getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed)
           
 int MBThreadService.getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous)
           
 int MBThreadLocalService.getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous)
           
 MBBan MBBanLocalService.getMBBan(long banId)
           
 List<MBBan> MBBanLocalService.getMBBans(int start, int end)
           
 int MBBanLocalService.getMBBansCount()
           
 List<MBCategory> MBCategoryLocalService.getMBCategories(int start, int end)
           
 int MBCategoryLocalService.getMBCategoriesCount()
           
 MBCategory MBCategoryLocalService.getMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalService.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
           
 MBDiscussion MBDiscussionLocalService.getMBDiscussion(long discussionId)
           
 List<MBDiscussion> MBDiscussionLocalService.getMBDiscussions(int start, int end)
           
 int MBDiscussionLocalService.getMBDiscussionsCount()
           
 MBMailingList MBMailingListLocalService.getMBMailingList(long mailingListId)
           
 MBMailingList MBMailingListLocalService.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
           
 List<MBMailingList> MBMailingListLocalService.getMBMailingLists(int start, int end)
           
 int MBMailingListLocalService.getMBMailingListsCount()
           
 MBMessage MBMessageLocalService.getMBMessage(long messageId)
           
 MBMessage MBMessageLocalService.getMBMessageByUuidAndGroupId(String uuid, long groupId)
           
 MBMessageFlag MBMessageFlagLocalService.getMBMessageFlag(long messageFlagId)
           
 List<MBMessageFlag> MBMessageFlagLocalService.getMBMessageFlags(int start, int end)
           
 int MBMessageFlagLocalService.getMBMessageFlagsCount()
           
 List<MBMessage> MBMessageLocalService.getMBMessages(int start, int end)
           
 int MBMessageLocalService.getMBMessagesCount()
           
 MBStatsUser MBStatsUserLocalService.getMBStatsUser(long statsUserId)
           
 List<MBStatsUser> MBStatsUserLocalService.getMBStatsUsers(int start, int end)
           
 int MBStatsUserLocalService.getMBStatsUsersCount()
           
 MBThread MBThreadLocalService.getMBThread(long threadId)
           
 List<MBThread> MBThreadLocalService.getMBThreads(int start, int end)
           
 int MBThreadLocalService.getMBThreadsCount()
           
 MBMessage MBMessageService.getMessage(long messageId)
           
 MBMessage MBMessageLocalService.getMessage(long messageId)
           
 long MBStatsUserLocalService.getMessageCountByUserId(long userId)
           
 MBMessageDisplay MBMessageService.getMessageDisplay(long messageId, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay MBMessageLocalService.getMessageDisplay(long messageId, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay MBMessageLocalService.getMessageDisplay(MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
 List<MBMessage> MBMessageLocalService.getMessages(String className, long classPK, int status)
           
 List<MBMessage> MBMessageLocalService.getNoAssetMessages()
           
 int MBMessageLocalService.getPositionInThread(long messageId)
           
 List<MBThread> MBThreadLocalService.getPriorityThreads(long categoryId, double priority)
           
 List<MBThread> MBThreadLocalService.getPriorityThreads(long categoryId, double priority, boolean inherit)
           
 MBMessageFlag MBMessageFlagLocalService.getReadFlag(long userId, MBThread thread)
           
 MBStatsUser MBStatsUserLocalService.getStatsUser(long groupId, long userId)
           
 List<MBStatsUser> MBStatsUserLocalService.getStatsUsersByGroupId(long groupId, int start, int end)
           
 int MBStatsUserLocalService.getStatsUsersByGroupIdCount(long groupId)
           
 List<MBStatsUser> MBStatsUserLocalService.getStatsUsersByUserId(long userId)
           
 List<Long> MBCategoryService.getSubcategoryIds(List<Long> categoryIds, long groupId, long categoryId)
           
 List<Long> MBCategoryLocalService.getSubcategoryIds(List<Long> categoryIds, long groupId, long categoryId)
           
 List<MBCategory> MBCategoryService.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 int MBCategoryService.getSubscribedCategoriesCount(long groupId, long userId)
           
 int MBCategoryLocalService.getSubscribedCategoriesCount(long groupId, long userId)
           
 MBThread MBThreadLocalService.getThread(long threadId)
           
 MBDiscussion MBDiscussionLocalService.getThreadDiscussion(long threadId)
           
 List<MBMessage> MBMessageLocalService.getThreadMessages(long threadId, int status)
           
 List<MBMessage> MBMessageLocalService.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
 List<MBMessage> MBMessageLocalService.getThreadMessages(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessageService.getThreadMessages(long groupId, long categoryId, long threadId, int status, int start, int end)
           
 int MBMessageLocalService.getThreadMessagesCount(long threadId, int status)
           
 int MBMessageService.getThreadMessagesCount(long groupId, long categoryId, long threadId, int status)
           
 String MBMessageService.getThreadMessagesRSS(long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 List<MBMessage> MBMessageLocalService.getThreadRepliesMessages(long threadId, int status, int start, int end)
           
 List<MBThread> MBThreadService.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalService.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 int MBThreadService.getThreadsCount(long groupId, long categoryId, int status)
           
 int MBThreadLocalService.getThreadsCount(long groupId, long categoryId, int status)
           
 boolean MBMessageFlagLocalService.hasAnswerFlag(long messageId)
           
 boolean MBBanLocalService.hasBan(long groupId, long banUserId)
           
 boolean MBMessageFlagLocalService.hasQuestionFlag(long messageId)
           
 boolean MBMessageFlagLocalService.hasReadFlag(long userId, MBThread thread)
           
 

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

Methods in com.liferay.portlet.messageboards.service.impl with annotations of type Transactional
 void MBBanLocalServiceImpl.checkBan(long groupId, long banUserId)
           
 

Uses of Transactional in com.liferay.portlet.polls.service
 

Classes in com.liferay.portlet.polls.service with annotations of type Transactional
 interface PollsChoiceLocalService
           This interface defines the service.
 interface PollsQuestionLocalService
           This interface defines the service.
 interface PollsQuestionService
           This interface defines the service.
 interface PollsVoteLocalService
           This interface defines the service.
 interface PollsVoteService
           This interface defines the service.
 

Methods in com.liferay.portlet.polls.service with annotations of type Transactional
 PollsChoice PollsChoiceLocalService.getChoice(long choiceId)
           
 List<PollsChoice> PollsChoiceLocalService.getChoices(long questionId)
           
 int PollsChoiceLocalService.getChoicesCount(long questionId)
           
 List<PollsVote> PollsVoteLocalService.getChoiceVotes(long choiceId, int start, int end)
           
 int PollsVoteLocalService.getChoiceVotesCount(long choiceId)
           
 PollsChoice PollsChoiceLocalService.getPollsChoice(long choiceId)
           
 List<PollsChoice> PollsChoiceLocalService.getPollsChoices(int start, int end)
           
 int PollsChoiceLocalService.getPollsChoicesCount()
           
 PollsQuestion PollsQuestionLocalService.getPollsQuestion(long questionId)
           
 PollsQuestion PollsQuestionLocalService.getPollsQuestionByUuidAndGroupId(String uuid, long groupId)
           
 List<PollsQuestion> PollsQuestionLocalService.getPollsQuestions(int start, int end)
           
 int PollsQuestionLocalService.getPollsQuestionsCount()
           
 PollsVote PollsVoteLocalService.getPollsVote(long voteId)
           
 List<PollsVote> PollsVoteLocalService.getPollsVotes(int start, int end)
           
 int PollsVoteLocalService.getPollsVotesCount()
           
 PollsQuestion PollsQuestionService.getQuestion(long questionId)
           
 PollsQuestion PollsQuestionLocalService.getQuestion(long questionId)
           
 List<PollsQuestion> PollsQuestionLocalService.getQuestions(long groupId)
           
 List<PollsQuestion> PollsQuestionLocalService.getQuestions(long groupId, int start, int end)
           
 int PollsQuestionLocalService.getQuestionsCount(long groupId)
           
 List<PollsVote> PollsVoteLocalService.getQuestionVotes(long questionId, int start, int end)
           
 int PollsVoteLocalService.getQuestionVotesCount(long questionId)
           
 PollsVote PollsVoteLocalService.getVote(long questionId, long userId)
           
 

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

Classes in com.liferay.portlet.ratings.service with annotations of type Transactional
 interface RatingsEntryLocalService
           This interface defines the service.
 interface RatingsEntryService
           This interface defines the service.
 interface RatingsStatsLocalService
           This interface defines the service.
 

Methods in com.liferay.portlet.ratings.service with annotations of type Transactional
 List<RatingsEntry> RatingsEntryLocalService.getEntries(long userId, String className, List<Long> classPKs)
           
 List<RatingsEntry> RatingsEntryLocalService.getEntries(String className, long classPK)
           
 RatingsEntry RatingsEntryLocalService.getEntry(long userId, String className, long classPK)
           
 List<RatingsEntry> RatingsEntryLocalService.getRatingsEntries(int start, int end)
           
 int RatingsEntryLocalService.getRatingsEntriesCount()
           
 RatingsEntry RatingsEntryLocalService.getRatingsEntry(long entryId)
           
 RatingsStats RatingsStatsLocalService.getRatingsStats(long statsId)
           
 List<RatingsStats> RatingsStatsLocalService.getRatingsStatses(int start, int end)
           
 int RatingsStatsLocalService.getRatingsStatsesCount()
           
 RatingsStats RatingsStatsLocalService.getStats(long statsId)
           
 List<RatingsStats> RatingsStatsLocalService.getStats(String className, List<Long> classPKs)
           
 RatingsStats RatingsStatsLocalService.getStats(String className, long classPK)
           
 

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

Classes in com.liferay.portlet.shopping.service with annotations of type Transactional
 interface ShoppingCartLocalService
           This interface defines the service.
 interface ShoppingCategoryLocalService
           This interface defines the service.
 interface ShoppingCategoryService
           This interface defines the service.
 interface ShoppingCouponLocalService
           This interface defines the service.
 interface ShoppingCouponService
           This interface defines the service.
 interface ShoppingItemFieldLocalService
           This interface defines the service.
 interface ShoppingItemLocalService
           This interface defines the service.
 interface ShoppingItemPriceLocalService
           This interface defines the service.
 interface ShoppingItemService
           This interface defines the service.
 interface ShoppingOrderItemLocalService
           This interface defines the service.
 interface ShoppingOrderLocalService
           This interface defines the service.
 interface ShoppingOrderService
           This interface defines the service.
 

Methods in com.liferay.portlet.shopping.service with annotations of type Transactional
 ShoppingCart ShoppingCartLocalService.getCart(long userId, long groupId)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getCategories(long groupId)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 int ShoppingCategoryLocalService.getCategoriesCount(long groupId, long parentCategoryId)
           
 int ShoppingItemLocalService.getCategoriesItemsCount(long groupId, List<Long> categoryIds)
           
 ShoppingCategory ShoppingCategoryService.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalService.getCategory(long categoryId)
           
 ShoppingCoupon ShoppingCouponLocalService.getCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponService.getCoupon(long groupId, long couponId)
           
 ShoppingCoupon ShoppingCouponLocalService.getCoupon(String code)
           
 List<ShoppingItem> ShoppingItemLocalService.getFeaturedItems(long groupId, long categoryId, int numOfItems)
           
 ShoppingItem ShoppingItemService.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalService.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalService.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalService.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemBySmallImageId(long smallImageId)
           
 List<ShoppingItemField> ShoppingItemFieldLocalService.getItemFields(long itemId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalService.getItemPrices(long itemId)
           
 List<ShoppingItem> ShoppingItemLocalService.getItems(long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemLocalService.getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc)
           
 Map<ShoppingCartItem,Integer> ShoppingCartLocalService.getItems(long groupId, String itemIds)
           
 int ShoppingItemLocalService.getItemsCount(long groupId, long categoryId)
           
 ShoppingItem[] ShoppingItemLocalService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingOrder ShoppingOrderLocalService.getLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalService.getOrder(long orderId)
           
 ShoppingOrder ShoppingOrderService.getOrder(long groupId, long orderId)
           
 ShoppingOrder ShoppingOrderLocalService.getOrder(String number)
           
 List<ShoppingOrderItem> ShoppingOrderItemLocalService.getOrderItems(long orderId)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getParentCategories(long categoryId)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getParentCategories(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalService.getParentCategory(ShoppingCategory category)
           
 ShoppingOrder ShoppingOrderLocalService.getPayPalTxnIdOrder(String ppTxnId)
           
 List<ShoppingItem> ShoppingItemLocalService.getSaleItems(long groupId, long categoryId, int numOfItems)
           
 ShoppingCart ShoppingCartLocalService.getShoppingCart(long cartId)
           
 List<ShoppingCart> ShoppingCartLocalService.getShoppingCarts(int start, int end)
           
 int ShoppingCartLocalService.getShoppingCartsCount()
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getShoppingCategories(int start, int end)
           
 int ShoppingCategoryLocalService.getShoppingCategoriesCount()
           
 ShoppingCategory ShoppingCategoryLocalService.getShoppingCategory(long categoryId)
           
 ShoppingCoupon ShoppingCouponLocalService.getShoppingCoupon(long couponId)
           
 List<ShoppingCoupon> ShoppingCouponLocalService.getShoppingCoupons(int start, int end)
           
 int ShoppingCouponLocalService.getShoppingCouponsCount()
           
 ShoppingItem ShoppingItemLocalService.getShoppingItem(long itemId)
           
 ShoppingItemField ShoppingItemFieldLocalService.getShoppingItemField(long itemFieldId)
           
 List<ShoppingItemField> ShoppingItemFieldLocalService.getShoppingItemFields(int start, int end)
           
 int ShoppingItemFieldLocalService.getShoppingItemFieldsCount()
           
 ShoppingItemPrice ShoppingItemPriceLocalService.getShoppingItemPrice(long itemPriceId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalService.getShoppingItemPrices(int start, int end)
           
 int ShoppingItemPriceLocalService.getShoppingItemPricesCount()
           
 List<ShoppingItem> ShoppingItemLocalService.getShoppingItems(int start, int end)
           
 int ShoppingItemLocalService.getShoppingItemsCount()
           
 ShoppingOrder ShoppingOrderLocalService.getShoppingOrder(long orderId)
           
 ShoppingOrderItem ShoppingOrderItemLocalService.getShoppingOrderItem(long orderItemId)
           
 List<ShoppingOrderItem> ShoppingOrderItemLocalService.getShoppingOrderItems(int start, int end)
           
 int ShoppingOrderItemLocalService.getShoppingOrderItemsCount()
           
 List<ShoppingOrder> ShoppingOrderLocalService.getShoppingOrders(int start, int end)
           
 int ShoppingOrderLocalService.getShoppingOrdersCount()
           
 void ShoppingCategoryLocalService.getSubcategoryIds(List<Long> categoryIds, long groupId, long categoryId)
           
 List<ShoppingItem> ShoppingItemLocalService.search(long groupId, long[] categoryIds, String keywords, int start, int end)
           
 List<ShoppingOrder> ShoppingOrderLocalService.search(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponService.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponLocalService.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 int ShoppingItemLocalService.searchCount(long groupId, long[] categoryIds, String keywords)
           
 int ShoppingOrderLocalService.searchCount(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator)
           
 int ShoppingCouponLocalService.searchCount(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator)
           
 

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

Classes in com.liferay.portlet.social.service with annotations of type Transactional
 interface SocialActivityInterpreterLocalService
           This interface defines the service.
 interface SocialActivityLocalService
           This interface defines the service.
 interface SocialEquityHistoryLocalService
           This interface defines the service.
 interface SocialEquityLogLocalService
           This interface defines the service.
 interface SocialEquitySettingLocalService
           This interface defines the service.
 interface SocialEquityUserLocalService
           This interface defines the service.
 interface SocialRelationLocalService
           This interface defines the service.
 interface SocialRequestInterpreterLocalService
           This interface defines the service.
 interface SocialRequestLocalService
           This interface defines the service.
 

Methods in com.liferay.portlet.social.service with annotations of type Transactional
 List<SocialActivity> SocialActivityLocalService.getActivities(long classNameId, int start, int end)
           
 List<SocialActivity> SocialActivityLocalService.getActivities(long mirrorActivityId, long classNameId, long classPK, int start, int end)
           
 List<SocialActivity> SocialActivityLocalService.getActivities(long mirrorActivityId, String className, long classPK, int start, int end)
           
 List<SocialActivity> SocialActivityLocalService.getActivities(String className, int start, int end)
           
 int SocialActivityLocalService.getActivitiesCount(long classNameId)
           
 int SocialActivityLocalService.getActivitiesCount(long mirrorActivityId, long classNameId, long classPK)
           
 int SocialActivityLocalService.getActivitiesCount(long mirrorActivityId, String className, long classPK)
           
 int SocialActivityLocalService.getActivitiesCount(String className)
           
 SocialActivity SocialActivityLocalService.getActivity(long activityId)
           
 SocialEquityValue SocialEquityUserLocalService.getContributionEquity(long userId)
           
 List<SocialEquitySetting> SocialEquitySettingLocalService.getEquitySettings(long groupId, long classNameId, String actionId)
           
 List<SocialEquitySetting> SocialEquitySettingLocalService.getEquitySettings(long groupId, String className, String actionId)
           
 List<SocialActivity> SocialActivityLocalService.getGroupActivities(long groupId, int start, int end)
           
 int SocialActivityLocalService.getGroupActivitiesCount(long groupId)
           
 List<SocialActivity> SocialActivityLocalService.getGroupUsersActivities(long groupId, int start, int end)
           
 int SocialActivityLocalService.getGroupUsersActivitiesCount(long groupId)
           
 SocialActivity SocialActivityLocalService.getMirrorActivity(long mirrorActivityId)
           
 List<SocialActivity> SocialActivityLocalService.getOrganizationActivities(long organizationId, int start, int end)
           
 int SocialActivityLocalService.getOrganizationActivitiesCount(long organizationId)
           
 List<SocialActivity> SocialActivityLocalService.getOrganizationUsersActivities(long organizationId, int start, int end)
           
 int SocialActivityLocalService.getOrganizationUsersActivitiesCount(long organizationId)
           
 SocialEquityValue SocialEquityUserLocalService.getParticipationEquity(long userId)
           
 List<SocialEquityUser> SocialEquityUserLocalService.getRankedSocialEquityUsers(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 int SocialEquityUserLocalService.getRankedSocialEquityUsersCount(long groupId)
           
 List<SocialRequest> SocialRequestLocalService.getReceiverUserRequests(long receiverUserId, int start, int end)
           
 List<SocialRequest> SocialRequestLocalService.getReceiverUserRequests(long receiverUserId, int status, int start, int end)
           
 int SocialRequestLocalService.getReceiverUserRequestsCount(long receiverUserId)
           
 int SocialRequestLocalService.getReceiverUserRequestsCount(long receiverUserId, int status)
           
 SocialRelation SocialRelationLocalService.getRelation(long relationId)
           
 SocialRelation SocialRelationLocalService.getRelation(long userId1, long userId2, int type)
           
 List<SocialActivity> SocialActivityLocalService.getRelationActivities(long userId, int start, int end)
           
 List<SocialActivity> SocialActivityLocalService.getRelationActivities(long userId, int type, int start, int end)
           
 int SocialActivityLocalService.getRelationActivitiesCount(long userId)
           
 int SocialActivityLocalService.getRelationActivitiesCount(long userId, int type)
           
 List<SocialRelation> SocialRelationLocalService.getRelations(long userId, int type, int start, int end)
           
 int SocialRelationLocalService.getRelationsCount(long userId, int type)
           
 List<SocialActivity> SocialActivityLocalService.getSocialActivities(int start, int end)
           
 int SocialActivityLocalService.getSocialActivitiesCount()
           
 SocialActivity SocialActivityLocalService.getSocialActivity(long activityId)
           
 List<SocialEquityHistory> SocialEquityHistoryLocalService.getSocialEquityHistories(int start, int end)
           
 int SocialEquityHistoryLocalService.getSocialEquityHistoriesCount()
           
 SocialEquityHistory SocialEquityHistoryLocalService.getSocialEquityHistory(long equityHistoryId)
           
 SocialEquityLog SocialEquityLogLocalService.getSocialEquityLog(long equityLogId)
           
 List<SocialEquityLog> SocialEquityLogLocalService.getSocialEquityLogs(int start, int end)
           
 int SocialEquityLogLocalService.getSocialEquityLogsCount()
           
 SocialEquitySetting SocialEquitySettingLocalService.getSocialEquitySetting(long equitySettingId)
           
 List<SocialEquitySetting> SocialEquitySettingLocalService.getSocialEquitySettings(int start, int end)
           
 int SocialEquitySettingLocalService.getSocialEquitySettingsCount()
           
 SocialEquityUser SocialEquityUserLocalService.getSocialEquityUser(long equityUserId)
           
 List<SocialEquityUser> SocialEquityUserLocalService.getSocialEquityUsers(int start, int end)
           
 int SocialEquityUserLocalService.getSocialEquityUsersCount()
           
 SocialRelation SocialRelationLocalService.getSocialRelation(long relationId)
           
 List<SocialRelation> SocialRelationLocalService.getSocialRelations(int start, int end)
           
 int SocialRelationLocalService.getSocialRelationsCount()
           
 SocialRequest SocialRequestLocalService.getSocialRequest(long requestId)
           
 SocialRequest SocialRequestLocalService.getSocialRequestByUuidAndGroupId(String uuid, long groupId)
           
 List<SocialRequest> SocialRequestLocalService.getSocialRequests(int start, int end)
           
 int SocialRequestLocalService.getSocialRequestsCount()
           
 List<SocialActivity> SocialActivityLocalService.getUserActivities(long userId, int start, int end)
           
 int SocialActivityLocalService.getUserActivitiesCount(long userId)
           
 List<SocialActivity> SocialActivityLocalService.getUserGroupsActivities(long userId, int start, int end)
           
 int SocialActivityLocalService.getUserGroupsActivitiesCount(long userId)
           
 List<SocialActivity> SocialActivityLocalService.getUserGroupsAndOrganizationsActivities(long userId, int start, int end)
           
 int SocialActivityLocalService.getUserGroupsAndOrganizationsActivitiesCount(long userId)
           
 List<SocialActivity> SocialActivityLocalService.getUserOrganizationsActivities(long userId, int start, int end)
           
 int SocialActivityLocalService.getUserOrganizationsActivitiesCount(long userId)
           
 List<SocialRequest> SocialRequestLocalService.getUserRequests(long userId, int start, int end)
           
 List<SocialRequest> SocialRequestLocalService.getUserRequests(long userId, int status, int start, int end)
           
 int SocialRequestLocalService.getUserRequestsCount(long userId)
           
 int SocialRequestLocalService.getUserRequestsCount(long userId, int status)
           
 boolean SocialRelationLocalService.hasRelation(long userId1, long userId2, int type)
           
 boolean SocialRequestLocalService.hasRequest(long userId, String className, long classPK, int type, int status)
           
 boolean SocialRequestLocalService.hasRequest(long userId, String className, long classPK, int type, long receiverUserId, int status)
           
 boolean SocialRelationLocalService.isRelatable(long userId1, long userId2, int type)
           
 

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

Classes in com.liferay.portlet.softwarecatalog.service with annotations of type Transactional
 interface SCFrameworkVersionLocalService
           This interface defines the service.
 interface SCFrameworkVersionService
           This interface defines the service.
 interface SCLicenseLocalService
           This interface defines the service.
 interface SCLicenseService
           This interface defines the service.
 interface SCProductEntryLocalService
           This interface defines the service.
 interface SCProductEntryService
           This interface defines the service.
 interface SCProductScreenshotLocalService
           This interface defines the service.
 interface SCProductVersionLocalService
           This interface defines the service.
 interface SCProductVersionService
           This interface defines the service.
 

Methods in com.liferay.portlet.softwarecatalog.service with annotations of type Transactional
 List<SCProductEntry> SCProductEntryLocalService.getCompanyProductEntries(long companyId, int start, int end)
           
 int SCProductEntryLocalService.getCompanyProductEntriesCount(long companyId)
           
 SCFrameworkVersion SCFrameworkVersionService.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.getFrameworkVersion(long frameworkVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionService.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> SCFrameworkVersionService.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getFrameworkVersions(long groupId, int start, int end)
           
 int SCFrameworkVersionLocalService.getFrameworkVersionsCount(long groupId)
           
 int SCFrameworkVersionLocalService.getFrameworkVersionsCount(long groupId, boolean active)
           
 SCLicense SCLicenseService.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalService.getLicense(long licenseId)
           
 List<SCLicense> SCLicenseLocalService.getLicenses()
           
 List<SCLicense> SCLicenseLocalService.getLicenses(boolean active, boolean recommended)
           
 List<SCLicense> SCLicenseLocalService.getLicenses(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> SCLicenseLocalService.getLicenses(int start, int end)
           
 int SCLicenseLocalService.getLicensesCount()
           
 int SCLicenseLocalService.getLicensesCount(boolean active, boolean recommended)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 int SCProductEntryLocalService.getProductEntriesCount(long groupId)
           
 int SCProductEntryLocalService.getProductEntriesCount(long groupId, long userId)
           
 SCProductEntry SCProductEntryService.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalService.getProductEntry(long productEntryId)
           
 List<SCLicense> SCLicenseLocalService.getProductEntryLicenses(long productEntryId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshotByThumbnailId(long thumbnailId)
           
 List<SCProductScreenshot> SCProductScreenshotLocalService.getProductScreenshots(long productEntryId)
           
 SCProductVersion SCProductVersionService.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getProductVersionFrameworkVersions(long productVersionId)
           
 List<SCProductVersion> SCProductVersionService.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionLocalService.getProductVersions(long productEntryId, int start, int end)
           
 int SCProductVersionService.getProductVersionsCount(long productEntryId)
           
 int SCProductVersionLocalService.getProductVersionsCount(long productEntryId)
           
 String SCProductEntryLocalService.getRepositoryXML(long groupId, String baseImageURL, Date oldestDate, int maxNumOfVersions, Properties repoSettings)
           
 String SCProductEntryLocalService.getRepositoryXML(long groupId, String version, String baseImageURL, Date oldestDate, int maxNumOfVersions, Properties repoSettings)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.getSCFrameworkVersion(long frameworkVersionId)
           
 List<SCFrameworkVersion> SCFrameworkVersionLocalService.getSCFrameworkVersions(int start, int end)
           
 int SCFrameworkVersionLocalService.getSCFrameworkVersionsCount()
           
 SCLicense SCLicenseLocalService.getSCLicense(long licenseId)
           
 List<SCLicense> SCLicenseLocalService.getSCLicenses(int start, int end)
           
 int SCLicenseLocalService.getSCLicensesCount()
           
 List<SCProductEntry> SCProductEntryLocalService.getSCProductEntries(int start, int end)
           
 int SCProductEntryLocalService.getSCProductEntriesCount()
           
 SCProductEntry SCProductEntryLocalService.getSCProductEntry(long productEntryId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getSCProductScreenshot(long productScreenshotId)
           
 List<SCProductScreenshot> SCProductScreenshotLocalService.getSCProductScreenshots(int start, int end)
           
 int SCProductScreenshotLocalService.getSCProductScreenshotsCount()
           
 SCProductVersion SCProductVersionLocalService.getSCProductVersion(long productVersionId)
           
 List<SCProductVersion> SCProductVersionLocalService.getSCProductVersions(int start, int end)
           
 int SCProductVersionLocalService.getSCProductVersionsCount()
           
 

Uses of Transactional in com.liferay.portlet.tasks.service
 

Classes in com.liferay.portlet.tasks.service with annotations of type Transactional
 interface TasksProposalLocalService
           This interface defines the service.
 interface TasksProposalService
           This interface defines the service.
 interface TasksReviewLocalService
           This interface defines the service.
 interface TasksReviewService
           This interface defines the service.
 

Methods in com.liferay.portlet.tasks.service with annotations of type Transactional
 TasksProposal TasksProposalLocalService.getProposal(long proposalId)
           
 TasksProposal TasksProposalLocalService.getProposal(long classNameId, String classPK)
           
 TasksProposal TasksProposalLocalService.getProposal(String className, String classPK)
           
 List<TasksProposal> TasksProposalLocalService.getProposals(long groupId, int start, int end)
           
 int TasksProposalLocalService.getProposalsCount(long groupId)
           
 TasksReview TasksReviewLocalService.getReview(long reviewId)
           
 TasksReview TasksReviewLocalService.getReview(long userId, long proposalId)
           
 List<TasksProposal> TasksProposalLocalService.getReviewProposals(long groupId, long userId, int start, int end)
           
 int TasksProposalLocalService.getReviewProposalsCount(long groupId, long userId)
           
 List<TasksReview> TasksReviewLocalService.getReviews(long proposalId)
           
 List<TasksReview> TasksReviewLocalService.getReviews(long proposalId, int stage)
           
 List<TasksReview> TasksReviewLocalService.getReviews(long proposalId, int stage, boolean completed)
           
 List<TasksReview> TasksReviewLocalService.getReviews(long proposalId, int stage, boolean completed, boolean rejected)
           
 TasksProposal TasksProposalLocalService.getTasksProposal(long proposalId)
           
 List<TasksProposal> TasksProposalLocalService.getTasksProposals(int start, int end)
           
 int TasksProposalLocalService.getTasksProposalsCount()
           
 TasksReview TasksReviewLocalService.getTasksReview(long reviewId)
           
 List<TasksReview> TasksReviewLocalService.getTasksReviews(int start, int end)
           
 int TasksReviewLocalService.getTasksReviewsCount()
           
 List<TasksProposal> TasksProposalLocalService.getUserProposals(long groupId, long userId, int start, int end)
           
 int TasksProposalLocalService.getUserProposalsCount(long groupId, long userId)
           
 

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

Classes in com.liferay.portlet.wiki.service with annotations of type Transactional
 interface WikiNodeLocalService
           This interface defines the service.
 interface WikiNodeService
           This interface defines the service.
 interface WikiPageLocalService
           This interface defines the service.
 interface WikiPageResourceLocalService
           This interface defines the service.
 interface WikiPageService
           This interface defines the service.
 

Methods in com.liferay.portlet.wiki.service with annotations of type Transactional
 List<WikiPage> WikiPageLocalService.getChildren(long nodeId, boolean head, String parentTitle)
           
 List<WikiNode> WikiNodeLocalService.getCompanyNodes(long companyId, int start, int end)
           
 int WikiNodeLocalService.getCompanyNodesCount(long companyId)
           
 WikiPage WikiPageService.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageLocalService.getDraftPage(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalService.getIncomingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalService.getNoAssetPages()
           
 WikiNode WikiNodeService.getNode(long nodeId)
           
 WikiNode WikiNodeLocalService.getNode(long nodeId)
           
 WikiNode WikiNodeService.getNode(long groupId, String name)
           
 WikiNode WikiNodeLocalService.getNode(long groupId, String nodeName)
           
 List<WikiPage> WikiPageService.getNodePages(long nodeId, int max)
           
 String WikiPageService.getNodePagesRSS(long nodeId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
           
 List<WikiNode> WikiNodeLocalService.getNodes(long groupId)
           
 List<WikiNode> WikiNodeLocalService.getNodes(long groupId, int start, int end)
           
 int WikiNodeLocalService.getNodesCount(long groupId)
           
 List<WikiPage> WikiPageLocalService.getOrphans(long nodeId)
           
 List<WikiPage> WikiPageLocalService.getOutgoingLinks(long nodeId, String title)
           
 WikiPageDisplay WikiPageLocalService.getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalService.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageResource WikiPageResourceLocalService.getPageResource(long pageResourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalService.getPageResource(long nodeId, String title)
           
 long WikiPageResourceLocalService.getPageResourcePrimKey(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, boolean head, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, boolean head, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(long resourcePrimKey, long nodeId, int status)
           
 List<WikiPage> WikiPageLocalService.getPages(long userId, long nodeId, int status, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, String title, boolean head, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, String title, int start, int end)
           
 List<WikiPage> WikiPageLocalService.getPages(long nodeId, String title, int start, int end, OrderByComparator obc)
           
 List<WikiPage> WikiPageLocalService.getPages(String format)
           
 int WikiPageLocalService.getPagesCount(long nodeId)
           
 int WikiPageLocalService.getPagesCount(long nodeId, boolean head)
           
 int WikiPageLocalService.getPagesCount(long userId, long nodeId, int status)
           
 int WikiPageLocalService.getPagesCount(long nodeId, String title)
           
 int WikiPageLocalService.getPagesCount(long nodeId, String title, boolean head)
           
 int WikiPageLocalService.getPagesCount(String format)
           
 String WikiPageService.getPagesRSS(long companyId, long nodeId, String title, int max, String type, double version, String displayStyle, String feedURL, String entryURL, Locale locale)
           
 List<WikiPage> WikiPageLocalService.getRecentChanges(long nodeId, int start, int end)
           
 int WikiPageLocalService.getRecentChangesCount(long nodeId)
           
 WikiNode WikiNodeLocalService.getWikiNode(long nodeId)
           
 WikiNode WikiNodeLocalService.getWikiNodeByUuidAndGroupId(String uuid, long groupId)
           
 List<WikiNode> WikiNodeLocalService.getWikiNodes(int start, int end)
           
 int WikiNodeLocalService.getWikiNodesCount()
           
 WikiPage WikiPageLocalService.getWikiPage(long pageId)
           
 WikiPage WikiPageLocalService.getWikiPageByUuidAndGroupId(String uuid, long groupId)
           
 WikiPageResource WikiPageResourceLocalService.getWikiPageResource(long resourcePrimKey)
           
 List<WikiPageResource> WikiPageResourceLocalService.getWikiPageResources(int start, int end)
           
 int WikiPageResourceLocalService.getWikiPageResourcesCount()
           
 List<WikiPage> WikiPageLocalService.getWikiPages(int start, int end)
           
 int WikiPageLocalService.getWikiPagesCount()
           
 boolean WikiPageLocalService.hasDraftPage(long nodeId, String title)
           
 


Liferay 6.0.4