Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchModelException

Packages that use NoSuchModelException
com.liferay.counter This package defines the portal counter exceptions. 
com.liferay.counter.service.persistence This package defines the portal counter service persistence interfaces and utilities. 
com.liferay.portal This package defines the common portal exceptions. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.announcements   
com.liferay.portlet.announcements.service.persistence   
com.liferay.portlet.asset   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.blogs   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.bookmarks   
com.liferay.portlet.bookmarks.service.persistence   
com.liferay.portlet.calendar   
com.liferay.portlet.calendar.service.persistence   
com.liferay.portlet.documentlibrary   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.dynamicdatalists   
com.liferay.portlet.dynamicdatalists.service.persistence   
com.liferay.portlet.dynamicdatamapping   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.expando   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.journal   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.messageboards   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.mobiledevicerules   
com.liferay.portlet.mobiledevicerules.service.persistence   
com.liferay.portlet.polls   
com.liferay.portlet.polls.service.persistence   
com.liferay.portlet.ratings   
com.liferay.portlet.ratings.service.persistence   
com.liferay.portlet.shopping   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.social   
com.liferay.portlet.social.service.persistence   
com.liferay.portlet.softwarecatalog   
com.liferay.portlet.softwarecatalog.service.persistence   
com.liferay.portlet.wiki   
com.liferay.portlet.wiki.service.persistence   
 

Uses of NoSuchModelException in com.liferay.counter
 

Subclasses of NoSuchModelException in com.liferay.counter
 class NoSuchCounterException
           
 

Uses of NoSuchModelException in com.liferay.counter.service.persistence
 

Methods in com.liferay.counter.service.persistence that throw NoSuchModelException
 Counter CounterPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the counter with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portal
 

Subclasses of NoSuchModelException in com.liferay.portal
 class NoSuchAccountException
           
 class NoSuchAddressException
           
 class NoSuchBrowserTrackerException
           
 class NoSuchClassNameException
           
 class NoSuchClusterGroupException
           
 class NoSuchCompanyException
           
 class NoSuchContactException
           
 class NoSuchCountryException
           
 class NoSuchEmailAddressException
           
 class NoSuchGroupException
           
 class NoSuchImageException
           
 class NoSuchLayoutBranchException
           
 class NoSuchLayoutException
           
 class NoSuchLayoutPrototypeException
           
 class NoSuchLayoutRevisionException
           
 class NoSuchLayoutSetBranchException
           
 class NoSuchLayoutSetException
           
 class NoSuchLayoutSetPrototypeException
           
 class NoSuchListTypeException
           
 class NoSuchLockException
           
 class NoSuchMembershipRequestException
           
 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 NoSuchRegionException
           
 class NoSuchReleaseException
           
 class NoSuchRepositoryEntryException
           
 class NoSuchRepositoryException
           
 class NoSuchResourceActionException
           
 class NoSuchResourceBlockException
           
 class NoSuchResourceBlockPermissionException
           
 class NoSuchResourceCodeException
           
 class NoSuchResourceException
           
 class NoSuchResourcePermissionException
           
 class NoSuchResourceTypePermissionException
           
 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
           
 

Uses of NoSuchModelException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchModelException
 T BasePersistence.findByPrimaryKey(Serializable primaryKey)
          Returns the model instance with the primary key or throws a NoSuchModelException if it could not be found.
 ResourceBlockPermission ResourceBlockPermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the resource block permission with the primary key or throws a NoSuchModelException if it could not be found.
 ClassName ClassNamePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the class name with the primary key or throws a NoSuchModelException if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the repository entry with the primary key or throws a NoSuchModelException if it could not be found.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the portlet preferences with the primary key or throws a NoSuchModelException if it could not be found.
 Portlet PortletPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the portlet with the primary key or throws a NoSuchModelException if it could not be found.
 Release ReleasePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the release with the primary key or throws a NoSuchModelException if it could not be found.
 Resource ResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the resource with the primary key or throws a NoSuchModelException if it could not be found.
 Company CompanyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the company with the primary key or throws a NoSuchModelException if it could not be found.
 Layout LayoutPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout with the primary key or throws a NoSuchModelException if it could not be found.
 Group GroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the group with the primary key or throws a NoSuchModelException if it could not be found.
 Repository RepositoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the repository with the primary key or throws a NoSuchModelException if it could not be found.
 ResourceBlock ResourceBlockPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the resource block with the primary key or throws a NoSuchModelException if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user ID mapper with the primary key or throws a NoSuchModelException if it could not be found.
 User UserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user with the primary key or throws a NoSuchModelException if it could not be found.
 Account AccountPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the account with the primary key or throws a NoSuchModelException if it could not be found.
 Shard ShardPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shard with the primary key or throws a NoSuchModelException if it could not be found.
 Region RegionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the region with the primary key or throws a NoSuchModelException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user group group role with the primary key or throws a NoSuchModelException if it could not be found.
 Address AddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the address with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout prototype with the primary key or throws a NoSuchModelException if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the resource code with the primary key or throws a NoSuchModelException if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the org labor with the primary key or throws a NoSuchModelException if it could not be found.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the resource type permission with the primary key or throws a NoSuchModelException if it could not be found.
 MembershipRequest MembershipRequestPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the membership request with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the password tracker with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutRevision LayoutRevisionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout revision with the primary key or throws a NoSuchModelException if it could not be found.
 EmailAddress EmailAddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the email address with the primary key or throws a NoSuchModelException if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the service component with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutSetBranch LayoutSetBranchPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout set branch with the primary key or throws a NoSuchModelException if it could not be found.
 Contact ContactPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the contact with the primary key or throws a NoSuchModelException if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user group role with the primary key or throws a NoSuchModelException if it could not be found.
 PortletItem PortletItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the portlet item with the primary key or throws a NoSuchModelException if it could not be found.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the org group permission with the primary key or throws a NoSuchModelException if it could not be found.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the org group role with the primary key or throws a NoSuchModelException if it could not be found.
 ResourcePermission ResourcePermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the resource permission with the primary key or throws a NoSuchModelException if it could not be found.
 Subscription SubscriptionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the subscription with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the password policy rel with the primary key or throws a NoSuchModelException if it could not be found.
 PluginSetting PluginSettingPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the plugin setting with the primary key or throws a NoSuchModelException if it could not be found.
 Website WebsitePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the website with the primary key or throws a NoSuchModelException if it could not be found.
 UserTracker UserTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user tracker with the primary key or throws a NoSuchModelException if it could not be found.
 Permission PermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the permission with the primary key or throws a NoSuchModelException if it could not be found.
 Team TeamPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the team with the primary key or throws a NoSuchModelException if it could not be found.
 VirtualHost VirtualHostPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the virtual host with the primary key or throws a NoSuchModelException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the list type with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout set with the primary key or throws a NoSuchModelException if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the web d a v props with the primary key or throws a NoSuchModelException if it could not be found.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user notification event with the primary key or throws a NoSuchModelException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the workflow definition link with the primary key or throws a NoSuchModelException if it could not be found.
 Country CountryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the country with the primary key or throws a NoSuchModelException if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the browser tracker with the primary key or throws a NoSuchModelException if it could not be found.
 Ticket TicketPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the ticket with the primary key or throws a NoSuchModelException if it could not be found.
 UserGroup UserGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user group with the primary key or throws a NoSuchModelException if it could not be found.
 UserTrackerPath UserTrackerPathPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user tracker path with the primary key or throws a NoSuchModelException if it could not be found.
 ClusterGroup ClusterGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the cluster group with the primary key or throws a NoSuchModelException if it could not be found.
 Phone PhonePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the phone with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout set prototype with the primary key or throws a NoSuchModelException if it could not be found.
 ResourceAction ResourceActionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the resource action with the primary key or throws a NoSuchModelException if it could not be found.
 Lock LockPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the lock with the primary key or throws a NoSuchModelException if it could not be found.
 PortalPreferences PortalPreferencesPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the portal preferences with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutBranch LayoutBranchPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout branch with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the password policy with the primary key or throws a NoSuchModelException if it could not be found.
 Organization OrganizationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the organization with the primary key or throws a NoSuchModelException if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the workflow instance link with the primary key or throws a NoSuchModelException if it could not be found.
 Role RolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the role with the primary key or throws a NoSuchModelException if it could not be found.
 Image ImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the image with the primary key or throws a NoSuchModelException if it could not be found.
 T BasePersistence.remove(Serializable primaryKey)
          Removes the model instance with the primary key from the database.
 

Uses of NoSuchModelException in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchModelException
 T BasePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
 T BasePersistenceImpl.remove(Serializable primaryKey)
           
 

Uses of NoSuchModelException in com.liferay.portlet.announcements
 

Subclasses of NoSuchModelException in com.liferay.portlet.announcements
 class NoSuchDeliveryException
           
 class NoSuchFlagException
           
 

Uses of NoSuchModelException in com.liferay.portlet.announcements.service.persistence
 

Methods in com.liferay.portlet.announcements.service.persistence that throw NoSuchModelException
 AnnouncementsDelivery AnnouncementsDeliveryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the announcements delivery with the primary key or throws a NoSuchModelException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the announcements flag with the primary key or throws a NoSuchModelException if it could not be found.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the announcements entry with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.asset
 

Subclasses of NoSuchModelException in com.liferay.portlet.asset
 class NoSuchCategoryPropertyException
           
 class NoSuchLinkException
           
 class NoSuchTagException
           
 class NoSuchTagPropertyException
           
 class NoSuchTagStatsException
           
 class NoSuchVocabularyException
           
 

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

Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchModelException
 AssetCategory AssetCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset category with the primary key or throws a NoSuchModelException if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset tag stats with the primary key or throws a NoSuchModelException if it could not be found.
 AssetLink AssetLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset link with the primary key or throws a NoSuchModelException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset category property with the primary key or throws a NoSuchModelException if it could not be found.
 AssetTag AssetTagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset tag with the primary key or throws a NoSuchModelException if it could not be found.
 AssetVocabulary AssetVocabularyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset vocabulary with the primary key or throws a NoSuchModelException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset entry with the primary key or throws a NoSuchModelException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset tag property with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.blogs
 

Subclasses of NoSuchModelException in com.liferay.portlet.blogs
 class NoSuchEntryException
           
 class NoSuchStatsUserException
           
 

Uses of NoSuchModelException in com.liferay.portlet.blogs.service.persistence
 

Methods in com.liferay.portlet.blogs.service.persistence that throw NoSuchModelException
 BlogsEntry BlogsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the blogs entry with the primary key or throws a NoSuchModelException if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the blogs stats user with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.bookmarks
 

Subclasses of NoSuchModelException in com.liferay.portlet.bookmarks
 class NoSuchFolderException
           
 

Uses of NoSuchModelException in com.liferay.portlet.bookmarks.service.persistence
 

Methods in com.liferay.portlet.bookmarks.service.persistence that throw NoSuchModelException
 BookmarksFolder BookmarksFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the bookmarks folder with the primary key or throws a NoSuchModelException if it could not be found.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the bookmarks entry with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.calendar
 

Subclasses of NoSuchModelException in com.liferay.portlet.calendar
 class NoSuchEventException
           
 

Uses of NoSuchModelException in com.liferay.portlet.calendar.service.persistence
 

Methods in com.liferay.portlet.calendar.service.persistence that throw NoSuchModelException
 CalEvent CalEventPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the cal event with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.documentlibrary
 

Subclasses of NoSuchModelException in com.liferay.portlet.documentlibrary
 class NoSuchContentException
           
 class NoSuchDirectoryException
           
 class NoSuchFileEntryException
           
 class NoSuchFileEntryMetadataException
           
 class NoSuchFileEntryTypeException
           
 class NoSuchFileException
           
 class NoSuchFileRankException
           
 class NoSuchFileShortcutException
           
 class NoSuchFileVersionException
           
 class NoSuchMetadataSetException
           
 class NoSuchSyncException
           
 

Uses of NoSuchModelException in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchModelException
 DLSync DLSyncPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d l sync with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry type with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file shortcut with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileRank DLFileRankPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file rank with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileEntryMetadata DLFileEntryMetadataPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry metadata with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file version with the primary key or throws a NoSuchModelException if it could not be found.
 DLFolder DLFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library folder with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry with the primary key or throws a NoSuchModelException if it could not be found.
 DLContent DLContentPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library content with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.dynamicdatalists
 

Subclasses of NoSuchModelException in com.liferay.portlet.dynamicdatalists
 class NoSuchRecordException
           
 class NoSuchRecordSetException
           
 class NoSuchRecordVersionException
           
 

Uses of NoSuchModelException in com.liferay.portlet.dynamicdatalists.service.persistence
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that throw NoSuchModelException
 DDLRecord DDLRecordPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d l record with the primary key or throws a NoSuchModelException if it could not be found.
 DDLRecordSet DDLRecordSetPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d l record set with the primary key or throws a NoSuchModelException if it could not be found.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d l record version with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.dynamicdatamapping
 

Subclasses of NoSuchModelException in com.liferay.portlet.dynamicdatamapping
 class NoSuchStorageLinkException
           
 class NoSuchStructureLinkException
           
 

Uses of NoSuchModelException in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchModelException
 DDMTemplate DDMTemplatePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m template with the primary key or throws a NoSuchModelException if it could not be found.
 DDMContent DDMContentPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m content with the primary key or throws a NoSuchModelException if it could not be found.
 DDMStructure DDMStructurePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m structure with the primary key or throws a NoSuchModelException if it could not be found.
 DDMStructureLink DDMStructureLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m structure link with the primary key or throws a NoSuchModelException if it could not be found.
 DDMStorageLink DDMStorageLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m storage link with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.expando
 

Subclasses of NoSuchModelException in com.liferay.portlet.expando
 class NoSuchColumnException
           
 class NoSuchRowException
           
 class NoSuchTableException
           
 class NoSuchValueException
           
 

Uses of NoSuchModelException in com.liferay.portlet.expando.service.persistence
 

Methods in com.liferay.portlet.expando.service.persistence that throw NoSuchModelException
 ExpandoRow ExpandoRowPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the expando row with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoColumn ExpandoColumnPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the expando column with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the expando table with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the expando value with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.journal
 

Subclasses of NoSuchModelException in com.liferay.portlet.journal
 class NoSuchArticleException
           
 class NoSuchArticleImageException
           
 class NoSuchArticleResourceException
           
 class NoSuchContentSearchException
           
 class NoSuchFeedException
           
 class NoSuchStructureException
           
 class NoSuchTemplateException
           
 

Uses of NoSuchModelException in com.liferay.portlet.journal.service.persistence
 

Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchModelException
 JournalContentSearch JournalContentSearchPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal content search with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal article image with the primary key or throws a NoSuchModelException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal template with the primary key or throws a NoSuchModelException if it could not be found.
 JournalStructure JournalStructurePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal structure with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal article with the primary key or throws a NoSuchModelException if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal feed with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticleResource JournalArticleResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal article resource with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.messageboards
 

Subclasses of NoSuchModelException in com.liferay.portlet.messageboards
 class NoSuchBanException
           
 class NoSuchCategoryException
           
 class NoSuchDiscussionException
           
 class NoSuchMailingListException
           
 class NoSuchMessageException
           
 class NoSuchThreadException
           
 class NoSuchThreadFlagException
           
 

Uses of NoSuchModelException in com.liferay.portlet.messageboards.service.persistence
 

Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchModelException
 MBBan MBBanPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards ban with the primary key or throws a NoSuchModelException if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards mailing list with the primary key or throws a NoSuchModelException if it could not be found.
 MBThreadFlag MBThreadFlagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards thread flag with the primary key or throws a NoSuchModelException if it could not be found.
 MBMessage MBMessagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message-boards message with the primary key or throws a NoSuchModelException if it could not be found.
 MBCategory MBCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards category with the primary key or throws a NoSuchModelException if it could not be found.
 MBThread MBThreadPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards thread with the primary key or throws a NoSuchModelException if it could not be found.
 MBDiscussion MBDiscussionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards discussion with the primary key or throws a NoSuchModelException if it could not be found.
 MBStatsUser MBStatsUserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards stats user with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.mobiledevicerules
 

Subclasses of NoSuchModelException in com.liferay.portlet.mobiledevicerules
 class NoSuchActionException
           
 class NoSuchRuleException
           
 class NoSuchRuleGroupException
           
 class NoSuchRuleGroupInstanceException
           
 

Uses of NoSuchModelException in com.liferay.portlet.mobiledevicerules.service.persistence
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that throw NoSuchModelException
 MDRRule MDRRulePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule with the primary key or throws a NoSuchModelException if it could not be found.
 MDRRuleGroupInstance MDRRuleGroupInstancePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule group instance with the primary key or throws a NoSuchModelException if it could not be found.
 MDRRuleGroup MDRRuleGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the m d r rule group with the primary key or throws a NoSuchModelException if it could not be found.
 MDRAction MDRActionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the m d r action with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.polls
 

Subclasses of NoSuchModelException in com.liferay.portlet.polls
 class NoSuchChoiceException
           
 class NoSuchQuestionException
           
 class NoSuchVoteException
           
 

Uses of NoSuchModelException in com.liferay.portlet.polls.service.persistence
 

Methods in com.liferay.portlet.polls.service.persistence that throw NoSuchModelException
 PollsChoice PollsChoicePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the polls choice with the primary key or throws a NoSuchModelException if it could not be found.
 PollsQuestion PollsQuestionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the polls question with the primary key or throws a NoSuchModelException if it could not be found.
 PollsVote PollsVotePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the polls vote with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.ratings
 

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

Uses of NoSuchModelException in com.liferay.portlet.ratings.service.persistence
 

Methods in com.liferay.portlet.ratings.service.persistence that throw NoSuchModelException
 RatingsStats RatingsStatsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the ratings stats with the primary key or throws a NoSuchModelException if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the ratings entry with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.shopping
 

Subclasses of NoSuchModelException in com.liferay.portlet.shopping
 class NoSuchCartException
           
 class NoSuchCouponException
           
 class NoSuchItemException
           
 class NoSuchItemFieldException
           
 class NoSuchItemPriceException
           
 class NoSuchOrderException
           
 class NoSuchOrderItemException
           
 

Uses of NoSuchModelException in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchModelException
 ShoppingOrder ShoppingOrderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping order with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingCart ShoppingCartPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping cart with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping order item with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping coupon with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping category with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping item with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping item field with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping item price with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.social
 

Subclasses of NoSuchModelException in com.liferay.portlet.social
 class NoSuchActivityAchievementException
           
 class NoSuchActivityCounterException
           
 class NoSuchActivityException
           
 class NoSuchActivityLimitException
           
 class NoSuchActivitySettingException
           
 class NoSuchRelationException
           
 class NoSuchRequestException
           
 

Uses of NoSuchModelException in com.liferay.portlet.social.service.persistence
 

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchModelException
 SocialActivitySetting SocialActivitySettingPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social activity setting with the primary key or throws a NoSuchModelException if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social activity counter with the primary key or throws a NoSuchModelException if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social relation with the primary key or throws a NoSuchModelException if it could not be found.
 SocialActivityLimit SocialActivityLimitPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social activity limit with the primary key or throws a NoSuchModelException if it could not be found.
 SocialActivityAchievement SocialActivityAchievementPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social activity achievement with the primary key or throws a NoSuchModelException if it could not be found.
 SocialActivity SocialActivityPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social activity with the primary key or throws a NoSuchModelException if it could not be found.
 SocialRequest SocialRequestPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social request with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.softwarecatalog
 

Subclasses of NoSuchModelException in com.liferay.portlet.softwarecatalog
 class NoSuchFrameworkVersionException
           
 class NoSuchLicenseException
           
 class NoSuchProductEntryException
           
 class NoSuchProductScreenshotException
           
 class NoSuchProductVersionException
           
 

Uses of NoSuchModelException in com.liferay.portlet.softwarecatalog.service.persistence
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that throw NoSuchModelException
 SCProductVersion SCProductVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the s c product version with the primary key or throws a NoSuchModelException if it could not be found.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the s c framework version with the primary key or throws a NoSuchModelException if it could not be found.
 SCLicense SCLicensePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the s c license with the primary key or throws a NoSuchModelException if it could not be found.
 SCProductEntry SCProductEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the s c product entry with the primary key or throws a NoSuchModelException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the s c product screenshot with the primary key or throws a NoSuchModelException if it could not be found.
 

Uses of NoSuchModelException in com.liferay.portlet.wiki
 

Subclasses of NoSuchModelException in com.liferay.portlet.wiki
 class NoSuchNodeException
           
 class NoSuchPageException
           
 class NoSuchPageResourceException
           
 

Uses of NoSuchModelException in com.liferay.portlet.wiki.service.persistence
 

Methods in com.liferay.portlet.wiki.service.persistence that throw NoSuchModelException
 WikiNode WikiNodePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the wiki node with the primary key or throws a NoSuchModelException if it could not be found.
 WikiPageResource WikiPageResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the wiki page resource with the primary key or throws a NoSuchModelException if it could not be found.
 WikiPage WikiPagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the wiki page with the primary key or throws a NoSuchModelException if it could not be found.
 


Liferay 6.1.2-ce-ga3