Liferay 6.0-ee

Uses of Class
com.liferay.portal.NoSuchModelException

Packages that use NoSuchModelException
com.liferay.counter   
com.liferay.counter.service.persistence   
com.liferay.portal   
com.liferay.portal.service.persistence   
com.liferay.portal.service.persistence.impl   
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.expando   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.imagegallery   
com.liferay.portlet.imagegallery.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.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.tasks   
com.liferay.portlet.tasks.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)
          Finds the counter with the primary key or throws a NoSuchModelException if it could not be found.
 Counter CounterPersistenceImpl.remove(Serializable primaryKey)
          Removes the counter with the primary key from the database.
 

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 NoSuchLayoutException
           
 class NoSuchLayoutPrototypeException
           
 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 NoSuchRegionException
           
 class NoSuchReleaseException
           
 class NoSuchResourceActionException
           
 class NoSuchResourceCodeException
           
 class NoSuchResourceException
           
 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 NoSuchUserTrackerException
           
 class NoSuchUserTrackerPathException
           
 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)
          Finds the model instance with the primary key or throws a NoSuchModelException if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the workflow instance link with the primary key or throws a NoSuchModelException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the workflow definition link with the primary key or throws a NoSuchModelException if it could not be found.
 Website WebsitePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the website with the primary key or throws a NoSuchModelException if it could not be found.
 WebDAVProps WebDAVPropsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the web d a v props with the primary key or throws a NoSuchModelException if it could not be found.
 UserTracker UserTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user tracker with the primary key or throws a NoSuchModelException if it could not be found.
 UserTrackerPath UserTrackerPathPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user tracker path with the primary key or throws a NoSuchModelException if it could not be found.
 User UserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user with the primary key or throws a NoSuchModelException if it could not be found.
 UserIdMapper UserIdMapperPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user id mapper with the primary key or throws a NoSuchModelException if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user group role with the primary key or throws a NoSuchModelException if it could not be found.
 UserGroup UserGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user group with the primary key or throws a NoSuchModelException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user group group role with the primary key or throws a NoSuchModelException if it could not be found.
 Ticket TicketPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the ticket with the primary key or throws a NoSuchModelException if it could not be found.
 Team TeamPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the team with the primary key or throws a NoSuchModelException if it could not be found.
 Subscription SubscriptionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the subscription with the primary key or throws a NoSuchModelException if it could not be found.
 Shard ShardPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shard with the primary key or throws a NoSuchModelException if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the service component with the primary key or throws a NoSuchModelException if it could not be found.
 Role RolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the role with the primary key or throws a NoSuchModelException if it could not be found.
 Resource ResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the resource with the primary key or throws a NoSuchModelException if it could not be found.
 ResourcePermission ResourcePermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the resource permission with the primary key or throws a NoSuchModelException if it could not be found.
 ResourceCode ResourceCodePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the resource code with the primary key or throws a NoSuchModelException if it could not be found.
 ResourceAction ResourceActionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the resource action with the primary key or throws a NoSuchModelException if it could not be found.
 Release ReleasePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the release with the primary key or throws a NoSuchModelException if it could not be found.
 Region RegionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the region with the primary key or throws a NoSuchModelException if it could not be found.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the portlet preferences with the primary key or throws a NoSuchModelException if it could not be found.
 Portlet PortletPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the portlet with the primary key or throws a NoSuchModelException if it could not be found.
 PortletItem PortletItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the portlet item with the primary key or throws a NoSuchModelException if it could not be found.
 PluginSetting PluginSettingPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the plugin setting with the primary key or throws a NoSuchModelException if it could not be found.
 Phone PhonePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the phone with the primary key or throws a NoSuchModelException if it could not be found.
 Permission PermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the permission with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordTracker PasswordTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the password tracker with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the password policy rel with the primary key or throws a NoSuchModelException if it could not be found.
 PasswordPolicy PasswordPolicyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the password policy with the primary key or throws a NoSuchModelException if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the org labor with the primary key or throws a NoSuchModelException if it could not be found.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the org group role with the primary key or throws a NoSuchModelException if it could not be found.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the org group permission with the primary key or throws a NoSuchModelException if it could not be found.
 Organization OrganizationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the organization with the primary key or throws a NoSuchModelException if it could not be found.
 MembershipRequest MembershipRequestPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the membership request with the primary key or throws a NoSuchModelException if it could not be found.
 Lock LockPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the lock with the primary key or throws a NoSuchModelException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the list type with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the layout set prototype with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the layout set with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the layout prototype with the primary key or throws a NoSuchModelException if it could not be found.
 Layout LayoutPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the layout with the primary key or throws a NoSuchModelException if it could not be found.
 Image ImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the image with the primary key or throws a NoSuchModelException if it could not be found.
 Group GroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the group with the primary key or throws a NoSuchModelException if it could not be found.
 EmailAddress EmailAddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the email address with the primary key or throws a NoSuchModelException if it could not be found.
 Country CountryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the country with the primary key or throws a NoSuchModelException if it could not be found.
 Contact ContactPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the contact with the primary key or throws a NoSuchModelException if it could not be found.
 Company CompanyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the company with the primary key or throws a NoSuchModelException if it could not be found.
 ClusterGroup ClusterGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the cluster group with the primary key or throws a NoSuchModelException if it could not be found.
 ClassName ClassNamePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the class name with the primary key or throws a NoSuchModelException if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the browser tracker with the primary key or throws a NoSuchModelException if it could not be found.
 Address AddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the address with the primary key or throws a NoSuchModelException if it could not be found.
 Account AccountPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the account 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.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the workflow instance link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the workflow definition link with the primary key from the database.
 Website WebsitePersistenceImpl.remove(Serializable primaryKey)
          Removes the website with the primary key from the database.
 WebDAVProps WebDAVPropsPersistenceImpl.remove(Serializable primaryKey)
          Removes the web d a v props with the primary key from the database.
 UserTracker UserTrackerPersistenceImpl.remove(Serializable primaryKey)
          Removes the user tracker with the primary key from the database.
 UserTrackerPath UserTrackerPathPersistenceImpl.remove(Serializable primaryKey)
          Removes the user tracker path with the primary key from the database.
 User UserPersistenceImpl.remove(Serializable primaryKey)
          Removes the user with the primary key from the database.
 UserIdMapper UserIdMapperPersistenceImpl.remove(Serializable primaryKey)
          Removes the user id mapper with the primary key from the database.
 UserGroupRole UserGroupRolePersistenceImpl.remove(Serializable primaryKey)
          Removes the user group role with the primary key from the database.
 UserGroup UserGroupPersistenceImpl.remove(Serializable primaryKey)
          Removes the user group with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.remove(Serializable primaryKey)
          Removes the user group group role with the primary key from the database.
 Ticket TicketPersistenceImpl.remove(Serializable primaryKey)
          Removes the ticket with the primary key from the database.
 Team TeamPersistenceImpl.remove(Serializable primaryKey)
          Removes the team with the primary key from the database.
 Subscription SubscriptionPersistenceImpl.remove(Serializable primaryKey)
          Removes the subscription with the primary key from the database.
 Shard ShardPersistenceImpl.remove(Serializable primaryKey)
          Removes the shard with the primary key from the database.
 ServiceComponent ServiceComponentPersistenceImpl.remove(Serializable primaryKey)
          Removes the service component with the primary key from the database.
 Role RolePersistenceImpl.remove(Serializable primaryKey)
          Removes the role with the primary key from the database.
 Resource ResourcePersistenceImpl.remove(Serializable primaryKey)
          Removes the resource with the primary key from the database.
 ResourcePermission ResourcePermissionPersistenceImpl.remove(Serializable primaryKey)
          Removes the resource permission with the primary key from the database.
 ResourceCode ResourceCodePersistenceImpl.remove(Serializable primaryKey)
          Removes the resource code with the primary key from the database.
 ResourceAction ResourceActionPersistenceImpl.remove(Serializable primaryKey)
          Removes the resource action with the primary key from the database.
 Release ReleasePersistenceImpl.remove(Serializable primaryKey)
          Removes the release with the primary key from the database.
 Region RegionPersistenceImpl.remove(Serializable primaryKey)
          Removes the region with the primary key from the database.
 PortletPreferences PortletPreferencesPersistenceImpl.remove(Serializable primaryKey)
          Removes the portlet preferences with the primary key from the database.
 Portlet PortletPersistenceImpl.remove(Serializable primaryKey)
          Removes the portlet with the primary key from the database.
 PortletItem PortletItemPersistenceImpl.remove(Serializable primaryKey)
          Removes the portlet item with the primary key from the database.
 PluginSetting PluginSettingPersistenceImpl.remove(Serializable primaryKey)
          Removes the plugin setting with the primary key from the database.
 Phone PhonePersistenceImpl.remove(Serializable primaryKey)
          Removes the phone with the primary key from the database.
 Permission PermissionPersistenceImpl.remove(Serializable primaryKey)
          Removes the permission with the primary key from the database.
 PasswordTracker PasswordTrackerPersistenceImpl.remove(Serializable primaryKey)
          Removes the password tracker with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.remove(Serializable primaryKey)
          Removes the password policy rel with the primary key from the database.
 PasswordPolicy PasswordPolicyPersistenceImpl.remove(Serializable primaryKey)
          Removes the password policy with the primary key from the database.
 OrgLabor OrgLaborPersistenceImpl.remove(Serializable primaryKey)
          Removes the org labor with the primary key from the database.
 OrgGroupRole OrgGroupRolePersistenceImpl.remove(Serializable primaryKey)
          Removes the org group role with the primary key from the database.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.remove(Serializable primaryKey)
          Removes the org group permission with the primary key from the database.
 Organization OrganizationPersistenceImpl.remove(Serializable primaryKey)
          Removes the organization with the primary key from the database.
 MembershipRequest MembershipRequestPersistenceImpl.remove(Serializable primaryKey)
          Removes the membership request with the primary key from the database.
 Lock LockPersistenceImpl.remove(Serializable primaryKey)
          Removes the lock with the primary key from the database.
 ListType ListTypePersistenceImpl.remove(Serializable primaryKey)
          Removes the list type with the primary key from the database.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.remove(Serializable primaryKey)
          Removes the layout set prototype with the primary key from the database.
 LayoutSet LayoutSetPersistenceImpl.remove(Serializable primaryKey)
          Removes the layout set with the primary key from the database.
 LayoutPrototype LayoutPrototypePersistenceImpl.remove(Serializable primaryKey)
          Removes the layout prototype with the primary key from the database.
 Layout LayoutPersistenceImpl.remove(Serializable primaryKey)
          Removes the layout with the primary key from the database.
 Image ImagePersistenceImpl.remove(Serializable primaryKey)
          Removes the image with the primary key from the database.
 Group GroupPersistenceImpl.remove(Serializable primaryKey)
          Removes the group with the primary key from the database.
 EmailAddress EmailAddressPersistenceImpl.remove(Serializable primaryKey)
          Removes the email address with the primary key from the database.
 Country CountryPersistenceImpl.remove(Serializable primaryKey)
          Removes the country with the primary key from the database.
 Contact ContactPersistenceImpl.remove(Serializable primaryKey)
          Removes the contact with the primary key from the database.
 Company CompanyPersistenceImpl.remove(Serializable primaryKey)
          Removes the company with the primary key from the database.
 ClusterGroup ClusterGroupPersistenceImpl.remove(Serializable primaryKey)
          Removes the cluster group with the primary key from the database.
 ClassName ClassNamePersistenceImpl.remove(Serializable primaryKey)
          Removes the class name with the primary key from the database.
 BrowserTracker BrowserTrackerPersistenceImpl.remove(Serializable primaryKey)
          Removes the browser tracker with the primary key from the database.
 Address AddressPersistenceImpl.remove(Serializable primaryKey)
          Removes the address with the primary key from the database.
 Account AccountPersistenceImpl.remove(Serializable primaryKey)
          Removes the account 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
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the announcements flag with the primary key or throws a NoSuchModelException if it could not be found.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the announcements entry with the primary key or throws a NoSuchModelException if it could not be found.
 AnnouncementsDelivery AnnouncementsDeliveryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the announcements delivery with the primary key or throws a NoSuchModelException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.remove(Serializable primaryKey)
          Removes the announcements flag with the primary key from the database.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the announcements entry with the primary key from the database.
 AnnouncementsDelivery AnnouncementsDeliveryPersistenceImpl.remove(Serializable primaryKey)
          Removes the announcements delivery with the primary key from the database.
 

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
 AssetVocabulary AssetVocabularyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset vocabulary with the primary key or throws a NoSuchModelException if it could not be found.
 AssetTagStats AssetTagStatsPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset tag stats with the primary key or throws a NoSuchModelException if it could not be found.
 AssetTagProperty AssetTagPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset tag property with the primary key or throws a NoSuchModelException if it could not be found.
 AssetTag AssetTagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset tag with the primary key or throws a NoSuchModelException if it could not be found.
 AssetLink AssetLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset link with the primary key or throws a NoSuchModelException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset entry with the primary key or throws a NoSuchModelException if it could not be found.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset category property with the primary key or throws a NoSuchModelException if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset category with the primary key or throws a NoSuchModelException if it could not be found.
 AssetVocabulary AssetVocabularyPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset vocabulary with the primary key from the database.
 AssetTagStats AssetTagStatsPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset tag stats with the primary key from the database.
 AssetTagProperty AssetTagPropertyPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset tag property with the primary key from the database.
 AssetTag AssetTagPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset tag with the primary key from the database.
 AssetLink AssetLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset link with the primary key from the database.
 AssetEntry AssetEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset entry with the primary key from the database.
 AssetCategoryProperty AssetCategoryPropertyPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset category property with the primary key from the database.
 AssetCategory AssetCategoryPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset category with the primary key from the database.
 

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
 BlogsStatsUser BlogsStatsUserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the blogs stats user with the primary key or throws a NoSuchModelException if it could not be found.
 BlogsEntry BlogsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the blogs entry with the primary key or throws a NoSuchModelException if it could not be found.
 BlogsStatsUser BlogsStatsUserPersistenceImpl.remove(Serializable primaryKey)
          Removes the blogs stats user with the primary key from the database.
 BlogsEntry BlogsEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the blogs entry with the primary key from the database.
 

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)
          Finds the bookmarks folder with the primary key or throws a NoSuchModelException if it could not be found.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the bookmarks entry with the primary key or throws a NoSuchModelException if it could not be found.
 BookmarksFolder BookmarksFolderPersistenceImpl.remove(Serializable primaryKey)
          Removes the bookmarks folder with the primary key from the database.
 BookmarksEntry BookmarksEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the bookmarks entry with the primary key from the database.
 

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)
          Finds the cal event with the primary key or throws a NoSuchModelException if it could not be found.
 CalEvent CalEventPersistenceImpl.remove(Serializable primaryKey)
          Removes the cal event with the primary key from the database.
 

Uses of NoSuchModelException in com.liferay.portlet.documentlibrary
 

Subclasses of NoSuchModelException in com.liferay.portlet.documentlibrary
 class NoSuchFileEntryException
           
 class NoSuchFileRankException
           
 class NoSuchFileShortcutException
           
 class NoSuchFileVersionException
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchModelException
 DLFolder DLFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the d l folder with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the d l file version with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileShortcut DLFileShortcutPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the d l file shortcut with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileRank DLFileRankPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the d l file rank with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the d l file entry with the primary key or throws a NoSuchModelException if it could not be found.
 DLFolder DLFolderPersistenceImpl.remove(Serializable primaryKey)
          Removes the d l folder with the primary key from the database.
 DLFileVersion DLFileVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the d l file version with the primary key from the database.
 DLFileShortcut DLFileShortcutPersistenceImpl.remove(Serializable primaryKey)
          Removes the d l file shortcut with the primary key from the database.
 DLFileRank DLFileRankPersistenceImpl.remove(Serializable primaryKey)
          Removes the d l file rank with the primary key from the database.
 DLFileEntry DLFileEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the d l file entry with the primary key from the database.
 

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
 ExpandoValue ExpandoValuePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the expando value with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the expando table with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the expando row with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoColumn ExpandoColumnPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the expando column with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.remove(Serializable primaryKey)
          Removes the expando value with the primary key from the database.
 ExpandoTable ExpandoTablePersistenceImpl.remove(Serializable primaryKey)
          Removes the expando table with the primary key from the database.
 ExpandoRow ExpandoRowPersistenceImpl.remove(Serializable primaryKey)
          Removes the expando row with the primary key from the database.
 ExpandoColumn ExpandoColumnPersistenceImpl.remove(Serializable primaryKey)
          Removes the expando column with the primary key from the database.
 

Uses of NoSuchModelException in com.liferay.portlet.imagegallery
 

Subclasses of NoSuchModelException in com.liferay.portlet.imagegallery
 class NoSuchImageException
           
 

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

Methods in com.liferay.portlet.imagegallery.service.persistence that throw NoSuchModelException
 IGImage IGImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the i g image with the primary key or throws a NoSuchModelException if it could not be found.
 IGFolder IGFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the i g folder with the primary key or throws a NoSuchModelException if it could not be found.
 IGImage IGImagePersistenceImpl.remove(Serializable primaryKey)
          Removes the i g image with the primary key from the database.
 IGFolder IGFolderPersistenceImpl.remove(Serializable primaryKey)
          Removes the i g folder with the primary key from the database.
 

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
 JournalTemplate JournalTemplatePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal template with the primary key or throws a NoSuchModelException if it could not be found.
 JournalStructure JournalStructurePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal structure with the primary key or throws a NoSuchModelException if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal feed with the primary key or throws a NoSuchModelException if it could not be found.
 JournalContentSearch JournalContentSearchPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal content search with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticleResource JournalArticleResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal article resource with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal article with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal article image with the primary key or throws a NoSuchModelException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal template with the primary key from the database.
 JournalStructure JournalStructurePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal structure with the primary key from the database.
 JournalFeed JournalFeedPersistenceImpl.remove(Serializable primaryKey)
          Removes the journal feed with the primary key from the database.
 JournalContentSearch JournalContentSearchPersistenceImpl.remove(Serializable primaryKey)
          Removes the journal content search with the primary key from the database.
 JournalArticleResource JournalArticleResourcePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal article resource with the primary key from the database.
 JournalArticle JournalArticlePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal article with the primary key from the database.
 JournalArticleImage JournalArticleImagePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal article image with the primary key from the database.
 

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 NoSuchMessageFlagException
           
 class NoSuchThreadException
           
 

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

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

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
 PollsVote PollsVotePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the polls vote with the primary key or throws a NoSuchModelException if it could not be found.
 PollsQuestion PollsQuestionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the polls question with the primary key or throws a NoSuchModelException if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the polls choice with the primary key or throws a NoSuchModelException if it could not be found.
 PollsVote PollsVotePersistenceImpl.remove(Serializable primaryKey)
          Removes the polls vote with the primary key from the database.
 PollsQuestion PollsQuestionPersistenceImpl.remove(Serializable primaryKey)
          Removes the polls question with the primary key from the database.
 PollsChoice PollsChoicePersistenceImpl.remove(Serializable primaryKey)
          Removes the polls choice with the primary key from the database.
 

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)
          Finds the ratings stats with the primary key or throws a NoSuchModelException if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the ratings entry with the primary key or throws a NoSuchModelException if it could not be found.
 RatingsStats RatingsStatsPersistenceImpl.remove(Serializable primaryKey)
          Removes the ratings stats with the primary key from the database.
 RatingsEntry RatingsEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the ratings entry with the primary key from the database.
 

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)
          Finds the shopping order with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping order item with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping item price with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingItem ShoppingItemPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping item with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping item field with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping coupon with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping category with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingCart ShoppingCartPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping cart with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingOrder ShoppingOrderPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping order with the primary key from the database.
 ShoppingOrderItem ShoppingOrderItemPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping order item with the primary key from the database.
 ShoppingItemPrice ShoppingItemPricePersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping item price with the primary key from the database.
 ShoppingItem ShoppingItemPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping item with the primary key from the database.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping item field with the primary key from the database.
 ShoppingCoupon ShoppingCouponPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping coupon with the primary key from the database.
 ShoppingCategory ShoppingCategoryPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping category with the primary key from the database.
 ShoppingCart ShoppingCartPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping cart with the primary key from the database.
 

Uses of NoSuchModelException in com.liferay.portlet.social
 

Subclasses of NoSuchModelException in com.liferay.portlet.social
 class NoSuchActivityException
           
 class NoSuchEquityAssetEntryException
           
 class NoSuchEquityGroupSettingException
           
 class NoSuchEquityHistoryException
           
 class NoSuchEquityLogException
           
 class NoSuchEquitySettingException
           
 class NoSuchEquityUserException
           
 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
 SocialRequest SocialRequestPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social request with the primary key or throws a NoSuchModelException if it could not be found.
 SocialRelation SocialRelationPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social relation with the primary key or throws a NoSuchModelException if it could not be found.
 SocialEquityUser SocialEquityUserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social equity user with the primary key or throws a NoSuchModelException if it could not be found.
 SocialEquitySetting SocialEquitySettingPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social equity setting with the primary key or throws a NoSuchModelException if it could not be found.
 SocialEquityLog SocialEquityLogPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social equity log with the primary key or throws a NoSuchModelException if it could not be found.
 SocialEquityHistory SocialEquityHistoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social equity history with the primary key or throws a NoSuchModelException if it could not be found.
 SocialEquityGroupSetting SocialEquityGroupSettingPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social equity group setting with the primary key or throws a NoSuchModelException if it could not be found.
 SocialEquityAssetEntry SocialEquityAssetEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social equity asset entry with the primary key or throws a NoSuchModelException if it could not be found.
 SocialActivity SocialActivityPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the social activity with the primary key or throws a NoSuchModelException if it could not be found.
 SocialRequest SocialRequestPersistenceImpl.remove(Serializable primaryKey)
          Removes the social request with the primary key from the database.
 SocialRelation SocialRelationPersistenceImpl.remove(Serializable primaryKey)
          Removes the social relation with the primary key from the database.
 SocialEquityUser SocialEquityUserPersistenceImpl.remove(Serializable primaryKey)
          Removes the social equity user with the primary key from the database.
 SocialEquitySetting SocialEquitySettingPersistenceImpl.remove(Serializable primaryKey)
          Removes the social equity setting with the primary key from the database.
 SocialEquityLog SocialEquityLogPersistenceImpl.remove(Serializable primaryKey)
          Removes the social equity log with the primary key from the database.
 SocialEquityHistory SocialEquityHistoryPersistenceImpl.remove(Serializable primaryKey)
          Removes the social equity history with the primary key from the database.
 SocialEquityGroupSetting SocialEquityGroupSettingPersistenceImpl.remove(Serializable primaryKey)
          Removes the social equity group setting with the primary key from the database.
 SocialEquityAssetEntry SocialEquityAssetEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the social equity asset entry with the primary key from the database.
 SocialActivity SocialActivityPersistenceImpl.remove(Serializable primaryKey)
          Removes the social activity with the primary key from the database.
 

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)
          Finds the s c product version with the primary key or throws a NoSuchModelException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the s c product screenshot with the primary key or throws a NoSuchModelException if it could not be found.
 SCProductEntry SCProductEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the s c product entry with the primary key or throws a NoSuchModelException if it could not be found.
 SCLicense SCLicensePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the s c license with the primary key or throws a NoSuchModelException if it could not be found.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the s c framework version with the primary key or throws a NoSuchModelException if it could not be found.
 SCProductVersion SCProductVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the s c product version with the primary key from the database.
 SCProductScreenshot SCProductScreenshotPersistenceImpl.remove(Serializable primaryKey)
          Removes the s c product screenshot with the primary key from the database.
 SCProductEntry SCProductEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the s c product entry with the primary key from the database.
 SCLicense SCLicensePersistenceImpl.remove(Serializable primaryKey)
          Removes the s c license with the primary key from the database.
 SCFrameworkVersion SCFrameworkVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the s c framework version with the primary key from the database.
 

Uses of NoSuchModelException in com.liferay.portlet.tasks
 

Subclasses of NoSuchModelException in com.liferay.portlet.tasks
 class NoSuchProposalException
           
 class NoSuchReviewException
           
 

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

Methods in com.liferay.portlet.tasks.service.persistence that throw NoSuchModelException
 TasksReview TasksReviewPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the tasks review with the primary key or throws a NoSuchModelException if it could not be found.
 TasksProposal TasksProposalPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the tasks proposal with the primary key or throws a NoSuchModelException if it could not be found.
 TasksReview TasksReviewPersistenceImpl.remove(Serializable primaryKey)
          Removes the tasks review with the primary key from the database.
 TasksProposal TasksProposalPersistenceImpl.remove(Serializable primaryKey)
          Removes the tasks proposal with the primary key from the database.
 

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
 WikiPageResource WikiPageResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the wiki page resource with the primary key or throws a NoSuchModelException if it could not be found.
 WikiPage WikiPagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the wiki page with the primary key or throws a NoSuchModelException if it could not be found.
 WikiNode WikiNodePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the wiki node with the primary key or throws a NoSuchModelException if it could not be found.
 WikiPageResource WikiPageResourcePersistenceImpl.remove(Serializable primaryKey)
          Removes the wiki page resource with the primary key from the database.
 WikiPage WikiPagePersistenceImpl.remove(Serializable primaryKey)
          Removes the wiki page with the primary key from the database.
 WikiNode WikiNodePersistenceImpl.remove(Serializable primaryKey)
          Removes the wiki node with the primary key from the database.
 


Liferay 6.0-ee