Liferay 6.0-ee-sp2

Uses of Class
com.liferay.portal.kernel.exception.PortalException

Packages that use PortalException
com.liferay.counter   
com.liferay.counter.service   
com.liferay.documentlibrary   
com.liferay.documentlibrary.service   
com.liferay.documentlibrary.util   
com.liferay.portal   
com.liferay.portal.kernel.audit   
com.liferay.portal.kernel.bi.reporting   
com.liferay.portal.kernel.bi.rules   
com.liferay.portal.kernel.captcha   
com.liferay.portal.kernel.cluster   
com.liferay.portal.kernel.deploy.auto   
com.liferay.portal.kernel.deploy.hot   
com.liferay.portal.kernel.deploy.sandbox   
com.liferay.portal.kernel.events   
com.liferay.portal.kernel.googleapps   
com.liferay.portal.kernel.image   
com.liferay.portal.kernel.json   
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.management   
com.liferay.portal.kernel.messaging   
com.liferay.portal.kernel.monitoring   
com.liferay.portal.kernel.notifications   
com.liferay.portal.kernel.oauth   
com.liferay.portal.kernel.poller   
com.liferay.portal.kernel.poller.comet   
com.liferay.portal.kernel.sanitizer   
com.liferay.portal.kernel.scheduler   
com.liferay.portal.kernel.scripting   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.upgrade   
com.liferay.portal.kernel.webcache   
com.liferay.portal.kernel.webdav   
com.liferay.portal.kernel.workflow   
com.liferay.portal.kernel.xmlrpc   
com.liferay.portal.model   
com.liferay.portal.security.auth   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.permission   
com.liferay.portal.theme   
com.liferay.portal.util   
com.liferay.portlet   
com.liferay.portlet.announcements   
com.liferay.portlet.announcements.model   
com.liferay.portlet.announcements.service   
com.liferay.portlet.asset   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.blogs   
com.liferay.portlet.blogs.service   
com.liferay.portlet.bookmarks   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.calendar   
com.liferay.portlet.calendar.service   
com.liferay.portlet.documentlibrary   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service   
com.liferay.portlet.enterpriseadmin.util   
com.liferay.portlet.expando   
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.service   
com.liferay.portlet.imagegallery   
com.liferay.portlet.imagegallery.model   
com.liferay.portlet.imagegallery.service   
com.liferay.portlet.journal   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.service   
com.liferay.portlet.messageboards   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.polls   
com.liferay.portlet.polls.model   
com.liferay.portlet.polls.service   
com.liferay.portlet.ratings   
com.liferay.portlet.ratings.service   
com.liferay.portlet.shopping   
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.service   
com.liferay.portlet.social   
com.liferay.portlet.social.service   
com.liferay.portlet.softwarecatalog   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.tasks   
com.liferay.portlet.tasks.model   
com.liferay.portlet.tasks.service   
com.liferay.portlet.wiki   
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.service   
 

Uses of PortalException in com.liferay.counter
 

Subclasses of PortalException in com.liferay.counter
 class NoSuchCounterException
           
 

Uses of PortalException in com.liferay.counter.service
 

Methods in com.liferay.counter.service that throw PortalException
 void CounterLocalServiceWrapper.deleteCounter(String name)
          Deletes the counter with the primary key from the database.
static void CounterLocalServiceUtil.deleteCounter(String name)
          Deletes the counter with the primary key from the database.
 void CounterLocalService.deleteCounter(String name)
          Deletes the counter with the primary key from the database.
 Counter CounterLocalServiceWrapper.getCounter(String name)
          Returns the counter with the primary key.
static Counter CounterLocalServiceUtil.getCounter(String name)
          Returns the counter with the primary key.
 Counter CounterLocalService.getCounter(String name)
          Returns the counter with the primary key.
 PersistedModel CounterLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel CounterLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CounterLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 

Uses of PortalException in com.liferay.documentlibrary
 

Subclasses of PortalException in com.liferay.documentlibrary
 class DirectoryNameException
           
 class DuplicateDirectoryException
           
 class DuplicateFileException
           
 class FileExtensionException
           
 class FileNameException
           
 class FileSizeException
           
 class NoSuchDirectoryException
           
 class NoSuchFileException
           
 class SourceFileNameException
           
 

Uses of PortalException in com.liferay.documentlibrary.service
 

Methods in com.liferay.documentlibrary.service that throw PortalException
static void DLServiceUtil.addDirectory(long companyId, long repositoryId, String dirName)
          Deprecated.  
 void DLService.addDirectory(long companyId, long repositoryId, String dirName)
          Deprecated.  
static void DLLocalServiceUtil.addDirectory(long companyId, long repositoryId, String dirName)
           
 void DLLocalService.addDirectory(long companyId, long repositoryId, String dirName)
           
static void DLLocalServiceUtil.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, boolean validateFileExtension, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
 void DLLocalService.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, boolean validateFileExtension, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
static void DLServiceUtil.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
          Deprecated.  
 void DLService.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
          Deprecated.  
static void DLLocalServiceUtil.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
 void DLLocalService.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
static void DLServiceUtil.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
          Deprecated.  
 void DLService.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
          Deprecated.  
static void DLLocalServiceUtil.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
 void DLLocalService.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
static void DLServiceUtil.deleteDirectory(long companyId, String portletId, long repositoryId, String dirName)
          Deprecated.  
 void DLService.deleteDirectory(long companyId, String portletId, long repositoryId, String dirName)
          Deprecated.  
static void DLLocalServiceUtil.deleteDirectory(long companyId, String portletId, long repositoryId, String dirName)
           
 void DLLocalService.deleteDirectory(long companyId, String portletId, long repositoryId, String dirName)
           
static void DLServiceUtil.deleteFile(long companyId, String portletId, long repositoryId, String fileName)
          Deprecated.  
 void DLService.deleteFile(long companyId, String portletId, long repositoryId, String fileName)
          Deprecated.  
static void DLLocalServiceUtil.deleteFile(long companyId, String portletId, long repositoryId, String fileName)
           
 void DLLocalService.deleteFile(long companyId, String portletId, long repositoryId, String fileName)
           
static void DLServiceUtil.deleteFile(long companyId, String portletId, long repositoryId, String fileName, String versionNumber)
          Deprecated.  
 void DLService.deleteFile(long companyId, String portletId, long repositoryId, String fileName, String versionNumber)
          Deprecated.  
static void DLLocalServiceUtil.deleteFile(long companyId, String portletId, long repositoryId, String fileName, String versionNumber)
           
 void DLLocalService.deleteFile(long companyId, String portletId, long repositoryId, String fileName, String versionNumber)
           
static byte[] DLServiceUtil.getFile(long companyId, long repositoryId, String fileName)
          Deprecated.  
 byte[] DLService.getFile(long companyId, long repositoryId, String fileName)
          Deprecated.  
static byte[] DLLocalServiceUtil.getFile(long companyId, long repositoryId, String fileName)
           
 byte[] DLLocalService.getFile(long companyId, long repositoryId, String fileName)
           
static byte[] DLServiceUtil.getFile(long companyId, long repositoryId, String fileName, String versionNumber)
          Deprecated.  
 byte[] DLService.getFile(long companyId, long repositoryId, String fileName, String versionNumber)
          Deprecated.  
static byte[] DLLocalServiceUtil.getFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
 byte[] DLLocalService.getFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
static InputStream DLLocalServiceUtil.getFileAsStream(long companyId, long repositoryId, String fileName)
           
 InputStream DLLocalService.getFileAsStream(long companyId, long repositoryId, String fileName)
           
static InputStream DLLocalServiceUtil.getFileAsStream(long companyId, long repositoryId, String fileName, String versionNumber)
           
 InputStream DLLocalService.getFileAsStream(long companyId, long repositoryId, String fileName, String versionNumber)
           
static String[] DLServiceUtil.getFileNames(long companyId, long repositoryId, String dirName)
          Deprecated.  
 String[] DLService.getFileNames(long companyId, long repositoryId, String dirName)
          Deprecated.  
static String[] DLLocalServiceUtil.getFileNames(long companyId, long repositoryId, String dirName)
           
 String[] DLLocalService.getFileNames(long companyId, long repositoryId, String dirName)
           
static long DLServiceUtil.getFileSize(long companyId, long repositoryId, String fileName)
          Deprecated.  
 long DLService.getFileSize(long companyId, long repositoryId, String fileName)
          Deprecated.  
static long DLLocalServiceUtil.getFileSize(long companyId, long repositoryId, String fileName)
           
 long DLLocalService.getFileSize(long companyId, long repositoryId, String fileName)
           
static boolean DLLocalServiceUtil.hasFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
 boolean DLLocalService.hasFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
static void DLServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, long newRepositoryId, String fileName, long fileEntryId)
          Deprecated.  
 void DLService.updateFile(long companyId, String portletId, long groupId, long repositoryId, long newRepositoryId, String fileName, long fileEntryId)
          Deprecated.  
static void DLLocalServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, long newRepositoryId, String fileName, long fileEntryId)
           
 void DLLocalService.updateFile(long companyId, String portletId, long groupId, long repositoryId, long newRepositoryId, String fileName, long fileEntryId)
           
static void DLServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String newFileName, boolean reindex)
          Deprecated.  
 void DLService.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String newFileName, boolean reindex)
          Deprecated.  
static void DLLocalServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String newFileName, boolean reindex)
           
 void DLLocalService.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String newFileName, boolean reindex)
           
static void DLLocalServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String fileExtension, boolean validateFileExtension, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
 void DLLocalService.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String fileExtension, boolean validateFileExtension, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
static void DLServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
          Deprecated.  
 void DLService.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
          Deprecated.  
static void DLLocalServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
 void DLLocalService.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
static void DLServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
          Deprecated.  
 void DLService.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
          Deprecated.  
static void DLLocalServiceUtil.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
 void DLLocalService.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
static void DLLocalServiceUtil.validate(String fileName, boolean validateFileExtension)
           
 void DLLocalService.validate(String fileName, boolean validateFileExtension)
           
static void DLLocalServiceUtil.validate(String fileName, boolean validateFileExtension, byte[] bytes)
           
 void DLLocalService.validate(String fileName, boolean validateFileExtension, byte[] bytes)
           
static void DLLocalServiceUtil.validate(String fileName, boolean validateFileExtension, File file)
           
 void DLLocalService.validate(String fileName, boolean validateFileExtension, File file)
           
static void DLLocalServiceUtil.validate(String fileName, boolean validateFileExtension, InputStream is)
           
 void DLLocalService.validate(String fileName, boolean validateFileExtension, InputStream is)
           
static void DLLocalServiceUtil.validate(String fileName, String fileExtension, String sourceFileName, boolean validateFileExtension, InputStream is)
           
 void DLLocalService.validate(String fileName, String fileExtension, String sourceFileName, boolean validateFileExtension, InputStream is)
           
 

Uses of PortalException in com.liferay.documentlibrary.util
 

Methods in com.liferay.documentlibrary.util that throw PortalException
 void HookWrapper.addDirectory(long companyId, long repositoryId, String dirName)
           
 void Hook.addDirectory(long companyId, long repositoryId, String dirName)
           
abstract  void BaseHook.addDirectory(long companyId, long repositoryId, String dirName)
           
 void HookWrapper.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
 void Hook.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
 void BaseHook.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
 void HookWrapper.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
 void Hook.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
 void BaseHook.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
 void HookWrapper.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
 void Hook.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
abstract  void BaseHook.addFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
 void HookWrapper.deleteDirectory(long companyId, String portletId, long repositoryId, String dirName)
           
 void Hook.deleteDirectory(long companyId, String portletId, long repositoryId, String dirName)
           
abstract  void BaseHook.deleteDirectory(long companyId, String portletId, long repositoryId, String dirName)
           
 void HookWrapper.deleteFile(long companyId, String portletId, long repositoryId, String fileName)
           
 void Hook.deleteFile(long companyId, String portletId, long repositoryId, String fileName)
           
abstract  void BaseHook.deleteFile(long companyId, String portletId, long repositoryId, String fileName)
           
 void HookWrapper.deleteFile(long companyId, String portletId, long repositoryId, String fileName, String versionNumber)
           
 void Hook.deleteFile(long companyId, String portletId, long repositoryId, String fileName, String versionNumber)
           
abstract  void BaseHook.deleteFile(long companyId, String portletId, long repositoryId, String fileName, String versionNumber)
           
 byte[] HookWrapper.getFile(long companyId, long repositoryId, String fileName)
           
 byte[] Hook.getFile(long companyId, long repositoryId, String fileName)
           
 byte[] BaseHook.getFile(long companyId, long repositoryId, String fileName)
           
 byte[] HookWrapper.getFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
 byte[] Hook.getFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
 byte[] BaseHook.getFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
 InputStream HookWrapper.getFileAsStream(long companyId, long repositoryId, String fileName)
           
 InputStream Hook.getFileAsStream(long companyId, long repositoryId, String fileName)
           
 InputStream BaseHook.getFileAsStream(long companyId, long repositoryId, String fileName)
           
 InputStream HookWrapper.getFileAsStream(long companyId, long repositoryId, String fileName, String versionNumber)
           
 InputStream Hook.getFileAsStream(long companyId, long repositoryId, String fileName, String versionNumber)
           
abstract  InputStream BaseHook.getFileAsStream(long companyId, long repositoryId, String fileName, String versionNumber)
           
 String[] HookWrapper.getFileNames(long companyId, long repositoryId, String dirName)
           
 String[] Hook.getFileNames(long companyId, long repositoryId, String dirName)
           
abstract  String[] BaseHook.getFileNames(long companyId, long repositoryId, String dirName)
           
 long HookWrapper.getFileSize(long companyId, long repositoryId, String fileName)
           
 long Hook.getFileSize(long companyId, long repositoryId, String fileName)
           
abstract  long BaseHook.getFileSize(long companyId, long repositoryId, String fileName)
           
 boolean HookWrapper.hasFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
 boolean Hook.hasFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
abstract  boolean BaseHook.hasFile(long companyId, long repositoryId, String fileName, String versionNumber)
           
 void HookWrapper.updateFile(long companyId, String portletId, long groupId, long repositoryId, long newRepositoryId, String fileName, long fileEntryId)
           
 void Hook.updateFile(long companyId, String portletId, long groupId, long repositoryId, long newRepositoryId, String fileName, long fileEntryId)
           
abstract  void BaseHook.updateFile(long companyId, String portletId, long groupId, long repositoryId, long newRepositoryId, String fileName, long fileEntryId)
           
 void HookWrapper.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String newFileName, boolean reindex)
           
 void Hook.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String newFileName, boolean reindex)
           
 void HookWrapper.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
 void Hook.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
 void BaseHook.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, byte[] bytes)
           
 void HookWrapper.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
 void Hook.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
 void BaseHook.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, File file)
           
 void HookWrapper.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
 void Hook.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
abstract  void BaseHook.updateFile(long companyId, String portletId, long groupId, long repositoryId, String fileName, String versionNumber, String sourceFileName, long fileEntryId, String properties, Date modifiedDate, ServiceContext serviceContext, InputStream is)
           
 

Uses of PortalException in com.liferay.portal
 

Subclasses of PortalException in com.liferay.portal
 class AccountNameException
           
 class AddressCityException
           
 class AddressStreetException
           
 class AddressZipException
           
 class CompanyMaxUsersException
           
 class CompanyMxException
           
 class CompanyVirtualHostException
           
 class CompanyWebIdException
           
 class ContactBirthdayException
           
 class ContactFirstNameException
           
 class ContactFullNameException
           
 class ContactLastNameException
           
 class CookieNotSupportedException
           
 class CountryA2Exception
           
 class CountryA3Exception
           
 class CountryIddException
           
 class CountryNameException
           
 class CountryNumberException
           
 class DuplicateGroupException
           
 class DuplicateLockException
           
 class DuplicateOrganizationException
           
 class DuplicatePasswordPolicyException
           
 class DuplicateRoleException
           
 class DuplicateTeamException
           
 class DuplicateUserEmailAddressException
           
 class DuplicateUserGroupException
           
 class DuplicateUserIdException
           
 class DuplicateUserScreenNameException
           
 class EmailAddressException
           
 class ExpiredLockException
           
 class GroupFriendlyURLException
           
 class GroupNameException
           
 class ImageTypeException
           
 class InvalidLockException
           
 class LARFileException
           
 class LARTypeException
           
 class LayoutFriendlyURLException
           
 class LayoutHiddenException
           
 class LayoutImportException
           
 class LayoutNameException
           
 class LayoutParentLayoutIdException
           
 class LayoutPermissionException
           
 class LayoutSetVirtualHostException
           
 class LayoutTypeException
           
 class MembershipRequestCommentsException
           
 class NoSuchAccountException
           
 class NoSuchAddressException
           
 class NoSuchBrowserTrackerException
           
 class NoSuchClassNameException
           
 class NoSuchClusterGroupException
           
 class NoSuchCompanyException
           
 class NoSuchContactException
           
 class NoSuchCountryException
           
 class NoSuchEmailAddressException
           
 class NoSuchGroupException
           
 class NoSuchImageException
           
 class NoSuchLayoutException
           
 class NoSuchLayoutPrototypeException
           
 class NoSuchLayoutSetException
           
 class NoSuchLayoutSetPrototypeException
           
 class NoSuchLayoutTemplateException
           
 class NoSuchListTypeException
           
 class NoSuchLockException
           
 class NoSuchMembershipRequestException
           
 class NoSuchModelException
           
 class NoSuchOrganizationException
           
 class NoSuchOrgGroupPermissionException
           
 class NoSuchOrgGroupRoleException
           
 class NoSuchOrgLaborException
           
 class NoSuchPasswordPolicyException
           
 class NoSuchPasswordPolicyRelException
           
 class NoSuchPasswordTrackerException
           
 class NoSuchPermissionException
           
 class NoSuchPhoneException
           
 class NoSuchPluginSettingException
           
 class NoSuchPortletException
           
 class NoSuchPortletItemException
           
 class NoSuchPortletPreferencesException
           
 class NoSuchPreferencesException
           
 class NoSuchPropertiesException
           
 class NoSuchRegionException
           
 class NoSuchReleaseException
           
 class NoSuchResourceActionException
           
 class NoSuchResourceCodeException
           
 class NoSuchResourceException
           
 class NoSuchResourceNameException
           
 class NoSuchResourcePermissionException
           
 class NoSuchRoleException
           
 class NoSuchServiceComponentException
           
 class NoSuchShardException
           
 class NoSuchSubscriptionException
           
 class NoSuchTeamException
           
 class NoSuchTicketException
           
 class NoSuchUserException
           
 class NoSuchUserGroupException
           
 class NoSuchUserGroupGroupRoleException
           
 class NoSuchUserGroupRoleException
           
 class NoSuchUserIdMapperException
           
 class NoSuchUserNotificationEventException
           
 class NoSuchUserTrackerException
           
 class NoSuchUserTrackerPathException
           
 class NoSuchVirtualHostException
           
 class NoSuchWebDAVPropsException
           
 class NoSuchWebsiteException
           
 class NoSuchWorkflowDefinitionLinkException
           
 class NoSuchWorkflowInstanceLinkException
           
 class OldServiceComponentException
           
 class OrganizationIdException
           
 class OrganizationNameException
           
 class OrganizationParentException
           
 class OrganizationTypeException
           
 class PasswordExpiredException
           
 class PasswordPolicyNameException
           
 class PhoneNumberException
           
 class PortalException
          Deprecated. PortalException
 class PortletActiveException
           
 class PortletDefaultPreferencesException
           
 class PortletIdException
           
 class PortletItemNameException
           
 class PwdEncryptorException
           
 class RegionCodeException
           
 class RegionNameException
           
 class RemoteExportException
           
 class RemoteOptionsException
           
 class RequiredFieldException
           
 class RequiredGroupException
           
 class RequiredLayoutException
           
 class RequiredOrganizationException
           
 class RequiredPasswordPolicyException
           
 class RequiredReminderQueryException
           
 class RequiredRoleException
           
 class RequiredUserException
           
 class RequiredUserGroupException
           
 class ReservedUserEmailAddressException
           
 class ReservedUserIdException
           
 class ReservedUserScreenNameException
           
 class ResourceActionsException
           
 class ResourcePrimKeyException
           
 class RoleAssignmentException
           
 class RoleNameException
           
 class RolePermissionsException
           
 class SendPasswordException
           
 class TeamNameException
           
 class TermsOfUseException
           
 class UserActiveException
           
 class UserEmailAddressException
           
 class UserGroupNameException
           
 class UserIdException
           
 class UserLockoutException
           
 class UserPasswordException
           
 class UserPortraitSizeException
           
 class UserPortraitTypeException
           
 class UserReminderQueryException
           
 class UserScreenNameException
           
 class UserSmsException
           
 class WebsiteURLException
           
 

Uses of PortalException in com.liferay.portal.kernel.audit
 

Subclasses of PortalException in com.liferay.portal.kernel.audit
 class AuditException
           
 

Uses of PortalException in com.liferay.portal.kernel.bi.reporting
 

Subclasses of PortalException in com.liferay.portal.kernel.bi.reporting
 class ReportExportException
           
 class ReportGenerationException
           
 

Uses of PortalException in com.liferay.portal.kernel.bi.rules
 

Subclasses of PortalException in com.liferay.portal.kernel.bi.rules
 class RulesEngineException
           
 

Uses of PortalException in com.liferay.portal.kernel.captcha
 

Subclasses of PortalException in com.liferay.portal.kernel.captcha
 class CaptchaException
           
 class CaptchaMaxChallengesException
           
 class CaptchaTextException
           
 

Uses of PortalException in com.liferay.portal.kernel.cluster
 

Subclasses of PortalException in com.liferay.portal.kernel.cluster
 class ClusterException
           
 

Uses of PortalException in com.liferay.portal.kernel.deploy.auto
 

Subclasses of PortalException in com.liferay.portal.kernel.deploy.auto
 class AutoDeployException
           
 

Uses of PortalException in com.liferay.portal.kernel.deploy.hot
 

Subclasses of PortalException in com.liferay.portal.kernel.deploy.hot
 class HotDeployException
           
 

Uses of PortalException in com.liferay.portal.kernel.deploy.sandbox
 

Subclasses of PortalException in com.liferay.portal.kernel.deploy.sandbox
 class SandboxDeployException
           
 

Uses of PortalException in com.liferay.portal.kernel.events
 

Subclasses of PortalException in com.liferay.portal.kernel.events
 class ActionException
           
 

Uses of PortalException in com.liferay.portal.kernel.googleapps
 

Subclasses of PortalException in com.liferay.portal.kernel.googleapps
 class GoogleAppsException
           
 

Uses of PortalException in com.liferay.portal.kernel.image
 

Methods in com.liferay.portal.kernel.image that throw PortalException
 void Hook.deleteImage(Image imageId)
           
 byte[] Hook.getImageAsBytes(Image image)
           
 InputStream Hook.getImageAsStream(Image image)
           
 void Hook.updateImage(Image image, String type, byte[] bytes)
           
 

Uses of PortalException in com.liferay.portal.kernel.json
 

Subclasses of PortalException in com.liferay.portal.kernel.json
 class JSONException
           
 

Uses of PortalException in com.liferay.portal.kernel.lar
 

Subclasses of PortalException in com.liferay.portal.kernel.lar
 class PortletDataException
           
 

Methods in com.liferay.portal.kernel.lar that throw PortalException
 void PortletDataContext.addClassedModel(Element element, String path, ClassedModel classedModel, String namespace)
           
 void PortletDataContext.addLocks(Class<?> clazz, String key)
           
 void PortletDataContext.addPermissions(Class<?> clazz, long classPK)
           
 void PortletDataContext.addPermissions(String resourceName, long resourcePK)
           
 void PortletDataContext.importClassedModel(ClassedModel classedModel, ClassedModel newClassedModel, String namespace)
           
 void PortletDataContext.importComments(Class<?> clazz, long classPK, long newClassPK, long groupId)
           
 void PortletDataContext.importLocks(Class<?> clazz, String key, String newKey)
           
 void PortletDataContext.importPermissions(Class<?> clazz, long classPK, long newClassPK)
           
 void PortletDataContext.importPermissions(String resourceObj, long resourcePK, long newResourcePK)
           
 void PortletDataContext.importRatingsEntries(Class<?> clazz, long classPK, long newClassPK)
           
 

Uses of PortalException in com.liferay.portal.kernel.management
 

Subclasses of PortalException in com.liferay.portal.kernel.management
 class ManageActionException
           
 

Uses of PortalException in com.liferay.portal.kernel.messaging
 

Subclasses of PortalException in com.liferay.portal.kernel.messaging
 class MessageBusException
           
 class MessageListenerException
           
 

Uses of PortalException in com.liferay.portal.kernel.monitoring
 

Subclasses of PortalException in com.liferay.portal.kernel.monitoring
 class MonitoringException
           
 

Uses of PortalException in com.liferay.portal.kernel.notifications
 

Subclasses of PortalException in com.liferay.portal.kernel.notifications
 class ChannelException
           
 class DuplicateChannelException
           
 class DuplicateChannelHubException
           
 class DuplicateChannelListenerException
           
 class UnknownChannelException
           
 class UnknownChannelHubException
           
 

Uses of PortalException in com.liferay.portal.kernel.oauth
 

Subclasses of PortalException in com.liferay.portal.kernel.oauth
 class OAuthException
           
 

Uses of PortalException in com.liferay.portal.kernel.poller
 

Subclasses of PortalException in com.liferay.portal.kernel.poller
 class PollerException
           
 class PollerResponseClosedException
           
 class PollerWriterClosedException
           
 

Uses of PortalException in com.liferay.portal.kernel.poller.comet
 

Subclasses of PortalException in com.liferay.portal.kernel.poller.comet
 class CometException
           
 

Uses of PortalException in com.liferay.portal.kernel.sanitizer
 

Subclasses of PortalException in com.liferay.portal.kernel.sanitizer
 class SanitizerException
           
 

Uses of PortalException in com.liferay.portal.kernel.scheduler
 

Subclasses of PortalException in com.liferay.portal.kernel.scheduler
 class SchedulerException
           
 

Uses of PortalException in com.liferay.portal.kernel.scripting
 

Subclasses of PortalException in com.liferay.portal.kernel.scripting
 class ExecutionException
           
 class ScriptingException
           
 class UnsupportedLanguageException
           
 

Uses of PortalException in com.liferay.portal.kernel.search
 

Subclasses of PortalException in com.liferay.portal.kernel.search
 class ParseException
           
 class SearchException
           
 

Methods in com.liferay.portal.kernel.search that throw PortalException
protected  void BaseIndexer.populateAddresses(Document document, List<Address> addresses, long regionId, long countryId)
           
 

Uses of PortalException in com.liferay.portal.kernel.upgrade
 

Subclasses of PortalException in com.liferay.portal.kernel.upgrade
 class StagnantRowException
           
 class UpgradeException
           
 

Uses of PortalException in com.liferay.portal.kernel.webcache
 

Subclasses of PortalException in com.liferay.portal.kernel.webcache
 class WebCacheException
           
 

Uses of PortalException in com.liferay.portal.kernel.webdav
 

Subclasses of PortalException in com.liferay.portal.kernel.webdav
 class WebDAVException
           
 

Uses of PortalException in com.liferay.portal.kernel.workflow
 

Subclasses of PortalException in com.liferay.portal.kernel.workflow
 class RequiredWorkflowDefinitionException
           
 class WorkflowDefinitionFileException
           
 class WorkflowException
           
 class WorkflowTaskDueDateException
           
 

Methods in com.liferay.portal.kernel.workflow that throw PortalException
 AssetRenderer WorkflowHandler.getAssetRenderer(long classPK)
           
 AssetRenderer BaseWorkflowHandler.getAssetRenderer(long classPK)
           
 void WorkflowHandler.startWorkflowInstance(long companyId, long groupId, long userId, long classPK, Object model, Map<String,Serializable> workflowContext)
           
 void BaseWorkflowHandler.startWorkflowInstance(long companyId, long groupId, long userId, long classPK, Object model, Map<String,Serializable> workflowContext)
           
static void WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Object model, ServiceContext serviceContext)
           
static void WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Object model, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
static void WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId, long userId, String className, long classPK, Object model, ServiceContext serviceContext)
           
static void WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId, long userId, String className, long classPK, Object model, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
static Object WorkflowHandlerRegistryUtil.updateStatus(int status, Map<String,Serializable> workflowContext)
           
 Object WorkflowHandler.updateStatus(int status, Map<String,Serializable> workflowContext)
           
 

Uses of PortalException in com.liferay.portal.kernel.xmlrpc
 

Subclasses of PortalException in com.liferay.portal.kernel.xmlrpc
 class XmlRpcException
           
 

Uses of PortalException in com.liferay.portal.model
 

Methods in com.liferay.portal.model that throw PortalException
 String LayoutTypePortlet.addPortletId(long userId, String portletId)
           
 String LayoutTypePortlet.addPortletId(long userId, String portletId, boolean checkPermission)
           
 String LayoutTypePortlet.addPortletId(long userId, String portletId, String columnId, int columnPos)
           
 String LayoutTypePortlet.addPortletId(long userId, String portletId, String columnId, int columnPos, boolean checkPermission)
           
 void LayoutTypePortlet.addPortletIds(long userId, String[] portletIds, boolean checkPermission)
           
 void LayoutTypePortlet.addPortletIds(long userId, String[] portletIds, String columnId, boolean checkPermission)
           
 Account CompanyWrapper.getAccount()
           
 Account Company.getAccount()
           
 List<Portlet> LayoutTypePortlet.getAllPortlets()
           
 List<Portlet> LayoutTypePortlet.getAllPortlets(String columnId)
           
 long LayoutWrapper.getAncestorLayoutId()
           
 long Layout.getAncestorLayoutId()
           
 long LayoutWrapper.getAncestorPlid()
           
 long Layout.getAncestorPlid()
           
 List<Organization> OrganizationWrapper.getAncestors()
           
 List<Organization> Organization.getAncestors()
           
 List<Layout> LayoutWrapper.getAncestors()
           
 List<Layout> Layout.getAncestors()
           
 Date UserWrapper.getBirthday()
           
 Date User.getBirthday()
           
 List<Layout> LayoutWrapper.getChildren(PermissionChecker permissionChecker)
           
 List<Layout> Layout.getChildren(PermissionChecker permissionChecker)
           
 ColorScheme LayoutWrapper.getColorScheme()
           
 ColorScheme Layout.getColorScheme()
           
 long ResourceWrapper.getCompanyId()
           
 long Resource.getCompanyId()
           
 String UserWrapper.getCompanyMx()
           
 String User.getCompanyMx()
           
 Contact UserWrapper.getContact()
           
 Contact User.getContact()
           
 String LayoutWrapper.getCssText()
           
 String Layout.getCssText()
           
 User CompanyWrapper.getDefaultUser()
           
 User Company.getDefaultUser()
           
 String RoleWrapper.getDescriptiveName()
           
 String Role.getDescriptiveName()
           
 String GroupWrapper.getDescriptiveName()
           
 String Group.getDescriptiveName()
           
 String UserWrapper.getDisplayURL(String portalURL, String mainPath)
           
 String User.getDisplayURL(String portalURL, String mainPath)
           
 String UserWrapper.getDisplayURL(ThemeDisplay themeDisplay)
           
 String User.getDisplayURL(ThemeDisplay themeDisplay)
           
 boolean UserWrapper.getFemale()
           
 boolean User.getFemale()
           
 Group UserWrapper.getGroup()
           
 Group UserGroupWrapper.getGroup()
           
 Group UserGroupRoleWrapper.getGroup()
           
 Group UserGroupRole.getGroup()
           
 Group UserGroup.getGroup()
           
 Group User.getGroup()
           
 Group LayoutWrapper.getGroup()
           
 Group LayoutSetWrapper.getGroup()
           
 Group LayoutSetPrototypeWrapper.getGroup()
           
 Group LayoutSetPrototype.getGroup()
           
 Group LayoutSet.getGroup()
           
 Group LayoutPrototypeWrapper.getGroup()
           
 Group LayoutPrototype.getGroup()
           
 Group Layout.getGroup()
           
 Group CompanyWrapper.getGroup()
           
 Group Company.getGroup()
           
 long[] UserWrapper.getGroupIds()
           
 long[] User.getGroupIds()
           
 List<Group> UserWrapper.getGroups()
           
 List<Group> User.getGroups()
           
 Layout LayoutPrototypeWrapper.getLayout()
           
 Layout LayoutPrototype.getLayout()
           
 LayoutSet LayoutWrapper.getLayoutSet()
           
 LayoutSet LayoutSetPrototypeWrapper.getLayoutSet()
           
 LayoutSet LayoutSetPrototype.getLayoutSet()
           
 LayoutSet Layout.getLayoutSet()
           
 Locale CompanyWrapper.getLocale()
           
 Locale Company.getLocale()
           
 String UserWrapper.getLogin()
           
 String User.getLogin()
           
 boolean UserWrapper.getMale()
           
 boolean User.getMale()
           
 List<Group> UserWrapper.getMyPlaces()
           
 List<Group> User.getMyPlaces()
           
 List<Group> UserWrapper.getMyPlaces(int max)
           
 List<Group> User.getMyPlaces(int max)
           
 List<Group> UserWrapper.getMyPlaces(String[] classNames, int max)
           
 List<Group> User.getMyPlaces(String[] classNames, int max)
           
 String ResourceWrapper.getName()
           
 String Resource.getName()
           
 String CompanyWrapper.getName()
           
 String Company.getName()
           
 long[] UserWrapper.getOrganizationIds()
           
 long[] User.getOrganizationIds()
           
 List<Organization> UserWrapper.getOrganizations()
           
 List<Organization> User.getOrganizations()
           
 Organization OrganizationWrapper.getParentOrganization()
           
 Organization Organization.getParentOrganization()
           
 long LayoutWrapper.getParentPlid()
           
 long Layout.getParentPlid()
           
 PasswordPolicy UserWrapper.getPasswordPolicy()
           
 PasswordPolicy User.getPasswordPolicy()
           
 String UserWrapper.getPortraitURL(ThemeDisplay themeDisplay)
           
 String User.getPortraitURL(ThemeDisplay themeDisplay)
           
 int UserWrapper.getPrivateLayoutsPageCount()
           
 int UserGroupWrapper.getPrivateLayoutsPageCount()
           
 int UserGroup.getPrivateLayoutsPageCount()
           
 int User.getPrivateLayoutsPageCount()
           
 int UserWrapper.getPublicLayoutsPageCount()
           
 int UserGroupWrapper.getPublicLayoutsPageCount()
           
 int UserGroup.getPublicLayoutsPageCount()
           
 int User.getPublicLayoutsPageCount()
           
 String LayoutWrapper.getRegularURL(javax.servlet.http.HttpServletRequest request)
           
 String Layout.getRegularURL(javax.servlet.http.HttpServletRequest request)
           
 Set<String> UserWrapper.getReminderQueryQuestions()
           
 Set<String> User.getReminderQueryQuestions()
           
 String LayoutWrapper.getResetLayoutURL(javax.servlet.http.HttpServletRequest request)
           
 String Layout.getResetLayoutURL(javax.servlet.http.HttpServletRequest request)
           
 String LayoutWrapper.getResetMaxStateURL(javax.servlet.http.HttpServletRequest request)
           
 String Layout.getResetMaxStateURL(javax.servlet.http.HttpServletRequest request)
           
 Role UserGroupRoleWrapper.getRole()
           
 Role UserGroupRole.getRole()
           
 Role TeamWrapper.getRole()
           
 Role Team.getRole()
           
 int ResourceWrapper.getScope()
           
 int Resource.getScope()
           
 Group LayoutWrapper.getScopeGroup()
           
 Group Layout.getScopeGroup()
           
 String CompanyWrapper.getShardName()
           
 String Company.getShardName()
           
 String CompanyWrapper.getShortName()
           
 String Company.getShortName()
           
 Theme LayoutWrapper.getTheme()
           
 Theme Layout.getTheme()
           
 TimeZone CompanyWrapper.getTimeZone()
           
 TimeZone Company.getTimeZone()
           
 ListType WebsiteWrapper.getType()
           
 ListType Website.getType()
           
 ListType PhoneWrapper.getType()
           
 ListType Phone.getType()
           
 ListType OrgLaborWrapper.getType()
           
 ListType OrgLabor.getType()
           
 ListType EmailAddressWrapper.getType()
           
 ListType EmailAddress.getType()
           
 User UserGroupRoleWrapper.getUser()
           
 User UserGroupRole.getUser()
           
 ColorScheme LayoutWrapper.getWapColorScheme()
           
 ColorScheme Layout.getWapColorScheme()
           
 Theme LayoutWrapper.getWapTheme()
           
 Theme Layout.getWapTheme()
           
 boolean LayoutWrapper.hasAncestor(long layoutId)
           
 boolean Layout.hasAncestor(long layoutId)
           
 boolean UserWrapper.hasCompanyMx()
           
 boolean User.hasCompanyMx()
           
 boolean UserWrapper.hasCompanyMx(String emailAddress)
           
 boolean User.hasCompanyMx(String emailAddress)
           
 boolean LayoutTypePortlet.hasDefaultScopePortletId(long groupId, String portletId)
           
 boolean UserWrapper.hasMyPlaces()
           
 boolean User.hasMyPlaces()
           
 boolean UserWrapper.hasOrganization()
           
 boolean User.hasOrganization()
           
 boolean LayoutTypePortlet.hasPortletId(String portletId)
           
 boolean UserWrapper.hasPrivateLayouts()
           
 boolean UserGroupWrapper.hasPrivateLayouts()
           
 boolean UserGroup.hasPrivateLayouts()
           
 boolean User.hasPrivateLayouts()
           
 boolean UserWrapper.hasPublicLayouts()
           
 boolean UserGroupWrapper.hasPublicLayouts()
           
 boolean UserGroup.hasPublicLayouts()
           
 boolean User.hasPublicLayouts()
           
 boolean LayoutWrapper.hasScopeGroup()
           
 boolean Layout.hasScopeGroup()
           
 boolean LayoutWrapper.isChildSelected(boolean selectable, Layout layout)
           
 boolean Layout.isChildSelected(boolean selectable, Layout layout)
           
 boolean UserWrapper.isFemale()
           
 boolean User.isFemale()
           
 boolean UserWrapper.isMale()
           
 boolean User.isMale()
           
 void LayoutTypePortlet.movePortletId(long userId, String portletId, String columnId, int columnPos)
           
 

Uses of PortalException in com.liferay.portal.security.auth
 

Subclasses of PortalException in com.liferay.portal.security.auth
 class AuthException
           
 class AutoLoginException
           
 class PrincipalException
           
 

Methods in com.liferay.portal.security.auth that throw PortalException
 void AuthTokenWrapper.check(javax.servlet.http.HttpServletRequest request)
           
static void AuthTokenUtil.check(javax.servlet.http.HttpServletRequest request)
           
 void AuthToken.check(javax.servlet.http.HttpServletRequest request)
           
protected  String DefaultScreenNameGenerator.getUnusedScreenName(long companyId, String screenName)
           
 

Uses of PortalException in com.liferay.portal.service
 

Methods in com.liferay.portal.service that throw PortalException
 Address AddressLocalServiceWrapper.addAddress(long userId, String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressLocalServiceUtil.addAddress(long userId, String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressLocalService.addAddress(long userId, String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressServiceWrapper.addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressServiceUtil.addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressService.addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Company CompanyServiceWrapper.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
static Company CompanyServiceUtil.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyService.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalServiceWrapper.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers)
           
static Company CompanyLocalServiceUtil.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers)
           
 Company CompanyLocalService.addCompany(String webId, String virtualHostname, String mx, String shardName, boolean system, int maxUsers)
           
 Country CountryServiceWrapper.addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
static Country CountryServiceUtil.addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
 Country CountryService.addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
 void UserLocalServiceWrapper.addDefaultGroups(long userId)
           
static void UserLocalServiceUtil.addDefaultGroups(long userId)
           
 void UserLocalService.addDefaultGroups(long userId)
           
 void UserLocalServiceWrapper.addDefaultRoles(long userId)
           
static void UserLocalServiceUtil.addDefaultRoles(long userId)
           
 void UserLocalService.addDefaultRoles(long userId)
           
 void UserLocalServiceWrapper.addDefaultUserGroups(long userId)
           
static void UserLocalServiceUtil.addDefaultUserGroups(long userId)
           
 void UserLocalService.addDefaultUserGroups(long userId)
           
 EmailAddress EmailAddressLocalServiceWrapper.addEmailAddress(long userId, String className, long classPK, String address, int typeId, boolean primary)
           
static EmailAddress EmailAddressLocalServiceUtil.addEmailAddress(long userId, String className, long classPK, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressLocalService.addEmailAddress(long userId, String className, long classPK, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressServiceWrapper.addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
static EmailAddress EmailAddressServiceUtil.addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressService.addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
 Group GroupLocalServiceWrapper.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupLocalServiceUtil.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalService.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalServiceWrapper.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupLocalServiceUtil.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalService.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupServiceWrapper.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceUtil.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupService.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupServiceWrapper.addGroup(String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceUtil.addGroup(String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupService.addGroup(String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 void OrganizationServiceWrapper.addGroupOrganizations(long groupId, long[] organizationIds)
           
static void OrganizationServiceUtil.addGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationService.addGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationLocalServiceWrapper.addGroupOrganizations(long groupId, long[] organizationIds)
           
static void OrganizationLocalServiceUtil.addGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationLocalService.addGroupOrganizations(long groupId, long[] organizationIds)
           
 void UserGroupServiceWrapper.addGroupUserGroups(long groupId, long[] userGroupIds)
           
static void UserGroupServiceUtil.addGroupUserGroups(long groupId, long[] userGroupIds)
           
 void UserGroupService.addGroupUserGroups(long groupId, long[] userGroupIds)
           
 void UserServiceWrapper.addGroupUsers(long groupId, long[] userIds)
           
static void UserServiceUtil.addGroupUsers(long groupId, long[] userIds)
           
 void UserService.addGroupUsers(long groupId, long[] userIds)
           
 void UserLocalServiceWrapper.addGroupUsers(long groupId, long[] userIds)
           
static void UserLocalServiceUtil.addGroupUsers(long groupId, long[] userIds)
           
 void UserLocalService.addGroupUsers(long groupId, long[] userIds)
           
 Layout LayoutServiceWrapper.addLayout(long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
static Layout LayoutServiceUtil.addLayout(long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutService.addLayout(long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutServiceWrapper.addLayout(long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
static Layout LayoutServiceUtil.addLayout(long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutService.addLayout(long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutLocalServiceWrapper.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, long dlFolderId, ServiceContext serviceContext)
           
static Layout LayoutLocalServiceUtil.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, long dlFolderId, ServiceContext serviceContext)
           
 Layout LayoutLocalService.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, long dlFolderId, ServiceContext serviceContext)
           
 Layout LayoutLocalServiceWrapper.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
static Layout LayoutLocalServiceUtil.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutLocalService.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutLocalServiceWrapper.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, long dlFolderId, ServiceContext serviceContext)
           
static Layout LayoutLocalServiceUtil.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, long dlFolderId, ServiceContext serviceContext)
           
 Layout LayoutLocalService.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, long dlFolderId, ServiceContext serviceContext)
           
 Layout LayoutLocalServiceWrapper.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
static Layout LayoutLocalServiceUtil.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutLocalService.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeLocalService.addLayoutPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeService.addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutSet LayoutSetLocalServiceWrapper.addLayoutSet(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutSetPrototype LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutSetPrototype LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutSetPrototype LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 MembershipRequest MembershipRequestLocalServiceWrapper.addMembershipRequest(long userId, long groupId, String comments)
           
static MembershipRequest MembershipRequestLocalServiceUtil.addMembershipRequest(long userId, long groupId, String comments)
           
 MembershipRequest MembershipRequestLocalService.addMembershipRequest(long userId, long groupId, String comments)
           
 MembershipRequest MembershipRequestServiceWrapper.addMembershipRequest(long groupId, String comments)
           
static MembershipRequest MembershipRequestServiceUtil.addMembershipRequest(long groupId, String comments)
           
 MembershipRequest MembershipRequestService.addMembershipRequest(long groupId, String comments)
           
 void ResourceLocalServiceWrapper.addModelResources(long companyId, long groupId, long userId, String name, long primKey, String[] communityPermissions, String[] guestPermissions)
           
static void ResourceLocalServiceUtil.addModelResources(long companyId, long groupId, long userId, String name, long primKey, String[] communityPermissions, String[] guestPermissions)
           
 void ResourceLocalService.addModelResources(long companyId, long groupId, long userId, String name, long primKey, String[] communityPermissions, String[] guestPermissions)
           
 void ResourceLocalServiceWrapper.addModelResources(long companyId, long groupId, long userId, String name, String primKey, String[] communityPermissions, String[] guestPermissions)
           
static void ResourceLocalServiceUtil.addModelResources(long companyId, long groupId, long userId, String name, String primKey, String[] communityPermissions, String[] guestPermissions)
           
 void ResourceLocalService.addModelResources(long companyId, long groupId, long userId, String name, String primKey, String[] communityPermissions, String[] guestPermissions)
           
 Organization OrganizationLocalServiceWrapper.addOrganization(long userId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationLocalServiceUtil.addOrganization(long userId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationLocalService.addOrganization(long userId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 void OrganizationLocalServiceWrapper.addOrganizationResources(long userId, Organization organization)
           
static void OrganizationLocalServiceUtil.addOrganizationResources(long userId, Organization organization)
           
 void OrganizationLocalService.addOrganizationResources(long userId, Organization organization)
           
 void UserServiceWrapper.addOrganizationUsers(long organizationId, long[] userIds)
           
static void UserServiceUtil.addOrganizationUsers(long organizationId, long[] userIds)
           
 void UserService.addOrganizationUsers(long organizationId, long[] userIds)
           
 void UserLocalServiceWrapper.addOrganizationUsers(long organizationId, long[] userIds)
           
static void UserLocalServiceUtil.addOrganizationUsers(long organizationId, long[] userIds)
           
 void UserLocalService.addOrganizationUsers(long organizationId, long[] userIds)
           
 OrgLabor OrgLaborServiceWrapper.addOrgLabor(long organizationId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborServiceUtil.addOrgLabor(long organizationId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborService.addOrgLabor(long organizationId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborLocalServiceWrapper.addOrgLabor(long organizationId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborLocalServiceUtil.addOrgLabor(long organizationId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborLocalService.addOrgLabor(long organizationId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
 PasswordPolicy PasswordPolicyLocalService.addPasswordPolicy(long userId, boolean defaultPolicy, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
 PasswordPolicy PasswordPolicyServiceWrapper.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
static PasswordPolicy PasswordPolicyServiceUtil.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
 PasswordPolicy PasswordPolicyService.addPasswordPolicy(String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
 void OrganizationServiceWrapper.addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
static void OrganizationServiceUtil.addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
 void OrganizationService.addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
 void UserServiceWrapper.addPasswordPolicyUsers(long passwordPolicyId, long[] userIds)
           
static void UserServiceUtil.addPasswordPolicyUsers(long passwordPolicyId, long[] userIds)
           
 void UserService.addPasswordPolicyUsers(long passwordPolicyId, long[] userIds)
           
 Phone PhoneLocalServiceWrapper.addPhone(long userId, String className, long classPK, String number, String extension, int typeId, boolean primary)
           
static Phone PhoneLocalServiceUtil.addPhone(long userId, String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalService.addPhone(long userId, String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneServiceWrapper.addPhone(String className, long classPK, String number, String extension, int typeId, boolean primary)
           
static Phone PhoneServiceUtil.addPhone(String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneService.addPhone(String className, long classPK, String number, String extension, int typeId, boolean primary)
           
 PortletItem PortletItemLocalServiceWrapper.addPortletItem(long userId, long groupId, String name, String portletId, String className)
           
static PortletItem PortletItemLocalServiceUtil.addPortletItem(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalService.addPortletItem(long userId, long groupId, String name, String portletId, String className)
           
 Region RegionServiceWrapper.addRegion(long countryId, String regionCode, String name, boolean active)
           
static Region RegionServiceUtil.addRegion(long countryId, String regionCode, String name, boolean active)
           
 Region RegionService.addRegion(long countryId, String regionCode, String name, boolean active)
           
 void ResourcePermissionServiceWrapper.addResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId)
           
static void ResourcePermissionServiceUtil.addResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId)
           
 void ResourcePermissionService.addResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId)
           
 void ResourcePermissionLocalServiceWrapper.addResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Grants the role permission at the scope to perform the action on resources of the type.
static void ResourcePermissionLocalServiceUtil.addResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Grants the role permission at the scope to perform the action on resources of the type.
 void ResourcePermissionLocalService.addResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Grants the role permission at the scope to perform the action on resources of the type.
 void ResourceLocalServiceWrapper.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void ResourceLocalServiceUtil.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ResourceLocalService.addResources(long companyId, long groupId, long userId, String name, long primKey, boolean portletActions, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ResourceLocalServiceWrapper.addResources(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void ResourceLocalServiceUtil.addResources(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ResourceLocalService.addResources(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ResourceLocalServiceWrapper.addResources(long companyId, long groupId, String name, boolean portletActions)
           
static void ResourceLocalServiceUtil.addResources(long companyId, long groupId, String name, boolean portletActions)
           
 void ResourceLocalService.addResources(long companyId, long groupId, String name, boolean portletActions)
           
 Role RoleLocalServiceWrapper.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type)
           
static Role RoleLocalServiceUtil.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type)
           
 Role RoleLocalService.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type)
           
 Role RoleLocalServiceWrapper.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type, String className, long classPK)
           
static Role RoleLocalServiceUtil.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type, String className, long classPK)
           
 Role RoleLocalService.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type, String className, long classPK)
           
 Role RoleServiceWrapper.addRole(String name, Map<Locale,String> titleMap, String description, int type)
           
static Role RoleServiceUtil.addRole(String name, Map<Locale,String> titleMap, String description, int type)
           
 Role RoleService.addRole(String name, Map<Locale,String> titleMap, String description, int type)
           
 void GroupServiceWrapper.addRoleGroups(long roleId, long[] groupIds)
           
static void GroupServiceUtil.addRoleGroups(long roleId, long[] groupIds)
           
 void GroupService.addRoleGroups(long roleId, long[] groupIds)
           
 void UserServiceWrapper.addRoleUsers(long roleId, long[] userIds)
           
static void UserServiceUtil.addRoleUsers(long roleId, long[] userIds)
           
 void UserService.addRoleUsers(long roleId, long[] userIds)
           
 void UserLocalServiceWrapper.addRoleUsers(long roleId, long[] userIds)
           
static void UserLocalServiceUtil.addRoleUsers(long roleId, long[] userIds)
           
 void UserLocalService.addRoleUsers(long roleId, long[] userIds)
           
 Subscription SubscriptionLocalServiceWrapper.addSubscription(long userId, long groupId, String className, long classPK)
           
static Subscription SubscriptionLocalServiceUtil.addSubscription(long userId, long groupId, String className, long classPK)
           
 Subscription SubscriptionLocalService.addSubscription(long userId, long groupId, String className, long classPK)
           
 Subscription SubscriptionLocalServiceWrapper.addSubscription(long userId, long groupId, String className, long classPK, String frequency)
           
static Subscription SubscriptionLocalServiceUtil.addSubscription(long userId, long groupId, String className, long classPK, String frequency)
           
 Subscription SubscriptionLocalService.addSubscription(long userId, long groupId, String className, long classPK, String frequency)
           
 Subscription SubscriptionLocalServiceWrapper.addSubscription(long userId, String className, long classPK)
          Deprecated. SubscriptionLocalServiceWrapper.addSubscription(long, long, String, long)
static Subscription SubscriptionLocalServiceUtil.addSubscription(long userId, String className, long classPK)
          Deprecated. SubscriptionLocalServiceUtil.addSubscription(long, long, String, long)
 Subscription SubscriptionLocalService.addSubscription(long userId, String className, long classPK)
          Deprecated. SubscriptionLocalService.addSubscription(long, long, String, long)
 Subscription SubscriptionLocalServiceWrapper.addSubscription(long userId, String className, long classPK, String frequency)
          Deprecated. SubscriptionLocalServiceWrapper.addSubscription(long, long, String, long, String)
static Subscription SubscriptionLocalServiceUtil.addSubscription(long userId, String className, long classPK, String frequency)
          Deprecated. SubscriptionLocalServiceUtil.addSubscription(long, long, String, long, String)
 Subscription SubscriptionLocalService.addSubscription(long userId, String className, long classPK, String frequency)
          Deprecated. SubscriptionLocalService.addSubscription(long, long, String, long, String)
 Team TeamLocalServiceWrapper.addTeam(long userId, long groupId, String name, String description)
           
static Team TeamLocalServiceUtil.addTeam(long userId, long groupId, String name, String description)
           
 Team TeamLocalService.addTeam(long userId, long groupId, String name, String description)
           
 Team TeamServiceWrapper.addTeam(long groupId, String name, String description)
           
static Team TeamServiceUtil.addTeam(long groupId, String name, String description)
           
 Team TeamService.addTeam(long groupId, String name, String description)
           
 void UserGroupServiceWrapper.addTeamUserGroups(long teamId, long[] userGroupIds)
           
static void UserGroupServiceUtil.addTeamUserGroups(long teamId, long[] userGroupIds)
           
 void UserGroupService.addTeamUserGroups(long teamId, long[] userGroupIds)
           
 void UserServiceWrapper.addTeamUsers(long teamId, long[] userIds)
           
static void UserServiceUtil.addTeamUsers(long teamId, long[] userIds)
           
 void UserService.addTeamUsers(long teamId, long[] userIds)
           
 void UserLocalServiceWrapper.addTeamUsers(long teamId, long[] userIds)
           
static void UserLocalServiceUtil.addTeamUsers(long teamId, long[] userIds)
           
 void UserLocalService.addTeamUsers(long teamId, long[] userIds)
           
 User UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static User UserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
static User UserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 User UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 User UserLocalServiceWrapper.addUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
static User UserLocalServiceUtil.addUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 User UserLocalService.addUser(long creatorUserId, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, ServiceContext serviceContext)
           
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(long userId, long companyId, String name, String description)
           
static UserGroup UserGroupLocalServiceUtil.addUserGroup(long userId, long companyId, String name, String description)
           
 UserGroup UserGroupLocalService.addUserGroup(long userId, long companyId, String name, String description)
           
 UserGroup UserGroupServiceWrapper.addUserGroup(String name, String description)
           
static UserGroup UserGroupServiceUtil.addUserGroup(String name, String description)
           
 UserGroup UserGroupService.addUserGroup(String name, String description)
           
 void UserGroupGroupRoleServiceWrapper.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
static void UserGroupGroupRoleServiceUtil.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
 void UserGroupGroupRoleService.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
 void UserGroupGroupRoleLocalServiceWrapper.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
static void UserGroupGroupRoleLocalServiceUtil.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
 void UserGroupGroupRoleLocalService.addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
 void UserGroupGroupRoleServiceWrapper.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
static void UserGroupGroupRoleServiceUtil.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
 void UserGroupGroupRoleService.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
 void UserGroupGroupRoleLocalServiceWrapper.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
static void UserGroupGroupRoleLocalServiceUtil.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
 void UserGroupGroupRoleLocalService.addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
 void UserGroupRoleServiceWrapper.addUserGroupRoles(long[] userIds, long groupId, long roleId)
           
static void UserGroupRoleServiceUtil.addUserGroupRoles(long[] userIds, long groupId, long roleId)
           
 void UserGroupRoleService.addUserGroupRoles(long[] userIds, long groupId, long roleId)
           
 void UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long[] userIds, long groupId, long roleId)
           
static void UserGroupRoleLocalServiceUtil.addUserGroupRoles(long[] userIds, long groupId, long roleId)
           
 void UserGroupRoleLocalService.addUserGroupRoles(long[] userIds, long groupId, long roleId)
           
 void UserGroupRoleServiceWrapper.addUserGroupRoles(long userId, long groupId, long[] roleIds)
           
static void UserGroupRoleServiceUtil.addUserGroupRoles(long userId, long groupId, long[] roleIds)
           
 void UserGroupRoleService.addUserGroupRoles(long userId, long groupId, long[] roleIds)
           
 void UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long userId, long groupId, long[] roleIds)
           
static void UserGroupRoleLocalServiceUtil.addUserGroupRoles(long userId, long groupId, long[] roleIds)
           
 void UserGroupRoleLocalService.addUserGroupRoles(long userId, long groupId, long[] roleIds)
           
 void UserServiceWrapper.addUserGroupUsers(long userGroupId, long[] userIds)
           
static void UserServiceUtil.addUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserService.addUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserLocalServiceWrapper.addUserGroupUsers(long userGroupId, long[] userIds)
           
static void UserLocalServiceUtil.addUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserLocalService.addUserGroupUsers(long userGroupId, long[] userIds)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, String type, long timestamp, long deliverBy, String payload, ServiceContext serviceContext)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, String type, long timestamp, long deliverBy, String payload, ServiceContext serviceContext)
           
 UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(long userId, String type, long timestamp, long deliverBy, String payload, ServiceContext serviceContext)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 List<UserNotificationEvent> UserNotificationEventLocalService.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 void PermissionLocalServiceWrapper.addUserPermissions(long userId, String[] actionIds, long resourceId)
           
static void PermissionLocalServiceUtil.addUserPermissions(long userId, String[] actionIds, long resourceId)
           
 void PermissionLocalService.addUserPermissions(long userId, String[] actionIds, long resourceId)
           
 void RoleServiceWrapper.addUserRoles(long userId, long[] roleIds)
           
static void RoleServiceUtil.addUserRoles(long userId, long[] roleIds)
           
 void RoleService.addUserRoles(long userId, long[] roleIds)
           
 void RoleLocalServiceWrapper.addUserRoles(long userId, long[] roleIds)
           
static void RoleLocalServiceUtil.addUserRoles(long userId, long[] roleIds)
           
 void RoleLocalService.addUserRoles(long userId, long[] roleIds)
           
 Website WebsiteLocalServiceWrapper.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
           
 Website WebsiteLocalService.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
           
 Website WebsiteServiceWrapper.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
           
static Website WebsiteServiceUtil.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
           
 Website WebsiteService.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
 int UserLocalServiceWrapper.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
static int UserLocalServiceUtil.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
 int UserLocalService.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
 int UserLocalServiceWrapper.authenticateByScreenName(long companyId, String screenName, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
static int UserLocalServiceUtil.authenticateByScreenName(long companyId, String screenName, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
 int UserLocalService.authenticateByScreenName(long companyId, String screenName, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
 int UserLocalServiceWrapper.authenticateByUserId(long companyId, long userId, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
static int UserLocalServiceUtil.authenticateByUserId(long companyId, long userId, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
 int UserLocalService.authenticateByUserId(long companyId, long userId, String password, Map<String,String[]> headerMap, Map<String,String[]> parameterMap, Map<String,Object> resultsMap)
           
 long UserLocalServiceWrapper.authenticateForBasic(long companyId, String authType, String login, String password)
           
static long UserLocalServiceUtil.authenticateForBasic(long companyId, String authType, String login, String password)
           
 long UserLocalService.authenticateForBasic(long companyId, String authType, String login, String password)
           
 long UserLocalServiceWrapper.authenticateForDigest(long companyId, String username, String realm, String nonce, String method, String uri, String response)
           
static long UserLocalServiceUtil.authenticateForDigest(long companyId, String username, String realm, String nonce, String method, String uri, String response)
           
 long UserLocalService.authenticateForDigest(long companyId, String username, String realm, String nonce, String method, String uri, String response)
           
 Company CompanyLocalServiceWrapper.checkCompany(String webId)
           
static Company CompanyLocalServiceUtil.checkCompany(String webId)
           
 Company CompanyLocalService.checkCompany(String webId)
           
 Company CompanyLocalServiceWrapper.checkCompany(String webId, String mx, String shardName)
           
static Company CompanyLocalServiceUtil.checkCompany(String webId, String mx, String shardName)
           
 Company CompanyLocalService.checkCompany(String webId, String mx, String shardName)
           
 void GroupLocalServiceWrapper.checkCompanyGroup(long companyId)
           
static void GroupLocalServiceUtil.checkCompanyGroup(long companyId)
           
 void GroupLocalService.checkCompanyGroup(long companyId)
           
 void CompanyLocalServiceWrapper.checkCompanyKey(long companyId)
           
static void CompanyLocalServiceUtil.checkCompanyKey(long companyId)
           
 void CompanyLocalService.checkCompanyKey(long companyId)
           
 void PasswordPolicyLocalServiceWrapper.checkDefaultPasswordPolicy(long companyId)
           
static void PasswordPolicyLocalServiceUtil.checkDefaultPasswordPolicy(long companyId)
           
 void PasswordPolicyLocalService.checkDefaultPasswordPolicy(long companyId)
           
 void UserLocalServiceWrapper.checkLockout(User user)
           
static void UserLocalServiceUtil.checkLockout(User user)
           
 void UserLocalService.checkLockout(User user)
           
 void UserLocalServiceWrapper.checkLoginFailureByEmailAddress(long companyId, String emailAddress)
           
static void UserLocalServiceUtil.checkLoginFailureByEmailAddress(long companyId, String emailAddress)
           
 void UserLocalService.checkLoginFailureByEmailAddress(long companyId, String emailAddress)
           
 void UserLocalServiceWrapper.checkLoginFailureById(long userId)
           
static void UserLocalServiceUtil.checkLoginFailureById(long userId)
           
 void UserLocalService.checkLoginFailureById(long userId)
           
 void UserLocalServiceWrapper.checkLoginFailureByScreenName(long companyId, String screenName)
           
static void UserLocalServiceUtil.checkLoginFailureByScreenName(long companyId, String screenName)
           
 void UserLocalService.checkLoginFailureByScreenName(long companyId, String screenName)
           
 void UserLocalServiceWrapper.checkPasswordExpired(User user)
           
static void UserLocalServiceUtil.checkPasswordExpired(User user)
           
 void UserLocalService.checkPasswordExpired(User user)
           
 void PermissionServiceWrapper.checkPermission(long groupId, long resourceId)
           
static void PermissionServiceUtil.checkPermission(long groupId, long resourceId)
           
 void PermissionService.checkPermission(long groupId, long resourceId)
           
 void PermissionServiceWrapper.checkPermission(long groupId, String name, long primKey)
           
static void PermissionServiceUtil.checkPermission(long groupId, String name, long primKey)
           
 void PermissionService.checkPermission(long groupId, String name, long primKey)
           
 void PluginSettingLocalServiceWrapper.checkPermission(long userId, String pluginId, String pluginType)
           
static void PluginSettingLocalServiceUtil.checkPermission(long userId, String pluginId, String pluginType)
           
 void PluginSettingLocalService.checkPermission(long userId, String pluginId, String pluginType)
           
 void PermissionServiceWrapper.checkPermission(long groupId, String name, String primKey)
           
static void PermissionServiceUtil.checkPermission(long groupId, String name, String primKey)
           
 void PermissionService.checkPermission(long groupId, String name, String primKey)
           
 void PermissionLocalServiceWrapper.checkPermissions(String name, List<String> actionIds)
           
static void PermissionLocalServiceUtil.checkPermissions(String name, List<String> actionIds)
           
 void PermissionLocalService.checkPermissions(String name, List<String> actionIds)
           
 void PortletLocalServiceWrapper.checkPortlet(Portlet portlet)
           
static void PortletLocalServiceUtil.checkPortlet(Portlet portlet)
           
 void PortletLocalService.checkPortlet(Portlet portlet)
           
 void PortletLocalServiceWrapper.checkPortlets(long companyId)
           
static void PortletLocalServiceUtil.checkPortlets(long companyId)
           
 void PortletLocalService.checkPortlets(long companyId)
           
 void GroupLocalServiceWrapper.checkSystemGroups(long companyId)
           
static void GroupLocalServiceUtil.checkSystemGroups(long companyId)
           
 void GroupLocalService.checkSystemGroups(long companyId)
           
 void RoleLocalServiceWrapper.checkSystemRoles()
           
static void RoleLocalServiceUtil.checkSystemRoles()
           
 void RoleLocalService.checkSystemRoles()
           
 void RoleLocalServiceWrapper.checkSystemRoles(long companyId)
           
static void RoleLocalServiceUtil.checkSystemRoles(long companyId)
           
 void RoleLocalService.checkSystemRoles(long companyId)
           
 void UserGroupLocalServiceWrapper.copyUserGroupLayouts(long[] userGroupIds, long userId)
           
static void UserGroupLocalServiceUtil.copyUserGroupLayouts(long[] userGroupIds, long userId)
           
 void UserGroupLocalService.copyUserGroupLayouts(long[] userGroupIds, long userId)
           
 void UserGroupLocalServiceWrapper.copyUserGroupLayouts(long userGroupId, long userId)
           
static void UserGroupLocalServiceUtil.copyUserGroupLayouts(long userGroupId, long userId)
           
 void UserGroupLocalService.copyUserGroupLayouts(long userGroupId, long userId)
           
 void UserGroupLocalServiceWrapper.copyUserGroupLayouts(long userGroupId, long[] userIds)
           
static void UserGroupLocalServiceUtil.copyUserGroupLayouts(long userGroupId, long[] userIds)
           
 void UserGroupLocalService.copyUserGroupLayouts(long userGroupId, long[] userIds)
           
 KeyValuePair UserLocalServiceWrapper.decryptUserId(long companyId, String name, String password)
           
static KeyValuePair UserLocalServiceUtil.decryptUserId(long companyId, String name, String password)
           
 KeyValuePair UserLocalService.decryptUserId(long companyId, String name, String password)
           
 void AccountLocalServiceWrapper.deleteAccount(long accountId)
          Deletes the account with the primary key from the database.
static void AccountLocalServiceUtil.deleteAccount(long accountId)
          Deletes the account with the primary key from the database.
 void AccountLocalService.deleteAccount(long accountId)
          Deletes the account with the primary key from the database.
 void AddressServiceWrapper.deleteAddress(long addressId)
           
static void AddressServiceUtil.deleteAddress(long addressId)
           
 void AddressService.deleteAddress(long addressId)
           
 void AddressLocalServiceWrapper.deleteAddress(long addressId)
          Deletes the address with the primary key from the database.
static void AddressLocalServiceUtil.deleteAddress(long addressId)
          Deletes the address with the primary key from the database.
 void AddressLocalService.deleteAddress(long addressId)
          Deletes the address with the primary key from the database.
 void PortletPreferencesServiceWrapper.deleteArchivedPreferences(long portletItemId)
           
static void PortletPreferencesServiceUtil.deleteArchivedPreferences(long portletItemId)
           
 void PortletPreferencesService.deleteArchivedPreferences(long portletItemId)
           
 void BrowserTrackerLocalServiceWrapper.deleteBrowserTracker(long browserTrackerId)
          Deletes the browser tracker with the primary key from the database.
static void BrowserTrackerLocalServiceUtil.deleteBrowserTracker(long browserTrackerId)
          Deletes the browser tracker with the primary key from the database.
 void BrowserTrackerLocalService.deleteBrowserTracker(long browserTrackerId)
          Deletes the browser tracker with the primary key from the database.
 void ClassNameLocalServiceWrapper.deleteClassName(long classNameId)
          Deletes the class name with the primary key from the database.
static void ClassNameLocalServiceUtil.deleteClassName(long classNameId)
          Deletes the class name with the primary key from the database.
 void ClassNameLocalService.deleteClassName(long classNameId)
          Deletes the class name with the primary key from the database.
 void ClusterGroupLocalServiceWrapper.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
static void ClusterGroupLocalServiceUtil.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
 void ClusterGroupLocalService.deleteClusterGroup(long clusterGroupId)
          Deletes the cluster group with the primary key from the database.
 void CompanyLocalServiceWrapper.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
static void CompanyLocalServiceUtil.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
 void CompanyLocalService.deleteCompany(long companyId)
          Deletes the company with the primary key from the database.
 void ContactLocalServiceWrapper.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
static void ContactLocalServiceUtil.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 void ContactLocalService.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 void EmailAddressServiceWrapper.deleteEmailAddress(long emailAddressId)
           
static void EmailAddressServiceUtil.deleteEmailAddress(long emailAddressId)
           
 void EmailAddressService.deleteEmailAddress(long emailAddressId)
           
 void EmailAddressLocalServiceWrapper.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
static void EmailAddressLocalServiceUtil.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
 void EmailAddressLocalService.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
 void GroupLocalServiceWrapper.deleteGroup(Group group)
          Deletes the group from the database.
static void GroupLocalServiceUtil.deleteGroup(Group group)
          Deletes the group from the database.
 void GroupLocalService.deleteGroup(Group group)
          Deletes the group from the database.
 void GroupServiceWrapper.deleteGroup(long groupId)
           
static void GroupServiceUtil.deleteGroup(long groupId)
           
 void GroupService.deleteGroup(long groupId)
           
 void GroupLocalServiceWrapper.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
static void GroupLocalServiceUtil.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 void GroupLocalService.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 void ImageLocalServiceWrapper.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
static void ImageLocalServiceUtil.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
 void ImageLocalService.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
 void LayoutLocalServiceWrapper.deleteLayout(Layout layout, boolean updateLayoutSet)
           
static void LayoutLocalServiceUtil.deleteLayout(Layout layout, boolean updateLayoutSet)
           
 void LayoutLocalService.deleteLayout(Layout layout, boolean updateLayoutSet)
           
 void LayoutServiceWrapper.deleteLayout(long plid)
           
static void LayoutServiceUtil.deleteLayout(long plid)
           
 void LayoutService.deleteLayout(long plid)
           
 void LayoutLocalServiceWrapper.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
static void LayoutLocalServiceUtil.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
 void LayoutLocalService.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
 void LayoutServiceWrapper.deleteLayout(long groupId, boolean privateLayout, long layoutId)
           
static void LayoutServiceUtil.deleteLayout(long groupId, boolean privateLayout, long layoutId)
           
 void LayoutService.deleteLayout(long groupId, boolean privateLayout, long layoutId)
           
 void LayoutLocalServiceWrapper.deleteLayout(long groupId, boolean privateLayout, long layoutId)
           
static void LayoutLocalServiceUtil.deleteLayout(long groupId, boolean privateLayout, long layoutId)
           
 void LayoutLocalService.deleteLayout(long groupId, boolean privateLayout, long layoutId)
           
 void LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
          Deletes the layout prototype from the database.
static void LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
          Deletes the layout prototype from the database.
 void LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
          Deletes the layout prototype from the database.
 void LayoutPrototypeServiceWrapper.deleteLayoutPrototype(long layoutPrototypeId)
           
static void LayoutPrototypeServiceUtil.deleteLayoutPrototype(long layoutPrototypeId)
           
 void LayoutPrototypeService.deleteLayoutPrototype(long layoutPrototypeId)
           
 void LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(long layoutPrototypeId)
          Deletes the layout prototype with the primary key from the database.
static void LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(long layoutPrototypeId)
          Deletes the layout prototype with the primary key from the database.
 void LayoutPrototypeLocalService.deleteLayoutPrototype(long layoutPrototypeId)
          Deletes the layout prototype with the primary key from the database.
 void LayoutLocalServiceWrapper.deleteLayouts(long groupId, boolean privateLayout)
           
static void LayoutLocalServiceUtil.deleteLayouts(long groupId, boolean privateLayout)
           
 void LayoutLocalService.deleteLayouts(long groupId, boolean privateLayout)
           
 void LayoutSetLocalServiceWrapper.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
static void LayoutSetLocalServiceUtil.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
 void LayoutSetLocalService.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
 void LayoutSetLocalServiceWrapper.deleteLayoutSet(long groupId, boolean privateLayout)
           
static void LayoutSetLocalServiceUtil.deleteLayoutSet(long groupId, boolean privateLayout)
           
 void LayoutSetLocalService.deleteLayoutSet(long groupId, boolean privateLayout)
           
 void LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
static void LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 void LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 void LayoutSetPrototypeServiceWrapper.deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
static void LayoutSetPrototypeServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 void LayoutSetPrototypeService.deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 void LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
static void LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
 void LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
 void LockLocalServiceWrapper.deleteLock(long lockId)
          Deletes the lock with the primary key from the database.
static void LockLocalServiceUtil.deleteLock(long lockId)
          Deletes the lock with the primary key from the database.
 void LockLocalService.deleteLock(long lockId)
          Deletes the lock with the primary key from the database.
 void OrganizationServiceWrapper.deleteLogo(long organizationId)
           
static void OrganizationServiceUtil.deleteLogo(long organizationId)
           
 void OrganizationService.deleteLogo(long organizationId)
           
 void OrganizationLocalServiceWrapper.deleteLogo(long organizationId)
           
static void OrganizationLocalServiceUtil.deleteLogo(long organizationId)
           
 void OrganizationLocalService.deleteLogo(long organizationId)
           
 void CompanyServiceWrapper.deleteLogo(long companyId)
           
static void CompanyServiceUtil.deleteLogo(long companyId)
           
 void CompanyService.deleteLogo(long companyId)
           
 void CompanyLocalServiceWrapper.deleteLogo(long companyId)
           
static void CompanyLocalServiceUtil.deleteLogo(long companyId)
           
 void CompanyLocalService.deleteLogo(long companyId)
           
 void MembershipRequestLocalServiceWrapper.deleteMembershipRequest(long membershipRequestId)
          Deletes the membership request with the primary key from the database.
static void MembershipRequestLocalServiceUtil.deleteMembershipRequest(long membershipRequestId)
          Deletes the membership request with the primary key from the database.
 void MembershipRequestLocalService.deleteMembershipRequest(long membershipRequestId)
          Deletes the membership request with the primary key from the database.
 void MembershipRequestServiceWrapper.deleteMembershipRequests(long groupId, int statusId)
           
static void MembershipRequestServiceUtil.deleteMembershipRequests(long groupId, int statusId)
           
 void MembershipRequestService.deleteMembershipRequests(long groupId, int statusId)
           
 void OrganizationServiceWrapper.deleteOrganization(long organizationId)
           
static void OrganizationServiceUtil.deleteOrganization(long organizationId)
           
 void OrganizationService.deleteOrganization(long organizationId)
           
 void OrganizationLocalServiceWrapper.deleteOrganization(long organizationId)
          Deletes the organization with the primary key from the database.
static void OrganizationLocalServiceUtil.deleteOrganization(long organizationId)
          Deletes the organization with the primary key from the database.
 void OrganizationLocalService.deleteOrganization(long organizationId)
          Deletes the organization with the primary key from the database.
 void OrganizationLocalServiceWrapper.deleteOrganization(Organization organization)
          Deletes the organization from the database.
static void OrganizationLocalServiceUtil.deleteOrganization(Organization organization)
          Deletes the organization from the database.
 void OrganizationLocalService.deleteOrganization(Organization organization)
          Deletes the organization from the database.
 void OrgLaborServiceWrapper.deleteOrgLabor(long orgLaborId)
           
static void OrgLaborServiceUtil.deleteOrgLabor(long orgLaborId)
           
 void OrgLaborService.deleteOrgLabor(long orgLaborId)
           
 void OrgLaborLocalServiceWrapper.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
static void OrgLaborLocalServiceUtil.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
 void OrgLaborLocalService.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
 void PasswordPolicyServiceWrapper.deletePasswordPolicy(long passwordPolicyId)
           
static void PasswordPolicyServiceUtil.deletePasswordPolicy(long passwordPolicyId)
           
 void PasswordPolicyService.deletePasswordPolicy(long passwordPolicyId)
           
 void PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
static void PasswordPolicyLocalServiceUtil.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 void PasswordPolicyLocalService.deletePasswordPolicy(long passwordPolicyId)
          Deletes the password policy with the primary key from the database.
 void PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
static void PasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 void PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 void PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
static void PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
 void PasswordPolicyRelLocalService.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
 void PasswordTrackerLocalServiceWrapper.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
static void PasswordTrackerLocalServiceUtil.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
 void PasswordTrackerLocalService.deletePasswordTracker(long passwordTrackerId)
          Deletes the password tracker with the primary key from the database.
 void PermissionLocalServiceWrapper.deletePermission(long permissionId)
          Deletes the permission with the primary key from the database.
static void PermissionLocalServiceUtil.deletePermission(long permissionId)
          Deletes the permission with the primary key from the database.
 void PermissionLocalService.deletePermission(long permissionId)
          Deletes the permission with the primary key from the database.
 void PhoneServiceWrapper.deletePhone(long phoneId)
           
static void PhoneServiceUtil.deletePhone(long phoneId)
           
 void PhoneService.deletePhone(long phoneId)
           
 void PhoneLocalServiceWrapper.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
static void PhoneLocalServiceUtil.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
 void PhoneLocalService.deletePhone(long phoneId)
          Deletes the phone with the primary key from the database.
 void PluginSettingLocalServiceWrapper.deletePluginSetting(long pluginSettingId)
          Deletes the plugin setting with the primary key from the database.
static void PluginSettingLocalServiceUtil.deletePluginSetting(long pluginSettingId)
          Deletes the plugin setting with the primary key from the database.
 void PluginSettingLocalService.deletePluginSetting(long pluginSettingId)
          Deletes the plugin setting with the primary key from the database.
 void PortalPreferencesLocalServiceWrapper.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
static void PortalPreferencesLocalServiceUtil.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 void PortalPreferencesLocalService.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 void PortletLocalServiceWrapper.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
static void PortletLocalServiceUtil.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
 void PortletLocalService.deletePortlet(long id)
          Deletes the portlet with the primary key from the database.
 void PortletItemLocalServiceWrapper.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
static void PortletItemLocalServiceUtil.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
 void PortletItemLocalService.deletePortletItem(long portletItemId)
          Deletes the portlet item with the primary key from the database.
 void PortletPreferencesLocalServiceWrapper.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
static void PortletPreferencesLocalServiceUtil.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
 void PortletPreferencesLocalService.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
 void PortletPreferencesLocalServiceWrapper.deletePortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
static void PortletPreferencesLocalServiceUtil.deletePortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 void PortletPreferencesLocalService.deletePortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 void UserServiceWrapper.deletePortrait(long userId)
           
static void UserServiceUtil.deletePortrait(long userId)
           
 void UserService.deletePortrait(long userId)
           
 void UserLocalServiceWrapper.deletePortrait(long userId)
           
static void UserLocalServiceUtil.deletePortrait(long userId)
           
 void UserLocalService.deletePortrait(long userId)
           
 void ReleaseLocalServiceWrapper.deleteRelease(long releaseId)
          Deletes the release with the primary key from the database.
static void ReleaseLocalServiceUtil.deleteRelease(long releaseId)
          Deletes the release with the primary key from the database.
 void ReleaseLocalService.deleteRelease(long releaseId)
          Deletes the release with the primary key from the database.
 void ResourceLocalServiceWrapper.deleteResource(long resourceId)
          Deletes the resource with the primary key from the database.
static void ResourceLocalServiceUtil.deleteResource(long resourceId)
          Deletes the resource with the primary key from the database.
 void ResourceLocalService.deleteResource(long resourceId)
          Deletes the resource with the primary key from the database.
 void ResourceLocalServiceWrapper.deleteResource(long companyId, String name, int scope, long primKey)
           
static void ResourceLocalServiceUtil.deleteResource(long companyId, String name, int scope, long primKey)
           
 void ResourceLocalService.deleteResource(long companyId, String name, int scope, long primKey)
           
 void ResourceLocalServiceWrapper.deleteResource(long companyId, String name, int scope, String primKey)
           
static void ResourceLocalServiceUtil.deleteResource(long companyId, String name, int scope, String primKey)
           
 void ResourceLocalService.deleteResource(long companyId, String name, int scope, String primKey)
           
 void ResourceActionLocalServiceWrapper.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
static void ResourceActionLocalServiceUtil.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
 void ResourceActionLocalService.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
 void ResourceCodeLocalServiceWrapper.deleteResourceCode(long codeId)
          Deletes the resource code with the primary key from the database.
static void ResourceCodeLocalServiceUtil.deleteResourceCode(long codeId)
          Deletes the resource code with the primary key from the database.
 void ResourceCodeLocalService.deleteResourceCode(long codeId)
          Deletes the resource code with the primary key from the database.
 void ResourcePermissionLocalServiceWrapper.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
static void ResourcePermissionLocalServiceUtil.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
 void ResourcePermissionLocalService.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
 void ResourcePermissionLocalServiceWrapper.deleteResourcePermissions(long companyId, String name, int scope, long primKey)
          Deletes all resource permissions at the scope to resources of the type.
static void ResourcePermissionLocalServiceUtil.deleteResourcePermissions(long companyId, String name, int scope, long primKey)
          Deletes all resource permissions at the scope to resources of the type.
 void ResourcePermissionLocalService.deleteResourcePermissions(long companyId, String name, int scope, long primKey)
          Deletes all resource permissions at the scope to resources of the type.
 void ResourcePermissionLocalServiceWrapper.deleteResourcePermissions(long companyId, String name, int scope, String primKey)
          Deletes all resource permissions at the scope to resources of the type.
static void ResourcePermissionLocalServiceUtil.deleteResourcePermissions(long companyId, String name, int scope, String primKey)
          Deletes all resource permissions at the scope to resources of the type.
 void ResourcePermissionLocalService.deleteResourcePermissions(long companyId, String name, int scope, String primKey)
          Deletes all resource permissions at the scope to resources of the type.
 void RoleServiceWrapper.deleteRole(long roleId)
           
static void RoleServiceUtil.deleteRole(long roleId)
           
 void RoleService.deleteRole(long roleId)
           
 void RoleLocalServiceWrapper.deleteRole(long roleId)
          Deletes the role with the primary key from the database.
static void RoleLocalServiceUtil.deleteRole(long roleId)
          Deletes the role with the primary key from the database.
 void RoleLocalService.deleteRole(long roleId)
          Deletes the role with the primary key from the database.
 void RoleLocalServiceWrapper.deleteRole(Role role)
          Deletes the role from the database.
static void RoleLocalServiceUtil.deleteRole(Role role)
          Deletes the role from the database.
 void RoleLocalService.deleteRole(Role role)
          Deletes the role from the database.
 void UserServiceWrapper.deleteRoleUser(long roleId, long userId)
           
static void UserServiceUtil.deleteRoleUser(long roleId, long userId)
           
 void UserService.deleteRoleUser(long roleId, long userId)
           
 void UserLocalServiceWrapper.deleteRoleUser(long roleId, long userId)
           
static void UserLocalServiceUtil.deleteRoleUser(long roleId, long userId)
           
 void UserLocalService.deleteRoleUser(long roleId, long userId)
           
 void ServiceComponentLocalServiceWrapper.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
static void ServiceComponentLocalServiceUtil.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
 void ServiceComponentLocalService.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
 void ShardLocalServiceWrapper.deleteShard(long shardId)
          Deletes the shard with the primary key from the database.
static void ShardLocalServiceUtil.deleteShard(long shardId)
          Deletes the shard with the primary key from the database.
 void ShardLocalService.deleteShard(long shardId)
          Deletes the shard with the primary key from the database.
 void SubscriptionLocalServiceWrapper.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
static void SubscriptionLocalServiceUtil.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
 void SubscriptionLocalService.deleteSubscription(long subscriptionId)
          Deletes the subscription with the primary key from the database.
 void SubscriptionLocalServiceWrapper.deleteSubscription(long userId, String className, long classPK)
           
static void SubscriptionLocalServiceUtil.deleteSubscription(long userId, String className, long classPK)
           
 void SubscriptionLocalService.deleteSubscription(long userId, String className, long classPK)
           
 void SubscriptionLocalServiceWrapper.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
static void SubscriptionLocalServiceUtil.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 void SubscriptionLocalService.deleteSubscription(Subscription subscription)
          Deletes the subscription from the database.
 void SubscriptionLocalServiceWrapper.deleteSubscriptions(long userId)
           
static void SubscriptionLocalServiceUtil.deleteSubscriptions(long userId)
           
 void SubscriptionLocalService.deleteSubscriptions(long userId)
           
 void SubscriptionLocalServiceWrapper.deleteSubscriptions(long companyId, String className, long classPK)
           
static void SubscriptionLocalServiceUtil.deleteSubscriptions(long companyId, String className, long classPK)
           
 void SubscriptionLocalService.deleteSubscriptions(long companyId, String className, long classPK)
           
 void TeamServiceWrapper.deleteTeam(long teamId)
           
static void TeamServiceUtil.deleteTeam(long teamId)
           
 void TeamService.deleteTeam(long teamId)
           
 void TeamLocalServiceWrapper.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
static void TeamLocalServiceUtil.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
 void TeamLocalService.deleteTeam(long teamId)
          Deletes the team with the primary key from the database.
 void TeamLocalServiceWrapper.deleteTeam(Team team)
          Deletes the team from the database.
static void TeamLocalServiceUtil.deleteTeam(Team team)
          Deletes the team from the database.
 void TeamLocalService.deleteTeam(Team team)
          Deletes the team from the database.
 void TeamLocalServiceWrapper.deleteTeams(long groupId)
           
static void TeamLocalServiceUtil.deleteTeams(long groupId)
           
 void TeamLocalService.deleteTeams(long groupId)
           
 void TicketLocalServiceWrapper.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
static void TicketLocalServiceUtil.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
 void TicketLocalService.deleteTicket(long ticketId)
          Deletes the ticket with the primary key from the database.
 void UserServiceWrapper.deleteUser(long userId)
           
static void UserServiceUtil.deleteUser(long userId)
           
 void UserService.deleteUser(long userId)
           
 void UserLocalServiceWrapper.deleteUser(long userId)
          Deletes the user with the primary key from the database.
static void UserLocalServiceUtil.deleteUser(long userId)
          Deletes the user with the primary key from the database.
 void UserLocalService.deleteUser(long userId)
          Deletes the user with the primary key from the database.
 void UserLocalServiceWrapper.deleteUser(User user)
          Deletes the user from the database.
static void UserLocalServiceUtil.deleteUser(User user)
          Deletes the user from the database.
 void UserLocalService.deleteUser(User user)
          Deletes the user from the database.
 void UserGroupServiceWrapper.deleteUserGroup(long userGroupId)
           
static void UserGroupServiceUtil.deleteUserGroup(long userGroupId)
           
 void UserGroupService.deleteUserGroup(long userGroupId)
           
 void UserGroupLocalServiceWrapper.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
static void UserGroupLocalServiceUtil.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
 void UserGroupLocalService.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
 void UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
static void UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 void UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 void UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
static void UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 void UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 void UserGroupGroupRoleServiceWrapper.deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
static void UserGroupGroupRoleServiceUtil.deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
 void UserGroupGroupRoleService.deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
 void UserGroupGroupRoleServiceWrapper.deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
static void UserGroupGroupRoleServiceUtil.deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
 void UserGroupGroupRoleService.deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
 void UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
static void UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 void UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
          Deletes the user group role with the primary key from the database.
 void UserGroupRoleServiceWrapper.deleteUserGroupRoles(long[] userIds, long groupId, long roleId)
           
static void UserGroupRoleServiceUtil.deleteUserGroupRoles(long[] userIds, long groupId, long roleId)
           
 void UserGroupRoleService.deleteUserGroupRoles(long[] userIds, long groupId, long roleId)
           
 void UserGroupRoleServiceWrapper.deleteUserGroupRoles(long userId, long groupId, long[] roleIds)
           
static void UserGroupRoleServiceUtil.deleteUserGroupRoles(long userId, long groupId, long[] roleIds)
           
 void UserGroupRoleService.deleteUserGroupRoles(long userId, long groupId, long[] roleIds)
           
 void UserLocalServiceWrapper.deleteUserGroupUser(long userGroupId, long userId)
           
static void UserLocalServiceUtil.deleteUserGroupUser(long userGroupId, long userId)
           
 void UserLocalService.deleteUserGroupUser(long userGroupId, long userId)
           
 void UserIdMapperLocalServiceWrapper.deleteUserIdMapper(long userIdMapperId)
          Deletes the user ID mapper with the primary key from the database.
static void UserIdMapperLocalServiceUtil.deleteUserIdMapper(long userIdMapperId)
          Deletes the user ID mapper with the primary key from the database.
 void UserIdMapperLocalService.deleteUserIdMapper(long userIdMapperId)
          Deletes the user ID mapper with the primary key from the database.
 void UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
static void UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
 void UserNotificationEventLocalService.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
 void UserTrackerLocalServiceWrapper.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
static void UserTrackerLocalServiceUtil.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
 void UserTrackerLocalService.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
 void UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath(long userTrackerPathId)
          Deletes the user tracker path with the primary key from the database.
static void UserTrackerPathLocalServiceUtil.deleteUserTrackerPath(long userTrackerPathId)
          Deletes the user tracker path with the primary key from the database.
 void UserTrackerPathLocalService.deleteUserTrackerPath(long userTrackerPathId)
          Deletes the user tracker path with the primary key from the database.
 void VirtualHostLocalServiceWrapper.deleteVirtualHost(long virtualHostId)
          Deletes the virtual host with the primary key from the database.
static void VirtualHostLocalServiceUtil.deleteVirtualHost(long virtualHostId)
          Deletes the virtual host with the primary key from the database.
 void VirtualHostLocalService.deleteVirtualHost(long virtualHostId)
          Deletes the virtual host with the primary key from the database.
 void WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
static void WebDAVPropsLocalServiceUtil.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
 void WebDAVPropsLocalService.deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
 void WebsiteServiceWrapper.deleteWebsite(long websiteId)
           
static void WebsiteServiceUtil.deleteWebsite(long websiteId)
           
 void WebsiteService.deleteWebsite(long websiteId)
           
 void WebsiteLocalServiceWrapper.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
static void WebsiteLocalServiceUtil.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
 void WebsiteLocalService.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
 void WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
static void WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
 void WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Deletes the workflow definition link with the primary key from the database.
 void WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(long companyId, long groupId, String className)
           
static void WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 void WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 void WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
static void WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 void WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 void WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
static void WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 void WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 void WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
static void WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
 void WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String categoryName)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String categoryName)
           
 Portlet PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
static Portlet PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 Portlet PortletLocalService.deployRemotePortlet(Portlet portlet, String[] categoryNames)
           
 String UserLocalServiceWrapper.encryptUserId(String name)
           
static String UserLocalServiceUtil.encryptUserId(String name)
           
 String UserLocalService.encryptUserId(String name)
           
 byte[] LayoutServiceWrapper.exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static byte[] LayoutServiceUtil.exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutService.exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutLocalServiceWrapper.exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static byte[] LayoutLocalServiceUtil.exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutLocalService.exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutServiceWrapper.exportLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static byte[] LayoutServiceUtil.exportLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutService.exportLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutLocalServiceWrapper.exportLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static byte[] LayoutLocalServiceUtil.exportLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutLocalService.exportLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File LayoutServiceWrapper.exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static File LayoutServiceUtil.exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File LayoutService.exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File LayoutLocalServiceWrapper.exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static File LayoutLocalServiceUtil.exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File LayoutLocalService.exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutServiceWrapper.exportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static byte[] LayoutServiceUtil.exportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutService.exportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutLocalServiceWrapper.exportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static byte[] LayoutLocalServiceUtil.exportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] LayoutLocalService.exportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File LayoutServiceWrapper.exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static File LayoutServiceUtil.exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File LayoutService.exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File LayoutLocalServiceWrapper.exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
static File LayoutLocalServiceUtil.exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File LayoutLocalService.exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 Account AccountLocalServiceWrapper.getAccount(long accountId)
          Returns the account with the primary key.
static Account AccountLocalServiceUtil.getAccount(long accountId)
          Returns the account with the primary key.
 Account AccountLocalService.getAccount(long accountId)
          Returns the account with the primary key.
 Account AccountLocalServiceWrapper.getAccount(long companyId, long accountId)
           
static Account AccountLocalServiceUtil.getAccount(long companyId, long accountId)
           
 Account AccountLocalService.getAccount(long companyId, long accountId)
           
 Address AddressServiceWrapper.getAddress(long addressId)
           
static Address AddressServiceUtil.getAddress(long addressId)
           
 Address AddressService.getAddress(long addressId)
           
 Address AddressLocalServiceWrapper.getAddress(long addressId)
          Returns the address with the primary key.
static Address AddressLocalServiceUtil.getAddress(long addressId)
          Returns the address with the primary key.
 Address AddressLocalService.getAddress(long addressId)
          Returns the address with the primary key.
 List<Address> AddressServiceWrapper.getAddresses(String className, long classPK)
           
static List<Address> AddressServiceUtil.getAddresses(String className, long classPK)
           
 List<Address> AddressService.getAddresses(String className, long classPK)
           
 List<String> ResourcePermissionLocalServiceWrapper.getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long roleId, List<String> actionIds)
           
static List<String> ResourcePermissionLocalServiceUtil.getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long roleId, List<String> actionIds)
           
 List<String> ResourcePermissionLocalService.getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long roleId, List<String> actionIds)
           
 BrowserTracker BrowserTrackerLocalServiceWrapper.getBrowserTracker(long browserTrackerId)
          Returns the browser tracker with the primary key.
static BrowserTracker BrowserTrackerLocalServiceUtil.getBrowserTracker(long browserTrackerId)
          Returns the browser tracker with the primary key.
 BrowserTracker BrowserTrackerLocalService.getBrowserTracker(long browserTrackerId)
          Returns the browser tracker with the primary key.
 int ReleaseLocalServiceWrapper.getBuildNumberOrCreate()
           
static int ReleaseLocalServiceUtil.getBuildNumberOrCreate()
           
 int ReleaseLocalService.getBuildNumberOrCreate()
           
 ClassName ClassNameServiceWrapper.getClassName(long classNameId)
           
static ClassName ClassNameServiceUtil.getClassName(long classNameId)
           
 ClassName ClassNameService.getClassName(long classNameId)
           
 ClassName ClassNameLocalServiceWrapper.getClassName(long classNameId)
          Returns the class name with the primary key.
static ClassName ClassNameLocalServiceUtil.getClassName(long classNameId)
          Returns the class name with the primary key.
 ClassName ClassNameLocalService.getClassName(long classNameId)
          Returns the class name with the primary key.
 ClusterGroup ClusterGroupLocalServiceWrapper.getClusterGroup(long clusterGroupId)
          Returns the cluster group with the primary key.
static ClusterGroup ClusterGroupLocalServiceUtil.getClusterGroup(long clusterGroupId)
          Returns the cluster group with the primary key.
 ClusterGroup ClusterGroupLocalService.getClusterGroup(long clusterGroupId)
          Returns the cluster group with the primary key.
 Company CompanyLocalServiceWrapper.getCompany(long companyId)
          Returns the company with the primary key.
static Company CompanyLocalServiceUtil.getCompany(long companyId)
          Returns the company with the primary key.
 Company CompanyLocalService.getCompany(long companyId)
          Returns the company with the primary key.
 Company CompanyServiceWrapper.getCompanyById(long companyId)
           
static Company CompanyServiceUtil.getCompanyById(long companyId)
           
 Company CompanyService.getCompanyById(long companyId)
           
 Company CompanyLocalServiceWrapper.getCompanyById(long companyId)
           
static Company CompanyLocalServiceUtil.getCompanyById(long companyId)
           
 Company CompanyLocalService.getCompanyById(long companyId)
           
 Company CompanyServiceWrapper.getCompanyByLogoId(long logoId)
           
static Company CompanyServiceUtil.getCompanyByLogoId(long logoId)
           
 Company CompanyService.getCompanyByLogoId(long logoId)
           
 Company CompanyLocalServiceWrapper.getCompanyByLogoId(long logoId)
           
static Company CompanyLocalServiceUtil.getCompanyByLogoId(long logoId)
           
 Company CompanyLocalService.getCompanyByLogoId(long logoId)
           
 Company CompanyServiceWrapper.getCompanyByMx(String mx)
           
static Company CompanyServiceUtil.getCompanyByMx(String mx)
           
 Company CompanyService.getCompanyByMx(String mx)
           
 Company CompanyLocalServiceWrapper.getCompanyByMx(String mx)
           
static Company CompanyLocalServiceUtil.getCompanyByMx(String mx)
           
 Company CompanyLocalService.getCompanyByMx(String mx)
           
 Company CompanyServiceWrapper.getCompanyByVirtualHost(String virtualHost)
           
static Company CompanyServiceUtil.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyService.getCompanyByVirtualHost(String virtualHost)
           
 Company CompanyLocalServiceWrapper.getCompanyByVirtualHost(String virtualHostname)
           
static Company CompanyLocalServiceUtil.getCompanyByVirtualHost(String virtualHostname)
           
 Company CompanyLocalService.getCompanyByVirtualHost(String virtualHostname)
           
 Company CompanyServiceWrapper.getCompanyByWebId(String webId)
           
static Company CompanyServiceUtil.getCompanyByWebId(String webId)
           
 Company CompanyService.getCompanyByWebId(String webId)
           
 Company CompanyLocalServiceWrapper.getCompanyByWebId(String webId)
           
static Company CompanyLocalServiceUtil.getCompanyByWebId(String webId)
           
 Company CompanyLocalService.getCompanyByWebId(String webId)
           
 Group GroupLocalServiceWrapper.getCompanyGroup(long companyId)
           
static Group GroupLocalServiceUtil.getCompanyGroup(long companyId)
           
 Group GroupLocalService.getCompanyGroup(long companyId)
           
 Contact ContactLocalServiceWrapper.getContact(long contactId)
          Returns the contact with the primary key.
static Contact ContactLocalServiceUtil.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactLocalService.getContact(long contactId)
          Returns the contact with the primary key.
 Country CountryServiceWrapper.getCountry(long countryId)
           
static Country CountryServiceUtil.getCountry(long countryId)
           
 Country CountryService.getCountry(long countryId)
           
 Country CountryServiceWrapper.getCountryByA2(String a2)
           
static Country CountryServiceUtil.getCountryByA2(String a2)
           
 Country CountryService.getCountryByA2(String a2)
           
 Country CountryServiceWrapper.getCountryByA3(String a3)
           
static Country CountryServiceUtil.getCountryByA3(String a3)
           
 Country CountryService.getCountryByA3(String a3)
           
 Country CountryServiceWrapper.getCountryByName(String name)
           
static Country CountryServiceUtil.getCountryByName(String name)
           
 Country CountryService.getCountryByName(String name)
           
 Role RoleLocalServiceWrapper.getDefaultGroupRole(long groupId)
           
static Role RoleLocalServiceUtil.getDefaultGroupRole(long groupId)
           
 Role RoleLocalService.getDefaultGroupRole(long groupId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getDefaultPasswordPolicy(long companyId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy(long companyId)
           
 PasswordPolicy PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId)
           
 long LayoutLocalServiceWrapper.getDefaultPlid(long groupId, boolean privateLayout, String portletId)
           
static long LayoutLocalServiceUtil.getDefaultPlid(long groupId, boolean privateLayout, String portletId)
           
 long LayoutLocalService.getDefaultPlid(long groupId, boolean privateLayout, String portletId)
           
 long LayoutServiceWrapper.getDefaultPlid(long groupId, long scopeGroupId, boolean privateLayout, String portletId)
           
static long LayoutServiceUtil.getDefaultPlid(long groupId, long scopeGroupId, boolean privateLayout, String portletId)
           
 long LayoutService.getDefaultPlid(long groupId, long scopeGroupId, boolean privateLayout, String portletId)
           
 User UserLocalServiceWrapper.getDefaultUser(long companyId)
           
static User UserLocalServiceUtil.getDefaultUser(long companyId)
           
 User UserLocalService.getDefaultUser(long companyId)
           
 long UserServiceWrapper.getDefaultUserId(long companyId)
           
static long UserServiceUtil.getDefaultUserId(long companyId)
           
 long UserService.getDefaultUserId(long companyId)
           
 long UserLocalServiceWrapper.getDefaultUserId(long companyId)
           
static long UserLocalServiceUtil.getDefaultUserId(long companyId)
           
 long UserLocalService.getDefaultUserId(long companyId)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getDefaultWorkflowDefinitionLink(long companyId, String className)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getDefaultWorkflowDefinitionLink(long companyId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getDefaultWorkflowDefinitionLink(long companyId, String className)
           
 Layout LayoutLocalServiceWrapper.getDLFolderLayout(long dlFolderId)
           
static Layout LayoutLocalServiceUtil.getDLFolderLayout(long dlFolderId)
           
 Layout LayoutLocalService.getDLFolderLayout(long dlFolderId)
           
 EmailAddress EmailAddressServiceWrapper.getEmailAddress(long emailAddressId)
           
static EmailAddress EmailAddressServiceUtil.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressService.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalServiceWrapper.getEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
static EmailAddress EmailAddressLocalServiceUtil.getEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
 EmailAddress EmailAddressLocalService.getEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
 List<EmailAddress> EmailAddressServiceWrapper.getEmailAddresses(String className, long classPK)
           
static List<EmailAddress> EmailAddressServiceUtil.getEmailAddresses(String className, long classPK)
           
 List<EmailAddress> EmailAddressService.getEmailAddresses(String className, long classPK)
           
 Group GroupLocalServiceWrapper.getFriendlyURLGroup(long companyId, String friendlyURL)
           
static Group GroupLocalServiceUtil.getFriendlyURLGroup(long companyId, String friendlyURL)
           
 Group GroupLocalService.getFriendlyURLGroup(long companyId, String friendlyURL)
           
 Layout LayoutLocalServiceWrapper.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
           
static Layout LayoutLocalServiceUtil.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
           
 Layout LayoutLocalService.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
           
 Group GroupServiceWrapper.getGroup(long groupId)
           
static Group GroupServiceUtil.getGroup(long groupId)
           
 Group GroupService.getGroup(long groupId)
           
 Group GroupLocalServiceWrapper.getGroup(long groupId)
          Returns the group with the primary key.
static Group GroupLocalServiceUtil.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupLocalService.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupServiceWrapper.getGroup(long companyId, String name)
           
static Group GroupServiceUtil.getGroup(long companyId, String name)
           
 Group GroupService.getGroup(long companyId, String name)
           
 Group GroupLocalServiceWrapper.getGroup(long companyId, String name)
           
static Group GroupLocalServiceUtil.getGroup(long companyId, String name)
           
 Group GroupLocalService.getGroup(long companyId, String name)
           
 List<Group> GroupLocalServiceWrapper.getGroups(long[] groupIds)
           
static List<Group> GroupLocalServiceUtil.getGroups(long[] groupIds)
           
 List<Group> GroupLocalService.getGroups(long[] groupIds)
           
 List<Team> TeamServiceWrapper.getGroupTeams(long groupId)
           
static List<Team> TeamServiceUtil.getGroupTeams(long groupId)
           
 List<Team> TeamService.getGroupTeams(long groupId)
           
 int UserLocalServiceWrapper.getGroupUsersCount(long groupId, boolean active)
           
static int UserLocalServiceUtil.getGroupUsersCount(long groupId, boolean active)
           
 int UserLocalService.getGroupUsersCount(long groupId, boolean active)
           
 Image ImageLocalServiceWrapper.getImage(byte[] bytes)
           
static Image ImageLocalServiceUtil.getImage(byte[] bytes)
           
 Image ImageLocalService.getImage(byte[] bytes)
           
 Image ImageLocalServiceWrapper.getImage(File file)
           
static Image ImageLocalServiceUtil.getImage(File file)
           
 Image ImageLocalService.getImage(File file)
           
 Image ImageLocalServiceWrapper.getImage(InputStream is)
           
static Image ImageLocalServiceUtil.getImage(InputStream is)
           
 Image ImageLocalService.getImage(InputStream is)
           
 Image ImageServiceWrapper.getImage(long imageId)
           
static Image ImageServiceUtil.getImage(long imageId)
           
 Image ImageService.getImage(long imageId)
           
 Image ImageLocalServiceWrapper.getImage(long imageId)
          Returns the image with the primary key.
static Image ImageLocalServiceUtil.getImage(long imageId)
          Returns the image with the primary key.
 Image ImageLocalService.getImage(long imageId)
          Returns the image with the primary key.
static ServiceContext ServiceContextFactory.getInstance(javax.servlet.http.HttpServletRequest request)
           
static ServiceContext ServiceContextFactory.getInstance(PortletRequest portletRequest)
           
static ServiceContext ServiceContextFactory.getInstance(String className, PortletRequest portletRequest)
           
 Layout LayoutLocalServiceWrapper.getLayout(long plid)
          Returns the layout with the primary key.
static Layout LayoutLocalServiceUtil.getLayout(long plid)
          Returns the layout with the primary key.
 Layout LayoutLocalService.getLayout(long plid)
          Returns the layout with the primary key.
 Layout LayoutLocalServiceWrapper.getLayout(long groupId, boolean privateLayout, long layoutId)
           
static Layout LayoutLocalServiceUtil.getLayout(long groupId, boolean privateLayout, long layoutId)
           
 Layout LayoutLocalService.getLayout(long groupId, boolean privateLayout, long layoutId)
           
 Layout LayoutLocalServiceWrapper.getLayoutByIconImageId(long iconImageId)
           
static Layout LayoutLocalServiceUtil.getLayoutByIconImageId(long iconImageId)
           
 Layout LayoutLocalService.getLayoutByIconImageId(long iconImageId)
           
 Layout LayoutLocalServiceWrapper.getLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout with the UUID in the group.
static Layout LayoutLocalServiceUtil.getLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout with the UUID in the group.
 Layout LayoutLocalService.getLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout with the UUID in the group.
 Group GroupLocalServiceWrapper.getLayoutGroup(long companyId, long plid)
           
static Group GroupLocalServiceUtil.getLayoutGroup(long companyId, long plid)
           
 Group GroupLocalService.getLayoutGroup(long companyId, long plid)
           
 String LayoutServiceWrapper.getLayoutName(long groupId, boolean privateLayout, long layoutId, String languageId)
           
static String LayoutServiceUtil.getLayoutName(long groupId, boolean privateLayout, long layoutId, String languageId)
           
 String LayoutService.getLayoutName(long groupId, boolean privateLayout, long layoutId, String languageId)
           
 LayoutPrototype LayoutPrototypeServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
           
static LayoutPrototype LayoutPrototypeServiceUtil.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeService.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
          Returns the layout prototype with the primary key.
static LayoutPrototype LayoutPrototypeLocalServiceUtil.getLayoutPrototype(long layoutPrototypeId)
          Returns the layout prototype with the primary key.
 LayoutPrototype LayoutPrototypeLocalService.getLayoutPrototype(long layoutPrototypeId)
          Returns the layout prototype with the primary key.
 Group GroupLocalServiceWrapper.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
           
static Group GroupLocalServiceUtil.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
           
 Group GroupLocalService.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
           
 List<Layout> LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
           
static List<Layout> LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
           
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
           
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
 LayoutSet LayoutSetLocalService.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(String virtualHostname)
           
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(String virtualHostname)
           
 LayoutSetPrototype LayoutSetPrototypeServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId)
           
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeService.getLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key.
 LayoutSetPrototype LayoutSetPrototypeLocalService.getLayoutSetPrototype(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key.
 Group GroupLocalServiceWrapper.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
           
static Group GroupLocalServiceUtil.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
           
 Group GroupLocalService.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
           
 ListType ListTypeServiceWrapper.getListType(int listTypeId)
           
static ListType ListTypeServiceUtil.getListType(int listTypeId)
           
 ListType ListTypeService.getListType(int listTypeId)
           
 Lock LockLocalServiceWrapper.getLock(long lockId)
          Returns the lock with the primary key.
static Lock LockLocalServiceUtil.getLock(long lockId)
          Returns the lock with the primary key.
 Lock LockLocalService.getLock(long lockId)
          Returns the lock with the primary key.
 Lock LockLocalServiceWrapper.getLock(String className, long key)
           
static Lock LockLocalServiceUtil.getLock(String className, long key)
           
 Lock LockLocalService.getLock(String className, long key)
           
 Lock LockLocalServiceWrapper.getLock(String className, String key)
           
static Lock LockLocalServiceUtil.getLock(String className, String key)
           
 Lock LockLocalService.getLock(String className, String key)
           
 List<Group> GroupServiceWrapper.getManageableGroups(String actionId, int max)
           
static List<Group> GroupServiceUtil.getManageableGroups(String actionId, int max)
           
 List<Group> GroupService.getManageableGroups(String actionId, int max)
           
 List<Organization> OrganizationServiceWrapper.getManageableOrganizations(String actionId, int max)
           
static List<Organization> OrganizationServiceUtil.getManageableOrganizations(String actionId, int max)
           
 List<Organization> OrganizationService.getManageableOrganizations(String actionId, int max)
           
 MembershipRequest MembershipRequestServiceWrapper.getMembershipRequest(long membershipRequestId)
           
static MembershipRequest MembershipRequestServiceUtil.getMembershipRequest(long membershipRequestId)
           
 MembershipRequest MembershipRequestService.getMembershipRequest(long membershipRequestId)
           
 MembershipRequest MembershipRequestLocalServiceWrapper.getMembershipRequest(long membershipRequestId)
          Returns the membership request with the primary key.
static MembershipRequest MembershipRequestLocalServiceUtil.getMembershipRequest(long membershipRequestId)
          Returns the membership request with the primary key.
 MembershipRequest MembershipRequestLocalService.getMembershipRequest(long membershipRequestId)
          Returns the membership request with the primary key.
 Organization OrganizationServiceWrapper.getOrganization(long organizationId)
           
static Organization OrganizationServiceUtil.getOrganization(long organizationId)
           
 Organization OrganizationService.getOrganization(long organizationId)
           
 Organization OrganizationLocalServiceWrapper.getOrganization(long organizationId)
          Returns the organization with the primary key.
static Organization OrganizationLocalServiceUtil.getOrganization(long organizationId)
          Returns the organization with the primary key.
 Organization OrganizationLocalService.getOrganization(long organizationId)
          Returns the organization with the primary key.
 Organization OrganizationLocalServiceWrapper.getOrganization(long companyId, String name)
           
static Organization OrganizationLocalServiceUtil.getOrganization(long companyId, String name)
           
 Organization OrganizationLocalService.getOrganization(long companyId, String name)
           
 Group GroupLocalServiceWrapper.getOrganizationGroup(long companyId, long organizationId)
           
static Group GroupLocalServiceUtil.getOrganizationGroup(long companyId, long organizationId)
           
 Group GroupLocalService.getOrganizationGroup(long companyId, long organizationId)
           
 List<Organization> OrganizationLocalServiceWrapper.getOrganizations(long[] organizationIds)
           
static List<Organization> OrganizationLocalServiceUtil.getOrganizations(long[] organizationIds)
           
 List<Organization> OrganizationLocalService.getOrganizations(long[] organizationIds)
           
 int UserLocalServiceWrapper.getOrganizationUsersCount(long organizationId, boolean active)
           
static int UserLocalServiceUtil.getOrganizationUsersCount(long organizationId, boolean active)
           
 int UserLocalService.getOrganizationUsersCount(long organizationId, boolean active)
           
 OrgLabor OrgLaborServiceWrapper.getOrgLabor(long orgLaborId)
           
static OrgLabor OrgLaborServiceUtil.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborService.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalServiceWrapper.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
static OrgLabor OrgLaborLocalServiceUtil.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
 OrgLabor OrgLaborLocalService.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
 List<OrgLabor> OrgLaborServiceWrapper.getOrgLabors(long organizationId)
           
static List<OrgLabor> OrgLaborServiceUtil.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborService.getOrgLabors(long organizationId)
           
 List<Organization> OrganizationLocalServiceWrapper.getParentOrganizations(long organizationId)
           
static List<Organization> OrganizationLocalServiceUtil.getParentOrganizations(long organizationId)
           
 List<Organization> OrganizationLocalService.getParentOrganizations(long organizationId)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId)
          Returns the password policy with the primary key.
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long[] organizationIds)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long[] organizationIds)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicy(long companyId, long organizationId, long locationId)
          Deprecated.  
 PasswordPolicy PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId(long userId)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicy PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyRelId)
          Returns the password policy rel with the primary key.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyRelId)
          Returns the password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyRelId)
          Returns the password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(String className, long classPK)
           
 PasswordTracker PasswordTrackerLocalServiceWrapper.getPasswordTracker(long passwordTrackerId)
          Returns the password tracker with the primary key.
static PasswordTracker PasswordTrackerLocalServiceUtil.getPasswordTracker(long passwordTrackerId)
          Returns the password tracker with the primary key.
 PasswordTracker PasswordTrackerLocalService.getPasswordTracker(long passwordTrackerId)
          Returns the password tracker with the primary key.
 Permission PermissionLocalServiceWrapper.getPermission(long permissionId)
          Returns the permission with the primary key.
static Permission PermissionLocalServiceUtil.getPermission(long permissionId)
          Returns the permission with the primary key.
 Permission PermissionLocalService.getPermission(long permissionId)
          Returns the permission with the primary key.
 PersistedModel WorkflowInstanceLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WorkflowInstanceLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowInstanceLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowDefinitionLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WorkflowDefinitionLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WorkflowDefinitionLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebsiteLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WebsiteLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebsiteLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebDAVPropsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WebDAVPropsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WebDAVPropsLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel VirtualHostLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel VirtualHostLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel VirtualHostLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerPathLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserTrackerPathLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerPathLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserNotificationEventLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserNotificationEventLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserNotificationEventLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserIdMapperLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserIdMapperLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserIdMapperLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupRoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserGroupRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupRoleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupGroupRoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel UserGroupGroupRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel UserGroupGroupRoleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TicketLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel TicketLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TicketLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TeamLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel TeamLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TeamLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SubscriptionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SubscriptionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SubscriptionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShardLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShardLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShardLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ServiceComponentLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ServiceComponentLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ServiceComponentLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel RoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RoleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourcePermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourcePermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourcePermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceCodeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceCodeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceCodeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceActionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ResourceActionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ResourceActionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ReleaseLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ReleaseLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ReleaseLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletPreferencesLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PortletPreferencesLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletPreferencesLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PortletLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PortletItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortletItemLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortalPreferencesLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PortalPreferencesLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PortalPreferencesLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PluginSettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PluginSettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PluginSettingLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PhoneLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PhoneLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PhoneLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PersistedModelLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PasswordTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyRelLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PasswordPolicyRelLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyRelLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PasswordPolicyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PasswordPolicyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrgLaborLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel OrgLaborLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrgLaborLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrganizationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel OrganizationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel OrganizationLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MembershipRequestLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MembershipRequestLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MembershipRequestLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LockLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LockLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LockLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetPrototypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutSetPrototypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetPrototypeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutSetLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutSetLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutPrototypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutPrototypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutPrototypeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel LayoutLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel LayoutLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ImageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ImageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ImageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel GroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel GroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel GroupLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel EmailAddressLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel EmailAddressLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel EmailAddressLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ContactLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ContactLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ContactLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CompanyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel CompanyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CompanyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ClusterGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ClusterGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ClusterGroupLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ClassNameLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ClassNameLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ClassNameLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BrowserTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BrowserTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BrowserTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AddressLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AddressLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AddressLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AccountLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AccountLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AccountLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 Phone PhoneServiceWrapper.getPhone(long phoneId)
           
static Phone PhoneServiceUtil.getPhone(long phoneId)
           
 Phone PhoneService.getPhone(long phoneId)
           
 Phone PhoneLocalServiceWrapper.getPhone(long phoneId)
          Returns the phone with the primary key.
static Phone PhoneLocalServiceUtil.getPhone(long phoneId)
          Returns the phone with the primary key.
 Phone PhoneLocalService.getPhone(long phoneId)
          Returns the phone with the primary key.
 List<Phone> PhoneServiceWrapper.getPhones(String className, long classPK)
           
static List<Phone> PhoneServiceUtil.getPhones(String className, long classPK)
           
 List<Phone> PhoneService.getPhones(String className, long classPK)
           
 PluginSetting PluginSettingLocalServiceWrapper.getPluginSetting(long pluginSettingId)
          Returns the plugin setting with the primary key.
static PluginSetting PluginSettingLocalServiceUtil.getPluginSetting(long pluginSettingId)
          Returns the plugin setting with the primary key.
 PluginSetting PluginSettingLocalService.getPluginSetting(long pluginSettingId)
          Returns the plugin setting with the primary key.
 PortalPreferences PortalPreferencesLocalServiceWrapper.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
static PortalPreferences PortalPreferencesLocalServiceUtil.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalService.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
 Portlet PortletLocalServiceWrapper.getPortlet(long id)
          Returns the portlet with the primary key.
static Portlet PortletLocalServiceUtil.getPortlet(long id)
          Returns the portlet with the primary key.
 Portlet PortletLocalService.getPortlet(long id)
          Returns the portlet with the primary key.
 PortletItem PortletItemLocalServiceWrapper.getPortletItem(long portletItemId)
          Returns the portlet item with the primary key.
static PortletItem PortletItemLocalServiceUtil.getPortletItem(long portletItemId)
          Returns the portlet item with the primary key.
 PortletItem PortletItemLocalService.getPortletItem(long portletItemId)
          Returns the portlet item with the primary key.
 PortletItem PortletItemLocalServiceWrapper.getPortletItem(long groupId, String name, String portletId, String className)
           
static PortletItem PortletItemLocalServiceUtil.getPortletItem(long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalService.getPortletItem(long groupId, String name, String portletId, String className)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.getPortletPreferences(long portletPreferencesId)
          Returns the portlet preferences with the primary key.
static PortletPreferences PortletPreferencesLocalServiceUtil.getPortletPreferences(long portletPreferencesId)
          Returns the portlet preferences with the primary key.
 PortletPreferences PortletPreferencesLocalService.getPortletPreferences(long portletPreferencesId)
          Returns the portlet preferences with the primary key.
 PortletPreferences PortletPreferencesLocalServiceWrapper.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesLocalService.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 Region RegionServiceWrapper.getRegion(long regionId)
           
static Region RegionServiceUtil.getRegion(long regionId)
           
 Region RegionService.getRegion(long regionId)
           
 Release ReleaseLocalServiceWrapper.getRelease(long releaseId)
          Returns the release with the primary key.
static Release ReleaseLocalServiceUtil.getRelease(long releaseId)
          Returns the release with the primary key.
 Release ReleaseLocalService.getRelease(long releaseId)
          Returns the release with the primary key.
 Release ReleaseLocalServiceWrapper.getRelease(String servletContextName, int buildNumber)
           
static Release ReleaseLocalServiceUtil.getRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalService.getRelease(String servletContextName, int buildNumber)
           
 Resource ResourceLocalServiceWrapper.getResource(long resourceId)
          Returns the resource with the primary key.
static Resource ResourceLocalServiceUtil.getResource(long resourceId)
          Returns the resource with the primary key.
 Resource ResourceLocalService.getResource(long resourceId)
          Returns the resource with the primary key.
 Resource ResourceServiceWrapper.getResource(long companyId, String name, int scope, String primKey)
           
static Resource ResourceServiceUtil.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceService.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalServiceWrapper.getResource(long companyId, String name, int scope, String primKey)
           
static Resource ResourceLocalServiceUtil.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalService.getResource(long companyId, String name, int scope, String primKey)
           
 ResourceAction ResourceActionLocalServiceWrapper.getResourceAction(long resourceActionId)
          Returns the resource action with the primary key.
static ResourceAction ResourceActionLocalServiceUtil.getResourceAction(long resourceActionId)
          Returns the resource action with the primary key.
 ResourceAction ResourceActionLocalService.getResourceAction(long resourceActionId)
          Returns the resource action with the primary key.
 ResourceAction ResourceActionLocalServiceWrapper.getResourceAction(String name, String actionId)
           
static ResourceAction ResourceActionLocalServiceUtil.getResourceAction(String name, String actionId)
           
 ResourceAction ResourceActionLocalService.getResourceAction(String name, String actionId)
           
 ResourceCode ResourceCodeLocalServiceWrapper.getResourceCode(long codeId)
          Returns the resource code with the primary key.
static ResourceCode ResourceCodeLocalServiceUtil.getResourceCode(long codeId)
          Returns the resource code with the primary key.
 ResourceCode ResourceCodeLocalService.getResourceCode(long codeId)
          Returns the resource code with the primary key.
 ResourcePermission ResourcePermissionLocalServiceWrapper.getResourcePermission(long resourcePermissionId)
          Returns the resource permission with the primary key.
static ResourcePermission ResourcePermissionLocalServiceUtil.getResourcePermission(long resourcePermissionId)
          Returns the resource permission with the primary key.
 ResourcePermission ResourcePermissionLocalService.getResourcePermission(long resourcePermissionId)
          Returns the resource permission with the primary key.
 ResourcePermission ResourcePermissionLocalServiceWrapper.getResourcePermission(long companyId, String name, int scope, String primKey, long roleId)
           
static ResourcePermission ResourcePermissionLocalServiceUtil.getResourcePermission(long companyId, String name, int scope, String primKey, long roleId)
           
 ResourcePermission ResourcePermissionLocalService.getResourcePermission(long companyId, String name, int scope, String primKey, long roleId)
           
 Role RoleServiceWrapper.getRole(long roleId)
           
static Role RoleServiceUtil.getRole(long roleId)
           
 Role RoleService.getRole(long roleId)
           
 Role RoleLocalServiceWrapper.getRole(long roleId)
          Returns the role with the primary key.
static Role RoleLocalServiceUtil.getRole(long roleId)
          Returns the role with the primary key.
 Role RoleLocalService.getRole(long roleId)
          Returns the role with the primary key.
 Role RoleServiceWrapper.getRole(long companyId, String name)
           
static Role RoleServiceUtil.getRole(long companyId, String name)
           
 Role RoleService.getRole(long companyId, String name)
           
 Role RoleLocalServiceWrapper.getRole(long companyId, String name)
           
static Role RoleLocalServiceUtil.getRole(long companyId, String name)
           
 Role RoleLocalService.getRole(long companyId, String name)
           
 List<Role> RoleLocalServiceWrapper.getRoles(long[] roleIds)
           
static List<Role> RoleLocalServiceUtil.getRoles(long[] roleIds)
           
 List<Role> RoleLocalService.getRoles(long[] roleIds)
           
 int UserLocalServiceWrapper.getRoleUsersCount(long roleId, boolean active)
           
static int UserLocalServiceUtil.getRoleUsersCount(long roleId, boolean active)
           
 int UserLocalService.getRoleUsersCount(long roleId, boolean active)
           
 ServiceComponent ServiceComponentLocalServiceWrapper.getServiceComponent(long serviceComponentId)
          Returns the service component with the primary key.
static ServiceComponent ServiceComponentLocalServiceUtil.getServiceComponent(long serviceComponentId)
          Returns the service component with the primary key.
 ServiceComponent ServiceComponentLocalService.getServiceComponent(long serviceComponentId)
          Returns the service component with the primary key.
 Shard ShardLocalServiceWrapper.getShard(long shardId)
          Returns the shard with the primary key.
static Shard ShardLocalServiceUtil.getShard(long shardId)
          Returns the shard with the primary key.
 Shard ShardLocalService.getShard(long shardId)
          Returns the shard with the primary key.
 Shard ShardLocalServiceWrapper.getShard(String className, long classPK)
           
static Shard ShardLocalServiceUtil.getShard(String className, long classPK)
           
 Shard ShardLocalService.getShard(String className, long classPK)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int type, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalServiceWrapper.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
           
static List<User> UserLocalServiceUtil.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
           
 List<User> UserLocalService.getSocialUsers(long userId1, long userId2, int start, int end, OrderByComparator obc)
           
 int UserLocalServiceWrapper.getSocialUsersCount(long userId)
           
static int UserLocalServiceUtil.getSocialUsersCount(long userId)
           
 int UserLocalService.getSocialUsersCount(long userId)
           
 int UserLocalServiceWrapper.getSocialUsersCount(long userId, int type)
           
static int UserLocalServiceUtil.getSocialUsersCount(long userId, int type)
           
 int UserLocalService.getSocialUsersCount(long userId, int type)
           
 int UserLocalServiceWrapper.getSocialUsersCount(long userId1, long userId2)
           
static int UserLocalServiceUtil.getSocialUsersCount(long userId1, long userId2)
           
 int UserLocalService.getSocialUsersCount(long userId1, long userId2)
           
 int UserLocalServiceWrapper.getSocialUsersCount(long userId1, long userId2, int type)
           
static int UserLocalServiceUtil.getSocialUsersCount(long userId1, long userId2, int type)
           
 int UserLocalService.getSocialUsersCount(long userId1, long userId2, int type)
           
 Group GroupLocalServiceWrapper.getStagingGroup(long liveGroupId)
           
static Group GroupLocalServiceUtil.getStagingGroup(long liveGroupId)
           
 Group GroupLocalService.getStagingGroup(long liveGroupId)
           
 String WorkflowInstanceLinkLocalServiceWrapper.getState(long companyId, long groupId, String className, long classPK)
           
static String WorkflowInstanceLinkLocalServiceUtil.getState(long companyId, long groupId, String className, long classPK)
           
 String WorkflowInstanceLinkLocalService.getState(long companyId, long groupId, String className, long classPK)
           
 Subscription SubscriptionLocalServiceWrapper.getSubscription(long subscriptionId)
          Returns the subscription with the primary key.
static Subscription SubscriptionLocalServiceUtil.getSubscription(long subscriptionId)
          Returns the subscription with the primary key.
 Subscription SubscriptionLocalService.getSubscription(long subscriptionId)
          Returns the subscription with the primary key.
 Subscription SubscriptionLocalServiceWrapper.getSubscription(long companyId, long userId, String className, long classPK)
           
static Subscription SubscriptionLocalServiceUtil.getSubscription(long companyId, long userId, String className, long classPK)
           
 Subscription SubscriptionLocalService.getSubscription(long companyId, long userId, String className, long classPK)
           
 Team TeamServiceWrapper.getTeam(long teamId)
           
static Team TeamServiceUtil.getTeam(long teamId)
           
 Team TeamService.getTeam(long teamId)
           
 Team TeamLocalServiceWrapper.getTeam(long teamId)
          Returns the team with the primary key.
static Team TeamLocalServiceUtil.getTeam(long teamId)
          Returns the team with the primary key.
 Team TeamLocalService.getTeam(long teamId)
          Returns the team with the primary key.
 Team TeamServiceWrapper.getTeam(long groupId, String name)
           
static Team TeamServiceUtil.getTeam(long groupId, String name)
           
 Team TeamService.getTeam(long groupId, String name)
           
 Team TeamLocalServiceWrapper.getTeam(long groupId, String name)
           
static Team TeamLocalServiceUtil.getTeam(long groupId, String name)
           
 Team TeamLocalService.getTeam(long groupId, String name)
           
 Role RoleLocalServiceWrapper.getTeamRole(long companyId, long teamId)
           
static Role RoleLocalServiceUtil.getTeamRole(long companyId, long teamId)
           
 Role RoleLocalService.getTeamRole(long companyId, long teamId)
           
 Ticket TicketLocalServiceWrapper.getTicket(long ticketId)
          Returns the ticket with the primary key.
static Ticket TicketLocalServiceUtil.getTicket(long ticketId)
          Returns the ticket with the primary key.
 Ticket TicketLocalService.getTicket(long ticketId)
          Returns the ticket with the primary key.
 Ticket TicketLocalServiceWrapper.getTicket(String key)
           
static Ticket TicketLocalServiceUtil.getTicket(String key)
           
 Ticket TicketLocalService.getTicket(String key)
           
 User UserLocalServiceWrapper.getUser(long userId)
          Returns the user with the primary key.
static User UserLocalServiceUtil.getUser(long userId)
          Returns the user with the primary key.
 User UserLocalService.getUser(long userId)
          Returns the user with the primary key.
 User UserLocalServiceWrapper.getUserByContactId(long contactId)
           
static User UserLocalServiceUtil.getUserByContactId(long contactId)
           
 User UserLocalService.getUserByContactId(long contactId)
           
 User UserServiceWrapper.getUserByEmailAddress(long companyId, String emailAddress)
           
static User UserServiceUtil.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserService.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalServiceWrapper.getUserByEmailAddress(long companyId, String emailAddress)
           
static User UserLocalServiceUtil.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalService.getUserByEmailAddress(long companyId, String emailAddress)
           
 User UserLocalServiceWrapper.getUserByFacebookId(long companyId, long facebookId)
           
static User UserLocalServiceUtil.getUserByFacebookId(long companyId, long facebookId)
           
 User UserLocalService.getUserByFacebookId(long companyId, long facebookId)
           
 User UserServiceWrapper.getUserById(long userId)
           
static User UserServiceUtil.getUserById(long userId)
           
 User UserService.getUserById(long userId)
           
 User UserLocalServiceWrapper.getUserById(long userId)
           
static User UserLocalServiceUtil.getUserById(long userId)
           
 User UserLocalService.getUserById(long userId)
           
 User UserLocalServiceWrapper.getUserById(long companyId, long userId)
           
static User UserLocalServiceUtil.getUserById(long companyId, long userId)
           
 User UserLocalService.getUserById(long companyId, long userId)
           
 User UserLocalServiceWrapper.getUserByOpenId(long companyId, String openId)
           
static User UserLocalServiceUtil.getUserByOpenId(long companyId, String openId)
           
 User UserLocalService.getUserByOpenId(long companyId, String openId)
           
 User UserLocalServiceWrapper.getUserByPortraitId(long portraitId)
           
static User UserLocalServiceUtil.getUserByPortraitId(long portraitId)
           
 User UserLocalService.getUserByPortraitId(long portraitId)
           
 User UserServiceWrapper.getUserByScreenName(long companyId, String screenName)
           
static User UserServiceUtil.getUserByScreenName(long companyId, String screenName)
           
 User UserService.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalServiceWrapper.getUserByScreenName(long companyId, String screenName)
           
static User UserLocalServiceUtil.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalService.getUserByScreenName(long companyId, String screenName)
           
 User UserLocalServiceWrapper.getUserByUuid(String uuid)
           
static User UserLocalServiceUtil.getUserByUuid(String uuid)
           
 User UserLocalService.getUserByUuid(String uuid)
           
 UserGroup UserGroupServiceWrapper.getUserGroup(long userGroupId)
           
static UserGroup UserGroupServiceUtil.getUserGroup(long userGroupId)
           
 UserGroup UserGroupService.getUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalServiceWrapper.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
static UserGroup UserGroupLocalServiceUtil.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 UserGroup UserGroupLocalService.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 Group GroupServiceWrapper.getUserGroup(long companyId, long userId)
           
static Group GroupServiceUtil.getUserGroup(long companyId, long userId)
           
 Group GroupService.getUserGroup(long companyId, long userId)
           
 Group GroupLocalServiceWrapper.getUserGroup(long companyId, long userId)
           
static Group GroupLocalServiceUtil.getUserGroup(long companyId, long userId)
           
 Group GroupLocalService.getUserGroup(long companyId, long userId)
           
 UserGroup UserGroupLocalServiceWrapper.getUserGroup(long companyId, String name)
           
static UserGroup UserGroupLocalServiceUtil.getUserGroup(long companyId, String name)
           
 UserGroup UserGroupLocalService.getUserGroup(long companyId, String name)
           
 UserGroup UserGroupServiceWrapper.getUserGroup(String name)
           
static UserGroup UserGroupServiceUtil.getUserGroup(String name)
           
 UserGroup UserGroupService.getUserGroup(String name)
           
 Group GroupLocalServiceWrapper.getUserGroupGroup(long companyId, long userGroupId)
           
static Group GroupLocalServiceUtil.getUserGroupGroup(long companyId, long userGroupId)
           
 Group GroupLocalService.getUserGroupGroup(long companyId, long userGroupId)
           
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalService.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 UserGroupRole UserGroupRoleLocalServiceWrapper.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
static UserGroupRole UserGroupRoleLocalServiceUtil.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
 UserGroupRole UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key.
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId)
           
 List<Group> GroupLocalService.getUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(long[] userGroupIds)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserGroups(long[] userGroupIds)
           
 List<UserGroup> UserGroupLocalService.getUserGroups(long[] userGroupIds)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, boolean inherit)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, boolean inherit)
           
 List<Group> GroupLocalService.getUserGroups(long userId, boolean inherit)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, boolean inherit, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, boolean inherit, int start, int end)
           
 List<Group> GroupLocalService.getUserGroups(long userId, boolean inherit, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
           
static List<Group> GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
           
static List<Group> GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
           
 int UserLocalServiceWrapper.getUserGroupUsersCount(long userGroupId, boolean active)
           
static int UserLocalServiceUtil.getUserGroupUsersCount(long userGroupId, boolean active)
           
 int UserLocalService.getUserGroupUsersCount(long userGroupId, boolean active)
           
 long UserServiceWrapper.getUserIdByEmailAddress(long companyId, String emailAddress)
           
static long UserServiceUtil.getUserIdByEmailAddress(long companyId, String emailAddress)
           
 long UserService.getUserIdByEmailAddress(long companyId, String emailAddress)
           
 long UserLocalServiceWrapper.getUserIdByEmailAddress(long companyId, String emailAddress)
           
static long UserLocalServiceUtil.getUserIdByEmailAddress(long companyId, String emailAddress)
           
 long UserLocalService.getUserIdByEmailAddress(long companyId, String emailAddress)
           
 long UserServiceWrapper.getUserIdByScreenName(long companyId, String screenName)
           
static long UserServiceUtil.getUserIdByScreenName(long companyId, String screenName)
           
 long UserService.getUserIdByScreenName(long companyId, String screenName)
           
 long UserLocalServiceWrapper.getUserIdByScreenName(long companyId, String screenName)
           
static long UserLocalServiceUtil.getUserIdByScreenName(long companyId, String screenName)
           
 long UserLocalService.getUserIdByScreenName(long companyId, String screenName)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapper(long userIdMapperId)
          Returns the user ID mapper with the primary key.
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapper(long userIdMapperId)
          Returns the user ID mapper with the primary key.
 UserIdMapper UserIdMapperLocalService.getUserIdMapper(long userIdMapperId)
          Returns the user ID mapper with the primary key.
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapper(long userId, String type)
           
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapper(long userId, String type)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapper(long userId, String type)
           
 UserIdMapper UserIdMapperLocalServiceWrapper.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
static UserIdMapper UserIdMapperLocalServiceUtil.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 UserIdMapper UserIdMapperLocalService.getUserIdMapperByExternalUserId(String type, String externalUserId)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.getUserNotificationEvent(long userNotificationEventId)
          Returns the user notification event with the primary key.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.getUserNotificationEvent(long userNotificationEventId)
          Returns the user notification event with the primary key.
 UserNotificationEvent UserNotificationEventLocalService.getUserNotificationEvent(long userNotificationEventId)
          Returns the user notification event with the primary key.
 List<Organization> OrganizationServiceWrapper.getUserOrganizations(long userId)
           
static List<Organization> OrganizationServiceUtil.getUserOrganizations(long userId)
           
 List<Organization> OrganizationService.getUserOrganizations(long userId)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId)
           
 List<Organization> OrganizationServiceWrapper.getUserOrganizations(long userId, boolean inheritUserGroups)
           
static List<Organization> OrganizationServiceUtil.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationService.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, boolean inheritUserGroups)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, boolean inheritUserGroups)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, boolean inheritUserGroups, int start, int end)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, boolean inheritUserGroups, int start, int end)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, boolean inheritUserGroups, int start, int end)
           
 List<Organization> OrganizationLocalServiceWrapper.getUserOrganizations(long userId, int start, int end)
           
static List<Organization> OrganizationLocalServiceUtil.getUserOrganizations(long userId, int start, int end)
           
 List<Organization> OrganizationLocalService.getUserOrganizations(long userId, int start, int end)
           
 List<Group> GroupServiceWrapper.getUserOrganizationsGroups(long userId, int start, int end)
           
static List<Group> GroupServiceUtil.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupService.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getUserOrganizationsGroups(long userId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupLocalService.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Team> TeamServiceWrapper.getUserTeams(long userId)
           
static List<Team> TeamServiceUtil.getUserTeams(long userId)
           
 List<Team> TeamService.getUserTeams(long userId)
           
 List<Team> TeamServiceWrapper.getUserTeams(long userId, long groupId)
           
static List<Team> TeamServiceUtil.getUserTeams(long userId, long groupId)
           
 List<Team> TeamService.getUserTeams(long userId, long groupId)
           
 UserTracker UserTrackerLocalServiceWrapper.getUserTracker(long userTrackerId)
          Returns the user tracker with the primary key.
static UserTracker UserTrackerLocalServiceUtil.getUserTracker(long userTrackerId)
          Returns the user tracker with the primary key.
 UserTracker UserTrackerLocalService.getUserTracker(long userTrackerId)
          Returns the user tracker with the primary key.
 UserTrackerPath UserTrackerPathLocalServiceWrapper.getUserTrackerPath(long userTrackerPathId)
          Returns the user tracker path with the primary key.
static UserTrackerPath UserTrackerPathLocalServiceUtil.getUserTrackerPath(long userTrackerPathId)
          Returns the user tracker path with the primary key.
 UserTrackerPath UserTrackerPathLocalService.getUserTrackerPath(long userTrackerPathId)
          Returns the user tracker path with the primary key.
 VirtualHost VirtualHostLocalServiceWrapper.getVirtualHost(long virtualHostId)
          Returns the virtual host with the primary key.
static VirtualHost VirtualHostLocalServiceUtil.getVirtualHost(long virtualHostId)
          Returns the virtual host with the primary key.
 VirtualHost VirtualHostLocalService.getVirtualHost(long virtualHostId)
          Returns the virtual host with the primary key.
 VirtualHost VirtualHostLocalServiceWrapper.getVirtualHost(long companyId, long layoutSetId)
           
static VirtualHost VirtualHostLocalServiceUtil.getVirtualHost(long companyId, long layoutSetId)
           
 VirtualHost VirtualHostLocalService.getVirtualHost(long companyId, long layoutSetId)
           
 VirtualHost VirtualHostLocalServiceWrapper.getVirtualHost(String hostname)
           
static VirtualHost VirtualHostLocalServiceUtil.getVirtualHost(String hostname)
           
 VirtualHost VirtualHostLocalService.getVirtualHost(String hostname)
           
 WebDAVProps WebDAVPropsLocalServiceWrapper.getWebDAVProps(long webDavPropsId)
          Returns the web d a v props with the primary key.
static WebDAVProps WebDAVPropsLocalServiceUtil.getWebDAVProps(long webDavPropsId)
          Returns the web d a v props with the primary key.
 WebDAVProps WebDAVPropsLocalService.getWebDAVProps(long webDavPropsId)
          Returns the web d a v props with the primary key.
 Website WebsiteServiceWrapper.getWebsite(long websiteId)
           
static Website WebsiteServiceUtil.getWebsite(long websiteId)
           
 Website WebsiteService.getWebsite(long websiteId)
           
 Website WebsiteLocalServiceWrapper.getWebsite(long websiteId)
          Returns the website with the primary key.
static Website WebsiteLocalServiceUtil.getWebsite(long websiteId)
          Returns the website with the primary key.
 Website WebsiteLocalService.getWebsite(long websiteId)
          Returns the website with the primary key.
 List<Website> WebsiteServiceWrapper.getWebsites(String className, long classPK)
           
static List<Website> WebsiteServiceUtil.getWebsites(String className, long classPK)
           
 List<Website> WebsiteService.getWebsites(String className, long classPK)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Returns the workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId, long groupId, String className)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId, long groupId, String className, boolean strict)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId, long groupId, String className, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className, boolean strict)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 boolean LockLocalServiceWrapper.hasLock(long userId, String className, long key)
           
static boolean LockLocalServiceUtil.hasLock(long userId, String className, long key)
           
 boolean LockLocalService.hasLock(long userId, String className, long key)
           
 boolean LockLocalServiceWrapper.hasLock(long userId, String className, String key)
           
static boolean LockLocalServiceUtil.hasLock(long userId, String className, String key)
           
 boolean LockLocalService.hasLock(long userId, String className, String key)
           
 boolean ResourcePermissionLocalServiceWrapper.hasResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Returns true if the role has permission at the scope to perform the action on resources of the type.
static boolean ResourcePermissionLocalServiceUtil.hasResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Returns true if the role has permission at the scope to perform the action on resources of the type.
 boolean ResourcePermissionLocalService.hasResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Returns true if the role has permission at the scope to perform the action on resources of the type.
 boolean UserServiceWrapper.hasRoleUser(long companyId, String name, long userId, boolean inherited)
           
static boolean UserServiceUtil.hasRoleUser(long companyId, String name, long userId, boolean inherited)
           
 boolean UserService.hasRoleUser(long companyId, String name, long userId, boolean inherited)
           
 boolean UserLocalServiceWrapper.hasRoleUser(long companyId, String name, long userId, boolean inherited)
          Returns true if the user has the role.
static boolean UserLocalServiceUtil.hasRoleUser(long companyId, String name, long userId, boolean inherited)
          Returns true if the user has the role.
 boolean UserLocalService.hasRoleUser(long companyId, String name, long userId, boolean inherited)
          Returns true if the user has the role.
 boolean ResourcePermissionLocalServiceWrapper.hasScopeResourcePermission(long companyId, String name, int scope, long roleId, String actionId)
           
static boolean ResourcePermissionLocalServiceUtil.hasScopeResourcePermission(long companyId, String name, int scope, long roleId, String actionId)
           
 boolean ResourcePermissionLocalService.hasScopeResourcePermission(long companyId, String name, int scope, long roleId, String actionId)
           
 boolean UserGroupGroupRoleLocalServiceWrapper.hasUserGroupGroupRole(long userGroupId, long groupId, String roleName)
           
static boolean UserGroupGroupRoleLocalServiceUtil.hasUserGroupGroupRole(long userGroupId, long groupId, String roleName)
           
 boolean UserGroupGroupRoleLocalService.hasUserGroupGroupRole(long userGroupId, long groupId, String roleName)
           
 boolean UserGroupRoleLocalServiceWrapper.hasUserGroupRole(long userId, long groupId, String roleName)
           
static boolean UserGroupRoleLocalServiceUtil.hasUserGroupRole(long userId, long groupId, String roleName)
           
 boolean UserGroupRoleLocalService.hasUserGroupRole(long userId, long groupId, String roleName)
           
 boolean UserGroupRoleLocalServiceWrapper.hasUserGroupRole(long userId, long groupId, String roleName, boolean inherit)
           
static boolean UserGroupRoleLocalServiceUtil.hasUserGroupRole(long userId, long groupId, String roleName, boolean inherit)
           
 boolean UserGroupRoleLocalService.hasUserGroupRole(long userId, long groupId, String roleName, boolean inherit)
           
 boolean OrganizationLocalServiceWrapper.hasUserOrganization(long userId, long organizationId, boolean inheritSuborganizations, boolean inheritUserGroups, boolean includeSpecifiedOrganization)
           
static boolean OrganizationLocalServiceUtil.hasUserOrganization(long userId, long organizationId, boolean inheritSuborganizations, boolean inheritUserGroups, boolean includeSpecifiedOrganization)
           
 boolean OrganizationLocalService.hasUserOrganization(long userId, long organizationId, boolean inheritSuborganizations, boolean inheritUserGroups, boolean includeSpecifiedOrganization)
           
 boolean PermissionServiceWrapper.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
static boolean PermissionServiceUtil.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 boolean PermissionService.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 boolean PermissionLocalServiceWrapper.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
static boolean PermissionLocalServiceUtil.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 RoleServiceWrapper.hasUserRole(long userId, long companyId, String name, boolean inherited)
           
static boolean RoleServiceUtil.hasUserRole(long userId, long companyId, String name, boolean inherited)
           
 boolean RoleService.hasUserRole(long userId, long companyId, String name, boolean inherited)
           
 boolean RoleLocalServiceWrapper.hasUserRole(long userId, long companyId, String name, boolean inherited)
          Returns true if the user has the regular role.
static boolean RoleLocalServiceUtil.hasUserRole(long userId, long companyId, String name, boolean inherited)
          Returns true if the user has the regular role.
 boolean RoleLocalService.hasUserRole(long userId, long companyId, String name, boolean inherited)
          Returns true if the user has the regular role.
 boolean RoleServiceWrapper.hasUserRoles(long userId, long companyId, String[] names, boolean inherited)
           
static boolean RoleServiceUtil.hasUserRoles(long userId, long companyId, String[] names, boolean inherited)
           
 boolean RoleService.hasUserRoles(long userId, long companyId, String[] names, boolean inherited)
           
 boolean RoleLocalServiceWrapper.hasUserRoles(long userId, long companyId, String[] names, boolean inherited)
          Returns true if the user has any one of the specified regular roles.
static boolean RoleLocalServiceUtil.hasUserRoles(long userId, long companyId, String[] names, boolean inherited)
          Returns true if the user has any one of the specified regular roles.
 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 TeamServiceWrapper.hasUserTeam(long userId, long teamId)
           
static boolean TeamServiceUtil.hasUserTeam(long userId, long teamId)
           
 boolean TeamService.hasUserTeam(long userId, long teamId)
           
 boolean WorkflowDefinitionLinkLocalServiceWrapper.hasWorkflowDefinitionLink(long companyId, long groupId, String className)
           
static boolean WorkflowDefinitionLinkLocalServiceUtil.hasWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 boolean WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 void LayoutServiceWrapper.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, byte[] bytes)
           
static void LayoutServiceUtil.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, byte[] bytes)
           
 void LayoutService.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, byte[] bytes)
           
 void LayoutServiceWrapper.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
           
static void LayoutServiceUtil.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
           
 void LayoutService.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
           
 void LayoutServiceWrapper.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream is)
           
static void LayoutServiceUtil.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream is)
           
 void LayoutService.importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream is)
           
 void LayoutLocalServiceWrapper.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, byte[] bytes)
           
static void LayoutLocalServiceUtil.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, byte[] bytes)
           
 void LayoutLocalService.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, byte[] bytes)
           
 void LayoutLocalServiceWrapper.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
           
static void LayoutLocalServiceUtil.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
           
 void LayoutLocalService.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
           
 void LayoutLocalServiceWrapper.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream is)
           
static void LayoutLocalServiceUtil.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream is)
           
 void LayoutLocalService.importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream is)
           
 void LayoutLocalServiceWrapper.importPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
           
static void LayoutLocalServiceUtil.importPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
           
 void LayoutLocalService.importPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
           
 void LayoutLocalServiceWrapper.importPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
           
static void LayoutLocalServiceUtil.importPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
           
 void LayoutLocalService.importPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
           
 void LayoutServiceWrapper.importPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
           
static void LayoutServiceUtil.importPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
           
 void LayoutService.importPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
           
 void LayoutServiceWrapper.importPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
           
static void LayoutServiceUtil.importPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
           
 void LayoutService.importPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
           
 ServiceComponent ServiceComponentLocalServiceWrapper.initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate, boolean buildAutoUpgrade)
           
static ServiceComponent ServiceComponentLocalServiceUtil.initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate, boolean buildAutoUpgrade)
           
 ServiceComponent ServiceComponentLocalService.initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate, boolean buildAutoUpgrade)
           
 boolean WorkflowInstanceLinkLocalServiceWrapper.isEnded(long companyId, long groupId, String className, long classPK)
           
static boolean WorkflowInstanceLinkLocalServiceUtil.isEnded(long companyId, long groupId, String className, long classPK)
           
 boolean WorkflowInstanceLinkLocalService.isEnded(long companyId, long groupId, String className, long classPK)
           
 boolean LockLocalServiceWrapper.isLocked(String className, long key)
           
static boolean LockLocalServiceUtil.isLocked(String className, long key)
           
 boolean LockLocalService.isLocked(String className, long key)
           
 boolean LockLocalServiceWrapper.isLocked(String className, String key)
           
static boolean LockLocalServiceUtil.isLocked(String className, String key)
           
 boolean LockLocalService.isLocked(String className, String key)
           
 boolean UserLocalServiceWrapper.isPasswordExpired(User user)
           
static boolean UserLocalServiceUtil.isPasswordExpired(User user)
           
 boolean UserLocalService.isPasswordExpired(User user)
           
 boolean UserLocalServiceWrapper.isPasswordExpiringSoon(User user)
           
static boolean UserLocalServiceUtil.isPasswordExpiringSoon(User user)
           
 boolean UserLocalService.isPasswordExpiringSoon(User user)
           
 boolean PasswordTrackerLocalServiceWrapper.isSameAsCurrentPassword(long userId, String newClearTextPwd)
           
static boolean PasswordTrackerLocalServiceUtil.isSameAsCurrentPassword(long userId, String newClearTextPwd)
           
 boolean PasswordTrackerLocalService.isSameAsCurrentPassword(long userId, String newClearTextPwd)
           
 boolean PasswordTrackerLocalServiceWrapper.isValidPassword(long userId, String newClearTextPwd)
           
static boolean PasswordTrackerLocalServiceUtil.isValidPassword(long userId, String newClearTextPwd)
           
 boolean PasswordTrackerLocalService.isValidPassword(long userId, String newClearTextPwd)
           
 Lock LockLocalServiceWrapper.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
static Lock LockLocalServiceUtil.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalService.lock(long userId, String className, long key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalServiceWrapper.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
static Lock LockLocalServiceUtil.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
 Lock LockLocalService.lock(long userId, String className, String key, String owner, boolean inheritable, long expirationTime)
           
 void ResourcePermissionLocalServiceWrapper.mergePermissions(long fromRoleId, long toRoleId)
          Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.
static void ResourcePermissionLocalServiceUtil.mergePermissions(long fromRoleId, long toRoleId)
          Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.
 void ResourcePermissionLocalService.mergePermissions(long fromRoleId, long toRoleId)
          Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.
 void ResourcePermissionLocalServiceWrapper.reassignPermissions(long resourcePermissionId, long toRoleId)
          Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining.
static void ResourcePermissionLocalServiceUtil.reassignPermissions(long resourcePermissionId, long toRoleId)
          Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining.
 void ResourcePermissionLocalService.reassignPermissions(long resourcePermissionId, long toRoleId)
          Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining.
 Lock LockLocalServiceWrapper.refresh(String uuid, long expirationTime)
           
static Lock LockLocalServiceUtil.refresh(String uuid, long expirationTime)
           
 Lock LockLocalService.refresh(String uuid, long expirationTime)
           
 void CompanyServiceWrapper.removePreferences(long companyId, String[] keys)
           
static void CompanyServiceUtil.removePreferences(long companyId, String[] keys)
           
 void CompanyService.removePreferences(long companyId, String[] keys)
           
 void ResourcePermissionServiceWrapper.removeResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId)
           
static void ResourcePermissionServiceUtil.removeResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId)
           
 void ResourcePermissionService.removeResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId)
           
 void ResourcePermissionLocalServiceWrapper.removeResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Revokes permission at the scope from the role to perform the action on resources of the type.
static void ResourcePermissionLocalServiceUtil.removeResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Revokes permission at the scope from the role to perform the action on resources of the type.
 void ResourcePermissionLocalService.removeResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId)
          Revokes permission at the scope from the role to perform the action on resources of the type.
 void ResourcePermissionServiceWrapper.removeResourcePermissions(long groupId, long companyId, String name, int scope, long roleId, String actionId)
           
static void ResourcePermissionServiceUtil.removeResourcePermissions(long groupId, long companyId, String name, int scope, long roleId, String actionId)
           
 void ResourcePermissionService.removeResourcePermissions(long groupId, long companyId, String name, int scope, long roleId, String actionId)
           
 void ResourcePermissionLocalServiceWrapper.removeResourcePermissions(long companyId, String name, int scope, long roleId, String actionId)
          Revokes all permissions at the scope from the role to perform the action on resources of the type.
static void ResourcePermissionLocalServiceUtil.removeResourcePermissions(long companyId, String name, int scope, long roleId, String actionId)
          Revokes all permissions at the scope from the role to perform the action on resources of the type.
 void ResourcePermissionLocalService.removeResourcePermissions(long companyId, String name, int scope, long roleId, String actionId)
          Revokes all permissions at the scope from the role to perform the action on resources of the type.
 void PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, String name, String portletId, PortletPreferences preferences)
           
static void PortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, String name, String portletId, PortletPreferences preferences)
           
 void PortletPreferencesService.restoreArchivedPreferences(long groupId, String name, String portletId, PortletPreferences preferences)
           
 void LayoutServiceWrapper.schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, String scope, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
           
static void LayoutServiceUtil.schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, String scope, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
           
 void LayoutService.schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, String scope, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
           
 void LayoutServiceWrapper.schedulePublishToRemote(long sourceGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, String remoteAddress, int remotePort, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
           
static void LayoutServiceUtil.schedulePublishToRemote(long sourceGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, String remoteAddress, int remotePort, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
           
 void LayoutService.schedulePublishToRemote(long sourceGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, String remoteAddress, int remotePort, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeService.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator obc)
           
static List<LayoutPrototype> LayoutPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator obc)
           
 void UserLocalServiceWrapper.sendPassword(long companyId, String emailAddress, String remoteAddr, String remoteHost, String userAgent, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext)
           
static void UserLocalServiceUtil.sendPassword(long companyId, String emailAddress, String remoteAddr, String remoteHost, String userAgent, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext)
           
 void UserLocalService.sendPassword(long companyId, String emailAddress, String remoteAddr, String remoteHost, String userAgent, String fromName, String fromAddress, String subject, String body, ServiceContext serviceContext)
           
 void PermissionLocalServiceWrapper.setContainerResourcePermissions(String name, String roleName, String actionId)
           
static void PermissionLocalServiceUtil.setContainerResourcePermissions(String name, String roleName, String actionId)
           
 void PermissionLocalService.setContainerResourcePermissions(String name, String roleName, String actionId)
           
 void OrganizationServiceWrapper.setGroupOrganizations(long groupId, long[] organizationIds)
           
static void OrganizationServiceUtil.setGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationService.setGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationLocalServiceWrapper.setGroupOrganizations(long groupId, long[] organizationIds)
           
static void OrganizationLocalServiceUtil.setGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationLocalService.setGroupOrganizations(long groupId, long[] organizationIds)
           
 void PermissionServiceWrapper.setGroupPermissions(long groupId, String[] actionIds, long resourceId)
           
static void PermissionServiceUtil.setGroupPermissions(long groupId, String[] actionIds, long resourceId)
           
 void PermissionService.setGroupPermissions(long groupId, String[] actionIds, long resourceId)
           
 void PermissionLocalServiceWrapper.setGroupPermissions(long groupId, String[] actionIds, long resourceId)
           
static void PermissionLocalServiceUtil.setGroupPermissions(long groupId, String[] actionIds, long resourceId)
           
 void PermissionLocalService.setGroupPermissions(long groupId, String[] actionIds, long resourceId)
           
 void PermissionServiceWrapper.setGroupPermissions(String className, String classPK, long groupId, String[] actionIds, long resourceId)
           
static void PermissionServiceUtil.setGroupPermissions(String className, String classPK, long groupId, String[] actionIds, long resourceId)
           
 void PermissionService.setGroupPermissions(String className, String classPK, long groupId, String[] actionIds, long resourceId)
           
 void PermissionLocalServiceWrapper.setGroupPermissions(String className, String classPK, long groupId, String[] actionIds, long resourceId)
           
static void PermissionLocalServiceUtil.setGroupPermissions(String className, String classPK, long groupId, String[] actionIds, long resourceId)
           
 void PermissionLocalService.setGroupPermissions(String className, String classPK, long groupId, String[] actionIds, long resourceId)
           
 void ResourcePermissionServiceWrapper.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, long roleId, String[] actionIds)
           
static void ResourcePermissionServiceUtil.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, long roleId, String[] actionIds)
           
 void ResourcePermissionService.setIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, long roleId, String[] actionIds)
           
 void LayoutServiceWrapper.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds)
           
static void LayoutServiceUtil.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds)
           
 void LayoutService.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds)
           
 void LayoutLocalServiceWrapper.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds)
           
static void LayoutLocalServiceUtil.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds)
           
 void LayoutLocalService.setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds)
           
 void PermissionServiceWrapper.setOrgGroupPermissions(long organizationId, long groupId, String[] actionIds, long resourceId)
           
static void PermissionServiceUtil.setOrgGroupPermissions(long organizationId, long groupId, String[] actionIds, long resourceId)
           
 void PermissionService.setOrgGroupPermissions(long organizationId, long groupId, String[] actionIds, long resourceId)
           
 void PermissionLocalServiceWrapper.setOrgGroupPermissions(long organizationId, long groupId, String[] actionIds, long resourceId)
           
static void PermissionLocalServiceUtil.setOrgGroupPermissions(long organizationId, long groupId, String[] actionIds, long resourceId)
           
 void PermissionLocalService.setOrgGroupPermissions(long organizationId, long groupId, String[] actionIds, long resourceId)
           
 void ResourcePermissionLocalServiceWrapper.setOwnerResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, long ownerId, String[] actionIds)
          Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions.
static void ResourcePermissionLocalServiceUtil.setOwnerResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, long ownerId, String[] actionIds)
          Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions.
 void ResourcePermissionLocalService.setOwnerResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, long ownerId, String[] actionIds)
          Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions.
 void ResourcePermissionLocalServiceWrapper.setResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, String[] actionIds)
          Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.
static void ResourcePermissionLocalServiceUtil.setResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, String[] actionIds)
          Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.
 void ResourcePermissionLocalService.setResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, String[] actionIds)
          Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.
 void GroupServiceWrapper.setRoleGroups(long roleId, long[] groupIds)
           
static void GroupServiceUtil.setRoleGroups(long roleId, long[] groupIds)
           
 void GroupService.setRoleGroups(long roleId, long[] groupIds)
           
 void PermissionServiceWrapper.setRolePermission(long roleId, long groupId, String name, int scope, String primKey, String actionId)
           
static void PermissionServiceUtil.setRolePermission(long roleId, long groupId, String name, int scope, String primKey, String actionId)
           
 void PermissionService.setRolePermission(long roleId, long groupId, String name, int scope, String primKey, String actionId)
           
 void PermissionLocalServiceWrapper.setRolePermission(long roleId, long companyId, String name, int scope, String primKey, String actionId)
           
static void PermissionLocalServiceUtil.setRolePermission(long roleId, long companyId, String name, int scope, String primKey, String actionId)
           
 void PermissionLocalService.setRolePermission(long roleId, long companyId, String name, int scope, String primKey, String actionId)
           
 void PermissionServiceWrapper.setRolePermissions(long roleId, long groupId, String[] actionIds, long resourceId)
           
static void PermissionServiceUtil.setRolePermissions(long roleId, long groupId, String[] actionIds, long resourceId)
           
 void PermissionService.setRolePermissions(long roleId, long groupId, String[] actionIds, long resourceId)
           
 void PermissionLocalServiceWrapper.setRolePermissions(long roleId, long companyId, String name, int scope, String primKey, String[] actionIds)
           
static void PermissionLocalServiceUtil.setRolePermissions(long roleId, long companyId, String name, int scope, String primKey, String[] actionIds)
           
 void PermissionLocalService.setRolePermissions(long roleId, long companyId, String name, int scope, String primKey, String[] actionIds)
           
 void PermissionLocalServiceWrapper.setRolePermissions(long roleId, String[] actionIds, long resourceId)
           
static void PermissionLocalServiceUtil.setRolePermissions(long roleId, String[] actionIds, long resourceId)
           
 void PermissionLocalService.setRolePermissions(long roleId, String[] actionIds, long resourceId)
           
 void UserServiceWrapper.setRoleUsers(long roleId, long[] userIds)
           
static void UserServiceUtil.setRoleUsers(long roleId, long[] userIds)
           
 void UserService.setRoleUsers(long roleId, long[] userIds)
           
 void UserLocalServiceWrapper.setRoleUsers(long roleId, long[] userIds)
           
static void UserLocalServiceUtil.setRoleUsers(long roleId, long[] userIds)
           
 void UserLocalService.setRoleUsers(long roleId, long[] userIds)
           
 void UserServiceWrapper.setUserGroupUsers(long userGroupId, long[] userIds)
           
static void UserServiceUtil.setUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserService.setUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserLocalServiceWrapper.setUserGroupUsers(long userGroupId, long[] userIds)
           
static void UserLocalServiceUtil.setUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserLocalService.setUserGroupUsers(long userGroupId, long[] userIds)
           
 void PermissionServiceWrapper.setUserPermissions(long userId, long groupId, String[] actionIds, long resourceId)
           
static void PermissionServiceUtil.setUserPermissions(long userId, long groupId, String[] actionIds, long resourceId)
           
 void PermissionService.setUserPermissions(long userId, long groupId, String[] actionIds, long resourceId)
           
 void PermissionLocalServiceWrapper.setUserPermissions(long userId, String[] actionIds, long resourceId)
           
static void PermissionLocalServiceUtil.setUserPermissions(long userId, String[] actionIds, long resourceId)
           
 void PermissionLocalService.setUserPermissions(long userId, String[] actionIds, long resourceId)
           
 void RoleLocalServiceWrapper.setUserRoles(long userId, long[] roleIds)
           
static void RoleLocalServiceUtil.setUserRoles(long userId, long[] roleIds)
           
 void RoleLocalService.setUserRoles(long userId, long[] roleIds)
           
 void UserGroupLocalServiceWrapper.setUserUserGroups(long userId, long[] userGroupIds)
           
static void UserGroupLocalServiceUtil.setUserUserGroups(long userId, long[] userGroupIds)
           
 void UserGroupLocalService.setUserUserGroups(long userId, long[] userGroupIds)
           
 void WorkflowInstanceLinkLocalServiceWrapper.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String,Serializable> workflowContext)
           
static void WorkflowInstanceLinkLocalServiceUtil.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String,Serializable> workflowContext)
           
 void WorkflowInstanceLinkLocalService.startWorkflowInstance(long companyId, long groupId, long userId, String className, long classPK, Map<String,Serializable> workflowContext)
           
 void WebDAVPropsLocalServiceWrapper.storeWebDAVProps(WebDAVProps webDavProps)
           
static void WebDAVPropsLocalServiceUtil.storeWebDAVProps(WebDAVProps webDavProps)
           
 void WebDAVPropsLocalService.storeWebDAVProps(WebDAVProps webDavProps)
           
 void PortalServiceWrapper.testDeleteClassName()
           
static void PortalServiceUtil.testDeleteClassName()
           
 void PortalService.testDeleteClassName()
           
 void PasswordTrackerLocalServiceWrapper.trackPassword(long userId, String encPassword)
           
static void PasswordTrackerLocalServiceUtil.trackPassword(long userId, String encPassword)
           
 void PasswordTrackerLocalService.trackPassword(long userId, String encPassword)
           
 void LayoutServiceWrapper.unschedulePublishToLive(long groupId, String jobName, String groupName)
           
static void LayoutServiceUtil.unschedulePublishToLive(long groupId, String jobName, String groupName)
           
 void LayoutService.unschedulePublishToLive(long groupId, String jobName, String groupName)
           
 void LayoutServiceWrapper.unschedulePublishToRemote(long groupId, String jobName, String groupName)
           
static void LayoutServiceUtil.unschedulePublishToRemote(long groupId, String jobName, String groupName)
           
 void LayoutService.unschedulePublishToRemote(long groupId, String jobName, String groupName)
           
 void OrganizationServiceWrapper.unsetGroupOrganizations(long groupId, long[] organizationIds)
           
static void OrganizationServiceUtil.unsetGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationService.unsetGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationLocalServiceWrapper.unsetGroupOrganizations(long groupId, long[] organizationIds)
           
static void OrganizationLocalServiceUtil.unsetGroupOrganizations(long groupId, long[] organizationIds)
           
 void OrganizationLocalService.unsetGroupOrganizations(long groupId, long[] organizationIds)
           
 void UserGroupServiceWrapper.unsetGroupUserGroups(long groupId, long[] userGroupIds)
           
static void UserGroupServiceUtil.unsetGroupUserGroups(long groupId, long[] userGroupIds)
           
 void UserGroupService.unsetGroupUserGroups(long groupId, long[] userGroupIds)
           
 void UserServiceWrapper.unsetGroupUsers(long groupId, long[] userIds)
           
static void UserServiceUtil.unsetGroupUsers(long groupId, long[] userIds)
           
 void UserService.unsetGroupUsers(long groupId, long[] userIds)
           
 void UserLocalServiceWrapper.unsetGroupUsers(long groupId, long[] userIds)
           
static void UserLocalServiceUtil.unsetGroupUsers(long groupId, long[] userIds)
           
 void UserLocalService.unsetGroupUsers(long groupId, long[] userIds)
           
 void UserServiceWrapper.unsetOrganizationUsers(long organizationId, long[] userIds)
           
static void UserServiceUtil.unsetOrganizationUsers(long organizationId, long[] userIds)
           
 void UserService.unsetOrganizationUsers(long organizationId, long[] userIds)
           
 void UserLocalServiceWrapper.unsetOrganizationUsers(long organizationId, long[] userIds)
           
static void UserLocalServiceUtil.unsetOrganizationUsers(long organizationId, long[] userIds)
           
 void UserLocalService.unsetOrganizationUsers(long organizationId, long[] userIds)
           
 void OrganizationServiceWrapper.unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
static void OrganizationServiceUtil.unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
 void OrganizationService.unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
 void UserServiceWrapper.unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds)
           
static void UserServiceUtil.unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds)
           
 void UserService.unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds)
           
 void GroupServiceWrapper.unsetRoleGroups(long roleId, long[] groupIds)
           
static void GroupServiceUtil.unsetRoleGroups(long roleId, long[] groupIds)
           
 void GroupService.unsetRoleGroups(long roleId, long[] groupIds)
           
 void PermissionServiceWrapper.unsetRolePermission(long roleId, long groupId, long permissionId)
           
static void PermissionServiceUtil.unsetRolePermission(long roleId, long groupId, long permissionId)
           
 void PermissionService.unsetRolePermission(long roleId, long groupId, long permissionId)
           
 void PermissionServiceWrapper.unsetRolePermission(long roleId, long groupId, String name, int scope, String primKey, String actionId)
           
static void PermissionServiceUtil.unsetRolePermission(long roleId, long groupId, String name, int scope, String primKey, String actionId)
           
 void PermissionService.unsetRolePermission(long roleId, long groupId, String name, int scope, String primKey, String actionId)
           
 void PermissionServiceWrapper.unsetRolePermissions(long roleId, long groupId, String name, int scope, String actionId)
           
static void PermissionServiceUtil.unsetRolePermissions(long roleId, long groupId, String name, int scope, String actionId)
           
 void PermissionService.unsetRolePermissions(long roleId, long groupId, String name, int scope, String actionId)
           
 void UserLocalServiceWrapper.unsetRoleUsers(long roleId, List<User> users)
           
static void UserLocalServiceUtil.unsetRoleUsers(long roleId, List<User> users)
           
 void UserLocalService.unsetRoleUsers(long roleId, List<User> users)
           
 void UserServiceWrapper.unsetRoleUsers(long roleId, long[] userIds)
           
static void UserServiceUtil.unsetRoleUsers(long roleId, long[] userIds)
           
 void UserService.unsetRoleUsers(long roleId, long[] userIds)
           
 void UserLocalServiceWrapper.unsetRoleUsers(long roleId, long[] userIds)
           
static void UserLocalServiceUtil.unsetRoleUsers(long roleId, long[] userIds)
           
 void UserLocalService.unsetRoleUsers(long roleId, long[] userIds)
           
 void UserGroupServiceWrapper.unsetTeamUserGroups(long teamId, long[] userGroupIds)
           
static void UserGroupServiceUtil.unsetTeamUserGroups(long teamId, long[] userGroupIds)
           
 void UserGroupService.unsetTeamUserGroups(long teamId, long[] userGroupIds)
           
 void UserServiceWrapper.unsetTeamUsers(long teamId, long[] userIds)
           
static void UserServiceUtil.unsetTeamUsers(long teamId, long[] userIds)
           
 void UserService.unsetTeamUsers(long teamId, long[] userIds)
           
 void UserLocalServiceWrapper.unsetTeamUsers(long teamId, long[] userIds)
           
static void UserLocalServiceUtil.unsetTeamUsers(long teamId, long[] userIds)
           
 void UserLocalService.unsetTeamUsers(long teamId, long[] userIds)
           
 void UserServiceWrapper.unsetUserGroupUsers(long userGroupId, long[] userIds)
           
static void UserServiceUtil.unsetUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserService.unsetUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserLocalServiceWrapper.unsetUserGroupUsers(long userGroupId, long[] userIds)
           
static void UserLocalServiceUtil.unsetUserGroupUsers(long userGroupId, long[] userIds)
           
 void UserLocalService.unsetUserGroupUsers(long userGroupId, long[] userIds)
           
 void PermissionServiceWrapper.unsetUserPermissions(long userId, long groupId, String[] actionIds, long resourceId)
           
static void PermissionServiceUtil.unsetUserPermissions(long userId, long groupId, String[] actionIds, long resourceId)
           
 void PermissionService.unsetUserPermissions(long userId, long groupId, String[] actionIds, long resourceId)
           
 void RoleServiceWrapper.unsetUserRoles(long userId, long[] roleIds)
           
static void RoleServiceUtil.unsetUserRoles(long userId, long[] roleIds)
           
 void RoleService.unsetUserRoles(long userId, long[] roleIds)
           
 void RoleLocalServiceWrapper.unsetUserRoles(long userId, long[] roleIds)
           
static void RoleLocalServiceUtil.unsetUserRoles(long userId, long[] roleIds)
           
 void RoleLocalService.unsetUserRoles(long userId, long[] roleIds)
           
 User UserServiceWrapper.updateActive(long userId, boolean active)
           
static User UserServiceUtil.updateActive(long userId, boolean active)
           
 User UserService.updateActive(long userId, boolean active)
           
 User UserLocalServiceWrapper.updateActive(long userId, boolean active)
           
static User UserLocalServiceUtil.updateActive(long userId, boolean active)
           
 User UserLocalService.updateActive(long userId, boolean active)
           
 Address AddressServiceWrapper.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressServiceUtil.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressService.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressLocalServiceWrapper.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static Address AddressLocalServiceUtil.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 Address AddressLocalService.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 User UserServiceWrapper.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
static User UserServiceUtil.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserService.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserLocalServiceWrapper.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
static User UserLocalServiceUtil.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 User UserLocalService.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 void PortletPreferencesServiceWrapper.updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences preferences)
           
static void PortletPreferencesServiceUtil.updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences preferences)
           
 void PortletPreferencesService.updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences preferences)
           
 void GroupLocalServiceWrapper.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
           
static void GroupLocalServiceUtil.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
           
 void GroupLocalService.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
           
 void OrganizationLocalServiceWrapper.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames)
           
static void OrganizationLocalServiceUtil.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames)
           
 void OrganizationLocalService.updateAsset(long userId, Organization organization, long[] assetCategoryIds, String[] assetTagNames)
           
 void UserLocalServiceWrapper.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
           
static void UserLocalServiceUtil.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
           
 void UserLocalService.updateAsset(long userId, User user, long[] assetCategoryIds, String[] assetTagNames)
           
 void WorkflowInstanceLinkLocalServiceWrapper.updateClassPK(long companyId, long groupId, String className, long oldClassPK, long newClassPK)
           
static void WorkflowInstanceLinkLocalServiceUtil.updateClassPK(long companyId, long groupId, String className, long oldClassPK, long newClassPK)
           
 void WorkflowInstanceLinkLocalService.updateClassPK(long companyId, long groupId, String className, long oldClassPK, long newClassPK)
           
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, int maxUsers)
           
 Company CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers)
           
static Company CompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers)
           
 Company CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, int maxUsers)
           
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyLocalServiceWrapper.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
static Company CompanyLocalServiceUtil.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyLocalService.updateCompany(long companyId, String virtualHostname, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
           
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
 User UserLocalServiceWrapper.updateCreateDate(long userId, Date createDate)
           
static User UserLocalServiceUtil.updateCreateDate(long userId, Date createDate)
           
 User UserLocalService.updateCreateDate(long userId, Date createDate)
           
 void CompanyServiceWrapper.updateDisplay(long companyId, String languageId, String timeZoneId)
           
static void CompanyServiceUtil.updateDisplay(long companyId, String languageId, String timeZoneId)
           
 void CompanyService.updateDisplay(long companyId, String languageId, String timeZoneId)
           
 void CompanyLocalServiceWrapper.updateDisplay(long companyId, String languageId, String timeZoneId)
           
static void CompanyLocalServiceUtil.updateDisplay(long companyId, String languageId, String timeZoneId)
           
 void CompanyLocalService.updateDisplay(long companyId, String languageId, String timeZoneId)
           
 EmailAddress EmailAddressServiceWrapper.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
static EmailAddress EmailAddressServiceUtil.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressService.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressLocalService.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 User UserServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
static User UserServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
 User UserService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
 User UserLocalServiceWrapper.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
static User UserLocalServiceUtil.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
 User UserLocalService.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2)
           
 User UserLocalServiceWrapper.updateFacebookId(long userId, long facebookId)
           
static User UserLocalServiceUtil.updateFacebookId(long userId, long facebookId)
           
 User UserLocalService.updateFacebookId(long userId, long facebookId)
           
 Layout LayoutLocalServiceWrapper.updateFriendlyURL(long plid, String friendlyURL)
           
static Layout LayoutLocalServiceUtil.updateFriendlyURL(long plid, String friendlyURL)
           
 Layout LayoutLocalService.updateFriendlyURL(long plid, String friendlyURL)
           
 Group GroupServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL)
           
static Group GroupServiceUtil.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupService.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupLocalServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL)
           
static Group GroupLocalServiceUtil.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupLocalService.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupServiceWrapper.updateGroup(long groupId, String typeSettings)
           
static Group GroupServiceUtil.updateGroup(long groupId, String typeSettings)
           
 Group GroupService.updateGroup(long groupId, String typeSettings)
           
 Group GroupLocalServiceWrapper.updateGroup(long groupId, String typeSettings)
           
static Group GroupLocalServiceUtil.updateGroup(long groupId, String typeSettings)
           
 Group GroupLocalService.updateGroup(long groupId, String typeSettings)
           
 Group GroupServiceWrapper.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceUtil.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupService.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalServiceWrapper.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupLocalServiceUtil.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalService.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 void UserLocalServiceWrapper.updateGroups(long userId, long[] newGroupIds)
           
static void UserLocalServiceUtil.updateGroups(long userId, long[] newGroupIds)
           
 void UserLocalService.updateGroups(long userId, long[] newGroupIds)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, byte[] bytes)
           
static Image ImageLocalServiceUtil.updateImage(long imageId, byte[] bytes)
           
 Image ImageLocalService.updateImage(long imageId, byte[] bytes)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size)
           
static Image ImageLocalServiceUtil.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size)
           
 Image ImageLocalService.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, File file)
           
static Image ImageLocalServiceUtil.updateImage(long imageId, File file)
           
 Image ImageLocalService.updateImage(long imageId, File file)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, InputStream is)
           
static Image ImageLocalServiceUtil.updateImage(long imageId, InputStream is)
           
 Image ImageLocalService.updateImage(long imageId, InputStream is)
           
 User UserLocalServiceWrapper.updateJobTitle(long userId, String jobTitle)
          Updates the user's job title.
static User UserLocalServiceUtil.updateJobTitle(long userId, String jobTitle)
          Updates the user's job title.
 User UserLocalService.updateJobTitle(long userId, String jobTitle)
          Updates the user's job title.
 User UserLocalServiceWrapper.updateLastLogin(long userId, String loginIP)
           
static User UserLocalServiceUtil.updateLastLogin(long userId, String loginIP)
           
 User UserLocalService.updateLastLogin(long userId, String loginIP)
           
 Layout LayoutServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
static Layout LayoutServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
 Layout LayoutService.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
 Layout LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
static Layout LayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
 Layout LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
 Layout LayoutServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
static Layout LayoutServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutService.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
static Layout LayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout LayoutServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
static Layout LayoutServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
 Layout LayoutService.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
 Layout LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
static Layout LayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
 Layout LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
 LayoutPrototype LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutSetPrototype LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutSetPrototype LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutSetPrototype LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 User UserServiceWrapper.updateLockout(long userId, boolean lockout)
          Deprecated. UserServiceWrapper.updateLockoutById(long, boolean)
static User UserServiceUtil.updateLockout(long userId, boolean lockout)
          Deprecated. UserServiceUtil.updateLockoutById(long, boolean)
 User UserService.updateLockout(long userId, boolean lockout)
          Deprecated. UserService.updateLockoutById(long, boolean)
 User UserLocalServiceWrapper.updateLockout(User user, boolean lockout)
           
static User UserLocalServiceUtil.updateLockout(User user, boolean lockout)
           
 User UserLocalService.updateLockout(User user, boolean lockout)
           
 User UserLocalServiceWrapper.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
           
static User UserLocalServiceUtil.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
           
 User UserLocalService.updateLockoutByEmailAddress(long companyId, String emailAddress, boolean lockout)
           
 User UserServiceWrapper.updateLockoutById(long userId, boolean lockout)
           
static User UserServiceUtil.updateLockoutById(long userId, boolean lockout)
           
 User UserService.updateLockoutById(long userId, boolean lockout)
           
 User UserLocalServiceWrapper.updateLockoutById(long userId, boolean lockout)
           
static User UserLocalServiceUtil.updateLockoutById(long userId, boolean lockout)
           
 User UserLocalService.updateLockoutById(long userId, boolean lockout)
           
 User UserLocalServiceWrapper.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
           
static User UserLocalServiceUtil.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
           
 User UserLocalService.updateLockoutByScreenName(long companyId, String screenName, boolean lockout)
           
 void LayoutSetServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
static void LayoutSetServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 void LayoutSetService.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 void LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
static void LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 void LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 void LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
static void LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
 void LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
 void CompanyLocalServiceWrapper.updateLogo(long companyId, byte[] bytes)
           
static void CompanyLocalServiceUtil.updateLogo(long companyId, byte[] bytes)
           
 void CompanyLocalService.updateLogo(long companyId, byte[] bytes)
           
 void CompanyServiceWrapper.updateLogo(long companyId, File file)
           
static void CompanyServiceUtil.updateLogo(long companyId, File file)
           
 void CompanyService.updateLogo(long companyId, File file)
           
 void CompanyLocalServiceWrapper.updateLogo(long companyId, File file)
           
static void CompanyLocalServiceUtil.updateLogo(long companyId, File file)
           
 void CompanyLocalService.updateLogo(long companyId, File file)
           
 void CompanyLocalServiceWrapper.updateLogo(long companyId, InputStream is)
           
static void CompanyLocalServiceUtil.updateLogo(long companyId, InputStream is)
           
 void CompanyLocalService.updateLogo(long companyId, InputStream is)
           
 Layout LayoutServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static Layout LayoutServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 Layout LayoutService.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 Layout LayoutLocalServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static Layout LayoutLocalServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 Layout LayoutLocalService.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static LayoutSet LayoutSetServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetService.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static LayoutSet LayoutSetLocalServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetLocalService.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 void LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static void LayoutSetLocalServiceUtil.updateLookAndFeel(long groupId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 void LayoutSetLocalService.updateLookAndFeel(long groupId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 User UserLocalServiceWrapper.updateModifiedDate(long userId, Date modifiedDate)
           
static User UserLocalServiceUtil.updateModifiedDate(long userId, Date modifiedDate)
           
 User UserLocalService.updateModifiedDate(long userId, Date modifiedDate)
           
 Layout LayoutLocalServiceWrapper.updateName(Layout layout, String name, String languageId)
           
static Layout LayoutLocalServiceUtil.updateName(Layout layout, String name, String languageId)
           
 Layout LayoutLocalService.updateName(Layout layout, String name, String languageId)
           
 Layout LayoutServiceWrapper.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
static Layout LayoutServiceUtil.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
 Layout LayoutService.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
 Layout LayoutLocalServiceWrapper.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
static Layout LayoutLocalServiceUtil.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
 Layout LayoutLocalService.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
 Layout LayoutServiceWrapper.updateName(long plid, String name, String languageId)
           
static Layout LayoutServiceUtil.updateName(long plid, String name, String languageId)
           
 Layout LayoutService.updateName(long plid, String name, String languageId)
           
 Layout LayoutLocalServiceWrapper.updateName(long plid, String name, String languageId)
           
static Layout LayoutLocalServiceUtil.updateName(long plid, String name, String languageId)
           
 Layout LayoutLocalService.updateName(long plid, String name, String languageId)
           
 User UserServiceWrapper.updateOpenId(long userId, String openId)
           
static User UserServiceUtil.updateOpenId(long userId, String openId)
           
 User UserService.updateOpenId(long userId, String openId)
           
 User UserLocalServiceWrapper.updateOpenId(long userId, String openId)
           
static User UserLocalServiceUtil.updateOpenId(long userId, String openId)
           
 User UserLocalService.updateOpenId(long userId, String openId)
           
 Organization OrganizationLocalServiceWrapper.updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationLocalServiceUtil.updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationLocalService.updateOrganization(long companyId, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, ServiceContext serviceContext)
           
 void UserServiceWrapper.updateOrganizations(long userId, long[] organizationIds)
           
static void UserServiceUtil.updateOrganizations(long userId, long[] organizationIds)
           
 void UserService.updateOrganizations(long userId, long[] organizationIds)
           
 void UserLocalServiceWrapper.updateOrganizations(long userId, long[] newOrganizationIds)
           
static void UserLocalServiceUtil.updateOrganizations(long userId, long[] newOrganizationIds)
           
 void UserLocalService.updateOrganizations(long userId, long[] newOrganizationIds)
           
 OrgLabor OrgLaborServiceWrapper.updateOrgLabor(long orgLaborId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborServiceUtil.updateOrgLabor(long orgLaborId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborService.updateOrgLabor(long orgLaborId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(long orgLaborId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(long orgLaborId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborLocalService.updateOrgLabor(long orgLaborId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 LayoutSet LayoutSetLocalServiceWrapper.updatePageCount(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.updatePageCount(long groupId, boolean privateLayout)
           
 Layout LayoutServiceWrapper.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
           
static Layout LayoutServiceUtil.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
           
 Layout LayoutService.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
           
 Layout LayoutLocalServiceWrapper.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
           
static Layout LayoutLocalServiceUtil.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
           
 Layout LayoutLocalService.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
           
 Layout LayoutServiceWrapper.updateParentLayoutId(long plid, long parentPlid)
           
static Layout LayoutServiceUtil.updateParentLayoutId(long plid, long parentPlid)
           
 Layout LayoutService.updateParentLayoutId(long plid, long parentPlid)
           
 Layout LayoutLocalServiceWrapper.updateParentLayoutId(long plid, long parentPlid)
           
static Layout LayoutLocalServiceUtil.updateParentLayoutId(long plid, long parentPlid)
           
 Layout LayoutLocalService.updateParentLayoutId(long plid, long parentPlid)
           
 User UserServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
static User UserServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserService.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserLocalServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
static User UserLocalServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserLocalService.updatePassword(long userId, String password1, String password2, boolean passwordReset)
           
 User UserLocalServiceWrapper.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
           
static User UserLocalServiceUtil.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
           
 User UserLocalService.updatePassword(long userId, String password1, String password2, boolean passwordReset, boolean silentUpdate)
           
 User UserLocalServiceWrapper.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
           
static User UserLocalServiceUtil.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
           
 User UserLocalService.updatePasswordManually(long userId, String password, boolean passwordEncrypted, boolean passwordReset, Date passwordModifiedDate)
           
 PasswordPolicy PasswordPolicyServiceWrapper.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
static PasswordPolicy PasswordPolicyServiceUtil.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
 PasswordPolicy PasswordPolicyService.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
 PasswordPolicy PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
static PasswordPolicy PasswordPolicyLocalServiceUtil.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
 PasswordPolicy PasswordPolicyLocalService.updatePasswordPolicy(long passwordPolicyId, String name, String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minAlphanumeric, int minLength, int minLowerCase, int minNumbers, int minSymbols, int minUpperCase, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount, long resetTicketMaxAge)
           
 User UserLocalServiceWrapper.updatePasswordReset(long userId, boolean passwordReset)
           
static User UserLocalServiceUtil.updatePasswordReset(long userId, boolean passwordReset)
           
 User UserLocalService.updatePasswordReset(long userId, boolean passwordReset)
           
 Phone PhoneServiceWrapper.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
static Phone PhoneServiceUtil.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneService.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalServiceWrapper.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
static Phone PhoneLocalServiceUtil.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 Phone PhoneLocalService.updatePhone(long phoneId, String number, String extension, int typeId, boolean primary)
           
 PluginSetting PluginSettingServiceWrapper.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
static PluginSetting PluginSettingServiceUtil.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 PluginSetting PluginSettingService.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 Portlet PortletServiceWrapper.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
static Portlet PortletServiceUtil.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 Portlet PortletService.updatePortlet(long companyId, String portletId, String roles, boolean active)
           
 PortletItem PortletItemLocalServiceWrapper.updatePortletItem(long userId, long groupId, String name, String portletId, String className)
           
static PortletItem PortletItemLocalServiceUtil.updatePortletItem(long userId, long groupId, String name, String portletId, String className)
           
 PortletItem PortletItemLocalService.updatePortletItem(long userId, long groupId, String name, String portletId, String className)
           
 User UserServiceWrapper.updatePortrait(long userId, byte[] bytes)
           
static User UserServiceUtil.updatePortrait(long userId, byte[] bytes)
           
 User UserService.updatePortrait(long userId, byte[] bytes)
           
 User UserLocalServiceWrapper.updatePortrait(long userId, byte[] bytes)
           
static User UserLocalServiceUtil.updatePortrait(long userId, byte[] bytes)
           
 User UserLocalService.updatePortrait(long userId, byte[] bytes)
           
 void CompanyServiceWrapper.updatePreferences(long companyId, UnicodeProperties properties)
           
static void CompanyServiceUtil.updatePreferences(long companyId, UnicodeProperties properties)
           
 void CompanyService.updatePreferences(long companyId, UnicodeProperties properties)
           
 Layout LayoutServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
           
static Layout LayoutServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
           
 Layout LayoutService.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
           
 Layout LayoutLocalServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
           
static Layout LayoutLocalServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
           
 Layout LayoutLocalService.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
           
 Layout LayoutServiceWrapper.updatePriority(long plid, int priority)
           
static Layout LayoutServiceUtil.updatePriority(long plid, int priority)
           
 Layout LayoutService.updatePriority(long plid, int priority)
           
 Layout LayoutLocalServiceWrapper.updatePriority(long plid, int priority)
           
static Layout LayoutLocalServiceUtil.updatePriority(long plid, int priority)
           
 Layout LayoutLocalService.updatePriority(long plid, int priority)
           
 Release ReleaseLocalServiceWrapper.updateRelease(long releaseId, int buildNumber, Date buildDate, boolean verified)
           
static Release ReleaseLocalServiceUtil.updateRelease(long releaseId, int buildNumber, Date buildDate, boolean verified)
           
 Release ReleaseLocalService.updateRelease(long releaseId, int buildNumber, Date buildDate, boolean verified)
           
 User UserServiceWrapper.updateReminderQuery(long userId, String question, String answer)
           
static User UserServiceUtil.updateReminderQuery(long userId, String question, String answer)
           
 User UserService.updateReminderQuery(long userId, String question, String answer)
           
 User UserLocalServiceWrapper.updateReminderQuery(long userId, String question, String answer)
           
static User UserLocalServiceUtil.updateReminderQuery(long userId, String question, String answer)
           
 User UserLocalService.updateReminderQuery(long userId, String question, String answer)
           
 void ResourceLocalServiceWrapper.updateResources(long companyId, long groupId, String name, long primKey, String[] communityPermissions, String[] guestPermissions)
           
static void ResourceLocalServiceUtil.updateResources(long companyId, long groupId, String name, long primKey, String[] communityPermissions, String[] guestPermissions)
           
 void ResourceLocalService.updateResources(long companyId, long groupId, String name, long primKey, String[] communityPermissions, String[] guestPermissions)
           
 void ResourceLocalServiceWrapper.updateResources(long companyId, long groupId, String name, String primKey, String[] communityPermissions, String[] guestPermissions)
           
static void ResourceLocalServiceUtil.updateResources(long companyId, long groupId, String name, String primKey, String[] communityPermissions, String[] guestPermissions)
           
 void ResourceLocalService.updateResources(long companyId, long groupId, String name, String primKey, String[] communityPermissions, String[] guestPermissions)
           
 void ResourceLocalServiceWrapper.updateResources(long companyId, String name, int scope, String primKey, String newPrimKey)
           
static void ResourceLocalServiceUtil.updateResources(long companyId, String name, int scope, String primKey, String newPrimKey)
           
 void ResourceLocalService.updateResources(long companyId, String name, int scope, String primKey, String newPrimKey)
           
 Role RoleServiceWrapper.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
static Role RoleServiceUtil.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 Role RoleService.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 Role RoleLocalServiceWrapper.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
static Role RoleLocalServiceUtil.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 Role RoleLocalService.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 void LayoutLocalServiceWrapper.updateScopedPortletNames(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
static void LayoutLocalServiceUtil.updateScopedPortletNames(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
 void LayoutLocalService.updateScopedPortletNames(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
 User UserServiceWrapper.updateScreenName(long userId, String screenName)
           
static User UserServiceUtil.updateScreenName(long userId, String screenName)
           
 User UserService.updateScreenName(long userId, String screenName)
           
 User UserLocalServiceWrapper.updateScreenName(long userId, String screenName)
           
static User UserLocalServiceUtil.updateScreenName(long userId, String screenName)
           
 User UserLocalService.updateScreenName(long userId, String screenName)
           
 void CompanyServiceWrapper.updateSecurity(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean communityLogo)
           
static void CompanyServiceUtil.updateSecurity(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean communityLogo)
           
 void CompanyService.updateSecurity(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean communityLogo)
           
 LayoutSet LayoutSetServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSet LayoutSetServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetService.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSet LayoutSetLocalServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetLocalService.updateSettings(long groupId, boolean privateLayout, String settings)
           
 void MembershipRequestLocalServiceWrapper.updateStatus(long replierUserId, long membershipRequestId, String replyComments, int statusId)
          Deprecated. MembershipRequestLocalServiceWrapper.updateStatus(long, long, String, int, boolean)
static void MembershipRequestLocalServiceUtil.updateStatus(long replierUserId, long membershipRequestId, String replyComments, int statusId)
          Deprecated. MembershipRequestLocalServiceUtil.updateStatus(long, long, String, int, boolean)
 void MembershipRequestLocalService.updateStatus(long replierUserId, long membershipRequestId, String replyComments, int statusId)
          Deprecated. MembershipRequestLocalService.updateStatus(long, long, String, int, boolean)
 void MembershipRequestLocalServiceWrapper.updateStatus(long replierUserId, long membershipRequestId, String replyComments, int statusId, boolean addUserToGroup)
           
static void MembershipRequestLocalServiceUtil.updateStatus(long replierUserId, long membershipRequestId, String replyComments, int statusId, boolean addUserToGroup)
           
 void MembershipRequestLocalService.updateStatus(long replierUserId, long membershipRequestId, String replyComments, int statusId, boolean addUserToGroup)
           
 void MembershipRequestServiceWrapper.updateStatus(long membershipRequestId, String reviewComments, int statusId)
           
static void MembershipRequestServiceUtil.updateStatus(long membershipRequestId, String reviewComments, int statusId)
           
 void MembershipRequestService.updateStatus(long membershipRequestId, String reviewComments, int statusId)
           
 Team TeamServiceWrapper.updateTeam(long teamId, String name, String description)
           
static Team TeamServiceUtil.updateTeam(long teamId, String name, String description)
           
 Team TeamService.updateTeam(long teamId, String name, String description)
           
 Team TeamLocalServiceWrapper.updateTeam(long teamId, String name, String description)
           
static Team TeamLocalServiceUtil.updateTeam(long teamId, String name, String description)
           
 Team TeamLocalService.updateTeam(long teamId, String name, String description)
           
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserLocalServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
static User UserLocalServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 User UserLocalService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, ServiceContext serviceContext)
           
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(long companyId, long userGroupId, String name, String description)
           
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(long companyId, long userGroupId, String name, String description)
           
 UserGroup UserGroupLocalService.updateUserGroup(long companyId, long userGroupId, String name, String description)
           
 UserGroup UserGroupServiceWrapper.updateUserGroup(long userGroupId, String name, String description)
           
static UserGroup UserGroupServiceUtil.updateUserGroup(long userGroupId, String name, String description)
           
 UserGroup UserGroupService.updateUserGroup(long userGroupId, String name, String description)
           
 LayoutSet LayoutSetServiceWrapper.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
static LayoutSet LayoutSetServiceUtil.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetService.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
static LayoutSet LayoutSetLocalServiceUtil.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
 LayoutSet LayoutSetLocalService.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
 Website WebsiteServiceWrapper.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
static Website WebsiteServiceUtil.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteService.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalService.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Group GroupServiceWrapper.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
static Group GroupServiceUtil.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 Group GroupService.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 Group GroupLocalServiceWrapper.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
static Group GroupLocalServiceUtil.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 Group GroupLocalService.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 void ListTypeServiceWrapper.validate(int listTypeId, long classNameId, String type)
           
static void ListTypeServiceUtil.validate(int listTypeId, long classNameId, String type)
           
 void ListTypeService.validate(int listTypeId, long classNameId, String type)
           
 void ListTypeServiceWrapper.validate(int listTypeId, String type)
           
static void ListTypeServiceUtil.validate(int listTypeId, String type)
           
 void ListTypeService.validate(int listTypeId, String type)
           
 

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

Methods in com.liferay.portal.service.base that throw PortalException
 User PrincipalBean.getGuestOrUser()
           
 User PrincipalBean.getUser()
           
 

Uses of PortalException in com.liferay.portal.service.permission
 

Methods in com.liferay.portal.service.permission that throw PortalException
static void AccountPermissionUtil.check(PermissionChecker permissionChecker, Account account, String actionId)
           
 void AccountPermission.check(PermissionChecker permissionChecker, Account account, String actionId)
           
static void LayoutPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 void LayoutPermission.check(PermissionChecker permissionChecker, Layout layout, String actionId)
           
static void LayoutPermissionUtil.check(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId)
           
 void LayoutPermission.check(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId)
           
static void UserGroupRolePermissionUtil.check(PermissionChecker permissionChecker, long groupId, long roleId)
           
 void UserGroupRolePermission.check(PermissionChecker permissionChecker, long groupId, long roleId)
           
static void CommonPermissionUtil.check(PermissionChecker permissionChecker, long classNameId, long classPK, String actionId)
           
 void CommonPermission.check(PermissionChecker permissionChecker, long classNameId, long classPK, String actionId)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict)
           
 void PortletPermission.check(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict)
           
static void TeamPermissionUtil.check(PermissionChecker permissionChecker, long teamId, String actionId)
           
 void TeamPermission.check(PermissionChecker permissionChecker, long teamId, String actionId)
           
static void OrganizationPermissionUtil.check(PermissionChecker permissionChecker, long organizationId, String actionId)
           
 void OrganizationPermission.check(PermissionChecker permissionChecker, long organizationId, String actionId)
           
static void LayoutPermissionUtil.check(PermissionChecker permissionChecker, long plid, String actionId)
           
 void LayoutPermission.check(PermissionChecker permissionChecker, long plid, String actionId)
           
static void GroupPermissionUtil.check(PermissionChecker permissionChecker, long groupId, String actionId)
           
 void GroupPermission.check(PermissionChecker permissionChecker, long groupId, String actionId)
           
static void AccountPermissionUtil.check(PermissionChecker permissionChecker, long accountId, String actionId)
           
 void AccountPermission.check(PermissionChecker permissionChecker, long accountId, String actionId)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, long plid, String portletId, String actionId)
           
 void PortletPermission.check(PermissionChecker permissionChecker, long plid, String portletId, String actionId)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict)
           
 void PortletPermission.check(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict)
           
static void OrganizationPermissionUtil.check(PermissionChecker permissionChecker, Organization organization, String actionId)
           
 void OrganizationPermission.check(PermissionChecker permissionChecker, Organization organization, String actionId)
           
static void CommonPermissionUtil.check(PermissionChecker permissionChecker, String className, long classPK, String actionId)
           
 void CommonPermission.check(PermissionChecker permissionChecker, String className, long classPK, String actionId)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, String portletId, String actionId)
           
 void PortletPermission.check(PermissionChecker permissionChecker, String portletId, String actionId)
           
static void TeamPermissionUtil.check(PermissionChecker permissionChecker, Team team, String actionId)
           
 void TeamPermission.check(PermissionChecker permissionChecker, Team team, String actionId)
           
static boolean AccountPermissionUtil.contains(PermissionChecker permissionChecker, Account account, String actionId)
           
 boolean AccountPermission.contains(PermissionChecker permissionChecker, Account account, String actionId)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, String actionId)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId)
           
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, long groupId, boolean privateLayout, long layoutId, String actionId)
           
static boolean UserGroupRolePermissionUtil.contains(PermissionChecker permissionChecker, long groupId, long roleId)
           
 boolean UserGroupRolePermission.contains(PermissionChecker permissionChecker, long groupId, long roleId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, long plid, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, long plid, String portletId, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, Portlet portlet, String actionId, boolean strict)
           
static boolean TeamPermissionUtil.contains(PermissionChecker permissionChecker, long teamId, String actionId)
           
 boolean TeamPermission.contains(PermissionChecker permissionChecker, long teamId, String actionId)
           
static boolean OrganizationPermissionUtil.contains(PermissionChecker permissionChecker, long organizationId, String actionId)
           
 boolean OrganizationPermission.contains(PermissionChecker permissionChecker, long organizationId, String actionId)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, long plid, String actionId)
           
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, long plid, String actionId)
           
static boolean GroupPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, String actionId)
           
 boolean GroupPermission.contains(PermissionChecker permissionChecker, long groupId, String actionId)
           
static boolean AccountPermissionUtil.contains(PermissionChecker permissionChecker, long accountId, String actionId)
           
 boolean AccountPermission.contains(PermissionChecker permissionChecker, long accountId, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, String portletId, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, String portletId, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long plid, String portletId, String actionId, boolean strict)
           
static boolean OrganizationPermissionUtil.contains(PermissionChecker permissionChecker, Organization organization, String actionId)
           
 boolean OrganizationPermission.contains(PermissionChecker permissionChecker, Organization organization, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, String portletId, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, String portletId, String actionId)
           
static boolean TeamPermissionUtil.contains(PermissionChecker permissionChecker, Team team, String actionId)
           
 boolean TeamPermission.contains(PermissionChecker permissionChecker, Team team, String actionId)
           
 

Uses of PortalException in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that throw PortalException
 User ThemeDisplay.getDefaultUser()
           
 long ThemeDisplay.getDefaultUserId()
           
 String ThemeDisplay.getParentGroupName()
           
 long ThemeDisplay.getScopeGroupIdOrLiveGroupId()
           
 String ThemeDisplay.getScopeGroupName()
           
 Layout ThemeDisplay.getScopeLayout()
           
 boolean NavItem.isChildSelected()
           
 void ThemeDisplay.setCompany(Company company)
           
 void ThemeDisplay.setUser(User user)
           
 

Uses of PortalException in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type PortalException
static Date PortalUtil.getDate(int month, int day, int year, int hour, int min, PortalException pe)
           
 Date Portal.getDate(int month, int day, int year, int hour, int min, PortalException pe)
          Gets the date object for the specified month, day, year, hour, and minute, optionally throwing an exception if the date is invalid.
static Date PortalUtil.getDate(int month, int day, int year, int hour, int min, TimeZone timeZone, PortalException pe)
           
 Date Portal.getDate(int month, int day, int year, int hour, int min, TimeZone timeZone, PortalException pe)
          Gets the date object for the specified month, day, year, hour, minute, and time zone, optionally throwing an exception if the date is invalid.
static Date PortalUtil.getDate(int month, int day, int year, PortalException pe)
           
 Date Portal.getDate(int month, int day, int year, PortalException pe)
          Gets the date object for the specified month, day, and year, optionally throwing an exception if the date is invalid.
static Date PortalUtil.getDate(int month, int day, int year, TimeZone timeZone, PortalException pe)
           
 Date Portal.getDate(int month, int day, int year, TimeZone timeZone, PortalException pe)
          Gets the date object for the specified month, day, year, and time zone, optionally throwing an exception if the date is invalid.
 

Methods in com.liferay.portal.util that throw PortalException
static void PortalUtil.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 void Portal.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
          Adds the default resource permissions for the portlet to the page.
static BaseModel<?> PortalUtil.getBaseModel(Resource resource)
           
 BaseModel<?> Portal.getBaseModel(Resource resource)
          Gets the base model instance for the resource.
static BaseModel<?> PortalUtil.getBaseModel(ResourcePermission resourcePermission)
           
 BaseModel<?> Portal.getBaseModel(ResourcePermission resourcePermission)
          Gets the base model instance for the resource permission.
static BaseModel<?> PortalUtil.getBaseModel(String modelName, String primKey)
           
 BaseModel<?> Portal.getBaseModel(String modelName, String primKey)
          Gets the base model instance for the model name and primary key.
static long PortalUtil.getBasicAuthUserId(javax.servlet.http.HttpServletRequest request)
           
 long Portal.getBasicAuthUserId(javax.servlet.http.HttpServletRequest request)
          Gets the user's ID from the HTTP authentication headers after validating their credentials.
static long PortalUtil.getBasicAuthUserId(javax.servlet.http.HttpServletRequest request, long companyId)
           
 long Portal.getBasicAuthUserId(javax.servlet.http.HttpServletRequest request, long companyId)
          Gets the user's ID from the HTTP authentication headers after validation their credentials.
static String PortalUtil.getCommunityLoginURL(ThemeDisplay themeDisplay)
           
 String Portal.getCommunityLoginURL(ThemeDisplay themeDisplay)
          Gets the URL of the login page for the current community if one is available.
static Company PortalUtil.getCompany(javax.servlet.http.HttpServletRequest request)
           
 Company Portal.getCompany(javax.servlet.http.HttpServletRequest request)
           
static Company PortalUtil.getCompany(PortletRequest portletRequest)
           
 Company Portal.getCompany(PortletRequest portletRequest)
           
static String PortalUtil.getControlPanelFullURL(long scopeGroupId, String ppid, Map<String,String[]> params)
           
 String Portal.getControlPanelFullURL(long scopeGroupId, String ppid, Map<String,String[]> params)
           
static Date PortalUtil.getDate(int month, int day, int year, int hour, int min, PortalException pe)
           
 Date Portal.getDate(int month, int day, int year, int hour, int min, PortalException pe)
          Gets the date object for the specified month, day, year, hour, and minute, optionally throwing an exception if the date is invalid.
static Date PortalUtil.getDate(int month, int day, int year, int hour, int min, TimeZone timeZone, PortalException pe)
           
 Date Portal.getDate(int month, int day, int year, int hour, int min, TimeZone timeZone, PortalException pe)
          Gets the date object for the specified month, day, year, hour, minute, and time zone, optionally throwing an exception if the date is invalid.
static Date PortalUtil.getDate(int month, int day, int year, PortalException pe)
           
 Date Portal.getDate(int month, int day, int year, PortalException pe)
          Gets the date object for the specified month, day, and year, optionally throwing an exception if the date is invalid.
static Date PortalUtil.getDate(int month, int day, int year, TimeZone timeZone, PortalException pe)
           
 Date Portal.getDate(int month, int day, int year, TimeZone timeZone, PortalException pe)
          Gets the date object for the specified month, day, year, and time zone, optionally throwing an exception if the date is invalid.
static long PortalUtil.getDigestAuthUserId(javax.servlet.http.HttpServletRequest request)
           
 long Portal.getDigestAuthUserId(javax.servlet.http.HttpServletRequest request)
           
static Map<String,Serializable> PortalUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge, PortletRequest portletRequest)
           
 Map<String,Serializable> Portal.getExpandoBridgeAttributes(ExpandoBridge expandoBridge, PortletRequest portletRequest)
           
static Serializable PortalUtil.getExpandoValue(PortletRequest portletRequest, String name, int type, String displayType)
           
 Serializable Portal.getExpandoValue(PortletRequest portletRequest, String name, int type, String displayType)
           
static String PortalUtil.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
 String Portal.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
static String PortalUtil.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getGroupFriendlyURL(Group group, boolean privateLayoutSet, ThemeDisplay themeDisplay)
           
 String Portal.getGroupFriendlyURL(Group group, boolean privateLayoutSet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getHomeURL(javax.servlet.http.HttpServletRequest request)
           
 String Portal.getHomeURL(javax.servlet.http.HttpServletRequest request)
           
static String PortalUtil.getLayoutActualURL(long groupId, boolean privateLayout, String mainPath, String friendlyURL)
           
 String Portal.getLayoutActualURL(long groupId, boolean privateLayout, String mainPath, String friendlyURL)
           
static String PortalUtil.getLayoutActualURL(long groupId, boolean privateLayout, String mainPath, String friendlyURL, Map<String,String[]> params, Map<String,Object> requestContext)
           
 String Portal.getLayoutActualURL(long groupId, boolean privateLayout, String mainPath, String friendlyURL, Map<String,String[]> params, Map<String,Object> requestContext)
           
static String PortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
static String PortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutFullURL(long groupId, String portletId)
           
 String Portal.getLayoutFullURL(long groupId, String portletId)
           
static String PortalUtil.getLayoutFullURL(long groupId, String portletId, boolean secure)
           
 String Portal.getLayoutFullURL(long groupId, String portletId, boolean secure)
           
static String PortalUtil.getLayoutFullURL(ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFullURL(ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutURL(ThemeDisplay themeDisplay)
           
 String Portal.getLayoutURL(ThemeDisplay themeDisplay)
           
static BaseModel<?> PortalUtil.getModel(Resource resource)
          Deprecated. PortalUtil.getBaseModel(Resource)
static BaseModel<?> PortalUtil.getModel(ResourcePermission resourcePermission)
          Deprecated. PortalUtil.getBaseModel(ResourcePermission)
static BaseModel<?> PortalUtil.getModel(String modelName, String primKey)
          Deprecated. PortalUtil.getBaseModel(String, String)
static String PortalUtil.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static long PortalUtil.getParentGroupId(long scopeGroupId)
           
 long Portal.getParentGroupId(long scopeGroupId)
           
static long PortalUtil.getPlidFromPortletId(long groupId, boolean privateLayout, String portletId)
           
 long Portal.getPlidFromPortletId(long groupId, boolean privateLayout, String portletId)
           
static long PortalUtil.getPlidFromPortletId(long groupId, String portletId)
           
 long Portal.getPlidFromPortletId(long groupId, String portletId)
           
static String PortalUtil.getPortalURL(ThemeDisplay themeDisplay)
           
 String Portal.getPortalURL(ThemeDisplay themeDisplay)
           
static String PortalUtil.getRelativeHomeURL(javax.servlet.http.HttpServletRequest request)
           
 String Portal.getRelativeHomeURL(javax.servlet.http.HttpServletRequest request)
           
static long PortalUtil.getScopeGroupId(javax.servlet.http.HttpServletRequest request)
           
 long Portal.getScopeGroupId(javax.servlet.http.HttpServletRequest request)
           
static long PortalUtil.getScopeGroupId(javax.servlet.http.HttpServletRequest request, String portletId)
           
 long Portal.getScopeGroupId(javax.servlet.http.HttpServletRequest request, String portletId)
           
static long PortalUtil.getScopeGroupId(PortletRequest portletRequest)
           
 long Portal.getScopeGroupId(PortletRequest portletRequest)
           
static User PortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest request)
           
 User Portal.getSelectedUser(javax.servlet.http.HttpServletRequest request)
           
static User PortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest request, boolean checkPermission)
           
 User Portal.getSelectedUser(javax.servlet.http.HttpServletRequest request, boolean checkPermission)
           
static User PortalUtil.getSelectedUser(PortletRequest portletRequest)
           
 User Portal.getSelectedUser(PortletRequest portletRequest)
           
static User PortalUtil.getSelectedUser(PortletRequest portletRequest, boolean checkPermission)
           
 User Portal.getSelectedUser(PortletRequest portletRequest, boolean checkPermission)
           
 TreeView PortletLister.getTreeView()
           
static User PortalUtil.getUser(javax.servlet.http.HttpServletRequest request)
           
 User Portal.getUser(javax.servlet.http.HttpServletRequest request)
           
static User PortalUtil.getUser(PortletRequest portletRequest)
           
 User Portal.getUser(PortletRequest portletRequest)
           
static long PortalUtil.getValidUserId(long companyId, long userId)
           
 long Portal.getValidUserId(long companyId, long userId)
           
static String PortalUtil.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 void SubscriptionSender.initialize()
           
static boolean PortalUtil.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
 boolean Portal.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request, Portlet portlet)
           
static boolean PortalUtil.isCompanyControlPanelPortlet(String portletId, String category, ThemeDisplay themeDisplay)
           
 boolean Portal.isCompanyControlPanelPortlet(String portletId, String category, ThemeDisplay themeDisplay)
           
static boolean PortalUtil.isCompanyControlPanelPortlet(String portletId, ThemeDisplay themeDisplay)
           
 boolean Portal.isCompanyControlPanelPortlet(String portletId, ThemeDisplay themeDisplay)
           
static boolean PortalUtil.isCompanyControlPanelVisible(ThemeDisplay themeDisplay)
           
 boolean Portal.isCompanyControlPanelVisible(ThemeDisplay themeDisplay)
           
static boolean PortalUtil.isLayoutDescendant(Layout layout, long layoutId)
           
 boolean Portal.isLayoutDescendant(Layout layout, long layoutId)
           
 

Uses of PortalException in com.liferay.portlet
 

Methods in com.liferay.portlet that throw PortalException
static PortletPreferences PortletPreferencesFactoryUtil.getPortletPreferences(javax.servlet.http.HttpServletRequest request, String portletId)
           
 PortletPreferences PortletPreferencesFactory.getPortletPreferences(javax.servlet.http.HttpServletRequest request, String portletId)
           
static PortletPreferencesIds PortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, Layout selLayout, String portletId)
           
 PortletPreferencesIds PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, Layout selLayout, String portletId)
           
static PortletPreferencesIds PortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, String portletId)
           
 PortletPreferencesIds PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, String portletId)
           
static PortletPreferences PortletPreferencesFactoryUtil.getPortletSetup(javax.servlet.http.HttpServletRequest request, String portletId)
           
 PortletPreferences PortletPreferencesFactory.getPortletSetup(javax.servlet.http.HttpServletRequest request, String portletId)
           
static PortletPreferences PortletPreferencesFactoryUtil.getPortletSetup(javax.servlet.http.HttpServletRequest request, String portletId, String defaultPreferences)
           
 PortletPreferences PortletPreferencesFactory.getPortletSetup(javax.servlet.http.HttpServletRequest request, String portletId, String defaultPreferences)
           
static PortletPreferences PortletPreferencesFactoryUtil.getPortletSetup(PortletRequest portletRequest)
           
 PortletPreferences PortletPreferencesFactory.getPortletSetup(PortletRequest portletRequest)
           
static PortletPreferences PortletPreferencesFactoryUtil.getPortletSetup(PortletRequest portletRequest, String portletId)
           
 PortletPreferences PortletPreferencesFactory.getPortletSetup(PortletRequest portletRequest, String portletId)
           
 String UserAttributes.getValue(String name)
           
 

Uses of PortalException in com.liferay.portlet.announcements
 

Subclasses of PortalException in com.liferay.portlet.announcements
 class EntryContentException
           
 class EntryDisplayDateException
           
 class EntryExpirationDateException
           
 class EntryTitleException
           
 class EntryURLException
           
 class NoSuchDeliveryException
           
 class NoSuchEntryException
           
 class NoSuchFlagException
           
 

Uses of PortalException in com.liferay.portlet.announcements.model
 

Methods in com.liferay.portlet.announcements.model that throw PortalException
 long AnnouncementsEntryWrapper.getGroupId()
           
 long AnnouncementsEntry.getGroupId()
           
 

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

Methods in com.liferay.portlet.announcements.service that throw PortalException
 AnnouncementsEntry AnnouncementsEntryServiceWrapper.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
static AnnouncementsEntry AnnouncementsEntryServiceUtil.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 AnnouncementsEntry AnnouncementsEntryService.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 AnnouncementsEntry AnnouncementsEntryLocalService.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 void AnnouncementsFlagServiceWrapper.addFlag(long entryId, int value)
           
static void AnnouncementsFlagServiceUtil.addFlag(long entryId, int value)
           
 void AnnouncementsFlagService.addFlag(long entryId, int value)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceWrapper.addUserDelivery(long userId, String type)
           
static AnnouncementsDelivery AnnouncementsDeliveryLocalServiceUtil.addUserDelivery(long userId, String type)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.addUserDelivery(long userId, String type)
           
 void AnnouncementsEntryLocalServiceWrapper.checkEntries()
           
static void AnnouncementsEntryLocalServiceUtil.checkEntries()
           
 void AnnouncementsEntryLocalService.checkEntries()
           
 void AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(long deliveryId)
          Deletes the announcements delivery with the primary key from the database.
static void AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(long deliveryId)
          Deletes the announcements delivery with the primary key from the database.
 void AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(long deliveryId)
          Deletes the announcements delivery with the primary key from the database.
 void AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
static void AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
 void AnnouncementsEntryLocalService.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
 void AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
static void AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
 void AnnouncementsFlagLocalService.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
 void AnnouncementsDeliveryLocalServiceWrapper.deleteDelivery(long deliveryId)
           
static void AnnouncementsDeliveryLocalServiceUtil.deleteDelivery(long deliveryId)
           
 void AnnouncementsDeliveryLocalService.deleteDelivery(long deliveryId)
           
 void AnnouncementsEntryLocalServiceWrapper.deleteEntry(AnnouncementsEntry entry)
           
static void AnnouncementsEntryLocalServiceUtil.deleteEntry(AnnouncementsEntry entry)
           
 void AnnouncementsEntryLocalService.deleteEntry(AnnouncementsEntry entry)
           
 void AnnouncementsEntryServiceWrapper.deleteEntry(long entryId)
           
static void AnnouncementsEntryServiceUtil.deleteEntry(long entryId)
           
 void AnnouncementsEntryService.deleteEntry(long entryId)
           
 void AnnouncementsEntryLocalServiceWrapper.deleteEntry(long entryId)
           
static void AnnouncementsEntryLocalServiceUtil.deleteEntry(long entryId)
           
 void AnnouncementsEntryLocalService.deleteEntry(long entryId)
           
 void AnnouncementsFlagServiceWrapper.deleteFlag(long flagId)
           
static void AnnouncementsFlagServiceUtil.deleteFlag(long flagId)
           
 void AnnouncementsFlagService.deleteFlag(long flagId)
           
 void AnnouncementsFlagLocalServiceWrapper.deleteFlag(long flagId)
           
static void AnnouncementsFlagLocalServiceUtil.deleteFlag(long flagId)
           
 void AnnouncementsFlagLocalService.deleteFlag(long flagId)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDelivery(long deliveryId)
          Returns the announcements delivery with the primary key.
static AnnouncementsDelivery AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDelivery(long deliveryId)
          Returns the announcements delivery with the primary key.
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.getAnnouncementsDelivery(long deliveryId)
          Returns the announcements delivery with the primary key.
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntry(long entryId)
          Returns the announcements entry with the primary key.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntry(long entryId)
          Returns the announcements entry with the primary key.
 AnnouncementsEntry AnnouncementsEntryLocalService.getAnnouncementsEntry(long entryId)
          Returns the announcements entry with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlag(long flagId)
          Returns the announcements flag with the primary key.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlag(long flagId)
          Returns the announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId)
          Returns the announcements flag with the primary key.
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceWrapper.getDelivery(long deliveryId)
           
static AnnouncementsDelivery AnnouncementsDeliveryLocalServiceUtil.getDelivery(long deliveryId)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.getDelivery(long deliveryId)
           
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.getEntry(long entryId)
           
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.getEntry(long entryId)
           
 AnnouncementsEntry AnnouncementsEntryLocalService.getEntry(long entryId)
           
 AnnouncementsFlag AnnouncementsFlagServiceWrapper.getFlag(long entryId, int value)
           
static AnnouncementsFlag AnnouncementsFlagServiceUtil.getFlag(long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagService.getFlag(long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.getFlag(long userId, long entryId, int value)
           
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.getFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalService.getFlag(long userId, long entryId, int value)
           
 PersistedModel AnnouncementsFlagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AnnouncementsFlagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsFlagLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AnnouncementsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsDeliveryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AnnouncementsDeliveryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AnnouncementsDeliveryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 List<AnnouncementsDelivery> AnnouncementsDeliveryLocalServiceWrapper.getUserDeliveries(long userId)
           
static List<AnnouncementsDelivery> AnnouncementsDeliveryLocalServiceUtil.getUserDeliveries(long userId)
           
 List<AnnouncementsDelivery> AnnouncementsDeliveryLocalService.getUserDeliveries(long userId)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceWrapper.getUserDelivery(long userId, String type)
           
static AnnouncementsDelivery AnnouncementsDeliveryLocalServiceUtil.getUserDelivery(long userId, String type)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.getUserDelivery(long userId, String type)
           
 AnnouncementsDelivery AnnouncementsDeliveryServiceWrapper.updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
static AnnouncementsDelivery AnnouncementsDeliveryServiceUtil.updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
 AnnouncementsDelivery AnnouncementsDeliveryService.updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalServiceWrapper.updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
static AnnouncementsDelivery AnnouncementsDeliveryLocalServiceUtil.updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
 AnnouncementsDelivery AnnouncementsDeliveryLocalService.updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.updateEntry(long userId, long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.updateEntry(long userId, long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
 AnnouncementsEntry AnnouncementsEntryLocalService.updateEntry(long userId, long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
 AnnouncementsEntry AnnouncementsEntryServiceWrapper.updateEntry(long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
static AnnouncementsEntry AnnouncementsEntryServiceUtil.updateEntry(long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
 AnnouncementsEntry AnnouncementsEntryService.updateEntry(long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
 

Uses of PortalException in com.liferay.portlet.asset
 

Subclasses of PortalException in com.liferay.portlet.asset
 class AssetCategoryException
           
 class AssetCategoryNameException
           
 class AssetLinkException
           
 class AssetTagException
           
 class CategoryPropertyKeyException
           
 class CategoryPropertyValueException
           
 class DuplicateCategoryException
           
 class DuplicateTagException
           
 class DuplicateVocabularyException
           
 class NoSuchCategoryException
           
 class NoSuchCategoryPropertyException
           
 class NoSuchLinkException
           
 class NoSuchTagException
           
 class NoSuchTagPropertyException
           
 class NoSuchTagStatsException
           
 class NoSuchVocabularyException
           
 class TagPropertyKeyException
           
 class TagPropertyValueException
           
 class VocabularyNameException
           
 

Uses of PortalException in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model that throw PortalException
 List<AssetCategory> AssetCategoryWrapper.getAncestors()
           
 List<AssetCategory> AssetCategory.getAncestors()
           
 AssetEntry BaseAssetRendererFactory.getAssetEntry(long assetEntryId)
           
 AssetEntry AssetRendererFactory.getAssetEntry(long assetEntryId)
           
 AssetEntry BaseAssetRendererFactory.getAssetEntry(String className, long classPK)
           
 AssetEntry AssetRendererFactory.getAssetEntry(String classNameId, long classPK)
           
 AssetRenderer BaseAssetRendererFactory.getAssetRenderer(long classPK)
           
 AssetRenderer AssetRendererFactory.getAssetRenderer(long classPK)
           
 AssetRenderer AssetRendererFactory.getAssetRenderer(long classPK, int type)
           
 AssetRenderer BaseAssetRendererFactory.getAssetRenderer(long groupId, String urlTitle)
           
 AssetRenderer AssetRendererFactory.getAssetRenderer(long groupId, String urlTitle)
           
protected  long BaseAssetRendererFactory.getControlPanelPlid(ThemeDisplay themeDisplay)
           
 PortletURL BaseAssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL AssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 boolean BaseAssetRenderer.hasEditPermission(PermissionChecker permissionChecker)
           
 boolean AssetRenderer.hasEditPermission(PermissionChecker permissionChecker)
           
 boolean BaseAssetRenderer.hasViewPermission(PermissionChecker permissionChecker)
           
 boolean AssetRenderer.hasViewPermission(PermissionChecker permissionChecker)
           
 

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

Methods in com.liferay.portlet.asset.service that throw PortalException
 AssetCategory AssetCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalService.addCategory(long userId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryServiceWrapper.addCategory(long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryServiceUtil.addCategory(long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryService.addCategory(long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.addCategoryProperty(long userId, long categoryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.addCategoryProperty(long userId, long categoryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.addCategoryProperty(long userId, long categoryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyServiceWrapper.addCategoryProperty(long entryId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceUtil.addCategoryProperty(long entryId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyService.addCategoryProperty(long entryId, String key, String value)
           
 void AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetCategoryLocalService.addCategoryResources(AssetCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category, String[] communityPermissions, String[] guestPermissions)
           
static void AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void AssetCategoryLocalService.addCategoryResources(AssetCategory category, String[] communityPermissions, String[] guestPermissions)
           
 AssetLink AssetLinkLocalServiceWrapper.addLink(long userId, long entryId1, long entryId2, int type, int weight)
           
static AssetLink AssetLinkLocalServiceUtil.addLink(long userId, long entryId1, long entryId2, int type, int weight)
           
 AssetLink AssetLinkLocalService.addLink(long userId, long entryId1, long entryId2, int type, int weight)
           
 AssetTag AssetTagLocalServiceWrapper.addTag(long userId, String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTag AssetTagLocalServiceUtil.addTag(long userId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagLocalService.addTag(long userId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagServiceWrapper.addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTag AssetTagServiceUtil.addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagService.addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.addTagProperty(long userId, long tagId, String key, String value)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.addTagProperty(long userId, long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalService.addTagProperty(long userId, long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyServiceWrapper.addTagProperty(long tagId, String key, String value)
           
static AssetTagProperty AssetTagPropertyServiceUtil.addTagProperty(long tagId, String key, String value)
           
 AssetTagProperty AssetTagPropertyService.addTagProperty(long tagId, String key, String value)
           
 void AssetTagLocalServiceWrapper.addTagResources(AssetTag tag, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void AssetTagLocalServiceUtil.addTagResources(AssetTag tag, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetTagLocalService.addTagResources(AssetTag tag, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetTagLocalServiceWrapper.addTagResources(AssetTag tag, String[] communityPermissions, String[] guestPermissions)
           
static void AssetTagLocalServiceUtil.addTagResources(AssetTag tag, String[] communityPermissions, String[] guestPermissions)
           
 void AssetTagLocalService.addTagResources(AssetTag tag, String[] communityPermissions, String[] guestPermissions)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
static AssetVocabulary AssetVocabularyLocalServiceUtil.addVocabulary(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary AssetVocabularyLocalService.addVocabulary(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.addVocabulary(long userId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalService.addVocabulary(long userId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyServiceWrapper.addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
static AssetVocabulary AssetVocabularyServiceUtil.addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary AssetVocabularyService.addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary AssetVocabularyServiceWrapper.addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyServiceUtil.addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyService.addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 void AssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void AssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary, String[] communityPermissions, String[] guestPermissions)
           
static void AssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary, String[] communityPermissions, String[] guestPermissions)
           
 void AssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary, String[] communityPermissions, String[] guestPermissions)
           
 void AssetTagLocalServiceWrapper.checkTags(long userId, long groupId, String[] names)
           
static void AssetTagLocalServiceUtil.checkTags(long userId, long groupId, String[] names)
           
 void AssetTagLocalService.checkTags(long userId, long groupId, String[] names)
           
 AssetTag AssetTagLocalServiceWrapper.decrementAssetCount(long tagId, long classNameId)
           
static AssetTag AssetTagLocalServiceUtil.decrementAssetCount(long tagId, long classNameId)
           
 AssetTag AssetTagLocalService.decrementAssetCount(long tagId, long classNameId)
           
 void AssetCategoryLocalServiceWrapper.deleteAssetCategory(long categoryId)
          Deletes the asset category with the primary key from the database.
static void AssetCategoryLocalServiceUtil.deleteAssetCategory(long categoryId)
          Deletes the asset category with the primary key from the database.
 void AssetCategoryLocalService.deleteAssetCategory(long categoryId)
          Deletes the asset category with the primary key from the database.
 void AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
static void AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 void AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(long categoryPropertyId)
          Deletes the asset category property with the primary key from the database.
 void AssetEntryLocalServiceWrapper.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
static void AssetEntryLocalServiceUtil.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
 void AssetEntryLocalService.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
 void AssetLinkLocalServiceWrapper.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
static void AssetLinkLocalServiceUtil.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
 void AssetLinkLocalService.deleteAssetLink(long linkId)
          Deletes the asset link with the primary key from the database.
 void AssetTagLocalServiceWrapper.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
static void AssetTagLocalServiceUtil.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 void AssetTagLocalService.deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 void AssetTagPropertyLocalServiceWrapper.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
static void AssetTagPropertyLocalServiceUtil.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
 void AssetTagPropertyLocalService.deleteAssetTagProperty(long tagPropertyId)
          Deletes the asset tag property with the primary key from the database.
 void AssetTagStatsLocalServiceWrapper.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
static void AssetTagStatsLocalServiceUtil.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
 void AssetTagStatsLocalService.deleteAssetTagStats(long tagStatsId)
          Deletes the asset tag stats with the primary key from the database.
 void AssetVocabularyLocalServiceWrapper.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
static void AssetVocabularyLocalServiceUtil.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
 void AssetVocabularyLocalService.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
 void AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category)
           
static void AssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category)
           
 void AssetCategoryLocalService.deleteCategory(AssetCategory category)
           
 void AssetCategoryServiceWrapper.deleteCategory(long categoryId)
           
static void AssetCategoryServiceUtil.deleteCategory(long categoryId)
           
 void AssetCategoryService.deleteCategory(long categoryId)
           
 void AssetCategoryLocalServiceWrapper.deleteCategory(long categoryId)
           
static void AssetCategoryLocalServiceUtil.deleteCategory(long categoryId)
           
 void AssetCategoryLocalService.deleteCategory(long categoryId)
           
 void AssetCategoryPropertyServiceWrapper.deleteCategoryProperty(long categoryPropertyId)
           
static void AssetCategoryPropertyServiceUtil.deleteCategoryProperty(long categoryPropertyId)
           
 void AssetCategoryPropertyService.deleteCategoryProperty(long categoryPropertyId)
           
 void AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperty(long categoryPropertyId)
           
static void AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperty(long categoryPropertyId)
           
 void AssetCategoryPropertyLocalService.deleteCategoryProperty(long categoryPropertyId)
           
 void AssetEntryLocalServiceWrapper.deleteEntry(AssetEntry entry)
           
static void AssetEntryLocalServiceUtil.deleteEntry(AssetEntry entry)
           
 void AssetEntryLocalService.deleteEntry(AssetEntry entry)
           
 void AssetEntryLocalServiceWrapper.deleteEntry(long entryId)
           
static void AssetEntryLocalServiceUtil.deleteEntry(long entryId)
           
 void AssetEntryLocalService.deleteEntry(long entryId)
           
 void AssetEntryLocalServiceWrapper.deleteEntry(String className, long classPK)
           
static void AssetEntryLocalServiceUtil.deleteEntry(String className, long classPK)
           
 void AssetEntryLocalService.deleteEntry(String className, long classPK)
           
 void AssetLinkLocalServiceWrapper.deleteLink(long linkId)
           
static void AssetLinkLocalServiceUtil.deleteLink(long linkId)
           
 void AssetLinkLocalService.deleteLink(long linkId)
           
 void AssetTagLocalServiceWrapper.deleteTag(AssetTag tag)
           
static void AssetTagLocalServiceUtil.deleteTag(AssetTag tag)
           
 void AssetTagLocalService.deleteTag(AssetTag tag)
           
 void AssetTagServiceWrapper.deleteTag(long tagId)
           
static void AssetTagServiceUtil.deleteTag(long tagId)
           
 void AssetTagService.deleteTag(long tagId)
           
 void AssetTagLocalServiceWrapper.deleteTag(long tagId)
           
static void AssetTagLocalServiceUtil.deleteTag(long tagId)
           
 void AssetTagLocalService.deleteTag(long tagId)
           
 void AssetTagPropertyServiceWrapper.deleteTagProperty(long tagPropertyId)
           
static void AssetTagPropertyServiceUtil.deleteTagProperty(long tagPropertyId)
           
 void AssetTagPropertyService.deleteTagProperty(long tagPropertyId)
           
 void AssetTagPropertyLocalServiceWrapper.deleteTagProperty(long tagPropertyId)
           
static void AssetTagPropertyLocalServiceUtil.deleteTagProperty(long tagPropertyId)
           
 void AssetTagPropertyLocalService.deleteTagProperty(long tagPropertyId)
           
 void AssetTagServiceWrapper.deleteTags(long[] tagIds)
           
static void AssetTagServiceUtil.deleteTags(long[] tagIds)
           
 void AssetTagService.deleteTags(long[] tagIds)
           
 void AssetTagStatsLocalServiceWrapper.deleteTagStats(long tagStatsId)
           
static void AssetTagStatsLocalServiceUtil.deleteTagStats(long tagStatsId)
           
 void AssetTagStatsLocalService.deleteTagStats(long tagStatsId)
           
 void AssetVocabularyLocalServiceWrapper.deleteVocabulary(AssetVocabulary vocabulary)
           
static void AssetVocabularyLocalServiceUtil.deleteVocabulary(AssetVocabulary vocabulary)
           
 void AssetVocabularyLocalService.deleteVocabulary(AssetVocabulary vocabulary)
           
 void AssetVocabularyServiceWrapper.deleteVocabulary(long vocabularyId)
           
static void AssetVocabularyServiceUtil.deleteVocabulary(long vocabularyId)
           
 void AssetVocabularyService.deleteVocabulary(long vocabularyId)
           
 void AssetVocabularyLocalServiceWrapper.deleteVocabulary(long vocabularyId)
           
static void AssetVocabularyLocalServiceUtil.deleteVocabulary(long vocabularyId)
           
 void AssetVocabularyLocalService.deleteVocabulary(long vocabularyId)
           
 void AssetCategoryLocalServiceWrapper.deleteVocabularyCategories(long vocabularyId)
           
static void AssetCategoryLocalServiceUtil.deleteVocabularyCategories(long vocabularyId)
           
 void AssetCategoryLocalService.deleteVocabularyCategories(long vocabularyId)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAncestorEntries(long entryId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAncestorEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalService.getAncestorEntries(long entryId)
           
 AssetCategory AssetCategoryLocalServiceWrapper.getAssetCategory(long categoryId)
          Returns the asset category with the primary key.
static AssetCategory AssetCategoryLocalServiceUtil.getAssetCategory(long categoryId)
          Returns the asset category with the primary key.
 AssetCategory AssetCategoryLocalService.getAssetCategory(long categoryId)
          Returns the asset category with the primary key.
 AssetCategory AssetCategoryLocalServiceWrapper.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the asset category with the UUID in the group.
static AssetCategory AssetCategoryLocalServiceUtil.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the asset category with the UUID in the group.
 AssetCategory AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the asset category with the UUID in the group.
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperty(long categoryPropertyId)
          Returns the asset category property with the primary key.
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperty(long categoryPropertyId)
          Returns the asset category property with the primary key.
 AssetCategoryProperty AssetCategoryPropertyLocalService.getAssetCategoryProperty(long categoryPropertyId)
          Returns the asset category property with the primary key.
 AssetEntry AssetEntryLocalServiceWrapper.getAssetEntry(long entryId)
          Returns the asset entry with the primary key.
static AssetEntry AssetEntryLocalServiceUtil.getAssetEntry(long entryId)
          Returns the asset entry with the primary key.
 AssetEntry AssetEntryLocalService.getAssetEntry(long entryId)
          Returns the asset entry with the primary key.
 AssetLink AssetLinkLocalServiceWrapper.getAssetLink(long linkId)
          Returns the asset link with the primary key.
static AssetLink AssetLinkLocalServiceUtil.getAssetLink(long linkId)
          Returns the asset link with the primary key.
 AssetLink AssetLinkLocalService.getAssetLink(long linkId)
          Returns the asset link with the primary key.
 AssetTag AssetTagLocalServiceWrapper.getAssetTag(long tagId)
          Returns the asset tag with the primary key.
static AssetTag AssetTagLocalServiceUtil.getAssetTag(long tagId)
          Returns the asset tag with the primary key.
 AssetTag AssetTagLocalService.getAssetTag(long tagId)
          Returns the asset tag with the primary key.
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getAssetTagProperty(long tagPropertyId)
          Returns the asset tag property with the primary key.
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getAssetTagProperty(long tagPropertyId)
          Returns the asset tag property with the primary key.
 AssetTagProperty AssetTagPropertyLocalService.getAssetTagProperty(long tagPropertyId)
          Returns the asset tag property with the primary key.
 AssetTagStats AssetTagStatsLocalServiceWrapper.getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
static AssetTagStats AssetTagStatsLocalServiceUtil.getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
 AssetTagStats AssetTagStatsLocalService.getAssetTagStats(long tagStatsId)
          Returns the asset tag stats with the primary key.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getAssetVocabulary(long vocabularyId)
          Returns the asset vocabulary with the primary key.
static AssetVocabulary AssetVocabularyLocalServiceUtil.getAssetVocabulary(long vocabularyId)
          Returns the asset vocabulary with the primary key.
 AssetVocabulary AssetVocabularyLocalService.getAssetVocabulary(long vocabularyId)
          Returns the asset vocabulary with the primary key.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary with the UUID in the group.
static AssetVocabulary AssetVocabularyLocalServiceUtil.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary with the UUID in the group.
 AssetVocabulary AssetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary with the UUID in the group.
 List<AssetCategory> AssetCategoryServiceWrapper.getCategories(String className, long classPK)
           
static List<AssetCategory> AssetCategoryServiceUtil.getCategories(String className, long classPK)
           
 List<AssetCategory> AssetCategoryService.getCategories(String className, long classPK)
           
 AssetCategory AssetCategoryServiceWrapper.getCategory(long categoryId)
           
static AssetCategory AssetCategoryServiceUtil.getCategory(long categoryId)
           
 AssetCategory AssetCategoryService.getCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceWrapper.getCategory(long categoryId)
           
static AssetCategory AssetCategoryLocalServiceUtil.getCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalService.getCategory(long categoryId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryId, String key)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryId, String key)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.getCategoryProperty(long categoryId, String key)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId)
           
static List<AssetCategory> AssetCategoryServiceUtil.getChildCategories(long parentCategoryId)
           
 List<AssetCategory> AssetCategoryService.getChildCategories(long parentCategoryId)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getChildEntries(long entryId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getChildEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalService.getChildEntries(long entryId)
           
 String AssetEntryServiceWrapper.getCompanyEntriesRSS(long companyId, int max, String type, double version, String displayStyle, String feedURL, String tagURL)
          Deprecated.  
static String AssetEntryServiceUtil.getCompanyEntriesRSS(long companyId, int max, String type, double version, String displayStyle, String feedURL, String tagURL)
          Deprecated.  
 String AssetEntryService.getCompanyEntriesRSS(long companyId, int max, String type, double version, String displayStyle, String feedURL, String tagURL)
          Deprecated.  
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getCompanyVocabularies(long companyId)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getCompanyVocabularies(long companyId)
           
 List<AssetVocabulary> AssetVocabularyService.getCompanyVocabularies(long companyId)
           
 List<AssetEntry> AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryService.getEntries(AssetEntryQuery entryQuery)
           
 int AssetEntryServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery)
           
static int AssetEntryServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
           
 int AssetEntryService.getEntriesCount(AssetEntryQuery entryQuery)
           
 String AssetEntryServiceWrapper.getEntriesRSS(AssetEntryQuery entryQuery, String name, String type, double version, String displayStyle, String feedURL, String tagURL)
          Deprecated.  
static String AssetEntryServiceUtil.getEntriesRSS(AssetEntryQuery entryQuery, String name, String type, double version, String displayStyle, String feedURL, String tagURL)
          Deprecated.  
 String AssetEntryService.getEntriesRSS(AssetEntryQuery entryQuery, String name, String type, double version, String displayStyle, String feedURL, String tagURL)
          Deprecated.  
 AssetEntry AssetEntryServiceWrapper.getEntry(long entryId)
           
static AssetEntry AssetEntryServiceUtil.getEntry(long entryId)
           
 AssetEntry AssetEntryService.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(long groupId, String classUuid)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalService.getEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(String className, long classPK)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalService.getEntry(String className, long classPK)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupsVocabularies(long[] groupIds)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> AssetVocabularyService.getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupsVocabularies(long[] groupIds)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupVocabularies(long groupId)
           
 List<AssetVocabulary> AssetVocabularyService.getGroupVocabularies(long groupId)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId)
           
 List<AssetVocabulary> AssetVocabularyLocalService.getGroupVocabularies(long groupId)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId, boolean createDefaultVocabulary)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId, boolean createDefaultVocabulary)
           
 List<AssetVocabulary> AssetVocabularyLocalService.getGroupVocabularies(long groupId, boolean createDefaultVocabulary)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getGroupVocabulary(long groupId, String name)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.getGroupVocabulary(long groupId, String name)
           
 AssetVocabulary AssetVocabularyLocalService.getGroupVocabulary(long groupId, String name)
           
 JSONObject AssetTagServiceWrapper.getJSONGroupTags(long groupId, String name, int start, int end)
           
static JSONObject AssetTagServiceUtil.getJSONGroupTags(long groupId, String name, int start, int end)
           
 JSONObject AssetTagService.getJSONGroupTags(long groupId, String name, int start, int end)
           
 AssetEntry AssetEntryLocalServiceWrapper.getNextEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getNextEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getNextEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getParentEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getParentEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getParentEntry(long entryId)
           
 PersistedModel AssetVocabularyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetVocabularyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetVocabularyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagStatsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetTagStatsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagStatsLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagPropertyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetTagPropertyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagPropertyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetTagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetTagLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryPropertyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetCategoryPropertyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryPropertyLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel AssetCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel AssetCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 AssetEntry AssetEntryLocalServiceWrapper.getPreviousEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getPreviousEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getPreviousEntry(long entryId)
           
 AssetTag AssetTagServiceWrapper.getTag(long tagId)
           
static AssetTag AssetTagServiceUtil.getTag(long tagId)
           
 AssetTag AssetTagService.getTag(long tagId)
           
 AssetTag AssetTagLocalServiceWrapper.getTag(long tagId)
           
static AssetTag AssetTagLocalServiceUtil.getTag(long tagId)
           
 AssetTag AssetTagLocalService.getTag(long tagId)
           
 AssetTag AssetTagLocalServiceWrapper.getTag(long groupId, String name)
           
static AssetTag AssetTagLocalServiceUtil.getTag(long groupId, String name)
           
 AssetTag AssetTagLocalService.getTag(long groupId, String name)
           
 long[] AssetTagLocalServiceWrapper.getTagIds(long[] groupIds, String[] names)
           
static long[] AssetTagLocalServiceUtil.getTagIds(long[] groupIds, String[] names)
           
 long[] AssetTagLocalService.getTagIds(long[] groupIds, String[] names)
           
 long[] AssetTagLocalServiceWrapper.getTagIds(long groupId, String[] names)
           
static long[] AssetTagLocalServiceUtil.getTagIds(long groupId, String[] names)
           
 long[] AssetTagLocalService.getTagIds(long groupId, String[] names)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getTagProperty(long tagPropertyId)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalService.getTagProperty(long tagPropertyId)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.getTagProperty(long tagId, String key)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.getTagProperty(long tagId, String key)
           
 AssetTagProperty AssetTagPropertyLocalService.getTagProperty(long tagId, String key)
           
 List<AssetTag> AssetTagServiceWrapper.getTags(String className, long classPK)
           
static List<AssetTag> AssetTagServiceUtil.getTags(String className, long classPK)
           
 List<AssetTag> AssetTagService.getTags(String className, long classPK)
           
 AssetVocabulary AssetVocabularyServiceWrapper.getVocabulary(long vocabularyId)
           
static AssetVocabulary AssetVocabularyServiceUtil.getVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyService.getVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getVocabulary(long vocabularyId)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.getVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyLocalService.getVocabulary(long vocabularyId)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 boolean AssetTagLocalServiceWrapper.hasTag(long groupId, String name)
           
static boolean AssetTagLocalServiceUtil.hasTag(long groupId, String name)
           
 boolean AssetTagLocalService.hasTag(long groupId, String name)
           
 AssetTag AssetTagLocalServiceWrapper.incrementAssetCount(long tagId, long classNameId)
           
static AssetTag AssetTagLocalServiceUtil.incrementAssetCount(long tagId, long classNameId)
           
 AssetTag AssetTagLocalService.incrementAssetCount(long tagId, long classNameId)
           
 void AssetEntryLocalServiceWrapper.incrementViewCounter(long userId, String className, long classPK)
           
static void AssetEntryLocalServiceUtil.incrementViewCounter(long userId, String className, long classPK)
           
 void AssetEntryLocalService.incrementViewCounter(long userId, String className, long classPK)
           
 void AssetEntryLocalServiceWrapper.incrementViewCounter(long userId, String className, long classPK, int increment)
           
static void AssetEntryLocalServiceUtil.incrementViewCounter(long userId, String className, long classPK, int increment)
           
 void AssetEntryLocalService.incrementViewCounter(long userId, String className, long classPK, int increment)
           
 void AssetEntryServiceWrapper.incrementViewCounter(String className, long classPK)
           
static void AssetEntryServiceUtil.incrementViewCounter(String className, long classPK)
           
 void AssetEntryService.incrementViewCounter(String className, long classPK)
           
 void AssetCategoryLocalServiceWrapper.mergeCategories(long fromCategoryId, long toCategoryId)
           
static void AssetCategoryLocalServiceUtil.mergeCategories(long fromCategoryId, long toCategoryId)
           
 void AssetCategoryLocalService.mergeCategories(long fromCategoryId, long toCategoryId)
           
 void AssetTagServiceWrapper.mergeTags(long[] fromTagIds, long toTagId, boolean overrideProperties)
           
static void AssetTagServiceUtil.mergeTags(long[] fromTagIds, long toTagId, boolean overrideProperties)
           
 void AssetTagService.mergeTags(long[] fromTagIds, long toTagId, boolean overrideProperties)
           
 void AssetTagServiceWrapper.mergeTags(long fromTagId, long toTagId)
          Deprecated. AssetTagServiceWrapper.mergeTags(long, long, boolean)
static void AssetTagServiceUtil.mergeTags(long fromTagId, long toTagId)
          Deprecated. AssetTagServiceUtil.mergeTags(long, long, boolean)
 void AssetTagService.mergeTags(long fromTagId, long toTagId)
          Deprecated. AssetTagService.mergeTags(long, long, boolean)
 void AssetTagLocalServiceWrapper.mergeTags(long fromTagId, long toTagId)
          Deprecated. AssetTagLocalServiceWrapper.mergeTags(long, long, boolean)
static void AssetTagLocalServiceUtil.mergeTags(long fromTagId, long toTagId)
          Deprecated. AssetTagLocalServiceUtil.mergeTags(long, long, boolean)
 void AssetTagLocalService.mergeTags(long fromTagId, long toTagId)
          Deprecated. AssetTagLocalService.mergeTags(long, long, boolean)
 void AssetTagServiceWrapper.mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
static void AssetTagServiceUtil.mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
 void AssetTagService.mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
 void AssetTagLocalServiceWrapper.mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
static void AssetTagLocalServiceUtil.mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
 void AssetTagLocalService.mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
 AssetCategory AssetCategoryServiceWrapper.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryServiceUtil.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryService.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalServiceWrapper.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryLocalServiceUtil.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalService.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
 JSONArray AssetCategoryServiceWrapper.search(long groupId, String name, String[] categoryProperties, int start, int end)
           
static JSONArray AssetCategoryServiceUtil.search(long groupId, String name, String[] categoryProperties, int start, int end)
           
 JSONArray AssetCategoryService.search(long groupId, String name, String[] categoryProperties, int start, int end)
           
 AssetCategory AssetCategoryLocalServiceWrapper.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryLocalServiceUtil.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalService.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryService.updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategoryProperty AssetCategoryPropertyServiceWrapper.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyServiceUtil.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyService.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalServiceWrapper.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
static AssetCategoryProperty AssetCategoryPropertyLocalServiceUtil.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetCategoryProperty AssetCategoryPropertyLocalService.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
 AssetEntry AssetEntryLocalService.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryLocalService.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryServiceWrapper.updateEntry(long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
static AssetEntry AssetEntryServiceUtil.updateEntry(long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryService.updateEntry(long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetTag AssetTagLocalServiceWrapper.updateTag(long userId, long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTag AssetTagLocalServiceUtil.updateTag(long userId, long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagLocalService.updateTag(long userId, long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagServiceWrapper.updateTag(long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
static AssetTag AssetTagServiceUtil.updateTag(long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTag AssetTagService.updateTag(long tagId, String name, String[] tagProperties, ServiceContext serviceContext)
           
 AssetTagProperty AssetTagPropertyServiceWrapper.updateTagProperty(long tagPropertyId, String key, String value)
           
static AssetTagProperty AssetTagPropertyServiceUtil.updateTagProperty(long tagPropertyId, String key, String value)
           
 AssetTagProperty AssetTagPropertyService.updateTagProperty(long tagPropertyId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalServiceWrapper.updateTagProperty(long tagPropertyId, String key, String value)
           
static AssetTagProperty AssetTagPropertyLocalServiceUtil.updateTagProperty(long tagPropertyId, String key, String value)
           
 AssetTagProperty AssetTagPropertyLocalService.updateTagProperty(long tagPropertyId, String key, String value)
           
 AssetTagStats AssetTagStatsLocalServiceWrapper.updateTagStats(long tagId, long classNameId)
           
static AssetTagStats AssetTagStatsLocalServiceUtil.updateTagStats(long tagId, long classNameId)
           
 AssetTagStats AssetTagStatsLocalService.updateTagStats(long tagId, long classNameId)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateVisible(String className, long classPK, boolean visible)
           
static AssetEntry AssetEntryLocalServiceUtil.updateVisible(String className, long classPK, boolean visible)
           
 AssetEntry AssetEntryLocalService.updateVisible(String className, long classPK, boolean visible)
           
 AssetVocabulary AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
static AssetVocabulary AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary AssetVocabularyService.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
static AssetVocabulary AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary AssetVocabularyLocalService.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyService.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalService.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 void AssetEntryLocalServiceWrapper.validate(long groupId, String className, long[] categoryIds, String[] tagNames)
           
static void AssetEntryLocalServiceUtil.validate(long groupId, String className, long[] categoryIds, String[] tagNames)
           
 void AssetEntryLocalService.validate(long groupId, String className, long[] categoryIds, String[] tagNames)
           
 

Uses of PortalException in com.liferay.portlet.asset.service.persistence
 

Constructors in com.liferay.portlet.asset.service.persistence that throw PortalException
AssetEntryQuery(long[] classNameIds, SearchContainer<?> searchContainer)
           
AssetEntryQuery(String className, SearchContainer<?> searchContainer)
           
 

Uses of PortalException in com.liferay.portlet.blogs
 

Subclasses of PortalException in com.liferay.portlet.blogs
 class CategoryNameException
           
 class NoSuchStatsUserException
           
 

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

Methods in com.liferay.portlet.blogs.service that throw PortalException
 BlogsEntry BlogsEntryLocalServiceWrapper.addEntry(long userId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.addEntry(long userId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.addEntry(long userId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryServiceWrapper.addEntry(String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryServiceUtil.addEntry(String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryService.addEntry(String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 void BlogsEntryLocalServiceWrapper.addEntryResources(BlogsEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BlogsEntryLocalService.addEntryResources(BlogsEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BlogsEntryLocalServiceWrapper.addEntryResources(BlogsEntry entry, String[] communityPermissions, String[] guestPermissions)
           
static void BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BlogsEntryLocalService.addEntryResources(BlogsEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BlogsEntryLocalServiceWrapper.addEntryResources(long entryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void BlogsEntryLocalServiceUtil.addEntryResources(long entryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BlogsEntryLocalService.addEntryResources(long entryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BlogsEntryLocalServiceWrapper.addEntryResources(long entryId, String[] communityPermissions, String[] guestPermissions)
           
static void BlogsEntryLocalServiceUtil.addEntryResources(long entryId, String[] communityPermissions, String[] guestPermissions)
           
 void BlogsEntryLocalService.addEntryResources(long entryId, String[] communityPermissions, String[] guestPermissions)
           
 void BlogsEntryLocalServiceWrapper.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
static void BlogsEntryLocalServiceUtil.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
 void BlogsEntryLocalService.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
 void BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
static void BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 void BlogsStatsUserLocalService.deleteBlogsStatsUser(long statsUserId)
          Deletes the blogs stats user with the primary key from the database.
 void BlogsEntryLocalServiceWrapper.deleteEntries(long groupId)
           
static void BlogsEntryLocalServiceUtil.deleteEntries(long groupId)
           
 void BlogsEntryLocalService.deleteEntries(long groupId)
           
 void BlogsEntryLocalServiceWrapper.deleteEntry(BlogsEntry entry)
           
static void BlogsEntryLocalServiceUtil.deleteEntry(BlogsEntry entry)
           
 void BlogsEntryLocalService.deleteEntry(BlogsEntry entry)
           
 void BlogsEntryServiceWrapper.deleteEntry(long entryId)
           
static void BlogsEntryServiceUtil.deleteEntry(long entryId)
           
 void BlogsEntryService.deleteEntry(long entryId)
           
 void BlogsEntryLocalServiceWrapper.deleteEntry(long entryId)
           
static void BlogsEntryLocalServiceUtil.deleteEntry(long entryId)
           
 void BlogsEntryLocalService.deleteEntry(long entryId)
           
 void BlogsStatsUserLocalServiceWrapper.deleteStatsUser(long statsUserId)
           
static void BlogsStatsUserLocalServiceUtil.deleteStatsUser(long statsUserId)
           
 void BlogsStatsUserLocalService.deleteStatsUser(long statsUserId)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.getBlogsEntry(long entryId)
          Returns the blogs entry with the primary key.
static BlogsEntry BlogsEntryLocalServiceUtil.getBlogsEntry(long entryId)
          Returns the blogs entry with the primary key.
 BlogsEntry BlogsEntryLocalService.getBlogsEntry(long entryId)
          Returns the blogs entry with the primary key.
 BlogsEntry BlogsEntryLocalServiceWrapper.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry with the UUID in the group.
static BlogsEntry BlogsEntryLocalServiceUtil.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry with the UUID in the group.
 BlogsEntry BlogsEntryLocalService.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry with the UUID in the group.
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
 BlogsStatsUser BlogsStatsUserLocalService.getBlogsStatsUser(long statsUserId)
          Returns the blogs stats user with the primary key.
 List<BlogsEntry> BlogsEntryServiceWrapper.getCompanyEntries(long companyId, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getCompanyEntries(long companyId, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getCompanyEntries(long companyId, int status, int max)
           
 String BlogsEntryServiceWrapper.getCompanyEntriesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String BlogsEntryServiceUtil.getCompanyEntriesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryService.getCompanyEntriesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 BlogsEntry[] BlogsEntryLocalServiceWrapper.getEntriesPrevAndNext(long entryId)
           
static BlogsEntry[] BlogsEntryLocalServiceUtil.getEntriesPrevAndNext(long entryId)
           
 BlogsEntry[] BlogsEntryLocalService.getEntriesPrevAndNext(long entryId)
           
 BlogsEntry BlogsEntryServiceWrapper.getEntry(long entryId)
           
static BlogsEntry BlogsEntryServiceUtil.getEntry(long entryId)
           
 BlogsEntry BlogsEntryService.getEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.getEntry(long entryId)
           
static BlogsEntry BlogsEntryLocalServiceUtil.getEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalService.getEntry(long entryId)
           
 BlogsEntry BlogsEntryServiceWrapper.getEntry(long groupId, String urlTitle)
           
static BlogsEntry BlogsEntryServiceUtil.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryService.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.getEntry(long groupId, String urlTitle)
           
static BlogsEntry BlogsEntryLocalServiceUtil.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryLocalService.getEntry(long groupId, String urlTitle)
           
 String BlogsEntryServiceWrapper.getGroupEntriesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String BlogsEntryServiceUtil.getGroupEntriesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryService.getGroupEntriesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupsEntries(long companyId, long groupId, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupsEntries(long companyId, long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getGroupsEntries(long companyId, long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getOrganizationEntries(long organizationId, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getOrganizationEntries(long organizationId, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getOrganizationEntries(long organizationId, int status, int max)
           
 String BlogsEntryServiceWrapper.getOrganizationEntriesRSS(long organizationId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String BlogsEntryServiceUtil.getOrganizationEntriesRSS(long organizationId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryService.getOrganizationEntriesRSS(long organizationId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 PersistedModel BlogsStatsUserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BlogsStatsUserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BlogsStatsUserLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BlogsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BlogsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BlogsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 BlogsStatsUser BlogsStatsUserLocalServiceWrapper.getStatsUser(long groupId, long userId)
           
static BlogsStatsUser BlogsStatsUserLocalServiceUtil.getStatsUser(long groupId, long userId)
           
 BlogsStatsUser BlogsStatsUserLocalService.getStatsUser(long groupId, long userId)
           
 void BlogsEntryServiceWrapper.subscribe(long groupId)
           
static void BlogsEntryServiceUtil.subscribe(long groupId)
           
 void BlogsEntryService.subscribe(long groupId)
           
 void BlogsEntryLocalServiceWrapper.subscribe(long userId, long groupId)
           
static void BlogsEntryLocalServiceUtil.subscribe(long userId, long groupId)
           
 void BlogsEntryLocalService.subscribe(long userId, long groupId)
           
 void BlogsEntryServiceWrapper.unsubscribe(long groupId)
           
static void BlogsEntryServiceUtil.unsubscribe(long groupId)
           
 void BlogsEntryService.unsubscribe(long groupId)
           
 void BlogsEntryLocalServiceWrapper.unsubscribe(long userId, long groupId)
           
static void BlogsEntryLocalServiceUtil.unsubscribe(long userId, long groupId)
           
 void BlogsEntryLocalService.unsubscribe(long userId, long groupId)
           
 void BlogsEntryLocalServiceWrapper.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
static void BlogsEntryLocalServiceUtil.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
 void BlogsEntryLocalService.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.updateEntry(long userId, long entryId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.updateEntry(long userId, long entryId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.updateEntry(long userId, long entryId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryServiceWrapper.updateEntry(long entryId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryServiceUtil.updateEntry(long entryId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryService.updateEntry(long entryId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 void BlogsEntryLocalServiceWrapper.updateEntryResources(BlogsEntry entry, String[] communityPermissions, String[] guestPermissions)
           
static void BlogsEntryLocalServiceUtil.updateEntryResources(BlogsEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BlogsEntryLocalService.updateEntryResources(BlogsEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BlogsStatsUserLocalServiceWrapper.updateStatsUser(long groupId, long userId)
           
static void BlogsStatsUserLocalServiceUtil.updateStatsUser(long groupId, long userId)
           
 void BlogsStatsUserLocalService.updateStatsUser(long groupId, long userId)
           
 void BlogsStatsUserLocalServiceWrapper.updateStatsUser(long groupId, long userId, Date displayDate)
           
static void BlogsStatsUserLocalServiceUtil.updateStatsUser(long groupId, long userId, Date displayDate)
           
 void BlogsStatsUserLocalService.updateStatsUser(long groupId, long userId, Date displayDate)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
 

Uses of PortalException in com.liferay.portlet.bookmarks
 

Subclasses of PortalException in com.liferay.portlet.bookmarks
 class FolderNameException
           
 class NoSuchFolderException
           
 

Uses of PortalException in com.liferay.portlet.bookmarks.model
 

Methods in com.liferay.portlet.bookmarks.model that throw PortalException
 List<BookmarksFolder> BookmarksFolderWrapper.getAncestors()
           
 List<BookmarksFolder> BookmarksFolder.getAncestors()
           
 BookmarksFolder BookmarksFolderWrapper.getParentFolder()
           
 BookmarksFolder BookmarksFolder.getParentFolder()
           
 

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

Methods in com.liferay.portlet.bookmarks.service that throw PortalException
 BookmarksEntry BookmarksEntryLocalServiceWrapper.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalService.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceWrapper.addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryServiceUtil.addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryService.addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 void BookmarksEntryLocalServiceWrapper.addEntryResources(BookmarksEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void BookmarksEntryLocalServiceUtil.addEntryResources(BookmarksEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksEntryLocalService.addEntryResources(BookmarksEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksEntryLocalServiceWrapper.addEntryResources(BookmarksEntry entry, String[] communityPermissions, String[] guestPermissions)
           
static void BookmarksEntryLocalServiceUtil.addEntryResources(BookmarksEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksEntryLocalService.addEntryResources(BookmarksEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksEntryLocalServiceWrapper.addEntryResources(long entryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void BookmarksEntryLocalServiceUtil.addEntryResources(long entryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksEntryLocalService.addEntryResources(long entryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksEntryLocalServiceWrapper.addEntryResources(long entryId, String[] communityPermissions, String[] guestPermissions)
           
static void BookmarksEntryLocalServiceUtil.addEntryResources(long entryId, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksEntryLocalService.addEntryResources(long entryId, String[] communityPermissions, String[] guestPermissions)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalService.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderServiceWrapper.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderServiceUtil.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderService.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 void BookmarksFolderLocalServiceWrapper.addFolderResources(BookmarksFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void BookmarksFolderLocalServiceUtil.addFolderResources(BookmarksFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksFolderLocalService.addFolderResources(BookmarksFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksFolderLocalServiceWrapper.addFolderResources(BookmarksFolder folder, String[] communityPermissions, String[] guestPermissions)
           
static void BookmarksFolderLocalServiceUtil.addFolderResources(BookmarksFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksFolderLocalService.addFolderResources(BookmarksFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksFolderLocalServiceWrapper.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void BookmarksFolderLocalServiceUtil.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksFolderLocalService.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksFolderLocalServiceWrapper.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
static void BookmarksFolderLocalServiceUtil.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksFolderLocalService.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
static void BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
 void BookmarksEntryLocalService.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
 void BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
static void BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
 void BookmarksFolderLocalService.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
 void BookmarksEntryLocalServiceWrapper.deleteEntries(long groupId, long folderId)
           
static void BookmarksEntryLocalServiceUtil.deleteEntries(long groupId, long folderId)
           
 void BookmarksEntryLocalService.deleteEntries(long groupId, long folderId)
           
 void BookmarksEntryLocalServiceWrapper.deleteEntry(BookmarksEntry entry)
           
static void BookmarksEntryLocalServiceUtil.deleteEntry(BookmarksEntry entry)
           
 void BookmarksEntryLocalService.deleteEntry(BookmarksEntry entry)
           
 void BookmarksEntryServiceWrapper.deleteEntry(long entryId)
           
static void BookmarksEntryServiceUtil.deleteEntry(long entryId)
           
 void BookmarksEntryService.deleteEntry(long entryId)
           
 void BookmarksEntryLocalServiceWrapper.deleteEntry(long entryId)
           
static void BookmarksEntryLocalServiceUtil.deleteEntry(long entryId)
           
 void BookmarksEntryLocalService.deleteEntry(long entryId)
           
 void BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
           
static void BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
           
 void BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
           
 void BookmarksFolderServiceWrapper.deleteFolder(long folderId)
           
static void BookmarksFolderServiceUtil.deleteFolder(long folderId)
           
 void BookmarksFolderService.deleteFolder(long folderId)
           
 void BookmarksFolderLocalServiceWrapper.deleteFolder(long folderId)
           
static void BookmarksFolderLocalServiceUtil.deleteFolder(long folderId)
           
 void BookmarksFolderLocalService.deleteFolder(long folderId)
           
 void BookmarksFolderLocalServiceWrapper.deleteFolders(long groupId)
           
static void BookmarksFolderLocalServiceUtil.deleteFolders(long groupId)
           
 void BookmarksFolderLocalService.deleteFolders(long groupId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getBookmarksEntry(long entryId)
          Returns the bookmarks entry with the primary key.
static BookmarksEntry BookmarksEntryLocalServiceUtil.getBookmarksEntry(long entryId)
          Returns the bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalService.getBookmarksEntry(long entryId)
          Returns the bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks entry with the UUID in the group.
static BookmarksEntry BookmarksEntryLocalServiceUtil.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks entry with the UUID in the group.
 BookmarksEntry BookmarksEntryLocalService.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks entry with the UUID in the group.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.getBookmarksFolder(long folderId)
          Returns the bookmarks folder with the primary key.
static BookmarksFolder BookmarksFolderLocalServiceUtil.getBookmarksFolder(long folderId)
          Returns the bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderLocalService.getBookmarksFolder(long folderId)
          Returns the bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder with the UUID in the group.
static BookmarksFolder BookmarksFolderLocalServiceUtil.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder with the UUID in the group.
 BookmarksFolder BookmarksFolderLocalService.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder with the UUID in the group.
 BookmarksEntry BookmarksEntryServiceWrapper.getEntry(long entryId)
           
static BookmarksEntry BookmarksEntryServiceUtil.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryService.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getEntry(long entryId)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.getEntry(long entryId)
           
 BookmarksFolder BookmarksFolderServiceWrapper.getFolder(long folderId)
           
static BookmarksFolder BookmarksFolderServiceUtil.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderService.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.getFolder(long folderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalService.getFolder(long folderId)
           
 PersistedModel BookmarksFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BookmarksFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BookmarksFolderLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BookmarksEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel BookmarksEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel BookmarksEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 BookmarksEntry BookmarksEntryServiceWrapper.openEntry(long entryId)
           
static BookmarksEntry BookmarksEntryServiceUtil.openEntry(long entryId)
           
 BookmarksEntry BookmarksEntryService.openEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.openEntry(long userId, long entryId)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.openEntry(long userId, long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.openEntry(long userId, long entryId)
           
 void BookmarksEntryLocalServiceWrapper.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
static void BookmarksEntryLocalServiceUtil.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
 void BookmarksEntryLocalService.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalService.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceWrapper.updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryServiceUtil.updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryService.updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 

Uses of PortalException in com.liferay.portlet.calendar
 

Subclasses of PortalException in com.liferay.portlet.calendar
 class EventDurationException
           
 class EventEndDateException
           
 class EventStartDateException
           
 class EventTitleException
           
 class ImportEventsException
           
 class NoSuchEventException
           
 

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

Methods in com.liferay.portlet.calendar.service that throw PortalException
 CalEvent CalEventLocalServiceWrapper.addEvent(long userId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventLocalServiceUtil.addEvent(long userId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventLocalService.addEvent(long userId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventServiceWrapper.addEvent(String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventServiceUtil.addEvent(String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventService.addEvent(String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 void CalEventLocalServiceWrapper.addEventResources(CalEvent event, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void CalEventLocalServiceUtil.addEventResources(CalEvent event, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void CalEventLocalService.addEventResources(CalEvent event, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void CalEventLocalServiceWrapper.addEventResources(CalEvent event, String[] communityPermissions, String[] guestPermissions)
           
static void CalEventLocalServiceUtil.addEventResources(CalEvent event, String[] communityPermissions, String[] guestPermissions)
           
 void CalEventLocalService.addEventResources(CalEvent event, String[] communityPermissions, String[] guestPermissions)
           
 void CalEventLocalServiceWrapper.addEventResources(long eventId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void CalEventLocalServiceUtil.addEventResources(long eventId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void CalEventLocalService.addEventResources(long eventId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void CalEventLocalServiceWrapper.addEventResources(long eventId, String[] communityPermissions, String[] guestPermissions)
           
static void CalEventLocalServiceUtil.addEventResources(long eventId, String[] communityPermissions, String[] guestPermissions)
           
 void CalEventLocalService.addEventResources(long eventId, String[] communityPermissions, String[] guestPermissions)
           
 void CalEventLocalServiceWrapper.checkEvents()
           
static void CalEventLocalServiceUtil.checkEvents()
           
 void CalEventLocalService.checkEvents()
           
 void CalEventLocalServiceWrapper.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
static void CalEventLocalServiceUtil.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
 void CalEventLocalService.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
 void CalEventLocalServiceWrapper.deleteEvent(CalEvent event)
           
static void CalEventLocalServiceUtil.deleteEvent(CalEvent event)
           
 void CalEventLocalService.deleteEvent(CalEvent event)
           
 void CalEventServiceWrapper.deleteEvent(long eventId)
           
static void CalEventServiceUtil.deleteEvent(long eventId)
           
 void CalEventService.deleteEvent(long eventId)
           
 void CalEventLocalServiceWrapper.deleteEvent(long eventId)
           
static void CalEventLocalServiceUtil.deleteEvent(long eventId)
           
 void CalEventLocalService.deleteEvent(long eventId)
           
 void CalEventLocalServiceWrapper.deleteEvents(long groupId)
           
static void CalEventLocalServiceUtil.deleteEvents(long groupId)
           
 void CalEventLocalService.deleteEvents(long groupId)
           
 File CalEventServiceWrapper.exportEvent(long eventId)
           
static File CalEventServiceUtil.exportEvent(long eventId)
           
 File CalEventService.exportEvent(long eventId)
           
 File CalEventLocalServiceWrapper.exportEvent(long userId, long eventId)
           
static File CalEventLocalServiceUtil.exportEvent(long userId, long eventId)
           
 File CalEventLocalService.exportEvent(long userId, long eventId)
           
 File CalEventLocalServiceWrapper.exportGroupEvents(long userId, long groupId, String fileName)
           
static File CalEventLocalServiceUtil.exportGroupEvents(long userId, long groupId, String fileName)
           
 File CalEventLocalService.exportGroupEvents(long userId, long groupId, String fileName)
           
 File CalEventServiceWrapper.exportGroupEvents(long groupId, String fileName)
           
static File CalEventServiceUtil.exportGroupEvents(long groupId, String fileName)
           
 File CalEventService.exportGroupEvents(long groupId, String fileName)
           
 CalEvent CalEventLocalServiceWrapper.getCalEvent(long eventId)
          Returns the cal event with the primary key.
static CalEvent CalEventLocalServiceUtil.getCalEvent(long eventId)
          Returns the cal event with the primary key.
 CalEvent CalEventLocalService.getCalEvent(long eventId)
          Returns the cal event with the primary key.
 CalEvent CalEventLocalServiceWrapper.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Returns the cal event with the UUID in the group.
static CalEvent CalEventLocalServiceUtil.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Returns the cal event with the UUID in the group.
 CalEvent CalEventLocalService.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Returns the cal event with the UUID in the group.
 CalEvent CalEventServiceWrapper.getEvent(long eventId)
           
static CalEvent CalEventServiceUtil.getEvent(long eventId)
           
 CalEvent CalEventService.getEvent(long eventId)
           
 CalEvent CalEventLocalServiceWrapper.getEvent(long eventId)
           
static CalEvent CalEventLocalServiceUtil.getEvent(long eventId)
           
 CalEvent CalEventLocalService.getEvent(long eventId)
           
 List<CalEvent> CalEventServiceWrapper.getEvents(long groupId, Calendar cal, String type)
           
static List<CalEvent> CalEventServiceUtil.getEvents(long groupId, Calendar cal, String type)
           
 List<CalEvent> CalEventService.getEvents(long groupId, Calendar cal, String type)
           
 PersistedModel CalEventLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel CalEventLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel CalEventLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 boolean CalEventServiceWrapper.hasEvents(long groupId, Calendar cal)
           
static boolean CalEventServiceUtil.hasEvents(long groupId, Calendar cal)
           
 boolean CalEventService.hasEvents(long groupId, Calendar cal)
           
 boolean CalEventServiceWrapper.hasEvents(long groupId, Calendar cal, String type)
           
static boolean CalEventServiceUtil.hasEvents(long groupId, Calendar cal, String type)
           
 boolean CalEventService.hasEvents(long groupId, Calendar cal, String type)
           
 void CalEventServiceWrapper.importICal4j(long groupId, File file)
           
static void CalEventServiceUtil.importICal4j(long groupId, File file)
           
 void CalEventService.importICal4j(long groupId, File file)
           
 void CalEventLocalServiceWrapper.importICal4j(long userId, long groupId, File file)
           
static void CalEventLocalServiceUtil.importICal4j(long userId, long groupId, File file)
           
 void CalEventLocalService.importICal4j(long userId, long groupId, File file)
           
 void CalEventLocalServiceWrapper.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames)
           
static void CalEventLocalServiceUtil.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames)
           
 void CalEventLocalService.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames)
           
 CalEvent CalEventLocalServiceWrapper.updateEvent(long userId, long eventId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventLocalServiceUtil.updateEvent(long userId, long eventId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventLocalService.updateEvent(long userId, long eventId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventServiceWrapper.updateEvent(long eventId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventServiceUtil.updateEvent(long eventId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventService.updateEvent(long eventId, String title, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 

Uses of PortalException in com.liferay.portlet.documentlibrary
 

Subclasses of PortalException in com.liferay.portlet.documentlibrary
 class DuplicateFolderNameException
           
 class FileShortcutPermissionException
           
 class NoSuchFileEntryException
           
 class NoSuchFileRankException
           
 class NoSuchFileShortcutException
           
 class NoSuchFileVersionException
           
 

Uses of PortalException in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that throw PortalException
 List<DLFolder> DLFolderWrapper.getAncestors()
           
 List<DLFolder> DLFolder.getAncestors()
           
 InputStream DLFileEntryWrapper.getContentStream()
           
 InputStream DLFileEntry.getContentStream()
           
 InputStream DLFileEntryWrapper.getContentStream(String version)
           
 InputStream DLFileEntry.getContentStream(String version)
           
 DLFileEntry DLFileVersionWrapper.getFileEntry()
           
 DLFileEntry DLFileVersion.getFileEntry()
           
 DLFileEntry DLFileRankWrapper.getFileEntry()
           
 DLFileEntry DLFileRank.getFileEntry()
           
 DLFileVersion DLFileEntryWrapper.getFileVersion()
           
 DLFileVersion DLFileEntry.getFileVersion()
           
 DLFileVersion DLFileEntryWrapper.getFileVersion(String version)
           
 DLFileVersion DLFileEntry.getFileVersion(String version)
           
 long DLFileVersionWrapper.getFolderId()
          Deprecated. DLFileVersionWrapper.getFileEntry()
 long DLFileVersion.getFolderId()
          Deprecated. DLFileVersion.getFileEntry()
 long DLFileRankWrapper.getFolderId()
          Deprecated. DLFileRankWrapper.getFileEntry()
 long DLFileRank.getFolderId()
          Deprecated. DLFileRank.getFileEntry()
 DLFileVersion DLFileEntryWrapper.getLatestFileVersion()
           
 DLFileVersion DLFileEntry.getLatestFileVersion()
           
 String DLFileVersionWrapper.getName()
          Deprecated. DLFileVersionWrapper.getFileEntry()
 String DLFileVersion.getName()
          Deprecated. DLFileVersion.getFileEntry()
 String DLFileRankWrapper.getName()
          Deprecated. DLFileRankWrapper.getFileEntry()
 String DLFileRank.getName()
          Deprecated. DLFileRank.getFileEntry()
 DLFolder DLFolderWrapper.getParentFolder()
           
 DLFolder DLFolder.getParentFolder()
           
 String DLFolderWrapper.getPath()
           
 String DLFolder.getPath()
           
 String[] DLFolderWrapper.getPathArray()
           
 String[] DLFolder.getPathArray()
           
 DLFileEntry DLFileShortcutWrapper.getToFileEntry()
           
 DLFileEntry DLFileShortcut.getToFileEntry()
           
 long DLFileShortcutWrapper.getToFolderId()
          Deprecated. DLFileShortcutWrapper.getToFileEntry()
 long DLFileShortcut.getToFolderId()
          Deprecated. DLFileShortcut.getToFileEntry()
 long DLFileShortcutWrapper.getToGroupId()
          Deprecated. DLFileShortcutWrapper.getToFileEntry()
 long DLFileShortcut.getToGroupId()
          Deprecated. DLFileShortcut.getToFileEntry()
 String DLFileShortcutWrapper.getToName()
          Deprecated. DLFileShortcutWrapper.getToFileEntry()
 String DLFileShortcut.getToName()
          Deprecated. DLFileShortcut.getToFileEntry()
 

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

Methods in com.liferay.portlet.documentlibrary.service that throw PortalException
 DLFileEntry DLFileEntryLocalServiceWrapper.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addFileEntry(long userId, long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.addFileEntry(long groupId, long folderId, String name, String title, String description, String changeLog, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 void DLFileEntryLocalServiceWrapper.addFileEntryResources(DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void DLFileEntryLocalServiceUtil.addFileEntryResources(DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileEntryLocalService.addFileEntryResources(DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileEntryLocalServiceWrapper.addFileEntryResources(DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions)
           
static void DLFileEntryLocalServiceUtil.addFileEntryResources(DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions)
           
 void DLFileEntryLocalService.addFileEntryResources(DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions)
           
 void DLFileEntryLocalServiceWrapper.addFileEntryResources(long fileEntryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void DLFileEntryLocalServiceUtil.addFileEntryResources(long fileEntryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileEntryLocalService.addFileEntryResources(long fileEntryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileEntryLocalServiceWrapper.addFileEntryResources(long fileEntryId, String[] communityPermissions, String[] guestPermissions)
           
static void DLFileEntryLocalServiceUtil.addFileEntryResources(long fileEntryId, String[] communityPermissions, String[] guestPermissions)
           
 void DLFileEntryLocalService.addFileEntryResources(long fileEntryId, String[] communityPermissions, String[] guestPermissions)
           
 DLFileShortcut DLFileShortcutLocalServiceWrapper.addFileShortcut(long userId, long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutLocalServiceUtil.addFileShortcut(long userId, long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutLocalService.addFileShortcut(long userId, long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutServiceWrapper.addFileShortcut(long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutServiceUtil.addFileShortcut(long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutService.addFileShortcut(long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 void DLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void DLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut, String[] communityPermissions, String[] guestPermissions)
           
static void DLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut, String[] communityPermissions, String[] guestPermissions)
           
 void DLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut, String[] communityPermissions, String[] guestPermissions)
           
 void DLFileShortcutLocalServiceWrapper.addFileShortcutResources(long fileShortcutId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void DLFileShortcutLocalServiceUtil.addFileShortcutResources(long fileShortcutId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileShortcutLocalService.addFileShortcutResources(long fileShortcutId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFileShortcutLocalServiceWrapper.addFileShortcutResources(long fileShortcutId, String[] communityPermissions, String[] guestPermissions)
           
static void DLFileShortcutLocalServiceUtil.addFileShortcutResources(long fileShortcutId, String[] communityPermissions, String[] guestPermissions)
           
 void DLFileShortcutLocalService.addFileShortcutResources(long fileShortcutId, String[] communityPermissions, String[] guestPermissions)
           
 DLFolder DLFolderLocalServiceWrapper.addFolder(long userId, long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.addFolder(long userId, long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.addFolder(long userId, long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderService.addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 void DLFolderLocalServiceWrapper.addFolderResources(DLFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void DLFolderLocalServiceUtil.addFolderResources(DLFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFolderLocalService.addFolderResources(DLFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFolderLocalServiceWrapper.addFolderResources(DLFolder folder, String[] communityPermissions, String[] guestPermissions)
           
static void DLFolderLocalServiceUtil.addFolderResources(DLFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void DLFolderLocalService.addFolderResources(DLFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void DLFolderLocalServiceWrapper.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void DLFolderLocalServiceUtil.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFolderLocalService.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFolderLocalServiceWrapper.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
static void DLFolderLocalServiceUtil.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
 void DLFolderLocalService.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.addOrOverwriteFileEntry(long userId, long groupId, long folderId, String name, String sourceName, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addOrOverwriteFileEntry(long userId, long groupId, long folderId, String name, String sourceName, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addOrOverwriteFileEntry(long userId, long groupId, long folderId, String name, String sourceName, String title, String description, String changeLog, String extraSettings, File file, ServiceContext serviceContext)
           
 void DLFileEntryLocalServiceWrapper.convertExtraSettings(String[] keys)
           
static void DLFileEntryLocalServiceUtil.convertExtraSettings(String[] keys)
           
 void DLFileEntryLocalService.convertExtraSettings(String[] keys)
           
 DLFolder DLFolderServiceWrapper.copyFolder(long groupId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.copyFolder(long groupId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderService.copyFolder(long groupId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 void DLFileEntryLocalServiceWrapper.deleteDLFileEntry(long fileEntryId)
          Deletes the d l file entry with the primary key from the database.
static void DLFileEntryLocalServiceUtil.deleteDLFileEntry(long fileEntryId)
          Deletes the d l file entry with the primary key from the database.
 void DLFileEntryLocalService.deleteDLFileEntry(long fileEntryId)
          Deletes the d l file entry with the primary key from the database.
 void DLFileRankLocalServiceWrapper.deleteDLFileRank(long fileRankId)
          Deletes the d l file rank with the primary key from the database.
static void DLFileRankLocalServiceUtil.deleteDLFileRank(long fileRankId)
          Deletes the d l file rank with the primary key from the database.
 void DLFileRankLocalService.deleteDLFileRank(long fileRankId)
          Deletes the d l file rank with the primary key from the database.
 void DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(long fileShortcutId)
          Deletes the d l file shortcut with the primary key from the database.
static void DLFileShortcutLocalServiceUtil.deleteDLFileShortcut(long fileShortcutId)
          Deletes the d l file shortcut with the primary key from the database.
 void DLFileShortcutLocalService.deleteDLFileShortcut(long fileShortcutId)
          Deletes the d l file shortcut with the primary key from the database.
 void DLFileVersionLocalServiceWrapper.deleteDLFileVersion(long fileVersionId)
          Deletes the d l file version with the primary key from the database.
static void DLFileVersionLocalServiceUtil.deleteDLFileVersion(long fileVersionId)
          Deletes the d l file version with the primary key from the database.
 void DLFileVersionLocalService.deleteDLFileVersion(long fileVersionId)
          Deletes the d l file version with the primary key from the database.
 void DLFolderLocalServiceWrapper.deleteDLFolder(long folderId)
          Deletes the d l folder with the primary key from the database.
static void DLFolderLocalServiceUtil.deleteDLFolder(long folderId)
          Deletes the d l folder with the primary key from the database.
 void DLFolderLocalService.deleteDLFolder(long folderId)
          Deletes the d l folder with the primary key from the database.
 void DLFileEntryLocalServiceWrapper.deleteFileEntries(long groupId, long folderId)
           
static void DLFileEntryLocalServiceUtil.deleteFileEntries(long groupId, long folderId)
           
 void DLFileEntryLocalService.deleteFileEntries(long groupId, long folderId)
           
 void DLFileEntryLocalServiceWrapper.deleteFileEntry(DLFileEntry fileEntry)
           
static void DLFileEntryLocalServiceUtil.deleteFileEntry(DLFileEntry fileEntry)
           
 void DLFileEntryLocalService.deleteFileEntry(DLFileEntry fileEntry)
           
 void DLFileEntryServiceWrapper.deleteFileEntry(long fileEntryId)
           
static void DLFileEntryServiceUtil.deleteFileEntry(long fileEntryId)
           
 void DLFileEntryService.deleteFileEntry(long fileEntryId)
           
 void DLFileEntryServiceWrapper.deleteFileEntry(long groupId, long folderId, String name)
           
static void DLFileEntryServiceUtil.deleteFileEntry(long groupId, long folderId, String name)
           
 void DLFileEntryService.deleteFileEntry(long groupId, long folderId, String name)
           
 void DLFileEntryLocalServiceWrapper.deleteFileEntry(long groupId, long folderId, String name)
           
static void DLFileEntryLocalServiceUtil.deleteFileEntry(long groupId, long folderId, String name)
           
 void DLFileEntryLocalService.deleteFileEntry(long groupId, long folderId, String name)
           
 void DLFileEntryServiceWrapper.deleteFileEntry(long groupId, long folderId, String name, String version)
           
static void DLFileEntryServiceUtil.deleteFileEntry(long groupId, long folderId, String name, String version)
           
 void DLFileEntryService.deleteFileEntry(long groupId, long folderId, String name, String version)
           
 void DLFileEntryLocalServiceWrapper.deleteFileEntry(long groupId, long folderId, String name, String version)
           
static void DLFileEntryLocalServiceUtil.deleteFileEntry(long groupId, long folderId, String name, String version)
           
 void DLFileEntryLocalService.deleteFileEntry(long groupId, long folderId, String name, String version)
           
 void DLFileEntryServiceWrapper.deleteFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
static void DLFileEntryServiceUtil.deleteFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
 void DLFileEntryService.deleteFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
 void DLFileRankLocalServiceWrapper.deleteFileRank(long fileRankId)
           
static void DLFileRankLocalServiceUtil.deleteFileRank(long fileRankId)
           
 void DLFileRankLocalService.deleteFileRank(long fileRankId)
           
 void DLFileShortcutLocalServiceWrapper.deleteFileShortcut(DLFileShortcut fileShortcut)
           
static void DLFileShortcutLocalServiceUtil.deleteFileShortcut(DLFileShortcut fileShortcut)
           
 void DLFileShortcutLocalService.deleteFileShortcut(DLFileShortcut fileShortcut)
           
 void DLFileShortcutServiceWrapper.deleteFileShortcut(long fileShortcutId)
           
static void DLFileShortcutServiceUtil.deleteFileShortcut(long fileShortcutId)
           
 void DLFileShortcutService.deleteFileShortcut(long fileShortcutId)
           
 void DLFileShortcutLocalServiceWrapper.deleteFileShortcut(long fileShortcutId)
           
static void DLFileShortcutLocalServiceUtil.deleteFileShortcut(long fileShortcutId)
           
 void DLFileShortcutLocalService.deleteFileShortcut(long fileShortcutId)
           
 void DLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long toFileEntryId)
           
static void DLFileShortcutLocalServiceUtil.deleteFileShortcuts(long toFileEntryId)
           
 void DLFileShortcutLocalService.deleteFileShortcuts(long toFileEntryId)
           
 void DLFolderLocalServiceWrapper.deleteFolder(DLFolder folder)
           
static void DLFolderLocalServiceUtil.deleteFolder(DLFolder folder)
           
 void DLFolderLocalService.deleteFolder(DLFolder folder)
           
 void DLFolderServiceWrapper.deleteFolder(long folderId)
           
static void DLFolderServiceUtil.deleteFolder(long folderId)
           
 void DLFolderService.deleteFolder(long folderId)
           
 void DLFolderLocalServiceWrapper.deleteFolder(long folderId)
           
static void DLFolderLocalServiceUtil.deleteFolder(long folderId)
           
 void DLFolderLocalService.deleteFolder(long folderId)
           
 void DLFolderServiceWrapper.deleteFolder(long groupId, long parentFolderId, String name)
           
static void DLFolderServiceUtil.deleteFolder(long groupId, long parentFolderId, String name)
           
 void DLFolderService.deleteFolder(long groupId, long parentFolderId, String name)
           
 void DLFolderLocalServiceWrapper.deleteFolders(long groupId)
           
static void DLFolderLocalServiceUtil.deleteFolders(long groupId)
           
 void DLFolderLocalService.deleteFolders(long groupId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getDLFileEntry(long fileEntryId)
          Returns the d l file entry with the primary key.
static DLFileEntry DLFileEntryLocalServiceUtil.getDLFileEntry(long fileEntryId)
          Returns the d l file entry with the primary key.
 DLFileEntry DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
          Returns the d l file entry with the primary key.
 DLFileEntry DLFileEntryLocalServiceWrapper.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the d l file entry with the UUID in the group.
static DLFileEntry DLFileEntryLocalServiceUtil.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the d l file entry with the UUID in the group.
 DLFileEntry DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the d l file entry with the UUID in the group.
 DLFileRank DLFileRankLocalServiceWrapper.getDLFileRank(long fileRankId)
          Returns the d l file rank with the primary key.
static DLFileRank DLFileRankLocalServiceUtil.getDLFileRank(long fileRankId)
          Returns the d l file rank with the primary key.
 DLFileRank DLFileRankLocalService.getDLFileRank(long fileRankId)
          Returns the d l file rank with the primary key.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.getDLFileShortcut(long fileShortcutId)
          Returns the d l file shortcut with the primary key.
static DLFileShortcut DLFileShortcutLocalServiceUtil.getDLFileShortcut(long fileShortcutId)
          Returns the d l file shortcut with the primary key.
 DLFileShortcut DLFileShortcutLocalService.getDLFileShortcut(long fileShortcutId)
          Returns the d l file shortcut with the primary key.
 DLFileShortcut DLFileShortcutLocalServiceWrapper.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the d l file shortcut with the UUID in the group.
static DLFileShortcut DLFileShortcutLocalServiceUtil.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the d l file shortcut with the UUID in the group.
 DLFileShortcut DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId)
          Returns the d l file shortcut with the UUID in the group.
 DLFileVersion DLFileVersionLocalServiceWrapper.getDLFileVersion(long fileVersionId)
          Returns the d l file version with the primary key.
static DLFileVersion DLFileVersionLocalServiceUtil.getDLFileVersion(long fileVersionId)
          Returns the d l file version with the primary key.
 DLFileVersion DLFileVersionLocalService.getDLFileVersion(long fileVersionId)
          Returns the d l file version with the primary key.
 DLFolder DLFolderLocalServiceWrapper.getDLFolder(long folderId)
          Returns the d l folder with the primary key.
static DLFolder DLFolderLocalServiceUtil.getDLFolder(long folderId)
          Returns the d l folder with the primary key.
 DLFolder DLFolderLocalService.getDLFolder(long folderId)
          Returns the d l folder with the primary key.
 DLFolder DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the d l folder with the UUID in the group.
static DLFolder DLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the d l folder with the UUID in the group.
 DLFolder DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the d l folder with the UUID in the group.
 InputStream DLFileEntryLocalServiceWrapper.getFileAsStream(long companyId, long userId, long groupId, long folderId, String name)
           
static InputStream DLFileEntryLocalServiceUtil.getFileAsStream(long companyId, long userId, long groupId, long folderId, String name)
           
 InputStream DLFileEntryLocalService.getFileAsStream(long companyId, long userId, long groupId, long folderId, String name)
           
 InputStream DLFileEntryLocalServiceWrapper.getFileAsStream(long companyId, long userId, long groupId, long folderId, String name, String version)
           
static InputStream DLFileEntryLocalServiceUtil.getFileAsStream(long companyId, long userId, long groupId, long folderId, String name, String version)
           
 InputStream DLFileEntryLocalService.getFileAsStream(long companyId, long userId, long groupId, long folderId, String name, String version)
           
 InputStream DLFileEntryServiceWrapper.getFileAsStream(long fileEntryId, String version)
           
static InputStream DLFileEntryServiceUtil.getFileAsStream(long fileEntryId, String version)
           
 InputStream DLFileEntryService.getFileAsStream(long fileEntryId, String version)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> DLFileEntryServiceWrapper.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
static List<DLFileEntry> DLFileEntryServiceUtil.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 List<DLFileEntry> DLFileEntryService.getFileEntries(long groupId, long folderId, int start, int end, OrderByComparator obc)
           
 int DLFileEntryServiceWrapper.getFileEntriesCount(long groupId, long folderId)
           
static int DLFileEntryServiceUtil.getFileEntriesCount(long groupId, long folderId)
           
 int DLFileEntryService.getFileEntriesCount(long groupId, long folderId)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntry(long fileEntryId)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryService.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntry(long fileEntryId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryLocalService.getFileEntry(long fileEntryId)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntry(long groupId, long folderId, String name)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryService.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntry(long groupId, long folderId, String name)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryLocalService.getFileEntry(long groupId, long folderId, String name)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
 DLFileEntry DLFileEntryService.getFileEntryByTitle(long groupId, long folderId, String titleWithExtension)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntryByTitle(long groupId, long folderId, String title)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntryByTitle(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryLocalService.getFileEntryByTitle(long groupId, long folderId, String title)
           
 DLFileEntry DLFileEntryServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
static DLFileEntry DLFileEntryServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
static DLFileEntry DLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 DLFileEntry DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid, long groupId)
           
 Lock DLFileEntryServiceWrapper.getFileEntryLock(long groupId, long folderId, String name)
           
static Lock DLFileEntryServiceUtil.getFileEntryLock(long groupId, long folderId, String name)
           
 Lock DLFileEntryService.getFileEntryLock(long groupId, long folderId, String name)
           
 DLFileShortcut DLFileShortcutServiceWrapper.getFileShortcut(long fileShortcutId)
           
static DLFileShortcut DLFileShortcutServiceUtil.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutService.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalServiceWrapper.getFileShortcut(long fileShortcutId)
           
static DLFileShortcut DLFileShortcutLocalServiceUtil.getFileShortcut(long fileShortcutId)
           
 DLFileShortcut DLFileShortcutLocalService.getFileShortcut(long fileShortcutId)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getFileVersion(long fileVersionId)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalService.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getFileVersion(long groupId, long folderId, String name, String version)
          Deprecated. DLFileVersionLocalServiceWrapper.getFileVersion(long, String)
static DLFileVersion DLFileVersionLocalServiceUtil.getFileVersion(long groupId, long folderId, String name, String version)
          Deprecated. DLFileVersionLocalServiceUtil.getFileVersion(long, String)
 DLFileVersion DLFileVersionLocalService.getFileVersion(long groupId, long folderId, String name, String version)
          Deprecated. DLFileVersionLocalService.getFileVersion(long, String)
 DLFileVersion DLFileVersionLocalServiceWrapper.getFileVersion(long fileEntryId, String version)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getFileVersion(long fileEntryId, String version)
           
 DLFileVersion DLFileVersionLocalService.getFileVersion(long fileEntryId, String version)
           
 DLFolder DLFolderServiceWrapper.getFolder(long folderId)
           
static DLFolder DLFolderServiceUtil.getFolder(long folderId)
           
 DLFolder DLFolderService.getFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.getFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.getFolder(long folderId)
           
 DLFolder DLFolderLocalService.getFolder(long folderId)
           
 DLFolder DLFolderServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderService.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderLocalServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
           
 long DLFolderServiceWrapper.getFolderId(long groupId, long parentFolderId, String name)
           
static long DLFolderServiceUtil.getFolderId(long groupId, long parentFolderId, String name)
           
 long DLFolderService.getFolderId(long groupId, long parentFolderId, String name)
           
 List<Object> DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
static List<Object> DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
 List<Object> DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId, long folderId, int status, int start, int end)
           
 int DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
static int DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 int DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId, long folderId, int status)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getLatestFileVersion(long fileEntryId)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getLatestFileVersion(long fileEntryId)
           
 DLFileVersion DLFileVersionLocalService.getLatestFileVersion(long fileEntryId)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getLatestFileVersion(long groupId, long folderId, String name)
          Deprecated. DLFileVersionLocalServiceWrapper.getLatestFileVersion(long)
static DLFileVersion DLFileVersionLocalServiceUtil.getLatestFileVersion(long groupId, long folderId, String name)
          Deprecated. DLFileVersionLocalServiceUtil.getLatestFileVersion(long)
 DLFileVersion DLFileVersionLocalService.getLatestFileVersion(long groupId, long folderId, String name)
          Deprecated. DLFileVersionLocalService.getLatestFileVersion(long)
 PersistedModel DLFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFolderLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileShortcutLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileShortcutLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileShortcutLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileRankLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileRankLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileRankLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel DLFileEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel DLFileEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 boolean DLFileEntryServiceWrapper.hasFileEntryLock(long groupId, long folderId, String name)
           
static boolean DLFileEntryServiceUtil.hasFileEntryLock(long groupId, long folderId, String name)
           
 boolean DLFileEntryService.hasFileEntryLock(long groupId, long folderId, String name)
           
 boolean DLFolderServiceWrapper.hasInheritableLock(long folderId)
           
static boolean DLFolderServiceUtil.hasInheritableLock(long folderId)
           
 boolean DLFolderService.hasInheritableLock(long folderId)
           
 Lock DLFileEntryServiceWrapper.lockFileEntry(long groupId, long folderId, String name)
           
static Lock DLFileEntryServiceUtil.lockFileEntry(long groupId, long folderId, String name)
           
 Lock DLFileEntryService.lockFileEntry(long groupId, long folderId, String name)
           
 Lock DLFileEntryServiceWrapper.lockFileEntry(long groupId, long folderId, String name, String owner, long expirationTime)
           
static Lock DLFileEntryServiceUtil.lockFileEntry(long groupId, long folderId, String name, String owner, long expirationTime)
           
 Lock DLFileEntryService.lockFileEntry(long groupId, long folderId, String name, String owner, long expirationTime)
           
 Lock DLFolderServiceWrapper.lockFolder(long folderId)
           
static Lock DLFolderServiceUtil.lockFolder(long folderId)
           
 Lock DLFolderService.lockFolder(long folderId)
           
 Lock DLFolderServiceWrapper.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
static Lock DLFolderServiceUtil.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 Lock DLFolderService.lockFolder(long folderId, String owner, boolean inheritable, long expirationTime)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.moveFileEntry(long userId, long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.moveFileEntry(long userId, long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.moveFileEntry(long userId, long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.moveFileEntry(long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.moveFileEntry(long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.moveFileEntry(long groupId, long folderId, long newFolderId, String name, ServiceContext serviceContext)
           
 Lock DLFileEntryServiceWrapper.refreshFileEntryLock(String lockUuid, long expirationTime)
           
static Lock DLFileEntryServiceUtil.refreshFileEntryLock(String lockUuid, long expirationTime)
           
 Lock DLFileEntryService.refreshFileEntryLock(String lockUuid, long expirationTime)
           
 Lock DLFolderServiceWrapper.refreshFolderLock(String lockUuid, long expirationTime)
           
static Lock DLFolderServiceUtil.refreshFolderLock(String lockUuid, long expirationTime)
           
 Lock DLFolderService.refreshFolderLock(String lockUuid, long expirationTime)
           
 void DLFileEntryServiceWrapper.revertFileEntry(long fileEntryId)
           
static void DLFileEntryServiceUtil.revertFileEntry(long fileEntryId)
           
 void DLFileEntryService.revertFileEntry(long fileEntryId)
           
 void DLFileEntryServiceWrapper.unlockFileEntry(long groupId, long folderId, String name)
           
static void DLFileEntryServiceUtil.unlockFileEntry(long groupId, long folderId, String name)
           
 void DLFileEntryService.unlockFileEntry(long groupId, long folderId, String name)
           
 void DLFileEntryServiceWrapper.unlockFileEntry(long groupId, long folderId, String name, String lockUuid)
           
static void DLFileEntryServiceUtil.unlockFileEntry(long groupId, long folderId, String name, String lockUuid)
           
 void DLFileEntryService.unlockFileEntry(long groupId, long folderId, String name, String lockUuid)
           
 void DLFolderServiceWrapper.unlockFolder(long groupId, long folderId, String lockUuid)
           
static void DLFolderServiceUtil.unlockFolder(long groupId, long folderId, String lockUuid)
           
 void DLFolderService.unlockFolder(long groupId, long folderId, String lockUuid)
           
 void DLFolderServiceWrapper.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid)
           
static void DLFolderServiceUtil.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid)
           
 void DLFolderService.unlockFolder(long groupId, long parentFolderId, String name, String lockUuid)
           
 void DLFileEntryLocalServiceWrapper.updateAsset(long userId, DLFileEntry fileEntry, DLFileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames)
           
static void DLFileEntryLocalServiceUtil.updateAsset(long userId, DLFileEntry fileEntry, DLFileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames)
           
 void DLFileEntryLocalService.updateAsset(long userId, DLFileEntry fileEntry, DLFileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames)
           
 void DLFileShortcutLocalServiceWrapper.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames)
           
static void DLFileShortcutLocalServiceUtil.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames)
           
 void DLFileShortcutLocalService.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames)
           
 DLFileVersion DLFileVersionServiceWrapper.updateDescription(long fileVersionId, String description)
           
static DLFileVersion DLFileVersionServiceUtil.updateDescription(long fileVersionId, String description)
           
 DLFileVersion DLFileVersionService.updateDescription(long fileVersionId, String description)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.updateDescription(long fileVersionId, String description)
           
static DLFileVersion DLFileVersionLocalServiceUtil.updateDescription(long fileVersionId, String description)
           
 DLFileVersion DLFileVersionLocalService.updateDescription(long fileVersionId, String description)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntry(long userId, long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, byte[] bytes, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, File file, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.updateFileEntry(long groupId, long folderId, String name, String sourceFileName, String title, String description, String changeLog, boolean majorVersion, String extraSettings, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutLocalServiceWrapper.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutLocalServiceUtil.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutLocalService.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutServiceWrapper.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcut DLFileShortcutServiceUtil.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFileShortcut DLFileShortcutService.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateStatus(long userId, long fileVersionId, int status, ServiceContext serviceContext)
           
 boolean DLFileEntryServiceWrapper.verifyFileEntryLock(long groupId, long folderId, String name, String lockUuid)
           
static boolean DLFileEntryServiceUtil.verifyFileEntryLock(long groupId, long folderId, String name, String lockUuid)
           
 boolean DLFileEntryService.verifyFileEntryLock(long groupId, long folderId, String name, String lockUuid)
           
 boolean DLFolderServiceWrapper.verifyInheritableLock(long folderId, String lockUuid)
           
static boolean DLFolderServiceUtil.verifyInheritableLock(long folderId, String lockUuid)
           
 boolean DLFolderService.verifyInheritableLock(long folderId, String lockUuid)
           
 

Uses of PortalException in com.liferay.portlet.enterpriseadmin.util
 

Methods in com.liferay.portlet.enterpriseadmin.util that throw PortalException
static long[] EnterpriseAdminUtil.addRequiredRoles(long userId, long[] roleIds)
           
 long[] EnterpriseAdmin.addRequiredRoles(long userId, long[] roleIds)
           
static long[] EnterpriseAdminUtil.addRequiredRoles(User user, long[] roleIds)
           
 long[] EnterpriseAdmin.addRequiredRoles(User user, long[] roleIds)
           
static List<Role> EnterpriseAdminUtil.filterGroupRoles(PermissionChecker permissionChecker, long groupId, List<Role> roles)
           
 List<Role> EnterpriseAdmin.filterGroupRoles(PermissionChecker permissionChecker, long groupId, List<Role> roles)
           
static List<Group> EnterpriseAdminUtil.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 List<Group> EnterpriseAdmin.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
static List<Organization> EnterpriseAdminUtil.filterOrganizations(PermissionChecker permissionChecker, List<Organization> organizations)
           
 List<Organization> EnterpriseAdmin.filterOrganizations(PermissionChecker permissionChecker, List<Organization> organizations)
           
static List<UserGroupRole> EnterpriseAdminUtil.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
 List<UserGroupRole> EnterpriseAdmin.filterUserGroupRoles(PermissionChecker permissionChecker, List<UserGroupRole> userGroupRoles)
           
static Long[][] EnterpriseAdminUtil.getLeftAndRightOrganizationIds(long organizationId)
           
 Long[][] EnterpriseAdmin.getLeftAndRightOrganizationIds(long organizationId)
           
static Tuple EnterpriseAdminUtil.getOrganizations(Hits hits)
           
 Tuple EnterpriseAdmin.getOrganizations(Hits hits)
           
static List<UserGroupRole> EnterpriseAdminUtil.getUserGroupRoles(PortletRequest portletRequest)
           
 List<UserGroupRole> EnterpriseAdmin.getUserGroupRoles(PortletRequest portletRequest)
           
static Tuple EnterpriseAdminUtil.getUsers(Hits hits)
           
 Tuple EnterpriseAdmin.getUsers(Hits hits)
           
static boolean EnterpriseAdminUtil.hasUpdateEmailAddress(PermissionChecker permissionChecker, User user)
           
 boolean EnterpriseAdmin.hasUpdateEmailAddress(PermissionChecker permissionChecker, User user)
           
static boolean EnterpriseAdminUtil.hasUpdateScreenName(PermissionChecker permissionChecker, User user)
           
 boolean EnterpriseAdmin.hasUpdateScreenName(PermissionChecker permissionChecker, User user)
           
static long[] EnterpriseAdminUtil.removeRequiredRoles(long userId, long[] roleIds)
           
 long[] EnterpriseAdmin.removeRequiredRoles(long userId, long[] roleIds)
           
static long[] EnterpriseAdminUtil.removeRequiredRoles(User user, long[] roleIds)
           
 long[] EnterpriseAdmin.removeRequiredRoles(User user, long[] roleIds)
           
static void EnterpriseAdminUtil.updateAddresses(String className, long classPK, List<Address> addresses)
           
 void EnterpriseAdmin.updateAddresses(String className, long classPK, List<Address> addresses)
           
static void EnterpriseAdminUtil.updateEmailAddresses(String className, long classPK, List<EmailAddress> emailAddresses)
           
 void EnterpriseAdmin.updateEmailAddresses(String className, long classPK, List<EmailAddress> emailAddresses)
           
static void EnterpriseAdminUtil.updateOrgLabors(long classPK, List<OrgLabor> orgLabors)
           
 void EnterpriseAdmin.updateOrgLabors(long classPK, List<OrgLabor> orgLabors)
           
static void EnterpriseAdminUtil.updatePhones(String className, long classPK, List<Phone> phones)
           
 void EnterpriseAdmin.updatePhones(String className, long classPK, List<Phone> phones)
           
static void EnterpriseAdminUtil.updateWebsites(String className, long classPK, List<Website> websites)
           
 void EnterpriseAdmin.updateWebsites(String className, long classPK, List<Website> websites)
           
 

Uses of PortalException in com.liferay.portlet.expando
 

Subclasses of PortalException in com.liferay.portlet.expando
 class ColumnNameException
           
 class ColumnTypeException
           
 class DuplicateColumnNameException
           
 class DuplicateTableNameException
           
 class NoSuchColumnException
           
 class NoSuchRowException
           
 class NoSuchTableException
           
 class NoSuchValueException
           
 class TableNameException
           
 class ValueDataException
           
 

Uses of PortalException in com.liferay.portlet.expando.model
 

Methods in com.liferay.portlet.expando.model that throw PortalException
 void ExpandoBridge.addAttribute(String name)
           
 void ExpandoBridge.addAttribute(String name, int type)
           
 void ExpandoBridge.addAttribute(String name, int type, Serializable defaultValue)
           
 boolean ExpandoValueWrapper.getBoolean()
           
 boolean ExpandoValue.getBoolean()
           
 boolean[] ExpandoValueWrapper.getBooleanArray()
           
 boolean[] ExpandoValue.getBooleanArray()
           
 Date ExpandoValueWrapper.getDate()
           
 Date ExpandoValue.getDate()
           
 Date[] ExpandoValueWrapper.getDateArray()
           
 Date[] ExpandoValue.getDateArray()
           
 double ExpandoValueWrapper.getDouble()
           
 double ExpandoValue.getDouble()
           
 double[] ExpandoValueWrapper.getDoubleArray()
           
 double[] ExpandoValue.getDoubleArray()
           
 float ExpandoValueWrapper.getFloat()
           
 float ExpandoValue.getFloat()
           
 float[] ExpandoValueWrapper.getFloatArray()
           
 float[] ExpandoValue.getFloatArray()
           
 int ExpandoValueWrapper.getInteger()
           
 int ExpandoValue.getInteger()
           
 int[] ExpandoValueWrapper.getIntegerArray()
           
 int[] ExpandoValue.getIntegerArray()
           
 long ExpandoValueWrapper.getLong()
           
 long ExpandoValue.getLong()
           
 long[] ExpandoValueWrapper.getLongArray()
           
 long[] ExpandoValue.getLongArray()
           
 short ExpandoValueWrapper.getShort()
           
 short ExpandoValue.getShort()
           
 short[] ExpandoValueWrapper.getShortArray()
           
 short[] ExpandoValue.getShortArray()
           
 String ExpandoValueWrapper.getString()
           
 String ExpandoValue.getString()
           
 String[] ExpandoValueWrapper.getStringArray()
           
 String[] ExpandoValue.getStringArray()
           
 void ExpandoValueWrapper.setBoolean(boolean data)
           
 void ExpandoValue.setBoolean(boolean data)
           
 void ExpandoValueWrapper.setBooleanArray(boolean[] data)
           
 void ExpandoValue.setBooleanArray(boolean[] data)
           
 void ExpandoValueWrapper.setDate(Date data)
           
 void ExpandoValue.setDate(Date data)
           
 void ExpandoValueWrapper.setDateArray(Date[] data)
           
 void ExpandoValue.setDateArray(Date[] data)
           
 void ExpandoValueWrapper.setDouble(double data)
           
 void ExpandoValue.setDouble(double data)
           
 void ExpandoValueWrapper.setDoubleArray(double[] data)
           
 void ExpandoValue.setDoubleArray(double[] data)
           
 void ExpandoValueWrapper.setFloat(float data)
           
 void ExpandoValue.setFloat(float data)
           
 void ExpandoValueWrapper.setFloatArray(float[] data)
           
 void ExpandoValue.setFloatArray(float[] data)
           
 void ExpandoValueWrapper.setInteger(int data)
           
 void ExpandoValue.setInteger(int data)
           
 void ExpandoValueWrapper.setIntegerArray(int[] data)
           
 void ExpandoValue.setIntegerArray(int[] data)
           
 void ExpandoValueWrapper.setLong(long data)
           
 void ExpandoValue.setLong(long data)
           
 void ExpandoValueWrapper.setLongArray(long[] data)
           
 void ExpandoValue.setLongArray(long[] data)
           
 void ExpandoValueWrapper.setShort(short data)
           
 void ExpandoValue.setShort(short data)
           
 void ExpandoValueWrapper.setShortArray(short[] data)
           
 void ExpandoValue.setShortArray(short[] data)
           
 void ExpandoValueWrapper.setString(String data)
           
 void ExpandoValue.setString(String data)
           
 void ExpandoValueWrapper.setStringArray(String[] data)
           
 void ExpandoValue.setStringArray(String[] data)
           
 

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

Methods in com.liferay.portlet.expando.service that throw PortalException
 ExpandoColumn ExpandoColumnServiceWrapper.addColumn(long tableId, String name, int type)
           
static ExpandoColumn ExpandoColumnServiceUtil.addColumn(long tableId, String name, int type)
           
 ExpandoColumn ExpandoColumnService.addColumn(long tableId, String name, int type)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.addColumn(long tableId, String name, int type)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.addColumn(long tableId, String name, int type)
           
 ExpandoColumn ExpandoColumnLocalService.addColumn(long tableId, String name, int type)
           
 ExpandoColumn ExpandoColumnServiceWrapper.addColumn(long tableId, String name, int type, Object defaultData)
           
static ExpandoColumn ExpandoColumnServiceUtil.addColumn(long tableId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnService.addColumn(long tableId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.addColumn(long tableId, String name, int type, Object defaultData)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.addColumn(long tableId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalService.addColumn(long tableId, String name, int type, Object defaultData)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId, long classNameId)
           
static ExpandoTable ExpandoTableLocalServiceUtil.addDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalService.addDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId, String className)
           
static ExpandoTable ExpandoTableLocalServiceUtil.addDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalService.addDefaultTable(long companyId, String className)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.addRow(long tableId, long classPK)
           
static ExpandoRow ExpandoRowLocalServiceUtil.addRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalService.addRow(long tableId, long classPK)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addTable(long companyId, long classNameId, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.addTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalService.addTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceWrapper.addTable(long, long, String)
static ExpandoTable ExpandoTableLocalServiceUtil.addTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceUtil.addTable(long, long, String)
 ExpandoTable ExpandoTableLocalService.addTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalService.addTable(long, long, String)
 ExpandoTable ExpandoTableLocalServiceWrapper.addTable(long companyId, String className, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.addTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalService.addTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceWrapper.addTable(long, String, String)
static ExpandoTable ExpandoTableLocalServiceUtil.addTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceUtil.addTable(long, String, String)
 ExpandoTable ExpandoTableLocalService.addTable(String className, String name)
          Deprecated. ExpandoTableLocalService.addTable(long, String, String)
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
 ExpandoValue ExpandoValueServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
static ExpandoValue ExpandoValueServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
 ExpandoValue ExpandoValueServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
static ExpandoValue ExpandoValueServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, boolean[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, boolean[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Date[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Date[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, double[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, double[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, float[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, float[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, int[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, int[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, long[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, long[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Object)
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Object)
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Object)
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, short[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, short[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, String[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, String[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, String[])
 void ExpandoValueLocalServiceWrapper.addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data)
           
static void ExpandoValueLocalServiceUtil.addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data)
           
 void ExpandoValueLocalService.addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data)
           
 void ExpandoColumnServiceWrapper.deleteColumn(long columnId)
           
static void ExpandoColumnServiceUtil.deleteColumn(long columnId)
           
 void ExpandoColumnService.deleteColumn(long columnId)
           
 void ExpandoColumnLocalServiceWrapper.deleteColumn(long columnId)
           
static void ExpandoColumnLocalServiceUtil.deleteColumn(long columnId)
           
 void ExpandoColumnLocalService.deleteColumn(long columnId)
           
 void ExpandoColumnLocalServiceWrapper.deleteColumn(long companyId, long classNameId, String tableName, String name)
           
static void ExpandoColumnLocalServiceUtil.deleteColumn(long companyId, long classNameId, String tableName, String name)
           
 void ExpandoColumnLocalService.deleteColumn(long companyId, long classNameId, String tableName, String name)
           
 void ExpandoColumnLocalServiceWrapper.deleteColumn(long tableId, String name)
           
static void ExpandoColumnLocalServiceUtil.deleteColumn(long tableId, String name)
           
 void ExpandoColumnLocalService.deleteColumn(long tableId, String name)
           
 void ExpandoColumnLocalServiceWrapper.deleteColumn(long companyId, String className, String tableName, String name)
           
static void ExpandoColumnLocalServiceUtil.deleteColumn(long companyId, String className, String tableName, String name)
           
 void ExpandoColumnLocalService.deleteColumn(long companyId, String className, String tableName, String name)
           
 void ExpandoColumnLocalServiceWrapper.deleteColumns(long companyId, long classNameId, String tableName)
           
static void ExpandoColumnLocalServiceUtil.deleteColumns(long companyId, long classNameId, String tableName)
           
 void ExpandoColumnLocalService.deleteColumns(long companyId, long classNameId, String tableName)
           
 void ExpandoColumnLocalServiceWrapper.deleteColumns(long companyId, String className, String tableName)
           
static void ExpandoColumnLocalServiceUtil.deleteColumns(long companyId, String className, String tableName)
           
 void ExpandoColumnLocalService.deleteColumns(long companyId, String className, String tableName)
           
 void ExpandoColumnLocalServiceWrapper.deleteExpandoColumn(long columnId)
          Deletes the expando column with the primary key from the database.
static void ExpandoColumnLocalServiceUtil.deleteExpandoColumn(long columnId)
          Deletes the expando column with the primary key from the database.
 void ExpandoColumnLocalService.deleteExpandoColumn(long columnId)
          Deletes the expando column with the primary key from the database.
 void ExpandoRowLocalServiceWrapper.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
static void ExpandoRowLocalServiceUtil.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
 void ExpandoRowLocalService.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
 void ExpandoTableLocalServiceWrapper.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
static void ExpandoTableLocalServiceUtil.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
 void ExpandoTableLocalService.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
 void ExpandoValueLocalServiceWrapper.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
static void ExpandoValueLocalServiceUtil.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
 void ExpandoValueLocalService.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
 void ExpandoRowLocalServiceWrapper.deleteRow(long rowId)
           
static void ExpandoRowLocalServiceUtil.deleteRow(long rowId)
           
 void ExpandoRowLocalService.deleteRow(long rowId)
           
 void ExpandoRowLocalServiceWrapper.deleteRow(long tableId, long classPK)
           
static void ExpandoRowLocalServiceUtil.deleteRow(long tableId, long classPK)
           
 void ExpandoRowLocalService.deleteRow(long tableId, long classPK)
           
 void ExpandoRowLocalServiceWrapper.deleteRow(long companyId, long classNameId, String tableName, long classPK)
           
static void ExpandoRowLocalServiceUtil.deleteRow(long companyId, long classNameId, String tableName, long classPK)
           
 void ExpandoRowLocalService.deleteRow(long companyId, long classNameId, String tableName, long classPK)
           
 void ExpandoRowLocalServiceWrapper.deleteRow(long companyId, String className, String tableName, long classPK)
           
static void ExpandoRowLocalServiceUtil.deleteRow(long companyId, String className, String tableName, long classPK)
           
 void ExpandoRowLocalService.deleteRow(long companyId, String className, String tableName, long classPK)
           
 void ExpandoTableLocalServiceWrapper.deleteTable(long tableId)
           
static void ExpandoTableLocalServiceUtil.deleteTable(long tableId)
           
 void ExpandoTableLocalService.deleteTable(long tableId)
           
 void ExpandoTableLocalServiceWrapper.deleteTable(long companyId, long classNameId, String name)
           
static void ExpandoTableLocalServiceUtil.deleteTable(long companyId, long classNameId, String name)
           
 void ExpandoTableLocalService.deleteTable(long companyId, long classNameId, String name)
           
 void ExpandoTableLocalServiceWrapper.deleteTable(long companyId, String className, String name)
           
static void ExpandoTableLocalServiceUtil.deleteTable(long companyId, String className, String name)
           
 void ExpandoTableLocalService.deleteTable(long companyId, String className, String name)
           
 void ExpandoValueLocalServiceWrapper.deleteValue(long valueId)
           
static void ExpandoValueLocalServiceUtil.deleteValue(long valueId)
           
 void ExpandoValueLocalService.deleteValue(long valueId)
           
 void ExpandoValueLocalServiceWrapper.deleteValue(long columnId, long rowId)
           
static void ExpandoValueLocalServiceUtil.deleteValue(long columnId, long rowId)
           
 void ExpandoValueLocalService.deleteValue(long columnId, long rowId)
           
 void ExpandoValueLocalServiceWrapper.deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
static void ExpandoValueLocalServiceUtil.deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 void ExpandoValueLocalService.deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 void ExpandoValueLocalServiceWrapper.deleteValue(long companyId, String className, String tableName, String columnName, long classPK)
           
static void ExpandoValueLocalServiceUtil.deleteValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 void ExpandoValueLocalService.deleteValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getColumn(long columnId)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getColumn(long tableId, String name)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getColumn(long tableId, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long tableId, String name)
           
 Serializable ExpandoValueServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK)
           
static Serializable ExpandoValueServiceUtil.getData(long companyId, String className, String tableName, String columnName, long classPK)
           
 Serializable ExpandoValueService.getData(long companyId, String className, String tableName, String columnName, long classPK)
           
 Serializable ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK)
           
static Serializable ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData)
           
static boolean ExpandoValueLocalServiceUtil.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)
           
 boolean[] ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData)
           
static boolean[] ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData)
           
static Date ExpandoValueLocalServiceUtil.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)
           
 Date[] ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData)
           
static Date[] ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData)
           
static double ExpandoValueLocalServiceUtil.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)
           
 double[] ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData)
           
static double[] ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData)
           
static float ExpandoValueLocalServiceUtil.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)
           
 float[] ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData)
           
static float[] ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData)
           
static int ExpandoValueLocalServiceUtil.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)
           
 int[] ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData)
           
static int[] ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData)
           
static long ExpandoValueLocalServiceUtil.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)
           
 long[] ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData)
           
static long[] ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData)
           
static short ExpandoValueLocalServiceUtil.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)
           
 short[] ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData)
           
static short[] ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData)
           
static String ExpandoValueLocalServiceUtil.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)
           
 String[] ExpandoValueLocalServiceWrapper.getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData)
           
static String[] ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long)
static Serializable ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long)
 Serializable ExpandoValueLocalService.getData(String className, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long)
 boolean ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, boolean defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, boolean[])
static boolean ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, boolean defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 boolean[] ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, boolean[] defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, boolean[])
static boolean[] ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, boolean[] defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, Date defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, Date[])
static Date ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, Date defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 Date[] ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, Date[] defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, Date[])
static Date[] ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, Date[] defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, double defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, double[])
static double ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, double defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 double[] ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, double[] defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, double[])
static double[] ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, double[] defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, float defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, float[])
static float ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, float defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 float[] ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, float[] defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, float[])
static float[] ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, float[] defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, int defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, int[])
static int ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, int defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 int[] ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, int[] defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, int[])
static int[] ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, int[] defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, long defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, long[])
static long ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, long defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 long[] ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, long[] defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, long[])
static long[] ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, long[] defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, short defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, short[])
static short ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, short defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 short[] ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, short[] defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, short[])
static short[] ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, short[] defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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 ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, String defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, String[])
static String ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, String defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 String[] ExpandoValueLocalServiceWrapper.getData(String className, String tableName, String columnName, long classPK, String[] defaultData)
          Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, String[])
static String[] ExpandoValueLocalServiceUtil.getData(String className, String tableName, String columnName, long classPK, String[] defaultData)
          Deprecated. ExpandoValueLocalServiceUtil.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 ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId, long classNameId)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalService.getDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId, String className)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalService.getDefaultTable(long companyId, String className)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getExpandoColumn(long columnId)
          Returns the expando column with the primary key.
static ExpandoColumn ExpandoColumnLocalServiceUtil.getExpandoColumn(long columnId)
          Returns the expando column with the primary key.
 ExpandoColumn ExpandoColumnLocalService.getExpandoColumn(long columnId)
          Returns the expando column with the primary key.
 ExpandoRow ExpandoRowLocalServiceWrapper.getExpandoRow(long rowId)
          Returns the expando row with the primary key.
static ExpandoRow ExpandoRowLocalServiceUtil.getExpandoRow(long rowId)
          Returns the expando row with the primary key.
 ExpandoRow ExpandoRowLocalService.getExpandoRow(long rowId)
          Returns the expando row with the primary key.
 ExpandoTable ExpandoTableLocalServiceWrapper.getExpandoTable(long tableId)
          Returns the expando table with the primary key.
static ExpandoTable ExpandoTableLocalServiceUtil.getExpandoTable(long tableId)
          Returns the expando table with the primary key.
 ExpandoTable ExpandoTableLocalService.getExpandoTable(long tableId)
          Returns the expando table with the primary key.
 ExpandoValue ExpandoValueLocalServiceWrapper.getExpandoValue(long valueId)
          Returns the expando value with the primary key.
static ExpandoValue ExpandoValueLocalServiceUtil.getExpandoValue(long valueId)
          Returns the expando value with the primary key.
 ExpandoValue ExpandoValueLocalService.getExpandoValue(long valueId)
          Returns the expando value with the primary key.
 JSONObject ExpandoValueServiceWrapper.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
static JSONObject ExpandoValueServiceUtil.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
 JSONObject ExpandoValueService.getJSONData(long companyId, String className, String tableName, String columnName, long classPK)
           
 PersistedModel ExpandoValueLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ExpandoValueLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoValueLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoTableLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ExpandoTableLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoTableLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoRowLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ExpandoRowLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoRowLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoColumnLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ExpandoColumnLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ExpandoColumnLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.getRow(long rowId)
           
static ExpandoRow ExpandoRowLocalServiceUtil.getRow(long rowId)
           
 ExpandoRow ExpandoRowLocalService.getRow(long rowId)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.getRow(long tableId, long classPK)
           
static ExpandoRow ExpandoRowLocalServiceUtil.getRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalService.getRow(long tableId, long classPK)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(long tableId)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(long tableId)
           
 ExpandoTable ExpandoTableLocalService.getTable(long tableId)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(long companyId, long classNameId, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalService.getTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceWrapper.getTable(long, long, String)
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceUtil.getTable(long, long, String)
 ExpandoTable ExpandoTableLocalService.getTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalService.getTable(long, long, String)
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(long companyId, String className, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalService.getTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceWrapper.getTable(long, String, String)
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceUtil.getTable(long, String, String)
 ExpandoTable ExpandoTableLocalService.getTable(String className, String name)
          Deprecated. ExpandoTableLocalService.getTable(long, String, String)
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long valueId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long valueId)
           
 ExpandoValue ExpandoValueLocalService.getValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long columnId, long rowId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long columnId, long rowId)
           
 ExpandoValue ExpandoValueLocalService.getValue(long columnId, long rowId)
           
 ExpandoColumn ExpandoColumnServiceWrapper.updateColumn(long columnId, String name, int type)
           
static ExpandoColumn ExpandoColumnServiceUtil.updateColumn(long columnId, String name, int type)
           
 ExpandoColumn ExpandoColumnService.updateColumn(long columnId, String name, int type)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.updateColumn(long columnId, String name, int type)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateColumn(long columnId, String name, int type)
           
 ExpandoColumn ExpandoColumnLocalService.updateColumn(long columnId, String name, int type)
           
 ExpandoColumn ExpandoColumnServiceWrapper.updateColumn(long columnId, String name, int type, Object defaultData)
           
static ExpandoColumn ExpandoColumnServiceUtil.updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnService.updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.updateColumn(long columnId, String name, int type, Object defaultData)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalService.updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.updateTable(long tableId, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.updateTable(long tableId, String name)
           
 ExpandoTable ExpandoTableLocalService.updateTable(long tableId, String name)
           
 ExpandoColumn ExpandoColumnServiceWrapper.updateTypeSettings(long columnId, String typeSettings)
           
static ExpandoColumn ExpandoColumnServiceUtil.updateTypeSettings(long columnId, String typeSettings)
           
 ExpandoColumn ExpandoColumnService.updateTypeSettings(long columnId, String typeSettings)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.updateTypeSettings(long columnId, String typeSettings)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateTypeSettings(long columnId, String typeSettings)
           
 ExpandoColumn ExpandoColumnLocalService.updateTypeSettings(long columnId, String typeSettings)
           
 

Uses of PortalException in com.liferay.portlet.imagegallery
 

Subclasses of PortalException in com.liferay.portlet.imagegallery
 class DuplicateImageNameException
           
 class ImageNameException
           
 class ImageSizeException
           
 

Uses of PortalException in com.liferay.portlet.imagegallery.model
 

Methods in com.liferay.portlet.imagegallery.model that throw PortalException
 List<IGFolder> IGFolderWrapper.getAncestors()
           
 List<IGFolder> IGFolder.getAncestors()
           
 IGFolder IGFolderWrapper.getParentFolder()
           
 IGFolder IGFolder.getParentFolder()
           
 

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

Methods in com.liferay.portlet.imagegallery.service that throw PortalException
 IGFolder IGFolderLocalServiceWrapper.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static IGFolder IGFolderLocalServiceUtil.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalService.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderServiceWrapper.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static IGFolder IGFolderServiceUtil.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderService.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 void IGFolderLocalServiceWrapper.addFolderResources(IGFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void IGFolderLocalServiceUtil.addFolderResources(IGFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGFolderLocalService.addFolderResources(IGFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGFolderLocalServiceWrapper.addFolderResources(IGFolder folder, String[] communityPermissions, String[] guestPermissions)
           
static void IGFolderLocalServiceUtil.addFolderResources(IGFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void IGFolderLocalService.addFolderResources(IGFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void IGFolderLocalServiceWrapper.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void IGFolderLocalServiceUtil.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGFolderLocalService.addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGFolderLocalServiceWrapper.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
static void IGFolderLocalServiceUtil.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
 void IGFolderLocalService.addFolderResources(long folderId, String[] communityPermissions, String[] guestPermissions)
           
 IGImage IGImageLocalServiceWrapper.addImage(long userId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.addImage(long userId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.addImage(long userId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, byte[] bytes, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, InputStream is, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.addImage(long userId, long groupId, long folderId, String name, String description, String fileName, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageServiceWrapper.addImage(long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageServiceUtil.addImage(long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageService.addImage(long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 void IGImageLocalServiceWrapper.addImageResources(IGImage image, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void IGImageLocalServiceUtil.addImageResources(IGImage image, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGImageLocalService.addImageResources(IGImage image, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGImageLocalServiceWrapper.addImageResources(IGImage image, String[] communityPermissions, String[] guestPermissions)
           
static void IGImageLocalServiceUtil.addImageResources(IGImage image, String[] communityPermissions, String[] guestPermissions)
           
 void IGImageLocalService.addImageResources(IGImage image, String[] communityPermissions, String[] guestPermissions)
           
 void IGImageLocalServiceWrapper.addImageResources(long imageId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void IGImageLocalServiceUtil.addImageResources(long imageId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGImageLocalService.addImageResources(long imageId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGImageLocalServiceWrapper.addImageResources(long imageId, String[] communityPermissions, String[] guestPermissions)
           
static void IGImageLocalServiceUtil.addImageResources(long imageId, String[] communityPermissions, String[] guestPermissions)
           
 void IGImageLocalService.addImageResources(long imageId, String[] communityPermissions, String[] guestPermissions)
           
 IGFolder IGFolderServiceWrapper.copyFolder(long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static IGFolder IGFolderServiceUtil.copyFolder(long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderService.copyFolder(long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 void IGFolderLocalServiceWrapper.deleteFolder(IGFolder folder)
           
static void IGFolderLocalServiceUtil.deleteFolder(IGFolder folder)
           
 void IGFolderLocalService.deleteFolder(IGFolder folder)
           
 void IGFolderServiceWrapper.deleteFolder(long folderId)
           
static void IGFolderServiceUtil.deleteFolder(long folderId)
           
 void IGFolderService.deleteFolder(long folderId)
           
 void IGFolderLocalServiceWrapper.deleteFolder(long folderId)
           
static void IGFolderLocalServiceUtil.deleteFolder(long folderId)
           
 void IGFolderLocalService.deleteFolder(long folderId)
           
 void IGFolderLocalServiceWrapper.deleteFolders(long groupId)
           
static void IGFolderLocalServiceUtil.deleteFolders(long groupId)
           
 void IGFolderLocalService.deleteFolders(long groupId)
           
 void IGFolderLocalServiceWrapper.deleteIGFolder(long folderId)
          Deletes the i g folder with the primary key from the database.
static void IGFolderLocalServiceUtil.deleteIGFolder(long folderId)
          Deletes the i g folder with the primary key from the database.
 void IGFolderLocalService.deleteIGFolder(long folderId)
          Deletes the i g folder with the primary key from the database.
 void IGImageLocalServiceWrapper.deleteIGImage(long imageId)
          Deletes the i g image with the primary key from the database.
static void IGImageLocalServiceUtil.deleteIGImage(long imageId)
          Deletes the i g image with the primary key from the database.
 void IGImageLocalService.deleteIGImage(long imageId)
          Deletes the i g image with the primary key from the database.
 void IGImageLocalServiceWrapper.deleteImage(IGImage image)
           
static void IGImageLocalServiceUtil.deleteImage(IGImage image)
           
 void IGImageLocalService.deleteImage(IGImage image)
           
 void IGImageServiceWrapper.deleteImage(long imageId)
           
static void IGImageServiceUtil.deleteImage(long imageId)
           
 void IGImageService.deleteImage(long imageId)
           
 void IGImageLocalServiceWrapper.deleteImage(long imageId)
           
static void IGImageLocalServiceUtil.deleteImage(long imageId)
           
 void IGImageLocalService.deleteImage(long imageId)
           
 void IGImageServiceWrapper.deleteImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
static void IGImageServiceUtil.deleteImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 void IGImageService.deleteImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 void IGImageLocalServiceWrapper.deleteImages(long groupId, long folderId)
           
static void IGImageLocalServiceUtil.deleteImages(long groupId, long folderId)
           
 void IGImageLocalService.deleteImages(long groupId, long folderId)
           
 IGFolder IGFolderServiceWrapper.getFolder(long folderId)
           
static IGFolder IGFolderServiceUtil.getFolder(long folderId)
           
 IGFolder IGFolderService.getFolder(long folderId)
           
 IGFolder IGFolderLocalServiceWrapper.getFolder(long folderId)
           
static IGFolder IGFolderLocalServiceUtil.getFolder(long folderId)
           
 IGFolder IGFolderLocalService.getFolder(long folderId)
           
 IGFolder IGFolderServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static IGFolder IGFolderServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderService.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderLocalServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static IGFolder IGFolderLocalServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderLocalServiceWrapper.getIGFolder(long folderId)
          Returns the i g folder with the primary key.
static IGFolder IGFolderLocalServiceUtil.getIGFolder(long folderId)
          Returns the i g folder with the primary key.
 IGFolder IGFolderLocalService.getIGFolder(long folderId)
          Returns the i g folder with the primary key.
 IGFolder IGFolderLocalServiceWrapper.getIGFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the i g folder with the UUID in the group.
static IGFolder IGFolderLocalServiceUtil.getIGFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the i g folder with the UUID in the group.
 IGFolder IGFolderLocalService.getIGFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the i g folder with the UUID in the group.
 IGImage IGImageLocalServiceWrapper.getIGImage(long imageId)
          Returns the i g image with the primary key.
static IGImage IGImageLocalServiceUtil.getIGImage(long imageId)
          Returns the i g image with the primary key.
 IGImage IGImageLocalService.getIGImage(long imageId)
          Returns the i g image with the primary key.
 IGImage IGImageLocalServiceWrapper.getIGImageByUuidAndGroupId(String uuid, long groupId)
          Returns the i g image with the UUID in the group.
static IGImage IGImageLocalServiceUtil.getIGImageByUuidAndGroupId(String uuid, long groupId)
          Returns the i g image with the UUID in the group.
 IGImage IGImageLocalService.getIGImageByUuidAndGroupId(String uuid, long groupId)
          Returns the i g image with the UUID in the group.
 IGImage IGImageServiceWrapper.getImage(long imageId)
           
static IGImage IGImageServiceUtil.getImage(long imageId)
           
 IGImage IGImageService.getImage(long imageId)
           
 IGImage IGImageLocalServiceWrapper.getImage(long imageId)
           
static IGImage IGImageLocalServiceUtil.getImage(long imageId)
           
 IGImage IGImageLocalService.getImage(long imageId)
           
 IGImage IGImageLocalServiceWrapper.getImageByCustom1ImageId(long custom1ImageId)
           
static IGImage IGImageLocalServiceUtil.getImageByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImageLocalService.getImageByCustom1ImageId(long custom1ImageId)
           
 IGImage IGImageLocalServiceWrapper.getImageByCustom2ImageId(long custom2ImageId)
           
static IGImage IGImageLocalServiceUtil.getImageByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImageLocalService.getImageByCustom2ImageId(long custom2ImageId)
           
 IGImage IGImageServiceWrapper.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
static IGImage IGImageServiceUtil.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageService.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageLocalServiceWrapper.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
static IGImage IGImageLocalServiceUtil.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageLocalService.getImageByFolderIdAndNameWithExtension(long groupId, long folderId, String nameWithExtension)
           
 IGImage IGImageServiceWrapper.getImageByLargeImageId(long largeImageId)
           
static IGImage IGImageServiceUtil.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageService.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageLocalServiceWrapper.getImageByLargeImageId(long largeImageId)
           
static IGImage IGImageLocalServiceUtil.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageLocalService.getImageByLargeImageId(long largeImageId)
           
 IGImage IGImageServiceWrapper.getImageBySmallImageId(long smallImageId)
           
static IGImage IGImageServiceUtil.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageService.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalServiceWrapper.getImageBySmallImageId(long smallImageId)
           
static IGImage IGImageLocalServiceUtil.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalService.getImageBySmallImageId(long smallImageId)
           
 IGImage IGImageLocalServiceWrapper.getImageByUuidAndGroupId(String uuid, long groupId)
           
static IGImage IGImageLocalServiceUtil.getImageByUuidAndGroupId(String uuid, long groupId)
           
 IGImage IGImageLocalService.getImageByUuidAndGroupId(String uuid, long groupId)
           
 PersistedModel IGImageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel IGImageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel IGImageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel IGFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel IGFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel IGFolderLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 void IGImageLocalServiceWrapper.updateAsset(long userId, IGImage image, long[] assetCategoryIds, String[] assetTagNames, String contentType)
           
static void IGImageLocalServiceUtil.updateAsset(long userId, IGImage image, long[] assetCategoryIds, String[] assetTagNames, String contentType)
           
 void IGImageLocalService.updateAsset(long userId, IGImage image, long[] assetCategoryIds, String[] assetTagNames, String contentType)
           
 IGFolder IGFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
static IGFolder IGFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 IGFolder IGFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
static IGFolder IGFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, byte[] bytes, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, byte[] bytes, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalServiceWrapper.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, InputStream is, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageLocalServiceUtil.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageLocalService.updateImage(long userId, long imageId, long groupId, long folderId, String name, String description, InputStream is, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageServiceWrapper.updateImage(long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
static IGImage IGImageServiceUtil.updateImage(long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 IGImage IGImageService.updateImage(long imageId, long groupId, long folderId, String name, String description, File file, String contentType, ServiceContext serviceContext)
           
 void IGImageLocalServiceWrapper.updateSmallImage(long smallImageId, long largeImageId)
           
static void IGImageLocalServiceUtil.updateSmallImage(long smallImageId, long largeImageId)
           
 void IGImageLocalService.updateSmallImage(long smallImageId, long largeImageId)
           
 

Uses of PortalException in com.liferay.portlet.journal
 

Subclasses of PortalException in com.liferay.portlet.journal
 class ArticleContentException
           
 class ArticleContentSizeException
           
 class ArticleDisplayDateException
           
 class ArticleExpirationDateException
           
 class ArticleIdException
           
 class ArticleReviewDateException
           
 class ArticleSmallImageNameException
           
 class ArticleSmallImageSizeException
           
 class ArticleTitleException
           
 class ArticleTypeException
           
 class ArticleVersionException
           
 class DuplicateArticleIdException
           
 class DuplicateArticleImageIdException
           
 class DuplicateFeedIdException
           
 class DuplicateStructureElementException
           
 class DuplicateStructureIdException
           
 class DuplicateTemplateIdException
           
 class FeedContentFieldException
           
 class FeedIdException
           
 class FeedNameException
           
 class FeedTargetLayoutFriendlyUrlException
           
 class FeedTargetPortletIdException
           
 class NoSuchArticleException
           
 class NoSuchArticleImageException
           
 class NoSuchArticleResourceException
           
 class NoSuchContentSearchException
           
 class NoSuchFeedException
           
 class NoSuchStructureException
           
 class NoSuchTemplateException
           
 class RequiredStructureException
           
 class RequiredTemplateException
           
 class StructureIdException
           
 class StructureInheritanceException
           
 class StructureNameException
           
 class StructureXsdException
           
 class TemplateIdException
           
 class TemplateNameException
           
 class TemplateSmallImageNameException
           
 class TemplateSmallImageSizeException
           
 class TemplateXslException
           
 

Uses of PortalException in com.liferay.portlet.journal.model
 

Methods in com.liferay.portlet.journal.model that throw PortalException
 JournalArticleResource JournalArticleWrapper.getArticleResource()
           
 JournalArticleResource JournalArticle.getArticleResource()
           
 String JournalArticleWrapper.getArticleResourceUuid()
           
 String JournalArticle.getArticleResourceUuid()
           
 String JournalTemplateWrapper.getSmallImageType()
           
 String JournalTemplate.getSmallImageType()
           
 String JournalArticleWrapper.getSmallImageType()
           
 String JournalArticle.getSmallImageType()
           
 

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

Methods in com.liferay.portlet.journal.service that throw PortalException
 JournalArticle JournalArticleLocalServiceWrapper.addArticle(long userId, long groupId, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.addArticle(long userId, long groupId, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.addArticle(long userId, long groupId, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleImageLocalServiceWrapper.addArticleImageId(long articleImageId, long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
           
static void JournalArticleImageLocalServiceUtil.addArticleImageId(long articleImageId, long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
           
 void JournalArticleImageLocalService.addArticleImageId(long articleImageId, long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
           
 void JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalService.addArticleResources(JournalArticle article, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article, String[] communityPermissions, String[] guestPermissions)
           
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, String[] communityPermissions, String[] guestPermissions)
           
 void JournalArticleLocalService.addArticleResources(JournalArticle article, String[] communityPermissions, String[] guestPermissions)
           
 void JournalArticleLocalServiceWrapper.addArticleResources(long groupId, String articleId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalArticleLocalServiceUtil.addArticleResources(long groupId, String articleId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalService.addArticleResources(long groupId, String articleId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalServiceWrapper.addArticleResources(long groupId, String articleId, String[] communityPermissions, String[] guestPermissions)
           
static void JournalArticleLocalServiceUtil.addArticleResources(long groupId, String articleId, String[] communityPermissions, String[] guestPermissions)
           
 void JournalArticleLocalService.addArticleResources(long groupId, String articleId, String[] communityPermissions, String[] guestPermissions)
           
 JournalFeed JournalFeedLocalServiceWrapper.addFeed(long userId, long groupId, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedLocalServiceUtil.addFeed(long userId, long groupId, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalService.addFeed(long userId, long groupId, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedServiceWrapper.addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedServiceUtil.addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedService.addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 void JournalFeedLocalServiceWrapper.addFeedResources(JournalFeed feed, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalFeedLocalServiceUtil.addFeedResources(JournalFeed feed, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalFeedLocalService.addFeedResources(JournalFeed feed, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalFeedLocalServiceWrapper.addFeedResources(JournalFeed feed, String[] communityPermissions, String[] guestPermissions)
           
static void JournalFeedLocalServiceUtil.addFeedResources(JournalFeed feed, String[] communityPermissions, String[] guestPermissions)
           
 void JournalFeedLocalService.addFeedResources(JournalFeed feed, String[] communityPermissions, String[] guestPermissions)
           
 void JournalFeedLocalServiceWrapper.addFeedResources(long feedId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalFeedLocalServiceUtil.addFeedResources(long feedId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalFeedLocalService.addFeedResources(long feedId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalFeedLocalServiceWrapper.addFeedResources(long feedId, String[] communityPermissions, String[] guestPermissions)
           
static void JournalFeedLocalServiceUtil.addFeedResources(long feedId, String[] communityPermissions, String[] guestPermissions)
           
 void JournalFeedLocalService.addFeedResources(long feedId, String[] communityPermissions, String[] guestPermissions)
           
 JournalStructure JournalStructureLocalServiceWrapper.addStructure(long userId, long groupId, String structureId, boolean autoStructureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
static JournalStructure JournalStructureLocalServiceUtil.addStructure(long userId, long groupId, String structureId, boolean autoStructureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalStructure JournalStructureLocalService.addStructure(long userId, long groupId, String structureId, boolean autoStructureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalStructure JournalStructureServiceWrapper.addStructure(long groupId, String structureId, boolean autoStructureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
static JournalStructure JournalStructureServiceUtil.addStructure(long groupId, String structureId, boolean autoStructureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalStructure JournalStructureService.addStructure(long groupId, String structureId, boolean autoStructureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 void JournalStructureLocalServiceWrapper.addStructureResources(JournalStructure structure, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalStructureLocalServiceUtil.addStructureResources(JournalStructure structure, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalStructureLocalService.addStructureResources(JournalStructure structure, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalStructureLocalServiceWrapper.addStructureResources(JournalStructure structure, String[] communityPermissions, String[] guestPermissions)
           
static void JournalStructureLocalServiceUtil.addStructureResources(JournalStructure structure, String[] communityPermissions, String[] guestPermissions)
           
 void JournalStructureLocalService.addStructureResources(JournalStructure structure, String[] communityPermissions, String[] guestPermissions)
           
 void JournalStructureLocalServiceWrapper.addStructureResources(long groupId, String structureId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalStructureLocalServiceUtil.addStructureResources(long groupId, String structureId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalStructureLocalService.addStructureResources(long groupId, String structureId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalStructureLocalServiceWrapper.addStructureResources(long groupId, String structureId, String[] communityPermissions, String[] guestPermissions)
           
static void JournalStructureLocalServiceUtil.addStructureResources(long groupId, String structureId, String[] communityPermissions, String[] guestPermissions)
           
 void JournalStructureLocalService.addStructureResources(long groupId, String structureId, String[] communityPermissions, String[] guestPermissions)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateLocalServiceUtil.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalService.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceWrapper.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceWrapper.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 void JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalService.addTemplateResources(JournalTemplate template, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template, String[] communityPermissions, String[] guestPermissions)
           
static void JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template, String[] communityPermissions, String[] guestPermissions)
           
 void JournalTemplateLocalService.addTemplateResources(JournalTemplate template, String[] communityPermissions, String[] guestPermissions)
           
 void JournalTemplateLocalServiceWrapper.addTemplateResources(long groupId, String templateId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalTemplateLocalServiceUtil.addTemplateResources(long groupId, String templateId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalService.addTemplateResources(long groupId, String templateId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalServiceWrapper.addTemplateResources(long groupId, String templateId, String[] communityPermissions, String[] guestPermissions)
           
static void JournalTemplateLocalServiceUtil.addTemplateResources(long groupId, String templateId, String[] communityPermissions, String[] guestPermissions)
           
 void JournalTemplateLocalService.addTemplateResources(long groupId, String templateId, String[] communityPermissions, String[] guestPermissions)
           
 JournalArticle JournalArticleLocalServiceWrapper.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 void JournalArticleLocalServiceWrapper.checkArticles()
           
static void JournalArticleLocalServiceUtil.checkArticles()
           
 void JournalArticleLocalService.checkArticles()
           
 void JournalContentSearchLocalServiceWrapper.checkContentSearches(long companyId)
           
static void JournalContentSearchLocalServiceUtil.checkContentSearches(long companyId)
           
 void JournalContentSearchLocalService.checkContentSearches(long companyId)
           
 void JournalTemplateLocalServiceWrapper.checkNewLine(long groupId, String templateId)
           
static void JournalTemplateLocalServiceUtil.checkNewLine(long groupId, String templateId)
           
 void JournalTemplateLocalService.checkNewLine(long groupId, String templateId)
           
 void JournalStructureLocalServiceWrapper.checkNewLine(long groupId, String structureId)
           
static void JournalStructureLocalServiceUtil.checkNewLine(long groupId, String structureId)
           
 void JournalStructureLocalService.checkNewLine(long groupId, String structureId)
           
 void JournalArticleLocalServiceWrapper.checkNewLine(long groupId, String articleId, double version)
           
static void JournalArticleLocalServiceUtil.checkNewLine(long groupId, String articleId, double version)
           
 void JournalArticleLocalService.checkNewLine(long groupId, String articleId, double version)
           
 void JournalArticleLocalServiceWrapper.checkStructure(long groupId, String articleId, double version)
           
static void JournalArticleLocalServiceUtil.checkStructure(long groupId, String articleId, double version)
           
 void JournalArticleLocalService.checkStructure(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleLocalService.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleServiceWrapper.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticle JournalArticleServiceUtil.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleService.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalStructure JournalStructureLocalServiceWrapper.copyStructure(long userId, long groupId, String oldStructureId, String newStructureId, boolean autoStructureId)
           
static JournalStructure JournalStructureLocalServiceUtil.copyStructure(long userId, long groupId, String oldStructureId, String newStructureId, boolean autoStructureId)
           
 JournalStructure JournalStructureLocalService.copyStructure(long userId, long groupId, String oldStructureId, String newStructureId, boolean autoStructureId)
           
 JournalStructure JournalStructureServiceWrapper.copyStructure(long groupId, String oldStructureId, String newStructureId, boolean autoStructureId)
           
static JournalStructure JournalStructureServiceUtil.copyStructure(long groupId, String oldStructureId, String newStructureId, boolean autoStructureId)
           
 JournalStructure JournalStructureService.copyStructure(long groupId, String oldStructureId, String newStructureId, boolean autoStructureId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
static JournalTemplate JournalTemplateLocalServiceUtil.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateLocalService.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateServiceWrapper.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
static JournalTemplate JournalTemplateServiceUtil.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateService.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 void JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
static void JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalService.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleServiceWrapper.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static void JournalArticleServiceUtil.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleService.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalServiceWrapper.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static void JournalArticleLocalServiceUtil.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalService.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalServiceWrapper.deleteArticle(long groupId, String articleId, ServiceContext serviceContext)
           
static void JournalArticleLocalServiceUtil.deleteArticle(long groupId, String articleId, ServiceContext serviceContext)
           
 void JournalArticleLocalService.deleteArticle(long groupId, String articleId, ServiceContext serviceContext)
           
 void JournalArticleServiceWrapper.deleteArticle(long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
static void JournalArticleServiceUtil.deleteArticle(long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleService.deleteArticle(long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
 void JournalContentSearchLocalServiceWrapper.deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId)
           
static void JournalContentSearchLocalServiceUtil.deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId)
           
 void JournalContentSearchLocalService.deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId)
           
 void JournalArticleResourceLocalServiceWrapper.deleteArticleResource(long groupId, String articleId)
           
static void JournalArticleResourceLocalServiceUtil.deleteArticleResource(long groupId, String articleId)
           
 void JournalArticleResourceLocalService.deleteArticleResource(long groupId, String articleId)
           
 void JournalArticleLocalServiceWrapper.deleteArticles(long groupId)
           
static void JournalArticleLocalServiceUtil.deleteArticles(long groupId)
           
 void JournalArticleLocalService.deleteArticles(long groupId)
           
 void JournalFeedLocalServiceWrapper.deleteFeed(JournalFeed feed)
           
static void JournalFeedLocalServiceUtil.deleteFeed(JournalFeed feed)
           
 void JournalFeedLocalService.deleteFeed(JournalFeed feed)
           
 void JournalFeedLocalServiceWrapper.deleteFeed(long feedId)
           
static void JournalFeedLocalServiceUtil.deleteFeed(long feedId)
           
 void JournalFeedLocalService.deleteFeed(long feedId)
           
 void JournalFeedServiceWrapper.deleteFeed(long groupId, long feedId)
           
static void JournalFeedServiceUtil.deleteFeed(long groupId, long feedId)
           
 void JournalFeedService.deleteFeed(long groupId, long feedId)
           
 void JournalFeedServiceWrapper.deleteFeed(long groupId, String feedId)
           
static void JournalFeedServiceUtil.deleteFeed(long groupId, String feedId)
           
 void JournalFeedService.deleteFeed(long groupId, String feedId)
           
 void JournalFeedLocalServiceWrapper.deleteFeed(long groupId, String feedId)
           
static void JournalFeedLocalServiceUtil.deleteFeed(long groupId, String feedId)
           
 void JournalFeedLocalService.deleteFeed(long groupId, String feedId)
           
 void JournalArticleLocalServiceWrapper.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
static void JournalArticleLocalServiceUtil.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 void JournalArticleLocalService.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 void JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
static void JournalArticleImageLocalServiceUtil.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
 void JournalArticleImageLocalService.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
 void JournalArticleResourceLocalServiceWrapper.deleteJournalArticleResource(long resourcePrimKey)
          Deletes the journal article resource with the primary key from the database.
static void JournalArticleResourceLocalServiceUtil.deleteJournalArticleResource(long resourcePrimKey)
          Deletes the journal article resource with the primary key from the database.
 void JournalArticleResourceLocalService.deleteJournalArticleResource(long resourcePrimKey)
          Deletes the journal article resource with the primary key from the database.
 void JournalContentSearchLocalServiceWrapper.deleteJournalContentSearch(long contentSearchId)
          Deletes the journal content search with the primary key from the database.
static void JournalContentSearchLocalServiceUtil.deleteJournalContentSearch(long contentSearchId)
          Deletes the journal content search with the primary key from the database.
 void JournalContentSearchLocalService.deleteJournalContentSearch(long contentSearchId)
          Deletes the journal content search with the primary key from the database.
 void JournalFeedLocalServiceWrapper.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
static void JournalFeedLocalServiceUtil.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
 void JournalFeedLocalService.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
 void JournalStructureLocalServiceWrapper.deleteJournalStructure(long id)
          Deletes the journal structure with the primary key from the database.
static void JournalStructureLocalServiceUtil.deleteJournalStructure(long id)
          Deletes the journal structure with the primary key from the database.
 void JournalStructureLocalService.deleteJournalStructure(long id)
          Deletes the journal structure with the primary key from the database.
 void JournalTemplateLocalServiceWrapper.deleteJournalTemplate(long id)
          Deletes the journal template with the primary key from the database.
static void JournalTemplateLocalServiceUtil.deleteJournalTemplate(long id)
          Deletes the journal template with the primary key from the database.
 void JournalTemplateLocalService.deleteJournalTemplate(long id)
          Deletes the journal template with the primary key from the database.
 void JournalStructureLocalServiceWrapper.deleteStructure(JournalStructure structure)
           
static void JournalStructureLocalServiceUtil.deleteStructure(JournalStructure structure)
           
 void JournalStructureLocalService.deleteStructure(JournalStructure structure)
           
 void JournalStructureServiceWrapper.deleteStructure(long groupId, String structureId)
           
static void JournalStructureServiceUtil.deleteStructure(long groupId, String structureId)
           
 void JournalStructureService.deleteStructure(long groupId, String structureId)
           
 void JournalStructureLocalServiceWrapper.deleteStructure(long groupId, String structureId)
           
static void JournalStructureLocalServiceUtil.deleteStructure(long groupId, String structureId)
           
 void JournalStructureLocalService.deleteStructure(long groupId, String structureId)
           
 void JournalStructureLocalServiceWrapper.deleteStructures(long groupId)
           
static void JournalStructureLocalServiceUtil.deleteStructures(long groupId)
           
 void JournalStructureLocalService.deleteStructures(long groupId)
           
 void JournalTemplateLocalServiceWrapper.deleteTemplate(JournalTemplate template)
           
static void JournalTemplateLocalServiceUtil.deleteTemplate(JournalTemplate template)
           
 void JournalTemplateLocalService.deleteTemplate(JournalTemplate template)
           
 void JournalTemplateServiceWrapper.deleteTemplate(long groupId, String templateId)
           
static void JournalTemplateServiceUtil.deleteTemplate(long groupId, String templateId)
           
 void JournalTemplateService.deleteTemplate(long groupId, String templateId)
           
 void JournalTemplateLocalServiceWrapper.deleteTemplate(long groupId, String templateId)
           
static void JournalTemplateLocalServiceUtil.deleteTemplate(long groupId, String templateId)
           
 void JournalTemplateLocalService.deleteTemplate(long groupId, String templateId)
           
 void JournalTemplateLocalServiceWrapper.deleteTemplates(long groupId)
           
static void JournalTemplateLocalServiceUtil.deleteTemplates(long groupId)
           
 void JournalTemplateLocalService.deleteTemplates(long groupId)
           
 JournalArticle JournalArticleLocalServiceWrapper.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalServiceWrapper.expireArticle(long userId, long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
static void JournalArticleLocalServiceUtil.expireArticle(long userId, long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalService.expireArticle(long userId, long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleServiceWrapper.expireArticle(long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
static void JournalArticleServiceUtil.expireArticle(long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleService.expireArticle(long groupId, String articleId, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long id)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long id)
           
 JournalArticle JournalArticleLocalService.getArticle(long id)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 String JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static String JournalArticleLocalServiceUtil.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalServiceWrapper.getArticleContent(long groupId, String articleId, double version, String viewMode, String templateId, String languageId, ThemeDisplay themeDisplay)
           
static String JournalArticleLocalServiceUtil.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 templateId, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalServiceWrapper.getArticleContent(long groupId, String articleId, double version, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static String JournalArticleLocalServiceUtil.getArticleContent(long groupId, String articleId, double version, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(long groupId, String articleId, double version, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleServiceWrapper.getArticleContent(long groupId, String articleId, double version, String languageId, ThemeDisplay themeDisplay)
           
static String JournalArticleServiceUtil.getArticleContent(long groupId, String articleId, double version, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleService.getArticleContent(long groupId, String articleId, double version, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalServiceWrapper.getArticleContent(long groupId, String articleId, String viewMode, String templateId, String languageId, ThemeDisplay themeDisplay)
           
static String JournalArticleLocalServiceUtil.getArticleContent(long groupId, String articleId, String viewMode, String templateId, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(long groupId, String articleId, String viewMode, String templateId, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalServiceWrapper.getArticleContent(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static String JournalArticleLocalServiceUtil.getArticleContent(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleServiceWrapper.getArticleContent(long groupId, String articleId, String languageId, ThemeDisplay themeDisplay)
           
static String JournalArticleServiceUtil.getArticleContent(long groupId, String articleId, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleService.getArticleContent(long groupId, String articleId, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay JournalArticleLocalServiceUtil.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId, String articleId, double version, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay JournalArticleLocalServiceUtil.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, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId, String articleId, double version, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay JournalArticleLocalServiceUtil.getArticleDisplay(long groupId, String articleId, double version, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, double version, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId, String articleId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay JournalArticleLocalServiceUtil.getArticleDisplay(long groupId, String articleId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId, String articleId, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay JournalArticleLocalServiceUtil.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, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId, String articleId, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay JournalArticleLocalServiceUtil.getArticleDisplay(long groupId, String articleId, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay JournalArticleLocalServiceUtil.getArticleDisplay(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(long groupId, String articleId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleImage JournalArticleImageLocalServiceWrapper.getArticleImage(long articleImageId)
           
static JournalArticleImage JournalArticleImageLocalServiceUtil.getArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalService.getArticleImage(long articleImageId)
           
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.getArticleResource(long articleResourcePrimKey)
           
static JournalArticleResource JournalArticleResourceLocalServiceUtil.getArticleResource(long articleResourcePrimKey)
           
 JournalArticleResource JournalArticleResourceLocalService.getArticleResource(long articleResourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.getDisplayArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getDisplayArticle(long groupId, String articleId)
           
 JournalFeed JournalFeedLocalServiceWrapper.getFeed(long feedId)
           
static JournalFeed JournalFeedLocalServiceUtil.getFeed(long feedId)
           
 JournalFeed JournalFeedLocalService.getFeed(long feedId)
           
 JournalFeed JournalFeedServiceWrapper.getFeed(long groupId, long feedId)
           
static JournalFeed JournalFeedServiceUtil.getFeed(long groupId, long feedId)
           
 JournalFeed JournalFeedService.getFeed(long groupId, long feedId)
           
 JournalFeed JournalFeedServiceWrapper.getFeed(long groupId, String feedId)
           
static JournalFeed JournalFeedServiceUtil.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedService.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalServiceWrapper.getFeed(long groupId, String feedId)
           
static JournalFeed JournalFeedLocalServiceUtil.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalService.getFeed(long groupId, String feedId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticle(long id)
          Returns the journal article with the primary key.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalService.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article with the UUID in the group.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article with the UUID in the group.
 JournalArticle JournalArticleLocalService.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article with the UUID in the group.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.getJournalArticleImage(long articleImageId)
          Returns the journal article image with the primary key.
static JournalArticleImage JournalArticleImageLocalServiceUtil.getJournalArticleImage(long articleImageId)
          Returns the journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalService.getJournalArticleImage(long articleImageId)
          Returns the journal article image with the primary key.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.getJournalArticleResource(long resourcePrimKey)
          Returns the journal article resource with the primary key.
static JournalArticleResource JournalArticleResourceLocalServiceUtil.getJournalArticleResource(long resourcePrimKey)
          Returns the journal article resource with the primary key.
 JournalArticleResource JournalArticleResourceLocalService.getJournalArticleResource(long resourcePrimKey)
          Returns the journal article resource with the primary key.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.getJournalArticleResourceByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article resource with the UUID in the group.
static JournalArticleResource JournalArticleResourceLocalServiceUtil.getJournalArticleResourceByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article resource with the UUID in the group.
 JournalArticleResource JournalArticleResourceLocalService.getJournalArticleResourceByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article resource with the UUID in the group.
 JournalContentSearch JournalContentSearchLocalServiceWrapper.getJournalContentSearch(long contentSearchId)
          Returns the journal content search with the primary key.
static JournalContentSearch JournalContentSearchLocalServiceUtil.getJournalContentSearch(long contentSearchId)
          Returns the journal content search with the primary key.
 JournalContentSearch JournalContentSearchLocalService.getJournalContentSearch(long contentSearchId)
          Returns the journal content search with the primary key.
 JournalFeed JournalFeedLocalServiceWrapper.getJournalFeed(long id)
          Returns the journal feed with the primary key.
static JournalFeed JournalFeedLocalServiceUtil.getJournalFeed(long id)
          Returns the journal feed with the primary key.
 JournalFeed JournalFeedLocalService.getJournalFeed(long id)
          Returns the journal feed with the primary key.
 JournalFeed JournalFeedLocalServiceWrapper.getJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed with the UUID in the group.
static JournalFeed JournalFeedLocalServiceUtil.getJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed with the UUID in the group.
 JournalFeed JournalFeedLocalService.getJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed with the UUID in the group.
 JournalStructure JournalStructureLocalServiceWrapper.getJournalStructure(long id)
          Returns the journal structure with the primary key.
static JournalStructure JournalStructureLocalServiceUtil.getJournalStructure(long id)
          Returns the journal structure with the primary key.
 JournalStructure JournalStructureLocalService.getJournalStructure(long id)
          Returns the journal structure with the primary key.
 JournalStructure JournalStructureLocalServiceWrapper.getJournalStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the journal structure with the UUID in the group.
static JournalStructure JournalStructureLocalServiceUtil.getJournalStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the journal structure with the UUID in the group.
 JournalStructure JournalStructureLocalService.getJournalStructureByUuidAndGroupId(String uuid, long groupId)
          Returns the journal structure with the UUID in the group.
 JournalTemplate JournalTemplateLocalServiceWrapper.getJournalTemplate(long id)
          Returns the journal template with the primary key.
static JournalTemplate JournalTemplateLocalServiceUtil.getJournalTemplate(long id)
          Returns the journal template with the primary key.
 JournalTemplate JournalTemplateLocalService.getJournalTemplate(long id)
          Returns the journal template with the primary key.
 JournalTemplate JournalTemplateLocalServiceWrapper.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the journal template with the UUID in the group.
static JournalTemplate JournalTemplateLocalServiceUtil.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the journal template with the UUID in the group.
 JournalTemplate JournalTemplateLocalService.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the journal template with the UUID in the group.
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleService.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 double JournalArticleLocalServiceWrapper.getLatestVersion(long groupId, String articleId)
           
static double JournalArticleLocalServiceUtil.getLatestVersion(long groupId, String articleId)
           
 double JournalArticleLocalService.getLatestVersion(long groupId, String articleId)
           
 double JournalArticleLocalServiceWrapper.getLatestVersion(long groupId, String articleId, int status)
           
static double JournalArticleLocalServiceUtil.getLatestVersion(long groupId, String articleId, int status)
           
 double JournalArticleLocalService.getLatestVersion(long groupId, String articleId, int status)
           
 PersistedModel JournalTemplateLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalTemplateLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalTemplateLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalStructureLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalStructureLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalStructureLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalFeedLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalFeedLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalFeedLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalContentSearchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalContentSearchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalContentSearchLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleResourceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalArticleResourceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleResourceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalArticleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleImageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel JournalArticleImageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel JournalArticleImageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 JournalStructure JournalStructureLocalServiceWrapper.getStructure(long id)
           
static JournalStructure JournalStructureLocalServiceUtil.getStructure(long id)
           
 JournalStructure JournalStructureLocalService.getStructure(long id)
           
 JournalStructure JournalStructureServiceWrapper.getStructure(long groupId, String structureId)
           
static JournalStructure JournalStructureServiceUtil.getStructure(long groupId, String structureId)
           
 JournalStructure JournalStructureService.getStructure(long groupId, String structureId)
           
 JournalStructure JournalStructureLocalServiceWrapper.getStructure(long groupId, String structureId)
           
static JournalStructure JournalStructureLocalServiceUtil.getStructure(long groupId, String structureId)
           
 JournalStructure JournalStructureLocalService.getStructure(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateServiceWrapper.getStructureTemplates(long groupId, String structureId)
           
static List<JournalTemplate> JournalTemplateServiceUtil.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateService.getStructureTemplates(long groupId, String structureId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long id)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long id)
           
 JournalTemplate JournalTemplateLocalService.getTemplate(long id)
           
 JournalTemplate JournalTemplateServiceWrapper.getTemplate(long groupId, String templateId)
           
static JournalTemplate JournalTemplateServiceUtil.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateService.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long groupId, String templateId)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalService.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplateBySmallImageId(long smallImageId)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplateBySmallImageId(long smallImageId)
           
 JournalTemplate JournalTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
           
 boolean JournalArticleLocalServiceWrapper.isLatestVersion(long groupId, String articleId, double version)
           
static boolean JournalArticleLocalServiceUtil.isLatestVersion(long groupId, String articleId, double version)
           
 boolean JournalArticleLocalService.isLatestVersion(long groupId, String articleId, double version)
           
 boolean JournalArticleLocalServiceWrapper.isLatestVersion(long groupId, String articleId, double version, int status)
           
static boolean JournalArticleLocalServiceUtil.isLatestVersion(long groupId, String articleId, double version, int status)
           
 boolean JournalArticleLocalService.isLatestVersion(long groupId, String articleId, double version, int status)
           
 void JournalArticleServiceWrapper.removeArticleLocale(long companyId, String languageId)
           
static void JournalArticleServiceUtil.removeArticleLocale(long companyId, String languageId)
           
 void JournalArticleService.removeArticleLocale(long companyId, String languageId)
           
 JournalArticle JournalArticleServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleLocalServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 void JournalArticleServiceWrapper.subscribe(long groupId)
           
static void JournalArticleServiceUtil.subscribe(long groupId)
           
 void JournalArticleService.subscribe(long groupId)
           
 void JournalArticleLocalServiceWrapper.subscribe(long userId, long groupId)
           
static void JournalArticleLocalServiceUtil.subscribe(long userId, long groupId)
           
 void JournalArticleLocalService.subscribe(long userId, long groupId)
           
 void JournalArticleServiceWrapper.unsubscribe(long groupId)
           
static void JournalArticleServiceUtil.unsubscribe(long groupId)
           
 void JournalArticleService.unsubscribe(long groupId)
           
 void JournalArticleLocalServiceWrapper.unsubscribe(long userId, long groupId)
           
static void JournalArticleLocalServiceUtil.unsubscribe(long userId, long groupId)
           
 void JournalArticleLocalService.unsubscribe(long userId, long groupId)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleService.updateArticle(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalServiceWrapper.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames)
           
static void JournalArticleLocalServiceUtil.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames)
           
 void JournalArticleLocalService.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames)
           
 JournalArticle JournalArticleServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceUtil.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleService.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleLocalServiceUtil.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalService.updateContent(long groupId, String articleId, double version, String content)
           
 JournalContentSearch JournalContentSearchLocalServiceWrapper.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId)
           
static JournalContentSearch JournalContentSearchLocalServiceUtil.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId)
           
 JournalContentSearch JournalContentSearchLocalService.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId)
           
 List<JournalContentSearch> JournalContentSearchLocalServiceWrapper.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String[] articleIds)
           
static List<JournalContentSearch> JournalContentSearchLocalServiceUtil.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String[] articleIds)
           
 List<JournalContentSearch> JournalContentSearchLocalService.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String[] articleIds)
           
 JournalContentSearch JournalContentSearchLocalServiceWrapper.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId, boolean purge)
           
static JournalContentSearch JournalContentSearchLocalServiceUtil.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId, boolean purge)
           
 JournalContentSearch JournalContentSearchLocalService.updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId, boolean purge)
           
 JournalFeed JournalFeedServiceWrapper.updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedServiceUtil.updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedService.updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalServiceWrapper.updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedLocalServiceUtil.updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalService.updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 JournalStructure JournalStructureServiceWrapper.updateStructure(long groupId, String structureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
static JournalStructure JournalStructureServiceUtil.updateStructure(long groupId, String structureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalStructure JournalStructureService.updateStructure(long groupId, String structureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalStructure JournalStructureLocalServiceWrapper.updateStructure(long groupId, String structureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
static JournalStructure JournalStructureLocalServiceUtil.updateStructure(long groupId, String structureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalStructure JournalStructureLocalService.updateStructure(long groupId, String structureId, String parentStructureId, String name, String description, String xsd, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceWrapper.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateLocalServiceUtil.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalService.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceWrapper.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 

Uses of PortalException in com.liferay.portlet.messageboards
 

Subclasses of PortalException in com.liferay.portlet.messageboards
 class BannedUserException
           
 class LockedThreadException
           
 class MailingListEmailAddressException
           
 class MailingListInServerNameException
           
 class MailingListInUserNameException
           
 class MailingListOutEmailAddressException
           
 class MailingListOutServerNameException
           
 class MailingListOutUserNameException
           
 class MessageBodyException
           
 class MessageSubjectException
           
 class NoSuchBanException
           
 class NoSuchDiscussionException
           
 class NoSuchMailingListException
           
 class NoSuchMessageException
           
 class NoSuchMessageFlagException
           
 class NoSuchThreadException
           
 class RequiredMessageException
           
 class SplitThreadException
           
 

Uses of PortalException in com.liferay.portlet.messageboards.model
 

Methods in com.liferay.portlet.messageboards.model that throw PortalException
 List<Long> MBCategoryWrapper.getAncestorCategoryIds()
           
 List<Long> MBCategory.getAncestorCategoryIds()
           
 List<MBCategory> MBCategoryWrapper.getAncestors()
           
 List<MBCategory> MBCategory.getAncestors()
           
 String[] MBMessageWrapper.getAttachmentsFiles()
           
 String[] MBMessage.getAttachmentsFiles()
           
 MBThread MBMessageWrapper.getThread()
           
 MBThread MBMessage.getThread()
           
 

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

Methods in com.liferay.portlet.messageboards.service that throw PortalException
 void MBMessageFlagServiceWrapper.addAnswerFlag(long messageId)
           
static void MBMessageFlagServiceUtil.addAnswerFlag(long messageId)
           
 void MBMessageFlagService.addAnswerFlag(long messageId)
           
 MBBan MBBanLocalServiceWrapper.addBan(long userId, long banUserId, ServiceContext serviceContext)
           
static MBBan MBBanLocalServiceUtil.addBan(long userId, long banUserId, ServiceContext serviceContext)
           
 MBBan MBBanLocalService.addBan(long userId, long banUserId, ServiceContext serviceContext)
           
 MBBan MBBanServiceWrapper.addBan(long banUserId, ServiceContext serviceContext)
           
static MBBan MBBanServiceUtil.addBan(long banUserId, ServiceContext serviceContext)
           
 MBBan MBBanService.addBan(long banUserId, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalService.addCategory(long userId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, ServiceContext serviceContext)
          Deprecated. MBCategoryLocalServiceWrapper.addCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
static MBCategory MBCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, ServiceContext serviceContext)
          Deprecated. MBCategoryLocalServiceUtil.addCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
 MBCategory MBCategoryLocalService.addCategory(long userId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, ServiceContext serviceContext)
          Deprecated. MBCategoryLocalService.addCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
 MBCategory MBCategoryServiceWrapper.addCategory(long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceUtil.addCategory(long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
 MBCategory MBCategoryService.addCategory(long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceWrapper.addCategory(long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, ServiceContext serviceContext)
          Deprecated. MBCategoryServiceWrapper.addCategory(long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
static MBCategory MBCategoryServiceUtil.addCategory(long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, ServiceContext serviceContext)
          Deprecated. MBCategoryServiceUtil.addCategory(long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
 MBCategory MBCategoryService.addCategory(long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, ServiceContext serviceContext)
          Deprecated. MBCategoryService.addCategory(long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
 void MBCategoryLocalServiceWrapper.addCategoryResources(long categoryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(long categoryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalService.addCategoryResources(long categoryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalServiceWrapper.addCategoryResources(long categoryId, String[] communityPermissions, String[] guestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(long categoryId, String[] communityPermissions, String[] guestPermissions)
           
 void MBCategoryLocalService.addCategoryResources(long categoryId, String[] communityPermissions, String[] guestPermissions)
           
 void MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalService.addCategoryResources(MBCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category, String[] communityPermissions, String[] guestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void MBCategoryLocalService.addCategoryResources(MBCategory category, String[] communityPermissions, String[] guestPermissions)
           
 MBMessage MBMessageLocalServiceWrapper.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, int workflowAction)
           
static MBMessage MBMessageLocalServiceUtil.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, int workflowAction)
           
 MBMessage MBMessageLocalService.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, int workflowAction)
           
 MBMessage MBMessageServiceWrapper.addDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.addDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageService.addDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalServiceWrapper.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
static MBMailingList MBMailingListLocalServiceUtil.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalService.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalServiceWrapper.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean active, ServiceContext serviceContext)
          Deprecated. MBMailingListLocalServiceWrapper.addMailingList(long, long, long, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean , ServiceContext)
static MBMailingList MBMailingListLocalServiceUtil.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean active, ServiceContext serviceContext)
          Deprecated. MBMailingListLocalServiceUtil.addMailingList(long, long, long, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean , ServiceContext)
 MBMailingList MBMailingListLocalService.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean active, ServiceContext serviceContext)
          Deprecated. MBMailingListLocalService.addMailingList(long, long, long, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean , ServiceContext)
 MBMessage MBMessageServiceWrapper.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceWrapper.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 void MBMessageLocalServiceWrapper.addMessageResources(long messageId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void MBMessageLocalServiceUtil.addMessageResources(long messageId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBMessageLocalService.addMessageResources(long messageId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBMessageLocalServiceWrapper.addMessageResources(long messageId, String[] communityPermissions, String[] guestPermissions)
           
static void MBMessageLocalServiceUtil.addMessageResources(long messageId, String[] communityPermissions, String[] guestPermissions)
           
 void MBMessageLocalService.addMessageResources(long messageId, String[] communityPermissions, String[] guestPermissions)
           
 void MBMessageLocalServiceWrapper.addMessageResources(MBMessage message, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void MBMessageLocalServiceUtil.addMessageResources(MBMessage message, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBMessageLocalService.addMessageResources(MBMessage message, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBMessageLocalServiceWrapper.addMessageResources(MBMessage message, String[] communityPermissions, String[] guestPermissions)
           
static void MBMessageLocalServiceUtil.addMessageResources(MBMessage message, String[] communityPermissions, String[] guestPermissions)
           
 void MBMessageLocalService.addMessageResources(MBMessage message, String[] communityPermissions, String[] guestPermissions)
           
 void MBMessageFlagLocalServiceWrapper.addQuestionFlag(long messageId)
           
static void MBMessageFlagLocalServiceUtil.addQuestionFlag(long messageId)
           
 void MBMessageFlagLocalService.addQuestionFlag(long messageId)
           
 void MBMessageFlagLocalServiceWrapper.addReadFlags(long userId, MBThread thread)
           
static void MBMessageFlagLocalServiceUtil.addReadFlags(long userId, MBThread thread)
           
 void MBMessageFlagLocalService.addReadFlags(long userId, MBThread thread)
           
 void MBBanLocalServiceWrapper.checkBan(long groupId, long banUserId)
           
static void MBBanLocalServiceUtil.checkBan(long groupId, long banUserId)
           
 void MBBanLocalService.checkBan(long groupId, long banUserId)
           
 void MBMessageFlagServiceWrapper.deleteAnswerFlag(long messageId)
           
static void MBMessageFlagServiceUtil.deleteAnswerFlag(long messageId)
           
 void MBMessageFlagService.deleteAnswerFlag(long messageId)
           
 void MBBanLocalServiceWrapper.deleteBan(long banId)
           
static void MBBanLocalServiceUtil.deleteBan(long banId)
           
 void MBBanLocalService.deleteBan(long banId)
           
 void MBBanServiceWrapper.deleteBan(long banUserId, ServiceContext serviceContext)
           
static void MBBanServiceUtil.deleteBan(long banUserId, ServiceContext serviceContext)
           
 void MBBanService.deleteBan(long banUserId, ServiceContext serviceContext)
           
 void MBCategoryLocalServiceWrapper.deleteCategories(long groupId)
           
static void MBCategoryLocalServiceUtil.deleteCategories(long groupId)
           
 void MBCategoryLocalService.deleteCategories(long groupId)
           
 void MBCategoryLocalServiceWrapper.deleteCategory(long categoryId)
           
static void MBCategoryLocalServiceUtil.deleteCategory(long categoryId)
           
 void MBCategoryLocalService.deleteCategory(long categoryId)
           
 void MBCategoryServiceWrapper.deleteCategory(long groupId, long categoryId)
           
static void MBCategoryServiceUtil.deleteCategory(long groupId, long categoryId)
           
 void MBCategoryService.deleteCategory(long groupId, long categoryId)
           
 void MBCategoryLocalServiceWrapper.deleteCategory(MBCategory category)
           
static void MBCategoryLocalServiceUtil.deleteCategory(MBCategory category)
           
 void MBCategoryLocalService.deleteCategory(MBCategory category)
           
 void MBMailingListLocalServiceWrapper.deleteCategoryMailingList(long groupId, long categoryId)
           
static void MBMailingListLocalServiceUtil.deleteCategoryMailingList(long groupId, long categoryId)
           
 void MBMailingListLocalService.deleteCategoryMailingList(long groupId, long categoryId)
           
 void MBMessageLocalServiceWrapper.deleteDiscussionMessage(long messageId)
           
static void MBMessageLocalServiceUtil.deleteDiscussionMessage(long messageId)
           
 void MBMessageLocalService.deleteDiscussionMessage(long messageId)
           
 void MBMessageServiceWrapper.deleteDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long messageId)
           
static void MBMessageServiceUtil.deleteDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long messageId)
           
 void MBMessageService.deleteDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long messageId)
           
 void MBMessageLocalServiceWrapper.deleteDiscussionMessages(String className, long classPK)
           
static void MBMessageLocalServiceUtil.deleteDiscussionMessages(String className, long classPK)
           
 void MBMessageLocalService.deleteDiscussionMessages(String className, long classPK)
           
 void MBMessageFlagLocalServiceWrapper.deleteFlag(long messageFlagId)
           
static void MBMessageFlagLocalServiceUtil.deleteFlag(long messageFlagId)
           
 void MBMessageFlagLocalService.deleteFlag(long messageFlagId)
           
 void MBMailingListLocalServiceWrapper.deleteMailingList(long mailingListId)
           
static void MBMailingListLocalServiceUtil.deleteMailingList(long mailingListId)
           
 void MBMailingListLocalService.deleteMailingList(long mailingListId)
           
 void MBMailingListLocalServiceWrapper.deleteMailingList(MBMailingList mailingList)
           
static void MBMailingListLocalServiceUtil.deleteMailingList(MBMailingList mailingList)
           
 void MBMailingListLocalService.deleteMailingList(MBMailingList mailingList)
           
 void MBBanLocalServiceWrapper.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
static void MBBanLocalServiceUtil.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
 void MBBanLocalService.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
 void MBCategoryLocalServiceWrapper.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
static void MBCategoryLocalServiceUtil.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 void MBCategoryLocalService.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 void MBDiscussionLocalServiceWrapper.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
static void MBDiscussionLocalServiceUtil.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
 void MBDiscussionLocalService.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
 void MBMailingListLocalServiceWrapper.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
static void MBMailingListLocalServiceUtil.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
 void MBMailingListLocalService.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
 void MBMessageLocalServiceWrapper.deleteMBMessage(long messageId)
          Deletes the message-boards message with the primary key from the database.
static void MBMessageLocalServiceUtil.deleteMBMessage(long messageId)
          Deletes the message-boards message with the primary key from the database.
 void MBMessageLocalService.deleteMBMessage(long messageId)
          Deletes the message-boards message with the primary key from the database.
 void MBMessageFlagLocalServiceWrapper.deleteMBMessageFlag(long messageFlagId)
          Deletes the message boards message flag with the primary key from the database.
static void MBMessageFlagLocalServiceUtil.deleteMBMessageFlag(long messageFlagId)
          Deletes the message boards message flag with the primary key from the database.
 void MBMessageFlagLocalService.deleteMBMessageFlag(long messageFlagId)
          Deletes the message boards message flag with the primary key from the database.
 void MBStatsUserLocalServiceWrapper.deleteMBStatsUser(long statsUserId)
          Deletes the message boards stats user with the primary key from the database.
static void MBStatsUserLocalServiceUtil.deleteMBStatsUser(long statsUserId)
          Deletes the message boards stats user with the primary key from the database.
 void MBStatsUserLocalService.deleteMBStatsUser(long statsUserId)
          Deletes the message boards stats user with the primary key from the database.
 void MBThreadLocalServiceWrapper.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
static void MBThreadLocalServiceUtil.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
 void MBThreadLocalService.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
 void MBMessageServiceWrapper.deleteMessage(long messageId)
           
static void MBMessageServiceUtil.deleteMessage(long messageId)
           
 void MBMessageService.deleteMessage(long messageId)
           
 void MBMessageLocalServiceWrapper.deleteMessage(long messageId)
           
static void MBMessageLocalServiceUtil.deleteMessage(long messageId)
           
 void MBMessageLocalService.deleteMessage(long messageId)
           
 void MBMessageLocalServiceWrapper.deleteMessage(MBMessage message)
           
static void MBMessageLocalServiceUtil.deleteMessage(MBMessage message)
           
 void MBMessageLocalService.deleteMessage(MBMessage message)
           
 void MBStatsUserLocalServiceWrapper.deleteStatsUser(long statsUserId)
           
static void MBStatsUserLocalServiceUtil.deleteStatsUser(long statsUserId)
           
 void MBStatsUserLocalService.deleteStatsUser(long statsUserId)
           
 void MBThreadServiceWrapper.deleteThread(long threadId)
           
static void MBThreadServiceUtil.deleteThread(long threadId)
           
 void MBThreadService.deleteThread(long threadId)
           
 void MBThreadLocalServiceWrapper.deleteThread(long threadId)
           
static void MBThreadLocalServiceUtil.deleteThread(long threadId)
           
 void MBThreadLocalService.deleteThread(long threadId)
           
 void MBThreadLocalServiceWrapper.deleteThread(MBThread thread)
           
static void MBThreadLocalServiceUtil.deleteThread(MBThread thread)
           
 void MBThreadLocalService.deleteThread(MBThread thread)
           
 void MBThreadLocalServiceWrapper.deleteThreads(long groupId, long categoryId)
           
static void MBThreadLocalServiceUtil.deleteThreads(long groupId, long categoryId)
           
 void MBThreadLocalService.deleteThreads(long groupId, long categoryId)
           
 MBCategory MBCategoryServiceWrapper.getCategory(long categoryId)
           
static MBCategory MBCategoryServiceUtil.getCategory(long categoryId)
           
 MBCategory MBCategoryService.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.getCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalService.getCategory(long categoryId)
           
 MBMailingList MBMailingListLocalServiceWrapper.getCategoryMailingList(long groupId, long categoryId)
           
static MBMailingList MBMailingListLocalServiceUtil.getCategoryMailingList(long groupId, long categoryId)
           
 MBMailingList MBMailingListLocalService.getCategoryMailingList(long groupId, long categoryId)
           
 List<MBMessage> MBMessageServiceWrapper.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
static List<MBMessage> MBMessageServiceUtil.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 String MBMessageServiceWrapper.getCategoryMessagesRSS(long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getCategoryMessagesRSS(long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getCategoryMessagesRSS(long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceWrapper.getCompanyMessagesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getCompanyMessagesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getCompanyMessagesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.getDiscussion(long discussionId)
           
static MBDiscussion MBDiscussionLocalServiceUtil.getDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalService.getDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.getDiscussion(String className, long classPK)
           
static MBDiscussion MBDiscussionLocalServiceUtil.getDiscussion(String className, long classPK)
           
 MBDiscussion MBDiscussionLocalService.getDiscussion(String className, long classPK)
           
 MBMessageDisplay MBMessageLocalServiceWrapper.getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status)
           
static MBMessageDisplay MBMessageLocalServiceUtil.getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status)
           
 MBMessageDisplay MBMessageLocalService.getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status)
           
 MBMessageDisplay MBMessageLocalServiceWrapper.getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status, String threadView)
           
static MBMessageDisplay MBMessageLocalServiceUtil.getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status, String threadView)
           
 MBMessageDisplay MBMessageLocalService.getDiscussionMessageDisplay(long userId, long groupId, String className, long classPK, int status, String threadView)
           
 String MBMessageServiceWrapper.getGroupMessagesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getGroupMessagesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getGroupMessagesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceWrapper.getGroupMessagesRSS(long groupId, long userId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getGroupMessagesRSS(long groupId, long userId, 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> MBThreadServiceWrapper.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
static List<MBThread> MBThreadServiceUtil.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, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
static List<MBThread> MBThreadLocalServiceUtil.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> MBThreadServiceWrapper.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
static List<MBThread> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
static List<MBThread> MBThreadLocalServiceUtil.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> MBThreadServiceWrapper.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
static List<MBThread> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
static List<MBThread> MBThreadLocalServiceUtil.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)
           
 MBBan MBBanLocalServiceWrapper.getMBBan(long banId)
          Returns the message boards ban with the primary key.
static MBBan MBBanLocalServiceUtil.getMBBan(long banId)
          Returns the message boards ban with the primary key.
 MBBan MBBanLocalService.getMBBan(long banId)
          Returns the message boards ban with the primary key.
 MBCategory MBCategoryLocalServiceWrapper.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
static MBCategory MBCategoryLocalServiceUtil.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
 MBCategory MBCategoryLocalService.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
 MBCategory MBCategoryLocalServiceWrapper.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category with the UUID in the group.
static MBCategory MBCategoryLocalServiceUtil.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category with the UUID in the group.
 MBCategory MBCategoryLocalService.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category with the UUID in the group.
 MBDiscussion MBDiscussionLocalServiceWrapper.getMBDiscussion(long discussionId)
          Returns the message boards discussion with the primary key.
static MBDiscussion MBDiscussionLocalServiceUtil.getMBDiscussion(long discussionId)
          Returns the message boards discussion with the primary key.
 MBDiscussion MBDiscussionLocalService.getMBDiscussion(long discussionId)
          Returns the message boards discussion with the primary key.
 MBMailingList MBMailingListLocalServiceWrapper.getMBMailingList(long mailingListId)
          Returns the message boards mailing list with the primary key.
static MBMailingList MBMailingListLocalServiceUtil.getMBMailingList(long mailingListId)
          Returns the message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalService.getMBMailingList(long mailingListId)
          Returns the message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalServiceWrapper.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list with the UUID in the group.
static MBMailingList MBMailingListLocalServiceUtil.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list with the UUID in the group.
 MBMailingList MBMailingListLocalService.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list with the UUID in the group.
 MBMessage MBMessageLocalServiceWrapper.getMBMessage(long messageId)
          Returns the message-boards message with the primary key.
static MBMessage MBMessageLocalServiceUtil.getMBMessage(long messageId)
          Returns the message-boards message with the primary key.
 MBMessage MBMessageLocalService.getMBMessage(long messageId)
          Returns the message-boards message with the primary key.
 MBMessage MBMessageLocalServiceWrapper.getMBMessageByUuidAndGroupId(String uuid, long groupId)
          Returns the message-boards message with the UUID in the group.
static MBMessage MBMessageLocalServiceUtil.getMBMessageByUuidAndGroupId(String uuid, long groupId)
          Returns the message-boards message with the UUID in the group.
 MBMessage MBMessageLocalService.getMBMessageByUuidAndGroupId(String uuid, long groupId)
          Returns the message-boards message with the UUID in the group.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.getMBMessageFlag(long messageFlagId)
          Returns the message boards message flag with the primary key.
static MBMessageFlag MBMessageFlagLocalServiceUtil.getMBMessageFlag(long messageFlagId)
          Returns the message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagLocalService.getMBMessageFlag(long messageFlagId)
          Returns the message boards message flag with the primary key.
 MBStatsUser MBStatsUserLocalServiceWrapper.getMBStatsUser(long statsUserId)
          Returns the message boards stats user with the primary key.
static MBStatsUser MBStatsUserLocalServiceUtil.getMBStatsUser(long statsUserId)
          Returns the message boards stats user with the primary key.
 MBStatsUser MBStatsUserLocalService.getMBStatsUser(long statsUserId)
          Returns the message boards stats user with the primary key.
 MBThread MBThreadLocalServiceWrapper.getMBThread(long threadId)
          Returns the message boards thread with the primary key.
static MBThread MBThreadLocalServiceUtil.getMBThread(long threadId)
          Returns the message boards thread with the primary key.
 MBThread MBThreadLocalService.getMBThread(long threadId)
          Returns the message boards thread with the primary key.
 MBMessage MBMessageServiceWrapper.getMessage(long messageId)
           
static MBMessage MBMessageServiceUtil.getMessage(long messageId)
           
 MBMessage MBMessageService.getMessage(long messageId)
           
 MBMessage MBMessageLocalServiceWrapper.getMessage(long messageId)
           
static MBMessage MBMessageLocalServiceUtil.getMessage(long messageId)
           
 MBMessage MBMessageLocalService.getMessage(long messageId)
           
 MBMessageDisplay MBMessageServiceWrapper.getMessageDisplay(long messageId, int status, String threadView, boolean includePrevAndNext)
           
static MBMessageDisplay MBMessageServiceUtil.getMessageDisplay(long messageId, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay MBMessageService.getMessageDisplay(long messageId, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay MBMessageLocalServiceWrapper.getMessageDisplay(long messageId, int status, String threadView, boolean includePrevAndNext)
           
static MBMessageDisplay MBMessageLocalServiceUtil.getMessageDisplay(long messageId, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay MBMessageLocalService.getMessageDisplay(long messageId, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay MBMessageLocalServiceWrapper.getMessageDisplay(MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
static MBMessageDisplay MBMessageLocalServiceUtil.getMessageDisplay(MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay MBMessageLocalService.getMessageDisplay(MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
 PersistedModel MBThreadLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBThreadLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBThreadLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBStatsUserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBStatsUserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBStatsUserLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMessageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBMessageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMessageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMessageFlagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBMessageFlagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMessageFlagLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMailingListLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBMailingListLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBMailingListLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBDiscussionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBDiscussionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBDiscussionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBBanLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel MBBanLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel MBBanLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 int MBMessageLocalServiceWrapper.getPositionInThread(long messageId)
           
static int MBMessageLocalServiceUtil.getPositionInThread(long messageId)
           
 int MBMessageLocalService.getPositionInThread(long messageId)
           
 List<MBThread> MBThreadLocalServiceWrapper.getPriorityThreads(long categoryId, double priority)
           
static List<MBThread> MBThreadLocalServiceUtil.getPriorityThreads(long categoryId, double priority)
           
 List<MBThread> MBThreadLocalService.getPriorityThreads(long categoryId, double priority)
           
 List<MBThread> MBThreadLocalServiceWrapper.getPriorityThreads(long categoryId, double priority, boolean inherit)
           
static List<MBThread> MBThreadLocalServiceUtil.getPriorityThreads(long categoryId, double priority, boolean inherit)
           
 List<MBThread> MBThreadLocalService.getPriorityThreads(long categoryId, double priority, boolean inherit)
           
 MBMessageFlag MBMessageFlagLocalServiceWrapper.getReadFlag(long userId, MBThread thread)
           
static MBMessageFlag MBMessageFlagLocalServiceUtil.getReadFlag(long userId, MBThread thread)
           
 MBMessageFlag MBMessageFlagLocalService.getReadFlag(long userId, MBThread thread)
           
 MBThread MBThreadLocalServiceWrapper.getThread(long threadId)
           
static MBThread MBThreadLocalServiceUtil.getThread(long threadId)
           
 MBThread MBThreadLocalService.getThread(long threadId)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.getThreadDiscussion(long threadId)
           
static MBDiscussion MBDiscussionLocalServiceUtil.getThreadDiscussion(long threadId)
           
 MBDiscussion MBDiscussionLocalService.getThreadDiscussion(long threadId)
           
 String MBMessageServiceWrapper.getThreadMessagesRSS(long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getThreadMessagesRSS(long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getThreadMessagesRSS(long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 boolean MBMessageFlagLocalServiceWrapper.hasReadFlag(long userId, MBThread thread)
           
static boolean MBMessageFlagLocalServiceUtil.hasReadFlag(long userId, MBThread thread)
           
 boolean MBMessageFlagLocalService.hasReadFlag(long userId, MBThread thread)
           
 Lock MBThreadServiceWrapper.lockThread(long threadId)
           
static Lock MBThreadServiceUtil.lockThread(long threadId)
           
 Lock MBThreadService.lockThread(long threadId)
           
 MBThread MBThreadServiceWrapper.moveThread(long categoryId, long threadId)
           
static MBThread MBThreadServiceUtil.moveThread(long categoryId, long threadId)
           
 MBThread MBThreadService.moveThread(long categoryId, long threadId)
           
 MBThread MBThreadLocalServiceWrapper.moveThread(long groupId, long categoryId, long threadId)
           
static MBThread MBThreadLocalServiceUtil.moveThread(long groupId, long categoryId, long threadId)
           
 MBThread MBThreadLocalService.moveThread(long groupId, long categoryId, long threadId)
           
 MBThread MBThreadServiceWrapper.splitThread(long messageId, ServiceContext serviceContext)
           
static MBThread MBThreadServiceUtil.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadService.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceWrapper.splitThread(long messageId, ServiceContext serviceContext)
           
static MBThread MBThreadLocalServiceUtil.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadLocalService.splitThread(long messageId, ServiceContext serviceContext)
           
 void MBCategoryServiceWrapper.subscribeCategory(long groupId, long categoryId)
           
static void MBCategoryServiceUtil.subscribeCategory(long groupId, long categoryId)
           
 void MBCategoryService.subscribeCategory(long groupId, long categoryId)
           
 void MBCategoryLocalServiceWrapper.subscribeCategory(long userId, long groupId, long categoryId)
           
static void MBCategoryLocalServiceUtil.subscribeCategory(long userId, long groupId, long categoryId)
           
 void MBCategoryLocalService.subscribeCategory(long userId, long groupId, long categoryId)
           
 void MBMessageServiceWrapper.subscribeMessage(long messageId)
           
static void MBMessageServiceUtil.subscribeMessage(long messageId)
           
 void MBMessageService.subscribeMessage(long messageId)
           
 void MBMessageLocalServiceWrapper.subscribeMessage(long userId, long messageId)
           
static void MBMessageLocalServiceUtil.subscribeMessage(long userId, long messageId)
           
 void MBMessageLocalService.subscribeMessage(long userId, long messageId)
           
 void MBThreadServiceWrapper.unlockThread(long threadId)
           
static void MBThreadServiceUtil.unlockThread(long threadId)
           
 void MBThreadService.unlockThread(long threadId)
           
 void MBCategoryServiceWrapper.unsubscribeCategory(long groupId, long categoryId)
           
static void MBCategoryServiceUtil.unsubscribeCategory(long groupId, long categoryId)
           
 void MBCategoryService.unsubscribeCategory(long groupId, long categoryId)
           
 void MBCategoryLocalServiceWrapper.unsubscribeCategory(long userId, long groupId, long categoryId)
           
static void MBCategoryLocalServiceUtil.unsubscribeCategory(long userId, long groupId, long categoryId)
           
 void MBCategoryLocalService.unsubscribeCategory(long userId, long groupId, long categoryId)
           
 void MBMessageServiceWrapper.unsubscribeMessage(long messageId)
           
static void MBMessageServiceUtil.unsubscribeMessage(long messageId)
           
 void MBMessageService.unsubscribeMessage(long messageId)
           
 void MBMessageLocalServiceWrapper.unsubscribeMessage(long userId, long messageId)
           
static void MBMessageLocalServiceUtil.unsubscribeMessage(long userId, long messageId)
           
 void MBMessageLocalService.unsubscribeMessage(long userId, long messageId)
           
 void MBMessageLocalServiceWrapper.updateAsset(long userId, MBMessage message, long[] assetCategoryIds, String[] assetTagNames)
           
static void MBMessageLocalServiceUtil.updateAsset(long userId, MBMessage message, long[] assetCategoryIds, String[] assetTagNames)
           
 void MBMessageLocalService.updateAsset(long userId, MBMessage message, long[] assetCategoryIds, String[] assetTagNames)
           
 MBCategory MBCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryService.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalService.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
          Deprecated. MBCategoryServiceWrapper.updateCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, boolean, ServiceContext)
static MBCategory MBCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
          Deprecated. MBCategoryServiceUtil.updateCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, boolean, ServiceContext)
 MBCategory MBCategoryService.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
          Deprecated. MBCategoryService.updateCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, boolean, ServiceContext)
 MBCategory MBCategoryLocalServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
          Deprecated. MBCategoryLocalServiceWrapper.updateCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, boolean, ServiceContext)
static MBCategory MBCategoryLocalServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
          Deprecated. MBCategoryLocalServiceUtil.updateCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, boolean, ServiceContext)
 MBCategory MBCategoryLocalService.updateCategory(long categoryId, long parentCategoryId, String name, String description, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
          Deprecated. MBCategoryLocalService.updateCategory(long, long, String, String, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, boolean, ServiceContext)
 MBMessage MBMessageLocalServiceWrapper.updateDiscussionMessage(long userId, long messageId, String className, long classPK, String subject, String body, int workflowAction)
          Deprecated. MBMessageLocalServiceWrapper.updateDiscussionMessage(long, long, String, long, String, String, ServiceContext)
static MBMessage MBMessageLocalServiceUtil.updateDiscussionMessage(long userId, long messageId, String className, long classPK, String subject, String body, int workflowAction)
          Deprecated. MBMessageLocalServiceUtil.updateDiscussionMessage(long, long, String, long, String, String, ServiceContext)
 MBMessage MBMessageLocalService.updateDiscussionMessage(long userId, long messageId, String className, long classPK, String subject, String body, int workflowAction)
          Deprecated. MBMessageLocalService.updateDiscussionMessage(long, long, String, long, String, String, ServiceContext)
 MBMessage MBMessageLocalServiceWrapper.updateDiscussionMessage(long userId, long messageId, String className, long classPK, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.updateDiscussionMessage(long userId, long messageId, String className, long classPK, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.updateDiscussionMessage(long userId, long messageId, String className, long classPK, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceWrapper.updateDiscussionMessage(String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long messageId, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.updateDiscussionMessage(String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long messageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageService.updateDiscussionMessage(String className, long classPK, String permissionClassName, long permissionClassPK, long permissionOwnerId, long messageId, String subject, String body, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalServiceWrapper.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
static MBMailingList MBMailingListLocalServiceUtil.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalService.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalServiceWrapper.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean active, ServiceContext serviceContext)
          Deprecated. MBMailingListLocalServiceWrapper.updateMailingList(long, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
static MBMailingList MBMailingListLocalServiceUtil.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean active, ServiceContext serviceContext)
          Deprecated. MBMailingListLocalServiceUtil.updateMailingList(long, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
 MBMailingList MBMailingListLocalService.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean active, ServiceContext serviceContext)
          Deprecated. MBMailingListLocalService.updateMailingList(long, String, String, String, int, boolean, String, String, int, String, boolean, String, int, boolean, String, String, boolean, boolean, ServiceContext)
 MBMessage MBMessageLocalServiceWrapper.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.updateMessage(long messageId, String body)
           
static MBMessage MBMessageLocalServiceUtil.updateMessage(long messageId, String body)
           
 MBMessage MBMessageLocalService.updateMessage(long messageId, String body)
           
 MBMessage MBMessageServiceWrapper.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.updateStatus(long userId, long messageId, int status, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.updateStatus(long userId, long messageId, int status, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.updateStatus(long userId, long messageId, int status, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceWrapper.updateThread(long threadId, int viewCount)
           
static MBThread MBThreadLocalServiceUtil.updateThread(long threadId, int viewCount)
           
 MBThread MBThreadLocalService.updateThread(long threadId, int viewCount)
           
 

Uses of PortalException in com.liferay.portlet.polls
 

Subclasses of PortalException in com.liferay.portlet.polls
 class DuplicateVoteException
           
 class NoSuchChoiceException
           
 class NoSuchQuestionException
           
 class NoSuchVoteException
           
 class QuestionChoiceException
           
 class QuestionDescriptionException
           
 class QuestionExpirationDateException
           
 class QuestionExpiredException
           
 class QuestionTitleException
           
 

Uses of PortalException in com.liferay.portlet.polls.model
 

Methods in com.liferay.portlet.polls.model that throw PortalException
 PollsChoice PollsVoteWrapper.getChoice()
           
 PollsChoice PollsVote.getChoice()
           
 

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

Methods in com.liferay.portlet.polls.service that throw PortalException
 PollsChoice PollsChoiceLocalServiceWrapper.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
static PollsChoice PollsChoiceLocalServiceUtil.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsChoice PollsChoiceLocalService.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionLocalServiceWrapper.addQuestion(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
static PollsQuestion PollsQuestionLocalServiceUtil.addQuestion(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionLocalService.addQuestion(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionServiceWrapper.addQuestion(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
static PollsQuestion PollsQuestionServiceUtil.addQuestion(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionService.addQuestion(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 void PollsQuestionLocalServiceWrapper.addQuestionResources(long questionId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void PollsQuestionLocalServiceUtil.addQuestionResources(long questionId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void PollsQuestionLocalService.addQuestionResources(long questionId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void PollsQuestionLocalServiceWrapper.addQuestionResources(long questionId, String[] communityPermissions, String[] guestPermissions)
           
static void PollsQuestionLocalServiceUtil.addQuestionResources(long questionId, String[] communityPermissions, String[] guestPermissions)
           
 void PollsQuestionLocalService.addQuestionResources(long questionId, String[] communityPermissions, String[] guestPermissions)
           
 void PollsQuestionLocalServiceWrapper.addQuestionResources(PollsQuestion question, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void PollsQuestionLocalServiceUtil.addQuestionResources(PollsQuestion question, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void PollsQuestionLocalService.addQuestionResources(PollsQuestion question, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void PollsQuestionLocalServiceWrapper.addQuestionResources(PollsQuestion question, String[] communityPermissions, String[] guestPermissions)
           
static void PollsQuestionLocalServiceUtil.addQuestionResources(PollsQuestion question, String[] communityPermissions, String[] guestPermissions)
           
 void PollsQuestionLocalService.addQuestionResources(PollsQuestion question, String[] communityPermissions, String[] guestPermissions)
           
 PollsVote PollsVoteLocalServiceWrapper.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
static PollsVote PollsVoteLocalServiceUtil.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteLocalService.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteServiceWrapper.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
static PollsVote PollsVoteServiceUtil.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteService.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 void PollsChoiceLocalServiceWrapper.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
static void PollsChoiceLocalServiceUtil.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
 void PollsChoiceLocalService.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
 void PollsQuestionLocalServiceWrapper.deletePollsQuestion(long questionId)
          Deletes the polls question with the primary key from the database.
static void PollsQuestionLocalServiceUtil.deletePollsQuestion(long questionId)
          Deletes the polls question with the primary key from the database.
 void PollsQuestionLocalService.deletePollsQuestion(long questionId)
          Deletes the polls question with the primary key from the database.
 void PollsVoteLocalServiceWrapper.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
static void PollsVoteLocalServiceUtil.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
 void PollsVoteLocalService.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
 void PollsQuestionServiceWrapper.deleteQuestion(long questionId)
           
static void PollsQuestionServiceUtil.deleteQuestion(long questionId)
           
 void PollsQuestionService.deleteQuestion(long questionId)
           
 void PollsQuestionLocalServiceWrapper.deleteQuestion(long questionId)
           
static void PollsQuestionLocalServiceUtil.deleteQuestion(long questionId)
           
 void PollsQuestionLocalService.deleteQuestion(long questionId)
           
 void PollsQuestionLocalServiceWrapper.deleteQuestion(PollsQuestion question)
           
static void PollsQuestionLocalServiceUtil.deleteQuestion(PollsQuestion question)
           
 void PollsQuestionLocalService.deleteQuestion(PollsQuestion question)
           
 void PollsQuestionLocalServiceWrapper.deleteQuestions(long groupId)
           
static void PollsQuestionLocalServiceUtil.deleteQuestions(long groupId)
           
 void PollsQuestionLocalService.deleteQuestions(long groupId)
           
 PollsChoice PollsChoiceLocalServiceWrapper.getChoice(long choiceId)
           
static PollsChoice PollsChoiceLocalServiceUtil.getChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalService.getChoice(long choiceId)
           
 PersistedModel PollsVoteLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PollsVoteLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsVoteLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsQuestionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PollsQuestionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsQuestionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsChoiceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel PollsChoiceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel PollsChoiceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PollsChoice PollsChoiceLocalServiceWrapper.getPollsChoice(long choiceId)
          Returns the polls choice with the primary key.
static PollsChoice PollsChoiceLocalServiceUtil.getPollsChoice(long choiceId)
          Returns the polls choice with the primary key.
 PollsChoice PollsChoiceLocalService.getPollsChoice(long choiceId)
          Returns the polls choice with the primary key.
 PollsQuestion PollsQuestionLocalServiceWrapper.getPollsQuestion(long questionId)
          Returns the polls question with the primary key.
static PollsQuestion PollsQuestionLocalServiceUtil.getPollsQuestion(long questionId)
          Returns the polls question with the primary key.
 PollsQuestion PollsQuestionLocalService.getPollsQuestion(long questionId)
          Returns the polls question with the primary key.
 PollsQuestion PollsQuestionLocalServiceWrapper.getPollsQuestionByUuidAndGroupId(String uuid, long groupId)
          Returns the polls question with the UUID in the group.
static PollsQuestion PollsQuestionLocalServiceUtil.getPollsQuestionByUuidAndGroupId(String uuid, long groupId)
          Returns the polls question with the UUID in the group.
 PollsQuestion PollsQuestionLocalService.getPollsQuestionByUuidAndGroupId(String uuid, long groupId)
          Returns the polls question with the UUID in the group.
 PollsVote PollsVoteLocalServiceWrapper.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
static PollsVote PollsVoteLocalServiceUtil.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
 PollsVote PollsVoteLocalService.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
 PollsQuestion PollsQuestionServiceWrapper.getQuestion(long questionId)
           
static PollsQuestion PollsQuestionServiceUtil.getQuestion(long questionId)
           
 PollsQuestion PollsQuestionService.getQuestion(long questionId)
           
 PollsQuestion PollsQuestionLocalServiceWrapper.getQuestion(long questionId)
           
static PollsQuestion PollsQuestionLocalServiceUtil.getQuestion(long questionId)
           
 PollsQuestion PollsQuestionLocalService.getQuestion(long questionId)
           
 PollsVote PollsVoteLocalServiceWrapper.getVote(long questionId, long userId)
           
static PollsVote PollsVoteLocalServiceUtil.getVote(long questionId, long userId)
           
 PollsVote PollsVoteLocalService.getVote(long questionId, long userId)
           
 PollsChoice PollsChoiceLocalServiceWrapper.updateChoice(long choiceId, long questionId, String name, String description)
           
static PollsChoice PollsChoiceLocalServiceUtil.updateChoice(long choiceId, long questionId, String name, String description)
           
 PollsChoice PollsChoiceLocalService.updateChoice(long choiceId, long questionId, String name, String description)
           
 PollsQuestion PollsQuestionLocalServiceWrapper.updateQuestion(long userId, long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
static PollsQuestion PollsQuestionLocalServiceUtil.updateQuestion(long userId, long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionLocalService.updateQuestion(long userId, long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionServiceWrapper.updateQuestion(long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
static PollsQuestion PollsQuestionServiceUtil.updateQuestion(long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionService.updateQuestion(long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 

Uses of PortalException in com.liferay.portlet.ratings
 

Subclasses of PortalException in com.liferay.portlet.ratings
 class NoSuchStatsException
           
 

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

Methods in com.liferay.portlet.ratings.service that throw PortalException
 void RatingsEntryLocalServiceWrapper.deleteEntry(long userId, String className, long classPK)
           
static void RatingsEntryLocalServiceUtil.deleteEntry(long userId, String className, long classPK)
           
 void RatingsEntryLocalService.deleteEntry(long userId, String className, long classPK)
           
 void RatingsEntryServiceWrapper.deleteEntry(String className, long classPK)
           
static void RatingsEntryServiceUtil.deleteEntry(String className, long classPK)
           
 void RatingsEntryService.deleteEntry(String className, long classPK)
           
 void RatingsEntryLocalServiceWrapper.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
static void RatingsEntryLocalServiceUtil.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
 void RatingsEntryLocalService.deleteRatingsEntry(long entryId)
          Deletes the ratings entry with the primary key from the database.
 void RatingsStatsLocalServiceWrapper.deleteRatingsStats(long statsId)
          Deletes the ratings stats with the primary key from the database.
static void RatingsStatsLocalServiceUtil.deleteRatingsStats(long statsId)
          Deletes the ratings stats with the primary key from the database.
 void RatingsStatsLocalService.deleteRatingsStats(long statsId)
          Deletes the ratings stats with the primary key from the database.
 RatingsEntry RatingsEntryLocalServiceWrapper.getEntry(long userId, String className, long classPK)
           
static RatingsEntry RatingsEntryLocalServiceUtil.getEntry(long userId, String className, long classPK)
           
 RatingsEntry RatingsEntryLocalService.getEntry(long userId, String className, long classPK)
           
 PersistedModel RatingsStatsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel RatingsStatsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RatingsStatsLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RatingsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel RatingsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel RatingsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.getRatingsEntry(long entryId)
          Returns the ratings entry with the primary key.
static RatingsEntry RatingsEntryLocalServiceUtil.getRatingsEntry(long entryId)
          Returns the ratings entry with the primary key.
 RatingsEntry RatingsEntryLocalService.getRatingsEntry(long entryId)
          Returns the ratings entry with the primary key.
 RatingsStats RatingsStatsLocalServiceWrapper.getRatingsStats(long statsId)
          Returns the ratings stats with the primary key.
static RatingsStats RatingsStatsLocalServiceUtil.getRatingsStats(long statsId)
          Returns the ratings stats with the primary key.
 RatingsStats RatingsStatsLocalService.getRatingsStats(long statsId)
          Returns the ratings stats with the primary key.
 RatingsStats RatingsStatsLocalServiceWrapper.getStats(long statsId)
           
static RatingsStats RatingsStatsLocalServiceUtil.getStats(long statsId)
           
 RatingsStats RatingsStatsLocalService.getStats(long statsId)
           
 RatingsEntry RatingsEntryLocalServiceWrapper.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
static RatingsEntry RatingsEntryLocalServiceUtil.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
 RatingsEntry RatingsEntryLocalService.updateEntry(long userId, String className, long classPK, double score, ServiceContext serviceContext)
           
 RatingsEntry RatingsEntryServiceWrapper.updateEntry(String className, long classPK, double score)
           
static RatingsEntry RatingsEntryServiceUtil.updateEntry(String className, long classPK, double score)
           
 RatingsEntry RatingsEntryService.updateEntry(String className, long classPK, double score)
           
 

Uses of PortalException in com.liferay.portlet.shopping
 

Subclasses of PortalException in com.liferay.portlet.shopping
 class BillingCityException
           
 class BillingCountryException
           
 class BillingEmailAddressException
           
 class BillingFirstNameException
           
 class BillingLastNameException
           
 class BillingPhoneException
           
 class BillingStateException
           
 class BillingStreetException
           
 class BillingZipException
           
 class CartMinOrderException
           
 class CartMinQuantityException
           
 class CCExpirationException
           
 class CCNameException
           
 class CCNumberException
           
 class CCTypeException
           
 class CouponActiveException
           
 class CouponCodeException
           
 class CouponDateException
           
 class CouponDescriptionException
           
 class CouponDiscountException
           
 class CouponEndDateException
           
 class CouponLimitCategoriesException
           
 class CouponLimitSKUsException
           
 class CouponMinimumOrderException
           
 class CouponNameException
           
 class CouponStartDateException
           
 class DuplicateCouponCodeException
           
 class DuplicateItemSKUException
           
 class ItemLargeImageNameException
           
 class ItemLargeImageSizeException
           
 class ItemMediumImageNameException
           
 class ItemMediumImageSizeException
           
 class ItemNameException
           
 class ItemSKUException
           
 class ItemSmallImageNameException
           
 class ItemSmallImageSizeException
           
 class NoSuchCartException
           
 class NoSuchCouponException
           
 class NoSuchItemException
           
 class NoSuchItemFieldException
           
 class NoSuchItemPriceException
           
 class NoSuchOrderException
           
 class NoSuchOrderItemException
           
 class RequiredCouponException
           
 class ShippingCityException
           
 class ShippingCountryException
           
 class ShippingEmailAddressException
           
 class ShippingFirstNameException
           
 class ShippingLastNameException
           
 class ShippingPhoneException
           
 class ShippingStateException
           
 class ShippingStreetException
           
 class ShippingZipException
           
 

Uses of PortalException in com.liferay.portlet.shopping.model
 

Methods in com.liferay.portlet.shopping.model that throw PortalException
 ShoppingCoupon ShoppingCartWrapper.getCoupon()
           
 ShoppingCoupon ShoppingCart.getCoupon()
           
 List<ShoppingItemPrice> ShoppingItemWrapper.getItemPrices()
           
 List<ShoppingItemPrice> ShoppingItem.getItemPrices()
           
 

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

Methods in com.liferay.portlet.shopping.service that throw PortalException
 void ShoppingItemLocalServiceWrapper.addBookItems(long userId, long groupId, long categoryId, String[] isbns)
           
static void ShoppingItemLocalServiceUtil.addBookItems(long userId, long groupId, long categoryId, String[] isbns)
           
 void ShoppingItemLocalService.addBookItems(long userId, long groupId, long categoryId, String[] isbns)
           
 void ShoppingItemServiceWrapper.addBookItems(long groupId, long categoryId, String[] isbns)
           
static void ShoppingItemServiceUtil.addBookItems(long groupId, long categoryId, String[] isbns)
           
 void ShoppingItemService.addBookItems(long groupId, long categoryId, String[] isbns)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalService.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryServiceWrapper.addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryServiceUtil.addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryService.addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 void ShoppingCategoryLocalServiceWrapper.addCategoryResources(long categoryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void ShoppingCategoryLocalServiceUtil.addCategoryResources(long categoryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalService.addCategoryResources(long categoryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalServiceWrapper.addCategoryResources(long categoryId, String[] communityPermissions, String[] guestPermissions)
           
static void ShoppingCategoryLocalServiceUtil.addCategoryResources(long categoryId, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingCategoryLocalService.addCategoryResources(long categoryId, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category, String[] communityPermissions, String[] guestPermissions)
           
static void ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category, String[] communityPermissions, String[] guestPermissions)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.addCoupon(long userId, String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.addCoupon(long userId, String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponLocalService.addCoupon(long userId, String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponServiceWrapper.addCoupon(String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponServiceUtil.addCoupon(String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponService.addCoupon(String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemLocalServiceUtil.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalService.addItem(long userId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceWrapper.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemServiceUtil.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemService.addItem(long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 void ShoppingItemLocalServiceWrapper.addItemResources(long itemId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void ShoppingItemLocalServiceUtil.addItemResources(long itemId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalService.addItemResources(long itemId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalServiceWrapper.addItemResources(long itemId, String[] communityPermissions, String[] guestPermissions)
           
static void ShoppingItemLocalServiceUtil.addItemResources(long itemId, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingItemLocalService.addItemResources(long itemId, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingItemLocalServiceWrapper.addItemResources(ShoppingItem item, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void ShoppingItemLocalServiceUtil.addItemResources(ShoppingItem item, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalService.addItemResources(ShoppingItem item, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingItemLocalServiceWrapper.addItemResources(ShoppingItem item, String[] communityPermissions, String[] guestPermissions)
           
static void ShoppingItemLocalServiceUtil.addItemResources(ShoppingItem item, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingItemLocalService.addItemResources(ShoppingItem item, String[] communityPermissions, String[] guestPermissions)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.addLatestOrder(long userId, long groupId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.addLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalService.addLatestOrder(long userId, long groupId)
           
 void ShoppingOrderServiceWrapper.completeOrder(long groupId, String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
static void ShoppingOrderServiceUtil.completeOrder(long groupId, String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 void ShoppingOrderService.completeOrder(long groupId, String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 void ShoppingOrderLocalServiceWrapper.completeOrder(String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail, boolean updateInventory)
           
static void ShoppingOrderLocalServiceUtil.completeOrder(String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail, boolean updateInventory)
           
 void ShoppingOrderLocalService.completeOrder(String number, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail, boolean updateInventory)
           
 void ShoppingCategoryLocalServiceWrapper.deleteCategories(long groupId)
           
static void ShoppingCategoryLocalServiceUtil.deleteCategories(long groupId)
           
 void ShoppingCategoryLocalService.deleteCategories(long groupId)
           
 void ShoppingCategoryServiceWrapper.deleteCategory(long categoryId)
           
static void ShoppingCategoryServiceUtil.deleteCategory(long categoryId)
           
 void ShoppingCategoryService.deleteCategory(long categoryId)
           
 void ShoppingCategoryLocalServiceWrapper.deleteCategory(long categoryId)
           
static void ShoppingCategoryLocalServiceUtil.deleteCategory(long categoryId)
           
 void ShoppingCategoryLocalService.deleteCategory(long categoryId)
           
 void ShoppingCategoryLocalServiceWrapper.deleteCategory(ShoppingCategory category)
           
static void ShoppingCategoryLocalServiceUtil.deleteCategory(ShoppingCategory category)
           
 void ShoppingCategoryLocalService.deleteCategory(ShoppingCategory category)
           
 void ShoppingCouponLocalServiceWrapper.deleteCoupon(long couponId)
           
static void ShoppingCouponLocalServiceUtil.deleteCoupon(long couponId)
           
 void ShoppingCouponLocalService.deleteCoupon(long couponId)
           
 void ShoppingCouponServiceWrapper.deleteCoupon(long groupId, long couponId)
           
static void ShoppingCouponServiceUtil.deleteCoupon(long groupId, long couponId)
           
 void ShoppingCouponService.deleteCoupon(long groupId, long couponId)
           
 void ShoppingItemServiceWrapper.deleteItem(long itemId)
           
static void ShoppingItemServiceUtil.deleteItem(long itemId)
           
 void ShoppingItemService.deleteItem(long itemId)
           
 void ShoppingItemLocalServiceWrapper.deleteItem(long itemId)
           
static void ShoppingItemLocalServiceUtil.deleteItem(long itemId)
           
 void ShoppingItemLocalService.deleteItem(long itemId)
           
 void ShoppingItemLocalServiceWrapper.deleteItem(ShoppingItem item)
           
static void ShoppingItemLocalServiceUtil.deleteItem(ShoppingItem item)
           
 void ShoppingItemLocalService.deleteItem(ShoppingItem item)
           
 void ShoppingItemLocalServiceWrapper.deleteItems(long groupId, long categoryId)
           
static void ShoppingItemLocalServiceUtil.deleteItems(long groupId, long categoryId)
           
 void ShoppingItemLocalService.deleteItems(long groupId, long categoryId)
           
 void ShoppingOrderLocalServiceWrapper.deleteOrder(long orderId)
           
static void ShoppingOrderLocalServiceUtil.deleteOrder(long orderId)
           
 void ShoppingOrderLocalService.deleteOrder(long orderId)
           
 void ShoppingOrderServiceWrapper.deleteOrder(long groupId, long orderId)
           
static void ShoppingOrderServiceUtil.deleteOrder(long groupId, long orderId)
           
 void ShoppingOrderService.deleteOrder(long groupId, long orderId)
           
 void ShoppingOrderLocalServiceWrapper.deleteOrder(ShoppingOrder order)
           
static void ShoppingOrderLocalServiceUtil.deleteOrder(ShoppingOrder order)
           
 void ShoppingOrderLocalService.deleteOrder(ShoppingOrder order)
           
 void ShoppingOrderLocalServiceWrapper.deleteOrders(long groupId)
           
static void ShoppingOrderLocalServiceUtil.deleteOrders(long groupId)
           
 void ShoppingOrderLocalService.deleteOrders(long groupId)
           
 void ShoppingCartLocalServiceWrapper.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
static void ShoppingCartLocalServiceUtil.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
 void ShoppingCartLocalService.deleteShoppingCart(long cartId)
          Deletes the shopping cart with the primary key from the database.
 void ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(long categoryId)
          Deletes the shopping category with the primary key from the database.
static void ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(long categoryId)
          Deletes the shopping category with the primary key from the database.
 void ShoppingCategoryLocalService.deleteShoppingCategory(long categoryId)
          Deletes the shopping category with the primary key from the database.
 void ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(long couponId)
          Deletes the shopping coupon with the primary key from the database.
static void ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(long couponId)
          Deletes the shopping coupon with the primary key from the database.
 void ShoppingCouponLocalService.deleteShoppingCoupon(long couponId)
          Deletes the shopping coupon with the primary key from the database.
 void ShoppingItemLocalServiceWrapper.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
static void ShoppingItemLocalServiceUtil.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
 void ShoppingItemLocalService.deleteShoppingItem(long itemId)
          Deletes the shopping item with the primary key from the database.
 void ShoppingItemFieldLocalServiceWrapper.deleteShoppingItemField(long itemFieldId)
          Deletes the shopping item field with the primary key from the database.
static void ShoppingItemFieldLocalServiceUtil.deleteShoppingItemField(long itemFieldId)
          Deletes the shopping item field with the primary key from the database.
 void ShoppingItemFieldLocalService.deleteShoppingItemField(long itemFieldId)
          Deletes the shopping item field with the primary key from the database.
 void ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
static void ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
 void ShoppingItemPriceLocalService.deleteShoppingItemPrice(long itemPriceId)
          Deletes the shopping item price with the primary key from the database.
 void ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(long orderId)
          Deletes the shopping order with the primary key from the database.
static void ShoppingOrderLocalServiceUtil.deleteShoppingOrder(long orderId)
          Deletes the shopping order with the primary key from the database.
 void ShoppingOrderLocalService.deleteShoppingOrder(long orderId)
          Deletes the shopping order with the primary key from the database.
 void ShoppingOrderItemLocalServiceWrapper.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
static void ShoppingOrderItemLocalServiceUtil.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
 void ShoppingOrderItemLocalService.deleteShoppingOrderItem(long orderItemId)
          Deletes the shopping order item with the primary key from the database.
 ShoppingCart ShoppingCartLocalServiceWrapper.getCart(long userId, long groupId)
           
static ShoppingCart ShoppingCartLocalServiceUtil.getCart(long userId, long groupId)
           
 ShoppingCart ShoppingCartLocalService.getCart(long userId, long groupId)
           
 ShoppingCategory ShoppingCategoryServiceWrapper.getCategory(long categoryId)
           
static ShoppingCategory ShoppingCategoryServiceUtil.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryService.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getCategory(long categoryId)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalService.getCategory(long categoryId)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.getCoupon(long couponId)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.getCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponLocalService.getCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponServiceWrapper.getCoupon(long groupId, long couponId)
           
static ShoppingCoupon ShoppingCouponServiceUtil.getCoupon(long groupId, long couponId)
           
 ShoppingCoupon ShoppingCouponService.getCoupon(long groupId, long couponId)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.getCoupon(String code)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.getCoupon(String code)
           
 ShoppingCoupon ShoppingCouponLocalService.getCoupon(String code)
           
 ShoppingItem ShoppingItemServiceWrapper.getItem(long itemId)
           
static ShoppingItem ShoppingItemServiceUtil.getItem(long itemId)
           
 ShoppingItem ShoppingItemService.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItem(long itemId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalService.getItem(long itemId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItem(long companyId, String sku)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalService.getItem(long companyId, String sku)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemByLargeImageId(long largeImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemByLargeImageId(long largeImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemByMediumImageId(long mediumImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemByMediumImageId(long mediumImageId)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.getItemBySmallImageId(long smallImageId)
           
static ShoppingItem ShoppingItemLocalServiceUtil.getItemBySmallImageId(long smallImageId)
           
 ShoppingItem ShoppingItemLocalService.getItemBySmallImageId(long smallImageId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalServiceWrapper.getItemPrices(long itemId)
           
static List<ShoppingItemPrice> ShoppingItemPriceLocalServiceUtil.getItemPrices(long itemId)
           
 List<ShoppingItemPrice> ShoppingItemPriceLocalService.getItemPrices(long itemId)
           
 ShoppingItem[] ShoppingItemServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
static ShoppingItem[] ShoppingItemServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemLocalServiceWrapper.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
static ShoppingItem[] ShoppingItemLocalServiceUtil.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingItem[] ShoppingItemLocalService.getItemsPrevAndNext(long itemId, OrderByComparator obc)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getLatestOrder(long userId, long groupId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalService.getLatestOrder(long userId, long groupId)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getOrder(long orderId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getOrder(long orderId)
           
 ShoppingOrder ShoppingOrderLocalService.getOrder(long orderId)
           
 ShoppingOrder ShoppingOrderServiceWrapper.getOrder(long groupId, long orderId)
           
static ShoppingOrder ShoppingOrderServiceUtil.getOrder(long groupId, long orderId)
           
 ShoppingOrder ShoppingOrderService.getOrder(long groupId, long orderId)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getOrder(String number)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getOrder(String number)
           
 ShoppingOrder ShoppingOrderLocalService.getOrder(String number)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getParentCategories(long categoryId)
           
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getParentCategories(long categoryId)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getParentCategories(long categoryId)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getParentCategories(ShoppingCategory category)
           
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getParentCategories(ShoppingCategory category)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getParentCategories(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalService.getParentCategory(ShoppingCategory category)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getPayPalTxnIdOrder(String ppTxnId)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.getPayPalTxnIdOrder(String ppTxnId)
           
 ShoppingOrder ShoppingOrderLocalService.getPayPalTxnIdOrder(String ppTxnId)
           
 PersistedModel ShoppingOrderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingOrderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingOrderLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingOrderItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingOrderItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingOrderItemLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemPriceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingItemPriceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemPriceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemFieldLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingItemFieldLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingItemFieldLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCouponLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingCouponLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCouponLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCartLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel ShoppingCartLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel ShoppingCartLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 ShoppingCart ShoppingCartLocalServiceWrapper.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
static ShoppingCart ShoppingCartLocalServiceUtil.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
 ShoppingCart ShoppingCartLocalService.getShoppingCart(long cartId)
          Returns the shopping cart with the primary key.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getShoppingCategory(long categoryId)
          Returns the shopping category with the primary key.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getShoppingCategory(long categoryId)
          Returns the shopping category with the primary key.
 ShoppingCategory ShoppingCategoryLocalService.getShoppingCategory(long categoryId)
          Returns the shopping category with the primary key.
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.getShoppingCoupon(long couponId)
          Returns the shopping coupon with the primary key.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.getShoppingCoupon(long couponId)
          Returns the shopping coupon with the primary key.
 ShoppingCoupon ShoppingCouponLocalService.getShoppingCoupon(long couponId)
          Returns the shopping coupon with the primary key.
 ShoppingItem ShoppingItemLocalServiceWrapper.getShoppingItem(long itemId)
          Returns the shopping item with the primary key.
static ShoppingItem ShoppingItemLocalServiceUtil.getShoppingItem(long itemId)
          Returns the shopping item with the primary key.
 ShoppingItem ShoppingItemLocalService.getShoppingItem(long itemId)
          Returns the shopping item with the primary key.
 ShoppingItemField ShoppingItemFieldLocalServiceWrapper.getShoppingItemField(long itemFieldId)
          Returns the shopping item field with the primary key.
static ShoppingItemField ShoppingItemFieldLocalServiceUtil.getShoppingItemField(long itemFieldId)
          Returns the shopping item field with the primary key.
 ShoppingItemField ShoppingItemFieldLocalService.getShoppingItemField(long itemFieldId)
          Returns the shopping item field with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalServiceWrapper.getShoppingItemPrice(long itemPriceId)
          Returns the shopping item price with the primary key.
static ShoppingItemPrice ShoppingItemPriceLocalServiceUtil.getShoppingItemPrice(long itemPriceId)
          Returns the shopping item price with the primary key.
 ShoppingItemPrice ShoppingItemPriceLocalService.getShoppingItemPrice(long itemPriceId)
          Returns the shopping item price with the primary key.
 ShoppingOrder ShoppingOrderLocalServiceWrapper.getShoppingOrder(long orderId)
          Returns the shopping order with the primary key.
static ShoppingOrder ShoppingOrderLocalServiceUtil.getShoppingOrder(long orderId)
          Returns the shopping order with the primary key.
 ShoppingOrder ShoppingOrderLocalService.getShoppingOrder(long orderId)
          Returns the shopping order with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalServiceWrapper.getShoppingOrderItem(long orderItemId)
          Returns the shopping order item with the primary key.
static ShoppingOrderItem ShoppingOrderItemLocalServiceUtil.getShoppingOrderItem(long orderItemId)
          Returns the shopping order item with the primary key.
 ShoppingOrderItem ShoppingOrderItemLocalService.getShoppingOrderItem(long orderItemId)
          Returns the shopping order item with the primary key.
 ShoppingOrder ShoppingOrderLocalServiceWrapper.saveLatestOrder(ShoppingCart cart)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.saveLatestOrder(ShoppingCart cart)
           
 ShoppingOrder ShoppingOrderLocalService.saveLatestOrder(ShoppingCart cart)
           
 List<ShoppingCoupon> ShoppingCouponServiceWrapper.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
static List<ShoppingCoupon> ShoppingCouponServiceUtil.search(long groupId, long companyId, String code, boolean active, String discountType, 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)
           
 void ShoppingOrderServiceWrapper.sendEmail(long groupId, long orderId, String emailType)
           
static void ShoppingOrderServiceUtil.sendEmail(long groupId, long orderId, String emailType)
           
 void ShoppingOrderService.sendEmail(long groupId, long orderId, String emailType)
           
 void ShoppingOrderLocalServiceWrapper.sendEmail(long orderId, String emailType)
           
static void ShoppingOrderLocalServiceUtil.sendEmail(long orderId, String emailType)
           
 void ShoppingOrderLocalService.sendEmail(long orderId, String emailType)
           
 void ShoppingOrderLocalServiceWrapper.sendEmail(ShoppingOrder order, String emailType)
           
static void ShoppingOrderLocalServiceUtil.sendEmail(ShoppingOrder order, String emailType)
           
 void ShoppingOrderLocalService.sendEmail(ShoppingOrder order, String emailType)
           
 ShoppingCart ShoppingCartLocalServiceWrapper.updateCart(long userId, long groupId, String itemIds, String couponCodes, int altShipping, boolean insure)
           
static ShoppingCart ShoppingCartLocalServiceUtil.updateCart(long userId, long groupId, String itemIds, String couponCodes, int altShipping, boolean insure)
           
 ShoppingCart ShoppingCartLocalService.updateCart(long userId, long groupId, String itemIds, String couponCodes, int altShipping, boolean insure)
           
 ShoppingCategory ShoppingCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryService.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalService.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateCoupon(long userId, long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateCoupon(long userId, long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponLocalService.updateCoupon(long userId, long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponServiceWrapper.updateCoupon(long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponServiceUtil.updateCoupon(long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponService.updateCoupon(long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalServiceWrapper.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemLocalServiceUtil.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemLocalService.updateItem(long userId, long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemServiceWrapper.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
static ShoppingItem ShoppingItemServiceUtil.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingItem ShoppingItemService.updateItem(long itemId, long groupId, long categoryId, String sku, String name, String description, String properties, String fieldsQuantities, boolean requiresShipping, int stockQuantity, boolean featured, Boolean sale, boolean smallImage, String smallImageURL, File smallFile, boolean mediumImage, String mediumImageURL, File mediumFile, boolean largeImage, String largeImageURL, File largeFile, List<ShoppingItemField> itemFields, List<ShoppingItemPrice> itemPrices, ServiceContext serviceContext)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateLatestOrder(long userId, long groupId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateLatestOrder(long userId, long groupId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
 ShoppingOrder ShoppingOrderLocalService.updateLatestOrder(long userId, long groupId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
 ShoppingOrder ShoppingOrderServiceWrapper.updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
static ShoppingOrder ShoppingOrderServiceUtil.updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderService.updateOrder(long groupId, long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderServiceWrapper.updateOrder(long groupId, long orderId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
static ShoppingOrder ShoppingOrderServiceUtil.updateOrder(long groupId, long orderId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
 ShoppingOrder ShoppingOrderService.updateOrder(long groupId, long orderId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateOrder(long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateOrder(long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderLocalService.updateOrder(long orderId, String ppTxnId, String ppPaymentStatus, double ppPaymentGross, String ppReceiverEmail, String ppPayerEmail)
           
 ShoppingOrder ShoppingOrderLocalServiceWrapper.updateOrder(long orderId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
static ShoppingOrder ShoppingOrderLocalServiceUtil.updateOrder(long orderId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
 ShoppingOrder ShoppingOrderLocalService.updateOrder(long orderId, String billingFirstName, String billingLastName, String billingEmailAddress, String billingCompany, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingCompany, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber, String comments)
           
 

Uses of PortalException in com.liferay.portlet.social
 

Subclasses of PortalException in com.liferay.portlet.social
 class NoSuchActivityException
           
 class NoSuchEquityAssetEntryException
           
 class NoSuchEquityGroupSettingException
           
 class NoSuchEquityHistoryException
           
 class NoSuchEquityLogException
           
 class NoSuchEquitySettingException
           
 class NoSuchEquityUserException
           
 class NoSuchRelationException
           
 class NoSuchRequestException
           
 class RelationUserIdException
           
 class RequestUserIdException
           
 

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

Methods in com.liferay.portlet.social.service that throw PortalException
 SocialActivity SocialActivityLocalServiceWrapper.addActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId)
           
static SocialActivity SocialActivityLocalServiceUtil.addActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId)
           
 SocialActivity SocialActivityLocalService.addActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId)
           
 SocialActivity SocialActivityLocalServiceWrapper.addActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
static SocialActivity SocialActivityLocalServiceUtil.addActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
 SocialActivity SocialActivityLocalService.addActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
 void SocialEquityLogLocalServiceWrapper.addEquityLogs(long userId, long assetEntryId, String actionId)
          Deprecated. SocialEquityLogLocalServiceWrapper.addEquityLogs(long, long, String, String)
static void SocialEquityLogLocalServiceUtil.addEquityLogs(long userId, long assetEntryId, String actionId)
          Deprecated. SocialEquityLogLocalServiceUtil.addEquityLogs(long, long, String, String)
 void SocialEquityLogLocalService.addEquityLogs(long userId, long assetEntryId, String actionId)
          Deprecated. SocialEquityLogLocalService.addEquityLogs(long, long, String, String)
 void SocialEquityLogLocalServiceWrapper.addEquityLogs(long userId, long assetEntryId, String actionId, String extraData)
           
static void SocialEquityLogLocalServiceUtil.addEquityLogs(long userId, long assetEntryId, String actionId, String extraData)
           
 void SocialEquityLogLocalService.addEquityLogs(long userId, long assetEntryId, String actionId, String extraData)
           
 void SocialEquityLogLocalServiceWrapper.addEquityLogs(long userId, String className, long classPK, String actionId, String extraData)
           
static void SocialEquityLogLocalServiceUtil.addEquityLogs(long userId, String className, long classPK, String actionId, String extraData)
           
 void SocialEquityLogLocalService.addEquityLogs(long userId, String className, long classPK, String actionId, String extraData)
           
 SocialRelation SocialRelationLocalServiceWrapper.addRelation(long userId1, long userId2, int type)
           
static SocialRelation SocialRelationLocalServiceUtil.addRelation(long userId1, long userId2, int type)
           
 SocialRelation SocialRelationLocalService.addRelation(long userId1, long userId2, int type)
           
 SocialRequest SocialRequestLocalServiceWrapper.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
static SocialRequest SocialRequestLocalServiceUtil.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
 SocialRequest SocialRequestLocalService.addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
 SocialActivity SocialActivityLocalServiceWrapper.addUniqueActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId)
           
static SocialActivity SocialActivityLocalServiceUtil.addUniqueActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId)
           
 SocialActivity SocialActivityLocalService.addUniqueActivity(long userId, long groupId, Date createDate, String className, long classPK, int type, String extraData, long receiverUserId)
           
 SocialActivity SocialActivityLocalServiceWrapper.addUniqueActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
static SocialActivity SocialActivityLocalServiceUtil.addUniqueActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
 SocialActivity SocialActivityLocalService.addUniqueActivity(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId)
           
 void SocialEquityLogLocalServiceWrapper.deactivateEquityLogs(long userId, long assetEntryId, String actionId)
          Deprecated. #deactivateEquityLogs(long, long, String, String)
static void SocialEquityLogLocalServiceUtil.deactivateEquityLogs(long userId, long assetEntryId, String actionId)
          Deprecated. #deactivateEquityLogs(long, long, String, String)
 void SocialEquityLogLocalService.deactivateEquityLogs(long userId, long assetEntryId, String actionId)
          Deprecated. #deactivateEquityLogs(long, long, String, String)
 void SocialEquityLogLocalServiceWrapper.deactivateEquityLogs(long userId, String className, long classPK, String actionId)
          Deprecated. SocialEquityLogLocalServiceWrapper.deactivateEquityLogs(long, String, long, String, String)
static void SocialEquityLogLocalServiceUtil.deactivateEquityLogs(long userId, String className, long classPK, String actionId)
          Deprecated. SocialEquityLogLocalServiceUtil.deactivateEquityLogs(long, String, long, String, String)
 void SocialEquityLogLocalService.deactivateEquityLogs(long userId, String className, long classPK, String actionId)
          Deprecated. SocialEquityLogLocalService.deactivateEquityLogs(long, String, long, String, String)
 void SocialEquityLogLocalServiceWrapper.deactivateEquityLogs(long userId, String className, long classPK, String actionId, String extraData)
           
static void SocialEquityLogLocalServiceUtil.deactivateEquityLogs(long userId, String className, long classPK, String actionId, String extraData)
           
 void SocialEquityLogLocalService.deactivateEquityLogs(long userId, String className, long classPK, String actionId, String extraData)
           
 void SocialEquityLogLocalServiceWrapper.deactivateEquityLogs(String className, long classPK, String actionId, String extraData)
           
static void SocialEquityLogLocalServiceUtil.deactivateEquityLogs(String className, long classPK, String actionId, String extraData)
           
 void SocialEquityLogLocalService.deactivateEquityLogs(String className, long classPK, String actionId, String extraData)
           
 void SocialActivityLocalServiceWrapper.deleteActivity(long activityId)
           
static void SocialActivityLocalServiceUtil.deleteActivity(long activityId)
           
 void SocialActivityLocalService.deleteActivity(long activityId)
           
 void SocialRelationLocalServiceWrapper.deleteRelation(long relationId)
           
static void SocialRelationLocalServiceUtil.deleteRelation(long relationId)
           
 void SocialRelationLocalService.deleteRelation(long relationId)
           
 void SocialRelationLocalServiceWrapper.deleteRelation(long userId1, long userId2, int type)
           
static void SocialRelationLocalServiceUtil.deleteRelation(long userId1, long userId2, int type)
           
 void SocialRelationLocalService.deleteRelation(long userId1, long userId2, int type)
           
 void SocialRelationLocalServiceWrapper.deleteRelation(SocialRelation relation)
           
static void SocialRelationLocalServiceUtil.deleteRelation(SocialRelation relation)
           
 void SocialRelationLocalService.deleteRelation(SocialRelation relation)
           
 void SocialRelationLocalServiceWrapper.deleteRelations(long userId1, long userId2)
           
static void SocialRelationLocalServiceUtil.deleteRelations(long userId1, long userId2)
           
 void SocialRelationLocalService.deleteRelations(long userId1, long userId2)
           
 void SocialRequestLocalServiceWrapper.deleteRequest(long requestId)
           
static void SocialRequestLocalServiceUtil.deleteRequest(long requestId)
           
 void SocialRequestLocalService.deleteRequest(long requestId)
           
 void SocialActivityLocalServiceWrapper.deleteSocialActivity(long activityId)
          Deletes the social activity with the primary key from the database.
static void SocialActivityLocalServiceUtil.deleteSocialActivity(long activityId)
          Deletes the social activity with the primary key from the database.
 void SocialActivityLocalService.deleteSocialActivity(long activityId)
          Deletes the social activity with the primary key from the database.
 void SocialEquityGroupSettingLocalServiceWrapper.deleteSocialEquityGroupSetting(long equityGroupSettingId)
          Deletes the social equity group setting with the primary key from the database.
static void SocialEquityGroupSettingLocalServiceUtil.deleteSocialEquityGroupSetting(long equityGroupSettingId)
          Deletes the social equity group setting with the primary key from the database.
 void SocialEquityGroupSettingLocalService.deleteSocialEquityGroupSetting(long equityGroupSettingId)
          Deletes the social equity group setting with the primary key from the database.
 void SocialEquityHistoryLocalServiceWrapper.deleteSocialEquityHistory(long equityHistoryId)
          Deletes the social equity history with the primary key from the database.
static void SocialEquityHistoryLocalServiceUtil.deleteSocialEquityHistory(long equityHistoryId)
          Deletes the social equity history with the primary key from the database.
 void SocialEquityHistoryLocalService.deleteSocialEquityHistory(long equityHistoryId)
          Deletes the social equity history with the primary key from the database.
 void SocialEquityLogLocalServiceWrapper.deleteSocialEquityLog(long equityLogId)
          Deletes the social equity log with the primary key from the database.
static void SocialEquityLogLocalServiceUtil.deleteSocialEquityLog(long equityLogId)
          Deletes the social equity log with the primary key from the database.
 void SocialEquityLogLocalService.deleteSocialEquityLog(long equityLogId)
          Deletes the social equity log with the primary key from the database.
 void SocialEquitySettingLocalServiceWrapper.deleteSocialEquitySetting(long equitySettingId)
          Deletes the social equity setting with the primary key from the database.
static void SocialEquitySettingLocalServiceUtil.deleteSocialEquitySetting(long equitySettingId)
          Deletes the social equity setting with the primary key from the database.
 void SocialEquitySettingLocalService.deleteSocialEquitySetting(long equitySettingId)
          Deletes the social equity setting with the primary key from the database.
 void SocialEquityUserLocalServiceWrapper.deleteSocialEquityUser(long equityUserId)
          Deletes the social equity user with the primary key from the database.
static void SocialEquityUserLocalServiceUtil.deleteSocialEquityUser(long equityUserId)
          Deletes the social equity user with the primary key from the database.
 void SocialEquityUserLocalService.deleteSocialEquityUser(long equityUserId)
          Deletes the social equity user with the primary key from the database.
 void SocialRelationLocalServiceWrapper.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
static void SocialRelationLocalServiceUtil.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
 void SocialRelationLocalService.deleteSocialRelation(long relationId)
          Deletes the social relation with the primary key from the database.
 void SocialRequestLocalServiceWrapper.deleteSocialRequest(long requestId)
          Deletes the social request with the primary key from the database.
static void SocialRequestLocalServiceUtil.deleteSocialRequest(long requestId)
          Deletes the social request with the primary key from the database.
 void SocialRequestLocalService.deleteSocialRequest(long requestId)
          Deletes the social request with the primary key from the database.
 SocialActivity SocialActivityLocalServiceWrapper.getActivity(long activityId)
           
static SocialActivity SocialActivityLocalServiceUtil.getActivity(long activityId)
           
 SocialActivity SocialActivityLocalService.getActivity(long activityId)
           
 SocialActivity SocialActivityLocalServiceWrapper.getMirrorActivity(long mirrorActivityId)
           
static SocialActivity SocialActivityLocalServiceUtil.getMirrorActivity(long mirrorActivityId)
           
 SocialActivity SocialActivityLocalService.getMirrorActivity(long mirrorActivityId)
           
 PersistedModel SocialRequestLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialRequestLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialRequestLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialRelationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialRelationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialRelationLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquityUserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialEquityUserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquityUserLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquitySettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialEquitySettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquitySettingLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquityLogLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialEquityLogLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquityLogLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquityHistoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialEquityHistoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquityHistoryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquityGroupSettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialEquityGroupSettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialEquityGroupSettingLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SocialActivityLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SocialActivityLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 SocialRelation SocialRelationLocalServiceWrapper.getRelation(long relationId)
           
static SocialRelation SocialRelationLocalServiceUtil.getRelation(long relationId)
           
 SocialRelation SocialRelationLocalService.getRelation(long relationId)
           
 SocialRelation SocialRelationLocalServiceWrapper.getRelation(long userId1, long userId2, int type)
           
static SocialRelation SocialRelationLocalServiceUtil.getRelation(long userId1, long userId2, int type)
           
 SocialRelation SocialRelationLocalService.getRelation(long userId1, long userId2, int type)
           
 SocialActivity SocialActivityLocalServiceWrapper.getSocialActivity(long activityId)
          Returns the social activity with the primary key.
static SocialActivity SocialActivityLocalServiceUtil.getSocialActivity(long activityId)
          Returns the social activity with the primary key.
 SocialActivity SocialActivityLocalService.getSocialActivity(long activityId)
          Returns the social activity with the primary key.
 SocialEquityGroupSetting SocialEquityGroupSettingLocalServiceWrapper.getSocialEquityGroupSetting(long equityGroupSettingId)
          Returns the social equity group setting with the primary key.
static SocialEquityGroupSetting SocialEquityGroupSettingLocalServiceUtil.getSocialEquityGroupSetting(long equityGroupSettingId)
          Returns the social equity group setting with the primary key.
 SocialEquityGroupSetting SocialEquityGroupSettingLocalService.getSocialEquityGroupSetting(long equityGroupSettingId)
          Returns the social equity group setting with the primary key.
 SocialEquityHistory SocialEquityHistoryLocalServiceWrapper.getSocialEquityHistory(long equityHistoryId)
          Returns the social equity history with the primary key.
static SocialEquityHistory SocialEquityHistoryLocalServiceUtil.getSocialEquityHistory(long equityHistoryId)
          Returns the social equity history with the primary key.
 SocialEquityHistory SocialEquityHistoryLocalService.getSocialEquityHistory(long equityHistoryId)
          Returns the social equity history with the primary key.
 SocialEquityLog SocialEquityLogLocalServiceWrapper.getSocialEquityLog(long equityLogId)
          Returns the social equity log with the primary key.
static SocialEquityLog SocialEquityLogLocalServiceUtil.getSocialEquityLog(long equityLogId)
          Returns the social equity log with the primary key.
 SocialEquityLog SocialEquityLogLocalService.getSocialEquityLog(long equityLogId)
          Returns the social equity log with the primary key.
 SocialEquitySetting SocialEquitySettingLocalServiceWrapper.getSocialEquitySetting(long equitySettingId)
          Returns the social equity setting with the primary key.
static SocialEquitySetting SocialEquitySettingLocalServiceUtil.getSocialEquitySetting(long equitySettingId)
          Returns the social equity setting with the primary key.
 SocialEquitySetting SocialEquitySettingLocalService.getSocialEquitySetting(long equitySettingId)
          Returns the social equity setting with the primary key.
 SocialEquityUser SocialEquityUserLocalServiceWrapper.getSocialEquityUser(long equityUserId)
          Returns the social equity user with the primary key.
static SocialEquityUser SocialEquityUserLocalServiceUtil.getSocialEquityUser(long equityUserId)
          Returns the social equity user with the primary key.
 SocialEquityUser SocialEquityUserLocalService.getSocialEquityUser(long equityUserId)
          Returns the social equity user with the primary key.
 SocialRelation SocialRelationLocalServiceWrapper.getSocialRelation(long relationId)
          Returns the social relation with the primary key.
static SocialRelation SocialRelationLocalServiceUtil.getSocialRelation(long relationId)
          Returns the social relation with the primary key.
 SocialRelation SocialRelationLocalService.getSocialRelation(long relationId)
          Returns the social relation with the primary key.
 SocialRequest SocialRequestLocalServiceWrapper.getSocialRequest(long requestId)
          Returns the social request with the primary key.
static SocialRequest SocialRequestLocalServiceUtil.getSocialRequest(long requestId)
          Returns the social request with the primary key.
 SocialRequest SocialRequestLocalService.getSocialRequest(long requestId)
          Returns the social request with the primary key.
 SocialRequest SocialRequestLocalServiceWrapper.getSocialRequestByUuidAndGroupId(String uuid, long groupId)
          Returns the social request with the UUID in the group.
static SocialRequest SocialRequestLocalServiceUtil.getSocialRequestByUuidAndGroupId(String uuid, long groupId)
          Returns the social request with the UUID in the group.
 SocialRequest SocialRequestLocalService.getSocialRequestByUuidAndGroupId(String uuid, long groupId)
          Returns the social request with the UUID in the group.
 void SocialEquityGroupSettingLocalServiceWrapper.updateEquityGroupSetting(long groupId, String className, int type, boolean enabled)
           
static void SocialEquityGroupSettingLocalServiceUtil.updateEquityGroupSetting(long groupId, String className, int type, boolean enabled)
           
 void SocialEquityGroupSettingLocalService.updateEquityGroupSetting(long groupId, String className, int type, boolean enabled)
           
 void SocialEquitySettingLocalServiceWrapper.updateEquitySettings(long groupId, String className, List<SocialEquityActionMapping> equityActionMappings)
           
static void SocialEquitySettingLocalServiceUtil.updateEquitySettings(long groupId, String className, List<SocialEquityActionMapping> equityActionMappings)
           
 void SocialEquitySettingLocalService.updateEquitySettings(long groupId, String className, List<SocialEquityActionMapping> equityActionMappings)
           
 SocialRequest SocialRequestLocalServiceWrapper.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
           
static SocialRequest SocialRequestLocalServiceUtil.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
           
 SocialRequest SocialRequestLocalService.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
           
 

Uses of PortalException in com.liferay.portlet.softwarecatalog
 

Subclasses of PortalException in com.liferay.portlet.softwarecatalog
 class DuplicateProductEntryModuleIdException
           
 class DuplicateProductVersionDirectDownloadURLException
           
 class FrameworkVersionNameException
           
 class LicenseNameException
           
 class NoSuchFrameworkVersionException
           
 class NoSuchLicenseException
           
 class NoSuchProductEntryException
           
 class NoSuchProductScreenshotException
           
 class NoSuchProductVersionException
           
 class ProductEntryAuthorException
           
 class ProductEntryLicenseException
           
 class ProductEntryNameException
           
 class ProductEntryPageURLException
           
 class ProductEntryScreenshotsException
           
 class ProductEntryShortDescriptionException
           
 class ProductEntryTypeException
           
 class ProductVersionChangeLogException
           
 class ProductVersionDownloadURLException
           
 class ProductVersionFrameworkVersionException
           
 class ProductVersionNameException
           
 class UnavailableProductVersionDirectDownloadURLException
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service that throw PortalException
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionServiceWrapper.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
static SCFrameworkVersion SCFrameworkVersionServiceUtil.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 SCFrameworkVersion SCFrameworkVersionService.addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 void SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(long frameworkVersionId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(long frameworkVersionId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalService.addFrameworkVersionResources(long frameworkVersionId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(long frameworkVersionId, String[] communityPermissions, String[] guestPermissions)
           
static void SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(long frameworkVersionId, String[] communityPermissions, String[] guestPermissions)
           
 void SCFrameworkVersionLocalService.addFrameworkVersionResources(long frameworkVersionId, String[] communityPermissions, String[] guestPermissions)
           
 void SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalService.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] communityPermissions, String[] guestPermissions)
           
static void SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] communityPermissions, String[] guestPermissions)
           
 void SCFrameworkVersionLocalService.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] communityPermissions, String[] guestPermissions)
           
 SCLicense SCLicenseServiceWrapper.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseServiceUtil.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseService.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceWrapper.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseLocalServiceUtil.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalService.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.addProductEntry(long userId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
static SCProductEntry SCProductEntryLocalServiceUtil.addProductEntry(long userId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
 SCProductEntry SCProductEntryLocalService.addProductEntry(long userId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
 SCProductEntry SCProductEntryServiceWrapper.addProductEntry(String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
static SCProductEntry SCProductEntryServiceUtil.addProductEntry(String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
 SCProductEntry SCProductEntryService.addProductEntry(String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
 void SCProductEntryLocalServiceWrapper.addProductEntryResources(long productEntryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void SCProductEntryLocalServiceUtil.addProductEntryResources(long productEntryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCProductEntryLocalService.addProductEntryResources(long productEntryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCProductEntryLocalServiceWrapper.addProductEntryResources(long productEntryId, String[] communityPermissions, String[] guestPermissions)
           
static void SCProductEntryLocalServiceUtil.addProductEntryResources(long productEntryId, String[] communityPermissions, String[] guestPermissions)
           
 void SCProductEntryLocalService.addProductEntryResources(long productEntryId, String[] communityPermissions, String[] guestPermissions)
           
 void SCProductEntryLocalServiceWrapper.addProductEntryResources(SCProductEntry productEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void SCProductEntryLocalServiceUtil.addProductEntryResources(SCProductEntry productEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCProductEntryLocalService.addProductEntryResources(SCProductEntry productEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCProductEntryLocalServiceWrapper.addProductEntryResources(SCProductEntry productEntry, String[] communityPermissions, String[] guestPermissions)
           
static void SCProductEntryLocalServiceUtil.addProductEntryResources(SCProductEntry productEntry, String[] communityPermissions, String[] guestPermissions)
           
 void SCProductEntryLocalService.addProductEntryResources(SCProductEntry productEntry, String[] communityPermissions, String[] guestPermissions)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.addProductVersion(long userId, long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
static SCProductVersion SCProductVersionLocalServiceUtil.addProductVersion(long userId, long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionLocalService.addProductVersion(long userId, long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionServiceWrapper.addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
static SCProductVersion SCProductVersionServiceUtil.addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 SCProductVersion SCProductVersionService.addProductVersion(long productEntryId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, ServiceContext serviceContext)
           
 void SCFrameworkVersionServiceWrapper.deleteFrameworkVersion(long frameworkVersionId)
           
static void SCFrameworkVersionServiceUtil.deleteFrameworkVersion(long frameworkVersionId)
           
 void SCFrameworkVersionService.deleteFrameworkVersion(long frameworkVersionId)
           
 void SCFrameworkVersionLocalServiceWrapper.deleteFrameworkVersion(long frameworkVersionId)
           
static void SCFrameworkVersionLocalServiceUtil.deleteFrameworkVersion(long frameworkVersionId)
           
 void SCFrameworkVersionLocalService.deleteFrameworkVersion(long frameworkVersionId)
           
 void SCLicenseServiceWrapper.deleteLicense(long licenseId)
           
static void SCLicenseServiceUtil.deleteLicense(long licenseId)
           
 void SCLicenseService.deleteLicense(long licenseId)
           
 void SCLicenseLocalServiceWrapper.deleteLicense(long licenseId)
           
static void SCLicenseLocalServiceUtil.deleteLicense(long licenseId)
           
 void SCLicenseLocalService.deleteLicense(long licenseId)
           
 void SCProductEntryLocalServiceWrapper.deleteProductEntries(long groupId)
           
static void SCProductEntryLocalServiceUtil.deleteProductEntries(long groupId)
           
 void SCProductEntryLocalService.deleteProductEntries(long groupId)
           
 void SCProductEntryServiceWrapper.deleteProductEntry(long productEntryId)
           
static void SCProductEntryServiceUtil.deleteProductEntry(long productEntryId)
           
 void SCProductEntryService.deleteProductEntry(long productEntryId)
           
 void SCProductEntryLocalServiceWrapper.deleteProductEntry(long productEntryId)
           
static void SCProductEntryLocalServiceUtil.deleteProductEntry(long productEntryId)
           
 void SCProductEntryLocalService.deleteProductEntry(long productEntryId)
           
 void SCProductEntryLocalServiceWrapper.deleteProductEntry(SCProductEntry productEntry)
           
static void SCProductEntryLocalServiceUtil.deleteProductEntry(SCProductEntry productEntry)
           
 void SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
           
 void SCProductScreenshotLocalServiceWrapper.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
static void SCProductScreenshotLocalServiceUtil.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 void SCProductScreenshotLocalService.deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 void SCProductScreenshotLocalServiceWrapper.deleteProductScreenshots(long productEntryId)
           
static void SCProductScreenshotLocalServiceUtil.deleteProductScreenshots(long productEntryId)
           
 void SCProductScreenshotLocalService.deleteProductScreenshots(long productEntryId)
           
 void SCProductVersionServiceWrapper.deleteProductVersion(long productVersionId)
           
static void SCProductVersionServiceUtil.deleteProductVersion(long productVersionId)
           
 void SCProductVersionService.deleteProductVersion(long productVersionId)
           
 void SCProductVersionLocalServiceWrapper.deleteProductVersion(long productVersionId)
           
static void SCProductVersionLocalServiceUtil.deleteProductVersion(long productVersionId)
           
 void SCProductVersionLocalService.deleteProductVersion(long productVersionId)
           
 void SCFrameworkVersionLocalServiceWrapper.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
static void SCFrameworkVersionLocalServiceUtil.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
 void SCFrameworkVersionLocalService.deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
 void SCLicenseLocalServiceWrapper.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
static void SCLicenseLocalServiceUtil.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
 void SCLicenseLocalService.deleteSCLicense(long licenseId)
          Deletes the s c license with the primary key from the database.
 void SCProductEntryLocalServiceWrapper.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
static void SCProductEntryLocalServiceUtil.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
 void SCProductEntryLocalService.deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
 void SCProductScreenshotLocalServiceWrapper.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
static void SCProductScreenshotLocalServiceUtil.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
 void SCProductScreenshotLocalService.deleteSCProductScreenshot(long productScreenshotId)
          Deletes the s c product screenshot with the primary key from the database.
 void SCProductVersionLocalServiceWrapper.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
static void SCProductVersionLocalServiceUtil.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
 void SCProductVersionLocalService.deleteSCProductVersion(long productVersionId)
          Deletes the s c product version with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionServiceWrapper.getFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionServiceUtil.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionService.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.getFrameworkVersion(long frameworkVersionId)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.getFrameworkVersion(long frameworkVersionId)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.getFrameworkVersion(long frameworkVersionId)
           
 SCLicense SCLicenseServiceWrapper.getLicense(long licenseId)
           
static SCLicense SCLicenseServiceUtil.getLicense(long licenseId)
           
 SCLicense SCLicenseService.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalServiceWrapper.getLicense(long licenseId)
           
static SCLicense SCLicenseLocalServiceUtil.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalService.getLicense(long licenseId)
           
 PersistedModel SCProductVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCProductVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductScreenshotLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCProductScreenshotLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductScreenshotLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCProductEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCProductEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCLicenseLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCLicenseLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCLicenseLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCFrameworkVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel SCFrameworkVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel SCFrameworkVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 SCProductEntry SCProductEntryServiceWrapper.getProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryServiceUtil.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryService.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.getProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalService.getProductEntry(long productEntryId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshot(long productEntryId, int priority)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshotByFullImageId(long fullImageId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getProductScreenshotByThumbnailId(long thumbnailId)
           
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getProductScreenshotByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotLocalService.getProductScreenshotByThumbnailId(long thumbnailId)
           
 SCProductVersion SCProductVersionServiceWrapper.getProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionServiceUtil.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionService.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getProductVersion(long productVersionId)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalService.getProductVersion(long productVersionId)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
static SCProductVersion SCProductVersionLocalServiceUtil.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionLocalService.getProductVersionByDirectDownloadURL(String directDownloadURL)
           
 List<SCProductVersion> SCProductVersionServiceWrapper.getProductVersions(long productEntryId, int start, int end)
           
static List<SCProductVersion> SCProductVersionServiceUtil.getProductVersions(long productEntryId, int start, int end)
           
 List<SCProductVersion> SCProductVersionService.getProductVersions(long productEntryId, int start, int end)
           
 int SCProductVersionServiceWrapper.getProductVersionsCount(long productEntryId)
           
static int SCProductVersionServiceUtil.getProductVersionsCount(long productEntryId)
           
 int SCProductVersionService.getProductVersionsCount(long productEntryId)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.getSCFrameworkVersion(long frameworkVersionId)
          Returns the s c framework version with the primary key.
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.getSCFrameworkVersion(long frameworkVersionId)
          Returns the s c framework version with the primary key.
 SCFrameworkVersion SCFrameworkVersionLocalService.getSCFrameworkVersion(long frameworkVersionId)
          Returns the s c framework version with the primary key.
 SCLicense SCLicenseLocalServiceWrapper.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
static SCLicense SCLicenseLocalServiceUtil.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
 SCLicense SCLicenseLocalService.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
 SCProductEntry SCProductEntryLocalServiceWrapper.getSCProductEntry(long productEntryId)
          Returns the s c product entry with the primary key.
static SCProductEntry SCProductEntryLocalServiceUtil.getSCProductEntry(long productEntryId)
          Returns the s c product entry with the primary key.
 SCProductEntry SCProductEntryLocalService.getSCProductEntry(long productEntryId)
          Returns the s c product entry with the primary key.
 SCProductScreenshot SCProductScreenshotLocalServiceWrapper.getSCProductScreenshot(long productScreenshotId)
          Returns the s c product screenshot with the primary key.
static SCProductScreenshot SCProductScreenshotLocalServiceUtil.getSCProductScreenshot(long productScreenshotId)
          Returns the s c product screenshot with the primary key.
 SCProductScreenshot SCProductScreenshotLocalService.getSCProductScreenshot(long productScreenshotId)
          Returns the s c product screenshot with the primary key.
 SCProductVersion SCProductVersionLocalServiceWrapper.getSCProductVersion(long productVersionId)
          Returns the s c product version with the primary key.
static SCProductVersion SCProductVersionLocalServiceUtil.getSCProductVersion(long productVersionId)
          Returns the s c product version with the primary key.
 SCProductVersion SCProductVersionLocalService.getSCProductVersion(long productVersionId)
          Returns the s c product version with the primary key.
 SCFrameworkVersion SCFrameworkVersionServiceWrapper.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
static SCFrameworkVersion SCFrameworkVersionServiceUtil.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionService.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionLocalServiceWrapper.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
static SCFrameworkVersion SCFrameworkVersionLocalServiceUtil.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCFrameworkVersion SCFrameworkVersionLocalService.updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 SCLicense SCLicenseServiceWrapper.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseServiceUtil.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseService.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceWrapper.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseLocalServiceUtil.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalService.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCProductEntry SCProductEntryServiceWrapper.updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
static SCProductEntry SCProductEntryServiceUtil.updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 SCProductEntry SCProductEntryService.updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
static SCProductEntry SCProductEntryLocalServiceUtil.updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 SCProductEntry SCProductEntryLocalService.updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 SCProductVersion SCProductVersionServiceWrapper.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
static SCProductVersion SCProductVersionServiceUtil.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionService.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionLocalServiceWrapper.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
static SCProductVersion SCProductVersionLocalServiceUtil.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 SCProductVersion SCProductVersionLocalService.updateProductVersion(long productVersionId, String version, String changeLog, String downloadPageURL, String directDownloadURL, boolean testDirectDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
 

Uses of PortalException in com.liferay.portlet.tasks
 

Subclasses of PortalException in com.liferay.portlet.tasks
 class DuplicateReviewUserIdException
           
 class NoSuchProposalException
           
 class NoSuchReviewException
           
 class ProposalDueDateException
           
 class ProposalPublishDateException
           
 

Uses of PortalException in com.liferay.portlet.tasks.model
 

Methods in com.liferay.portlet.tasks.model that throw PortalException
 String TasksProposalWrapper.getStatus(Locale locale)
           
 String TasksProposal.getStatus(Locale locale)
           
 

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

Methods in com.liferay.portlet.tasks.service that throw PortalException
 TasksProposal TasksProposalLocalServiceWrapper.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static TasksProposal TasksProposalLocalServiceUtil.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalLocalService.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalLocalServiceWrapper.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
           
static TasksProposal TasksProposalLocalServiceUtil.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalService.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalServiceWrapper.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
static TasksProposal TasksProposalLocalServiceUtil.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalService.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalServiceWrapper.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static TasksProposal TasksProposalServiceUtil.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalService.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalServiceWrapper.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
static TasksProposal TasksProposalServiceUtil.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalService.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 void TasksProposalLocalServiceWrapper.addProposalResources(long proposalId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void TasksProposalLocalServiceUtil.addProposalResources(long proposalId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void TasksProposalLocalService.addProposalResources(long proposalId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void TasksProposalLocalServiceWrapper.addProposalResources(long proposalId, String[] communityPermissions, String[] guestPermissions)
           
static void TasksProposalLocalServiceUtil.addProposalResources(long proposalId, String[] communityPermissions, String[] guestPermissions)
           
 void TasksProposalLocalService.addProposalResources(long proposalId, String[] communityPermissions, String[] guestPermissions)
           
 void TasksProposalLocalServiceWrapper.addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void TasksProposalLocalServiceUtil.addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void TasksProposalLocalService.addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void TasksProposalLocalServiceWrapper.addProposalResources(TasksProposal proposal, String[] communityPermissions, String[] guestPermissions)
           
static void TasksProposalLocalServiceUtil.addProposalResources(TasksProposal proposal, String[] communityPermissions, String[] guestPermissions)
           
 void TasksProposalLocalService.addProposalResources(TasksProposal proposal, String[] communityPermissions, String[] guestPermissions)
           
 TasksReview TasksReviewLocalServiceWrapper.addReview(long userId, long proposalId, long assignedByUserId, int stage)
           
static TasksReview TasksReviewLocalServiceUtil.addReview(long userId, long proposalId, long assignedByUserId, int stage)
           
 TasksReview TasksReviewLocalService.addReview(long userId, long proposalId, long assignedByUserId, int stage)
           
 TasksReview TasksReviewServiceWrapper.approveReview(long proposalId, int stage)
           
static TasksReview TasksReviewServiceUtil.approveReview(long proposalId, int stage)
           
 TasksReview TasksReviewService.approveReview(long proposalId, int stage)
           
 TasksReview TasksReviewLocalServiceWrapper.approveReview(long userId, long proposalId, int stage)
           
static TasksReview TasksReviewLocalServiceUtil.approveReview(long userId, long proposalId, int stage)
           
 TasksReview TasksReviewLocalService.approveReview(long userId, long proposalId, int stage)
           
 void TasksProposalServiceWrapper.deleteProposal(long proposalId)
           
static void TasksProposalServiceUtil.deleteProposal(long proposalId)
           
 void TasksProposalService.deleteProposal(long proposalId)
           
 void TasksProposalLocalServiceWrapper.deleteProposal(long proposalId)
           
static void TasksProposalLocalServiceUtil.deleteProposal(long proposalId)
           
 void TasksProposalLocalService.deleteProposal(long proposalId)
           
 void TasksProposalLocalServiceWrapper.deleteProposal(long classNameId, String classPK)
           
static void TasksProposalLocalServiceUtil.deleteProposal(long classNameId, String classPK)
           
 void TasksProposalLocalService.deleteProposal(long classNameId, String classPK)
           
 void TasksProposalLocalServiceWrapper.deleteProposal(String className, String classPK)
           
static void TasksProposalLocalServiceUtil.deleteProposal(String className, String classPK)
           
 void TasksProposalLocalService.deleteProposal(String className, String classPK)
           
 void TasksProposalLocalServiceWrapper.deleteProposal(TasksProposal proposal)
           
static void TasksProposalLocalServiceUtil.deleteProposal(TasksProposal proposal)
           
 void TasksProposalLocalService.deleteProposal(TasksProposal proposal)
           
 void TasksProposalLocalServiceWrapper.deleteProposals(long groupId)
           
static void TasksProposalLocalServiceUtil.deleteProposals(long groupId)
           
 void TasksProposalLocalService.deleteProposals(long groupId)
           
 void TasksReviewLocalServiceWrapper.deleteReview(long reviewId)
           
static void TasksReviewLocalServiceUtil.deleteReview(long reviewId)
           
 void TasksReviewLocalService.deleteReview(long reviewId)
           
 void TasksProposalLocalServiceWrapper.deleteTasksProposal(long proposalId)
          Deletes the tasks proposal with the primary key from the database.
static void TasksProposalLocalServiceUtil.deleteTasksProposal(long proposalId)
          Deletes the tasks proposal with the primary key from the database.
 void TasksProposalLocalService.deleteTasksProposal(long proposalId)
          Deletes the tasks proposal with the primary key from the database.
 void TasksReviewLocalServiceWrapper.deleteTasksReview(long reviewId)
          Deletes the tasks review with the primary key from the database.
static void TasksReviewLocalServiceUtil.deleteTasksReview(long reviewId)
          Deletes the tasks review with the primary key from the database.
 void TasksReviewLocalService.deleteTasksReview(long reviewId)
          Deletes the tasks review with the primary key from the database.
 PersistedModel TasksReviewLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel TasksReviewLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TasksReviewLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TasksProposalLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel TasksProposalLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel TasksProposalLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 TasksProposal TasksProposalLocalServiceWrapper.getProposal(long proposalId)
           
static TasksProposal TasksProposalLocalServiceUtil.getProposal(long proposalId)
           
 TasksProposal TasksProposalLocalService.getProposal(long proposalId)
           
 TasksProposal TasksProposalLocalServiceWrapper.getProposal(long classNameId, String classPK)
           
static TasksProposal TasksProposalLocalServiceUtil.getProposal(long classNameId, String classPK)
           
 TasksProposal TasksProposalLocalService.getProposal(long classNameId, String classPK)
           
 TasksProposal TasksProposalLocalServiceWrapper.getProposal(String className, String classPK)
           
static TasksProposal TasksProposalLocalServiceUtil.getProposal(String className, String classPK)
           
 TasksProposal TasksProposalLocalService.getProposal(String className, String classPK)
           
 TasksReview TasksReviewLocalServiceWrapper.getReview(long reviewId)
           
static TasksReview TasksReviewLocalServiceUtil.getReview(long reviewId)
           
 TasksReview TasksReviewLocalService.getReview(long reviewId)
           
 TasksReview TasksReviewLocalServiceWrapper.getReview(long userId, long proposalId)
           
static TasksReview TasksReviewLocalServiceUtil.getReview(long userId, long proposalId)
           
 TasksReview TasksReviewLocalService.getReview(long userId, long proposalId)
           
 TasksProposal TasksProposalLocalServiceWrapper.getTasksProposal(long proposalId)
          Returns the tasks proposal with the primary key.
static TasksProposal TasksProposalLocalServiceUtil.getTasksProposal(long proposalId)
          Returns the tasks proposal with the primary key.
 TasksProposal TasksProposalLocalService.getTasksProposal(long proposalId)
          Returns the tasks proposal with the primary key.
 TasksReview TasksReviewLocalServiceWrapper.getTasksReview(long reviewId)
          Returns the tasks review with the primary key.
static TasksReview TasksReviewLocalServiceUtil.getTasksReview(long reviewId)
          Returns the tasks review with the primary key.
 TasksReview TasksReviewLocalService.getTasksReview(long reviewId)
          Returns the tasks review with the primary key.
 TasksReview TasksReviewServiceWrapper.rejectReview(long proposalId, int stage)
           
static TasksReview TasksReviewServiceUtil.rejectReview(long proposalId, int stage)
           
 TasksReview TasksReviewService.rejectReview(long proposalId, int stage)
           
 TasksReview TasksReviewLocalServiceWrapper.rejectReview(long userId, long proposalId, int stage)
           
static TasksReview TasksReviewLocalServiceUtil.rejectReview(long userId, long proposalId, int stage)
           
 TasksReview TasksReviewLocalService.rejectReview(long userId, long proposalId, int stage)
           
 TasksProposal TasksProposalLocalServiceWrapper.updateProposal(long userId, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
static TasksProposal TasksProposalLocalServiceUtil.updateProposal(long userId, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal TasksProposalLocalService.updateProposal(long userId, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal TasksProposalServiceWrapper.updateProposal(long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
static TasksProposal TasksProposalServiceUtil.updateProposal(long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal TasksProposalService.updateProposal(long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 void TasksReviewServiceWrapper.updateReviews(long proposalId, long[][] userIdsPerStage)
           
static void TasksReviewServiceUtil.updateReviews(long proposalId, long[][] userIdsPerStage)
           
 void TasksReviewService.updateReviews(long proposalId, long[][] userIdsPerStage)
           
 void TasksReviewLocalServiceWrapper.updateReviews(long proposalId, long assignedByUserId, long[][] userIdsPerStage)
           
static void TasksReviewLocalServiceUtil.updateReviews(long proposalId, long assignedByUserId, long[][] userIdsPerStage)
           
 void TasksReviewLocalService.updateReviews(long proposalId, long assignedByUserId, long[][] userIdsPerStage)
           
 

Uses of PortalException in com.liferay.portlet.wiki
 

Subclasses of PortalException in com.liferay.portlet.wiki
 class DuplicateNodeNameException
           
 class DuplicatePageException
           
 class ImportFilesException
           
 class NodeNameException
           
 class NoSuchNodeException
           
 class NoSuchPageException
           
 class NoSuchPageResourceException
           
 class PageContentException
           
 class PageTitleException
           
 class PageVersionException
           
 class WikiFormatException
           
 

Uses of PortalException in com.liferay.portlet.wiki.model
 

Methods in com.liferay.portlet.wiki.model that throw PortalException
 String[] WikiPageWrapper.getAttachmentsFiles()
           
 String[] WikiPage.getAttachmentsFiles()
           
 

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

Methods in com.liferay.portlet.wiki.service that throw PortalException
 WikiNode WikiNodeLocalServiceWrapper.addDefaultNode(long userId, ServiceContext serviceContext)
           
static WikiNode WikiNodeLocalServiceUtil.addDefaultNode(long userId, ServiceContext serviceContext)
           
 WikiNode WikiNodeLocalService.addDefaultNode(long userId, ServiceContext serviceContext)
           
 WikiNode WikiNodeLocalServiceWrapper.addNode(long userId, String name, String description, ServiceContext serviceContext)
           
static WikiNode WikiNodeLocalServiceUtil.addNode(long userId, String name, String description, ServiceContext serviceContext)
           
 WikiNode WikiNodeLocalService.addNode(long userId, String name, String description, ServiceContext serviceContext)
           
 WikiNode WikiNodeServiceWrapper.addNode(String name, String description, ServiceContext serviceContext)
           
static WikiNode WikiNodeServiceUtil.addNode(String name, String description, ServiceContext serviceContext)
           
 WikiNode WikiNodeService.addNode(String name, String description, ServiceContext serviceContext)
           
 void WikiNodeLocalServiceWrapper.addNodeResources(long nodeId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void WikiNodeLocalServiceUtil.addNodeResources(long nodeId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void WikiNodeLocalService.addNodeResources(long nodeId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void WikiNodeLocalServiceWrapper.addNodeResources(long nodeId, String[] communityPermissions, String[] guestPermissions)
           
static void WikiNodeLocalServiceUtil.addNodeResources(long nodeId, String[] communityPermissions, String[] guestPermissions)
           
 void WikiNodeLocalService.addNodeResources(long nodeId, String[] communityPermissions, String[] guestPermissions)
           
 void WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void WikiNodeLocalServiceUtil.addNodeResources(WikiNode node, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void WikiNodeLocalService.addNodeResources(WikiNode node, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node, String[] communityPermissions, String[] guestPermissions)
           
static void WikiNodeLocalServiceUtil.addNodeResources(WikiNode node, String[] communityPermissions, String[] guestPermissions)
           
 void WikiNodeLocalService.addNodeResources(WikiNode node, String[] communityPermissions, String[] guestPermissions)
           
 WikiPage WikiPageLocalServiceWrapper.addPage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, boolean head, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.addPage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, boolean head, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.addPage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, boolean head, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceWrapper.addPage(long userId, long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.addPage(long userId, long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.addPage(long userId, long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceWrapper.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
static WikiPage WikiPageServiceUtil.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
 WikiPage WikiPageService.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceWrapper.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
static WikiPage WikiPageServiceUtil.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageService.addPage(long nodeId, String title, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 void WikiPageLocalServiceWrapper.addPageAttachment(long companyId, String dirName, Date modifiedDate, String fileName, InputStream inputStream)
           
static void WikiPageLocalServiceUtil.addPageAttachment(long companyId, String dirName, Date modifiedDate, String fileName, InputStream inputStream)
           
 void WikiPageLocalService.addPageAttachment(long companyId, String dirName, Date modifiedDate, String fileName, InputStream inputStream)
           
 void WikiPageLocalServiceWrapper.addPageAttachments(long userId, long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
static void WikiPageLocalServiceUtil.addPageAttachments(long userId, long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
 void WikiPageLocalService.addPageAttachments(long userId, long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
 void WikiPageServiceWrapper.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
static void WikiPageServiceUtil.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
 void WikiPageService.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
 void WikiPageLocalServiceWrapper.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
          Deprecated. WikiPageLocalServiceWrapper.addPageAttachments(long, long, String, List)
static void WikiPageLocalServiceUtil.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
          Deprecated. WikiPageLocalServiceUtil.addPageAttachments(long, long, String, List)
 void WikiPageLocalService.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
          Deprecated. WikiPageLocalService.addPageAttachments(long, long, String, List)
 void WikiPageLocalServiceWrapper.addPageResources(long nodeId, String title, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void WikiPageLocalServiceUtil.addPageResources(long nodeId, String title, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void WikiPageLocalService.addPageResources(long nodeId, String title, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void WikiPageLocalServiceWrapper.addPageResources(long nodeId, String title, String[] communityPermissions, String[] guestPermissions)
           
static void WikiPageLocalServiceUtil.addPageResources(long nodeId, String title, String[] communityPermissions, String[] guestPermissions)
           
 void WikiPageLocalService.addPageResources(long nodeId, String title, String[] communityPermissions, String[] guestPermissions)
           
 void WikiPageLocalServiceWrapper.addPageResources(WikiPage page, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void WikiPageLocalServiceUtil.addPageResources(WikiPage page, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void WikiPageLocalService.addPageResources(WikiPage page, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void WikiPageLocalServiceWrapper.addPageResources(WikiPage page, String[] communityPermissions, String[] guestPermissions)
           
static void WikiPageLocalServiceUtil.addPageResources(WikiPage page, String[] communityPermissions, String[] guestPermissions)
           
 void WikiPageLocalService.addPageResources(WikiPage page, String[] communityPermissions, String[] guestPermissions)
           
 void WikiPageLocalServiceWrapper.changeParent(long userId, long nodeId, String title, String newParentTitle, ServiceContext serviceContext)
           
static void WikiPageLocalServiceUtil.changeParent(long userId, long nodeId, String title, String newParentTitle, ServiceContext serviceContext)
           
 void WikiPageLocalService.changeParent(long userId, long nodeId, String title, String newParentTitle, ServiceContext serviceContext)
           
 void WikiPageServiceWrapper.changeParent(long nodeId, String title, String newParentTitle, ServiceContext serviceContext)
           
static void WikiPageServiceUtil.changeParent(long nodeId, String title, String newParentTitle, ServiceContext serviceContext)
           
 void WikiPageService.changeParent(long nodeId, String title, String newParentTitle, ServiceContext serviceContext)
           
 void WikiNodeServiceWrapper.deleteNode(long nodeId)
           
static void WikiNodeServiceUtil.deleteNode(long nodeId)
           
 void WikiNodeService.deleteNode(long nodeId)
           
 void WikiNodeLocalServiceWrapper.deleteNode(long nodeId)
           
static void WikiNodeLocalServiceUtil.deleteNode(long nodeId)
           
 void WikiNodeLocalService.deleteNode(long nodeId)
           
 void WikiNodeLocalServiceWrapper.deleteNode(WikiNode node)
           
static void WikiNodeLocalServiceUtil.deleteNode(WikiNode node)
           
 void WikiNodeLocalService.deleteNode(WikiNode node)
           
 void WikiNodeLocalServiceWrapper.deleteNodes(long groupId)
           
static void WikiNodeLocalServiceUtil.deleteNodes(long groupId)
           
 void WikiNodeLocalService.deleteNodes(long groupId)
           
 void WikiPageServiceWrapper.deletePage(long nodeId, String title)
           
static void WikiPageServiceUtil.deletePage(long nodeId, String title)
           
 void WikiPageService.deletePage(long nodeId, String title)
           
 void WikiPageLocalServiceWrapper.deletePage(long nodeId, String title)
           
static void WikiPageLocalServiceUtil.deletePage(long nodeId, String title)
           
 void WikiPageLocalService.deletePage(long nodeId, String title)
           
 void WikiPageServiceWrapper.deletePage(long nodeId, String title, double version)
           
static void WikiPageServiceUtil.deletePage(long nodeId, String title, double version)
           
 void WikiPageService.deletePage(long nodeId, String title, double version)
           
 void WikiPageLocalServiceWrapper.deletePage(long nodeId, String title, double version)
           
static void WikiPageLocalServiceUtil.deletePage(long nodeId, String title, double version)
           
 void WikiPageLocalService.deletePage(long nodeId, String title, double version)
           
 void WikiPageLocalServiceWrapper.deletePage(WikiPage page)
           
static void WikiPageLocalServiceUtil.deletePage(WikiPage page)
           
 void WikiPageLocalService.deletePage(WikiPage page)
           
 void WikiPageServiceWrapper.deletePageAttachment(long nodeId, String title, String fileName)
           
static void WikiPageServiceUtil.deletePageAttachment(long nodeId, String title, String fileName)
           
 void WikiPageService.deletePageAttachment(long nodeId, String title, String fileName)
           
 void WikiPageLocalServiceWrapper.deletePageAttachment(long nodeId, String title, String fileName)
           
static void WikiPageLocalServiceUtil.deletePageAttachment(long nodeId, String title, String fileName)
           
 void WikiPageLocalService.deletePageAttachment(long nodeId, String title, String fileName)
           
 void WikiPageResourceLocalServiceWrapper.deletePageResource(long nodeId, String title)
           
static void WikiPageResourceLocalServiceUtil.deletePageResource(long nodeId, String title)
           
 void WikiPageResourceLocalService.deletePageResource(long nodeId, String title)
           
 void WikiPageLocalServiceWrapper.deletePages(long nodeId)
           
static void WikiPageLocalServiceUtil.deletePages(long nodeId)
           
 void WikiPageLocalService.deletePages(long nodeId)
           
 void WikiNodeLocalServiceWrapper.deleteWikiNode(long nodeId)
          Deletes the wiki node with the primary key from the database.
static void WikiNodeLocalServiceUtil.deleteWikiNode(long nodeId)
          Deletes the wiki node with the primary key from the database.
 void WikiNodeLocalService.deleteWikiNode(long nodeId)
          Deletes the wiki node with the primary key from the database.
 void WikiPageLocalServiceWrapper.deleteWikiPage(long pageId)
          Deletes the wiki page with the primary key from the database.
static void WikiPageLocalServiceUtil.deleteWikiPage(long pageId)
          Deletes the wiki page with the primary key from the database.
 void WikiPageLocalService.deleteWikiPage(long pageId)
          Deletes the wiki page with the primary key from the database.
 void WikiPageResourceLocalServiceWrapper.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
static void WikiPageResourceLocalServiceUtil.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
 void WikiPageResourceLocalService.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
 WikiPage WikiPageServiceWrapper.getDraftPage(long nodeId, String title)
           
static WikiPage WikiPageServiceUtil.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageService.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageLocalServiceWrapper.getDraftPage(long nodeId, String title)
           
static WikiPage WikiPageLocalServiceUtil.getDraftPage(long nodeId, String title)
           
 WikiPage WikiPageLocalService.getDraftPage(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getIncomingLinks(long nodeId, String title)
           
static List<WikiPage> WikiPageLocalServiceUtil.getIncomingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalService.getIncomingLinks(long nodeId, String title)
           
 WikiNode WikiNodeServiceWrapper.getNode(long nodeId)
           
static WikiNode WikiNodeServiceUtil.getNode(long nodeId)
           
 WikiNode WikiNodeService.getNode(long nodeId)
           
 WikiNode WikiNodeLocalServiceWrapper.getNode(long nodeId)
           
static WikiNode WikiNodeLocalServiceUtil.getNode(long nodeId)
           
 WikiNode WikiNodeLocalService.getNode(long nodeId)
           
 WikiNode WikiNodeServiceWrapper.getNode(long groupId, String name)
           
static WikiNode WikiNodeServiceUtil.getNode(long groupId, String name)
           
 WikiNode WikiNodeService.getNode(long groupId, String name)
           
 WikiNode WikiNodeLocalServiceWrapper.getNode(long groupId, String nodeName)
           
static WikiNode WikiNodeLocalServiceUtil.getNode(long groupId, String nodeName)
           
 WikiNode WikiNodeLocalService.getNode(long groupId, String nodeName)
           
 List<WikiPage> WikiPageServiceWrapper.getNodePages(long nodeId, int max)
           
static List<WikiPage> WikiPageServiceUtil.getNodePages(long nodeId, int max)
           
 List<WikiPage> WikiPageService.getNodePages(long nodeId, int max)
           
 String WikiPageServiceWrapper.getNodePagesRSS(long nodeId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
           
static String WikiPageServiceUtil.getNodePagesRSS(long nodeId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
           
 String WikiPageService.getNodePagesRSS(long nodeId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
           
 List<WikiNode> WikiNodeLocalServiceWrapper.getNodes(long groupId)
           
static List<WikiNode> WikiNodeLocalServiceUtil.getNodes(long groupId)
           
 List<WikiNode> WikiNodeLocalService.getNodes(long groupId)
           
 List<WikiNode> WikiNodeLocalServiceWrapper.getNodes(long groupId, int start, int end)
           
static List<WikiNode> WikiNodeLocalServiceUtil.getNodes(long groupId, int start, int end)
           
 List<WikiNode> WikiNodeLocalService.getNodes(long groupId, int start, int end)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getOrphans(long nodeId)
           
static List<WikiPage> WikiPageLocalServiceUtil.getOrphans(long nodeId)
           
 List<WikiPage> WikiPageLocalService.getOrphans(long nodeId)
           
 List<WikiPage> WikiPageLocalServiceWrapper.getOutgoingLinks(long nodeId, String title)
           
static List<WikiPage> WikiPageLocalServiceUtil.getOutgoingLinks(long nodeId, String title)
           
 List<WikiPage> WikiPageLocalService.getOutgoingLinks(long nodeId, String title)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long resourcePrimKey)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long resourcePrimKey)
           
 WikiPage WikiPageLocalService.getPage(long resourcePrimKey)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long resourcePrimKey, Boolean head)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long resourcePrimKey, Boolean head)
           
 WikiPage WikiPageLocalService.getPage(long resourcePrimKey, Boolean head)
           
 WikiPage WikiPageServiceWrapper.getPage(long nodeId, String title)
           
static WikiPage WikiPageServiceUtil.getPage(long nodeId, String title)
           
 WikiPage WikiPageService.getPage(long nodeId, String title)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long nodeId, String title)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long nodeId, String title)
           
 WikiPage WikiPageLocalService.getPage(long nodeId, String title)
           
 WikiPage WikiPageServiceWrapper.getPage(long nodeId, String title, Boolean head)
           
static WikiPage WikiPageServiceUtil.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageService.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long nodeId, String title, Boolean head)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageLocalService.getPage(long nodeId, String title, Boolean head)
           
 WikiPage WikiPageServiceWrapper.getPage(long nodeId, String title, double version)
           
static WikiPage WikiPageServiceUtil.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageService.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageLocalServiceWrapper.getPage(long nodeId, String title, double version)
           
static WikiPage WikiPageLocalServiceUtil.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageLocalService.getPage(long nodeId, String title, double version)
           
 WikiPage WikiPageLocalServiceWrapper.getPageByPageId(long pageId)
           
static WikiPage WikiPageLocalServiceUtil.getPageByPageId(long pageId)
           
 WikiPage WikiPageLocalService.getPageByPageId(long pageId)
           
 WikiPageDisplay WikiPageLocalServiceWrapper.getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
static WikiPageDisplay WikiPageLocalServiceUtil.getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalService.getPageDisplay(long nodeId, String title, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalServiceWrapper.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
static WikiPageDisplay WikiPageLocalServiceUtil.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageDisplay WikiPageLocalService.getPageDisplay(WikiPage page, PortletURL viewPageURL, PortletURL editPageURL, String attachmentURLPrefix)
           
 WikiPageResource WikiPageResourceLocalServiceWrapper.getPageResource(long pageResourcePrimKey)
           
static WikiPageResource WikiPageResourceLocalServiceUtil.getPageResource(long pageResourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalService.getPageResource(long pageResourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalServiceWrapper.getPageResource(long nodeId, String title)
           
static WikiPageResource WikiPageResourceLocalServiceUtil.getPageResource(long nodeId, String title)
           
 WikiPageResource WikiPageResourceLocalService.getPageResource(long nodeId, String title)
           
 String WikiPageServiceWrapper.getPagesRSS(long companyId, long nodeId, String title, int max, String type, double version, String displayStyle, String feedURL, String entryURL, Locale locale)
           
static String WikiPageServiceUtil.getPagesRSS(long companyId, long nodeId, String title, int max, String type, double version, String displayStyle, String feedURL, String entryURL, Locale locale)
           
 String WikiPageService.getPagesRSS(long companyId, long nodeId, String title, int max, String type, double version, String displayStyle, String feedURL, String entryURL, Locale locale)
           
 PersistedModel WikiPageResourceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WikiPageResourceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiPageResourceLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiPageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WikiPageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiPageLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiNodeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
           
static PersistedModel WikiNodeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
           
 PersistedModel WikiNodeLocalService.getPersistedModel(Serializable primaryKeyObj)
           
 WikiNode WikiNodeLocalServiceWrapper.getWikiNode(long nodeId)
          Returns the wiki node with the primary key.
static WikiNode WikiNodeLocalServiceUtil.getWikiNode(long nodeId)
          Returns the wiki node with the primary key.
 WikiNode WikiNodeLocalService.getWikiNode(long nodeId)
          Returns the wiki node with the primary key.
 WikiNode WikiNodeLocalServiceWrapper.getWikiNodeByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki node with the UUID in the group.
static WikiNode WikiNodeLocalServiceUtil.getWikiNodeByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki node with the UUID in the group.
 WikiNode WikiNodeLocalService.getWikiNodeByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki node with the UUID in the group.
 WikiPage WikiPageLocalServiceWrapper.getWikiPage(long pageId)
          Returns the wiki page with the primary key.
static WikiPage WikiPageLocalServiceUtil.getWikiPage(long pageId)
          Returns the wiki page with the primary key.
 WikiPage WikiPageLocalService.getWikiPage(long pageId)
          Returns the wiki page with the primary key.
 WikiPage WikiPageLocalServiceWrapper.getWikiPageByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki page with the UUID in the group.
static WikiPage WikiPageLocalServiceUtil.getWikiPageByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki page with the UUID in the group.
 WikiPage WikiPageLocalService.getWikiPageByUuidAndGroupId(String uuid, long groupId)
          Returns the wiki page with the UUID in the group.
 WikiPageResource WikiPageResourceLocalServiceWrapper.getWikiPageResource(long resourcePrimKey)
          Returns the wiki page resource with the primary key.
static WikiPageResource WikiPageResourceLocalServiceUtil.getWikiPageResource(long resourcePrimKey)
          Returns the wiki page resource with the primary key.
 WikiPageResource WikiPageResourceLocalService.getWikiPageResource(long resourcePrimKey)
          Returns the wiki page resource with the primary key.
 void WikiNodeLocalServiceWrapper.importPages(long userId, long nodeId, String importer, File[] files, Map<String,String[]> options)
           
static void WikiNodeLocalServiceUtil.importPages(long userId, long nodeId, String importer, File[] files, Map<String,String[]> options)
           
 void WikiNodeLocalService.importPages(long userId, long nodeId, String importer, File[] files, Map<String,String[]> options)
           
 void WikiNodeServiceWrapper.importPages(long nodeId, String importer, File[] files, Map<String,String[]> options)
           
static void WikiNodeServiceUtil.importPages(long nodeId, String importer, File[] files, Map<String,String[]> options)
           
 void WikiNodeService.importPages(long nodeId, String importer, File[] files, Map<String,String[]> options)
           
 void WikiPageLocalServiceWrapper.movePage(long userId, long nodeId, String title, String newTitle, boolean strict, ServiceContext serviceContext)
           
static void WikiPageLocalServiceUtil.movePage(long userId, long nodeId, String title, String newTitle, boolean strict, ServiceContext serviceContext)
           
 void WikiPageLocalService.movePage(long userId, long nodeId, String title, String newTitle, boolean strict, ServiceContext serviceContext)
           
 void WikiPageLocalServiceWrapper.movePage(long userId, long nodeId, String title, String newTitle, ServiceContext serviceContext)
           
static void WikiPageLocalServiceUtil.movePage(long userId, long nodeId, String title, String newTitle, ServiceContext serviceContext)
           
 void WikiPageLocalService.movePage(long userId, long nodeId, String title, String newTitle, ServiceContext serviceContext)
           
 void WikiPageServiceWrapper.movePage(long nodeId, String title, String newTitle, ServiceContext serviceContext)
           
static void WikiPageServiceUtil.movePage(long nodeId, String title, String newTitle, ServiceContext serviceContext)
           
 void WikiPageService.movePage(long nodeId, String title, String newTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceWrapper.revertPage(long userId, long nodeId, String title, double version, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.revertPage(long userId, long nodeId, String title, double version, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.revertPage(long userId, long nodeId, String title, double version, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceWrapper.revertPage(long nodeId, String title, double version, ServiceContext serviceContext)
           
static WikiPage WikiPageServiceUtil.revertPage(long nodeId, String title, double version, ServiceContext serviceContext)
           
 WikiPage WikiPageService.revertPage(long nodeId, String title, double version, ServiceContext serviceContext)
           
 void WikiNodeServiceWrapper.subscribeNode(long nodeId)
           
static void WikiNodeServiceUtil.subscribeNode(long nodeId)
           
 void WikiNodeService.subscribeNode(long nodeId)
           
 void WikiNodeLocalServiceWrapper.subscribeNode(long userId, long nodeId)
           
static void WikiNodeLocalServiceUtil.subscribeNode(long userId, long nodeId)
           
 void WikiNodeLocalService.subscribeNode(long userId, long nodeId)
           
 void WikiPageLocalServiceWrapper.subscribePage(long userId, long nodeId, String title)
           
static void WikiPageLocalServiceUtil.subscribePage(long userId, long nodeId, String title)
           
 void WikiPageLocalService.subscribePage(long userId, long nodeId, String title)
           
 void WikiPageServiceWrapper.subscribePage(long nodeId, String title)
           
static void WikiPageServiceUtil.subscribePage(long nodeId, String title)
           
 void WikiPageService.subscribePage(long nodeId, String title)
           
 void WikiNodeServiceWrapper.unsubscribeNode(long nodeId)
           
static void WikiNodeServiceUtil.unsubscribeNode(long nodeId)
           
 void WikiNodeService.unsubscribeNode(long nodeId)
           
 void WikiNodeLocalServiceWrapper.unsubscribeNode(long userId, long nodeId)
           
static void WikiNodeLocalServiceUtil.unsubscribeNode(long userId, long nodeId)
           
 void WikiNodeLocalService.unsubscribeNode(long userId, long nodeId)
           
 void WikiPageLocalServiceWrapper.unsubscribePage(long userId, long nodeId, String title)
           
static void WikiPageLocalServiceUtil.unsubscribePage(long userId, long nodeId, String title)
           
 void WikiPageLocalService.unsubscribePage(long userId, long nodeId, String title)
           
 void WikiPageServiceWrapper.unsubscribePage(long nodeId, String title)
           
static void WikiPageServiceUtil.unsubscribePage(long nodeId, String title)
           
 void WikiPageService.unsubscribePage(long nodeId, String title)
           
 void WikiPageLocalServiceWrapper.updateAsset(long userId, WikiPage page, long[] assetCategoryIds, String[] assetTagNames)
           
static void WikiPageLocalServiceUtil.updateAsset(long userId, WikiPage page, long[] assetCategoryIds, String[] assetTagNames)
           
 void WikiPageLocalService.updateAsset(long userId, WikiPage page, long[] assetCategoryIds, String[] assetTagNames)
           
 WikiNode WikiNodeServiceWrapper.updateNode(long nodeId, String name, String description, ServiceContext serviceContext)
           
static WikiNode WikiNodeServiceUtil.updateNode(long nodeId, String name, String description, ServiceContext serviceContext)
           
 WikiNode WikiNodeService.updateNode(long nodeId, String name, String description, ServiceContext serviceContext)
           
 WikiNode WikiNodeLocalServiceWrapper.updateNode(long nodeId, String name, String description, ServiceContext serviceContext)
           
static WikiNode WikiNodeLocalServiceUtil.updateNode(long nodeId, String name, String description, ServiceContext serviceContext)
           
 WikiNode WikiNodeLocalService.updateNode(long nodeId, String name, String description, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceWrapper.updatePage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.updatePage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.updatePage(long userId, long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageServiceWrapper.updatePage(long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
static WikiPage WikiPageServiceUtil.updatePage(long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageService.updatePage(long nodeId, String title, double version, String content, String summary, boolean minorEdit, String format, String parentTitle, String redirectTitle, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceWrapper.updateStatus(long userId, long resourcePrimKey, int status, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.updateStatus(long userId, long resourcePrimKey, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.updateStatus(long userId, long resourcePrimKey, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalServiceWrapper.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
static WikiPage WikiPageLocalServiceUtil.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
 WikiPage WikiPageLocalService.updateStatus(long userId, WikiPage page, int status, ServiceContext serviceContext)
           
 void WikiPageLocalServiceWrapper.validateTitle(String title)
           
static void WikiPageLocalServiceUtil.validateTitle(String title)
           
 void WikiPageLocalService.validateTitle(String title)
           
 


Liferay 6.0-ee-sp2