Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.AuditedModel

Packages that use AuditedModel
com.liferay.portal.kernel.repository.model   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.announcements.model   
com.liferay.portlet.asset.model   
com.liferay.portlet.blogs.model   
com.liferay.portlet.calendar.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.dynamicdatamapping   
com.liferay.portlet.exportimport.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.ratings.model   
 

Uses of AuditedModel in com.liferay.portal.kernel.repository.model
 

Subinterfaces of AuditedModel in com.liferay.portal.kernel.repository.model
 interface FileEntry
           
 interface FileShortcut
           
 interface FileVersion
           
 interface Folder
           
 interface RepositoryModel<T>
           
 

Classes in com.liferay.portal.kernel.repository.model that implement AuditedModel
 class FileEntryWrapper
           
 class FileShortcutWrapper
           
 class FileVersionWrapper
           
 class FolderWrapper
           
 

Uses of AuditedModel in com.liferay.portal.model
 

Subinterfaces of AuditedModel in com.liferay.portal.model
 interface Account
          The extended model interface for the Account service.
 interface AccountModel
          The base model interface for the Account service.
 interface Address
          The extended model interface for the Address service.
 interface AddressModel
          The base model interface for the Address service.
 interface Contact
          The extended model interface for the Contact service.
 interface ContactModel
          The base model interface for the Contact service.
 interface EmailAddress
          The extended model interface for the EmailAddress service.
 interface EmailAddressModel
          The base model interface for the EmailAddress service.
 interface GroupedModel
           
 interface Layout
          The extended model interface for the Layout service.
 interface LayoutFriendlyURL
          The extended model interface for the LayoutFriendlyURL service.
 interface LayoutFriendlyURLModel
          The base model interface for the LayoutFriendlyURL service.
 interface LayoutModel
          The base model interface for the Layout service.
 interface LayoutPrototype
          The extended model interface for the LayoutPrototype service.
 interface LayoutPrototypeModel
          The base model interface for the LayoutPrototype service.
 interface LayoutRevision
          The extended model interface for the LayoutRevision service.
 interface LayoutRevisionModel
          The base model interface for the LayoutRevision service.
 interface LayoutSetBranch
          The extended model interface for the LayoutSetBranch service.
 interface LayoutSetBranchModel
          The base model interface for the LayoutSetBranch service.
 interface LayoutSetPrototype
          The extended model interface for the LayoutSetPrototype service.
 interface LayoutSetPrototypeModel
          The base model interface for the LayoutSetPrototype service.
 interface Organization
          The extended model interface for the Organization service.
 interface OrganizationModel
          The base model interface for the Organization service.
 interface PasswordPolicy
          The extended model interface for the PasswordPolicy service.
 interface PasswordPolicyModel
          The base model interface for the PasswordPolicy service.
 interface Phone
          The extended model interface for the Phone service.
 interface PhoneModel
          The base model interface for the Phone service.
 interface PortletItem
          The extended model interface for the PortletItem service.
 interface PortletItemModel
          The base model interface for the PortletItem service.
 interface Repository
          The extended model interface for the Repository service.
 interface RepositoryEntry
          The extended model interface for the RepositoryEntry service.
 interface RepositoryEntryModel
          The base model interface for the RepositoryEntry service.
 interface Role
          The extended model interface for the Role service.
 interface RoleModel
          The base model interface for the Role service.
 interface StagedAuditedModel
           
 interface StagedGroupedModel
           
 interface Subscription
          The extended model interface for the Subscription service.
 interface SubscriptionModel
          The base model interface for the Subscription service.
 interface Team
          The extended model interface for the Team service.
 interface TeamModel
          The base model interface for the Team service.
 interface UserGroup
          The extended model interface for the UserGroup service.
 interface UserGroupModel
          The base model interface for the UserGroup service.
 interface Website
          The extended model interface for the Website service.
 interface WebsiteModel
          The base model interface for the Website service.
 interface WorkflowDefinitionLink
          The extended model interface for the WorkflowDefinitionLink service.
 interface WorkflowDefinitionLinkModel
          The base model interface for the WorkflowDefinitionLink service.
 interface WorkflowInstanceLink
          The extended model interface for the WorkflowInstanceLink service.
 interface WorkflowInstanceLinkModel
          The base model interface for the WorkflowInstanceLink service.
 

Classes in com.liferay.portal.model that implement AuditedModel
 class AccountWrapper
           This class is a wrapper for Account.
 class AddressWrapper
           This class is a wrapper for Address.
 class ContactWrapper
           This class is a wrapper for Contact.
 class EmailAddressWrapper
           This class is a wrapper for EmailAddress.
 class LayoutFriendlyURLWrapper
           This class is a wrapper for LayoutFriendlyURL.
 class LayoutPrototypeWrapper
           This class is a wrapper for LayoutPrototype.
 class LayoutRevisionWrapper
           This class is a wrapper for LayoutRevision.
 class LayoutSetBranchWrapper
           This class is a wrapper for LayoutSetBranch.
 class LayoutSetPrototypeWrapper
           This class is a wrapper for LayoutSetPrototype.
 class LayoutWrapper
           This class is a wrapper for Layout.
 class OrganizationWrapper
           This class is a wrapper for Organization.
 class PasswordPolicyWrapper
           This class is a wrapper for PasswordPolicy.
 class PhoneWrapper
           This class is a wrapper for Phone.
 class PortletItemWrapper
           This class is a wrapper for PortletItem.
 class RepositoryEntryWrapper
           This class is a wrapper for RepositoryEntry.
 class RepositoryWrapper
           This class is a wrapper for Repository.
 class RoleWrapper
           This class is a wrapper for Role.
 class SubscriptionWrapper
           This class is a wrapper for Subscription.
 class TeamWrapper
           This class is a wrapper for Team.
 class UserGroupWrapper
           This class is a wrapper for UserGroup.
 class WebsiteWrapper
           This class is a wrapper for Website.
 class WorkflowDefinitionLinkWrapper
           This class is a wrapper for WorkflowDefinitionLink.
 class WorkflowInstanceLinkWrapper
           This class is a wrapper for WorkflowInstanceLink.
 

Uses of AuditedModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement AuditedModel
 class VirtualLayout
           
 

Uses of AuditedModel in com.liferay.portal.repository.proxy
 

Classes in com.liferay.portal.repository.proxy that implement AuditedModel
 class FileEntryProxyBean
           
 class FileShortcutProxyBean
           
 class FileVersionProxyBean
           
 class FolderProxyBean
           
 

Uses of AuditedModel in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type AuditedModel
 void ResourceLocalService.addModelResources(AuditedModel auditedModel, ServiceContext serviceContext)
          Adds resources for the model, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.
 void ResourceLocalServiceWrapper.addModelResources(AuditedModel auditedModel, ServiceContext serviceContext)
          Adds resources for the model, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.
static void ResourceLocalServiceUtil.addModelResources(AuditedModel auditedModel, ServiceContext serviceContext)
          Adds resources for the model, always creating a resource at the individual scope and only creating resources at the group, group template, and company scope if such resources don't already exist.
 void ResourceLocalService.deleteResource(AuditedModel auditedModel, int scope)
          Deletes the resource associated with the model at the scope.
 void ResourceLocalServiceWrapper.deleteResource(AuditedModel auditedModel, int scope)
          Deletes the resource associated with the model at the scope.
static void ResourceLocalServiceUtil.deleteResource(AuditedModel auditedModel, int scope)
          Deletes the resource associated with the model at the scope.
 void ResourceLocalService.updateModelResources(AuditedModel auditedModel, ServiceContext serviceContext)
          Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.
 void ResourceLocalServiceWrapper.updateModelResources(AuditedModel auditedModel, ServiceContext serviceContext)
          Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.
static void ResourceLocalServiceUtil.updateModelResources(AuditedModel auditedModel, ServiceContext serviceContext)
          Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.
 void ServiceContext.validateModifiedDate(AuditedModel auditedModel, Class<? extends PortalException> clazz)
           
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.announcements.model
 interface AnnouncementsEntry
          The extended model interface for the AnnouncementsEntry service.
 interface AnnouncementsEntryModel
          The base model interface for the AnnouncementsEntry service.
 

Classes in com.liferay.portlet.announcements.model that implement AuditedModel
 class AnnouncementsEntryWrapper
           This class is a wrapper for AnnouncementsEntry.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.asset.model
 interface AssetCategory
          The extended model interface for the AssetCategory service.
 interface AssetCategoryModel
          The base model interface for the AssetCategory service.
 interface AssetCategoryProperty
          The extended model interface for the AssetCategoryProperty service.
 interface AssetCategoryPropertyModel
          The base model interface for the AssetCategoryProperty service.
 interface AssetEntry
          The extended model interface for the AssetEntry service.
 interface AssetEntryModel
          The base model interface for the AssetEntry service.
 interface AssetTag
          The extended model interface for the AssetTag service.
 interface AssetTagModel
          The base model interface for the AssetTag service.
 interface AssetVocabulary
          The extended model interface for the AssetVocabulary service.
 interface AssetVocabularyModel
          The base model interface for the AssetVocabulary service.
 

Classes in com.liferay.portlet.asset.model that implement AuditedModel
 class AssetCategoryPropertyWrapper
           This class is a wrapper for AssetCategoryProperty.
 class AssetCategoryWrapper
           This class is a wrapper for AssetCategory.
 class AssetEntryWrapper
           This class is a wrapper for AssetEntry.
 class AssetTagWrapper
           This class is a wrapper for AssetTag.
 class AssetVocabularyWrapper
           This class is a wrapper for AssetVocabulary.
 

Uses of AuditedModel in com.liferay.portlet.blogs.model
 

Subinterfaces of AuditedModel in com.liferay.portlet.blogs.model
 interface BlogsEntry
          The extended model interface for the BlogsEntry service.
 interface BlogsEntryModel
          The base model interface for the BlogsEntry service.
 

Classes in com.liferay.portlet.blogs.model that implement AuditedModel
 class BlogsEntryWrapper
           This class is a wrapper for BlogsEntry.
 

Uses of AuditedModel in com.liferay.portlet.calendar.model
 

Subinterfaces of AuditedModel in com.liferay.portlet.calendar.model
 interface CalEvent
          Deprecated. As of 7.0.0, with no direct replacement
 interface CalEventModel
          Deprecated. As of 7.0.0, with no direct replacement
 

Classes in com.liferay.portlet.calendar.model that implement AuditedModel
 class CalEventWrapper
          Deprecated. As of 7.0.0, with no direct replacement
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.documentlibrary.model
 interface DLFileEntry
          The extended model interface for the DLFileEntry service.
 interface DLFileEntryModel
          The base model interface for the DLFileEntry service.
 interface DLFileEntryType
          The extended model interface for the DLFileEntryType service.
 interface DLFileEntryTypeModel
          The base model interface for the DLFileEntryType service.
 interface DLFileShortcut
          The extended model interface for the DLFileShortcut service.
 interface DLFileShortcutModel
          The base model interface for the DLFileShortcut service.
 interface DLFileVersion
          The extended model interface for the DLFileVersion service.
 interface DLFileVersionModel
          The base model interface for the DLFileVersion service.
 interface DLFolder
          The extended model interface for the DLFolder service.
 interface DLFolderModel
          The base model interface for the DLFolder service.
 

Classes in com.liferay.portlet.documentlibrary.model that implement AuditedModel
 class DLFileEntryTypeWrapper
           This class is a wrapper for DLFileEntryType.
 class DLFileEntryWrapper
           This class is a wrapper for DLFileEntry.
 class DLFileShortcutWrapper
           This class is a wrapper for DLFileShortcut.
 class DLFileVersionWrapper
           This class is a wrapper for DLFileVersion.
 class DLFolderWrapper
           This class is a wrapper for DLFolder.
 

Uses of AuditedModel in com.liferay.portlet.dynamicdatamapping
 

Subinterfaces of AuditedModel in com.liferay.portlet.dynamicdatamapping
 interface DDMStructure
           
 interface DDMTemplate
           
 

Uses of AuditedModel in com.liferay.portlet.exportimport.model
 

Subinterfaces of AuditedModel in com.liferay.portlet.exportimport.model
 interface ExportImportConfiguration
          The extended model interface for the ExportImportConfiguration service.
 interface ExportImportConfigurationModel
          The base model interface for the ExportImportConfiguration service.
 

Classes in com.liferay.portlet.exportimport.model that implement AuditedModel
 class ExportImportConfigurationWrapper
           This class is a wrapper for ExportImportConfiguration.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.messageboards.model
 interface MBBan
          The extended model interface for the MBBan service.
 interface MBBanModel
          The base model interface for the MBBan service.
 interface MBCategory
          The extended model interface for the MBCategory service.
 interface MBCategoryModel
          The base model interface for the MBCategory service.
 interface MBDiscussion
          The extended model interface for the MBDiscussion service.
 interface MBDiscussionModel
          The base model interface for the MBDiscussion service.
 interface MBMailingList
          The extended model interface for the MBMailingList service.
 interface MBMailingListModel
          The base model interface for the MBMailingList service.
 interface MBMessage
          The extended model interface for the MBMessage service.
 interface MBMessageModel
          The base model interface for the MBMessage service.
 interface MBThread
          The extended model interface for the MBThread service.
 interface MBThreadFlag
          The extended model interface for the MBThreadFlag service.
 interface MBThreadFlagModel
          The base model interface for the MBThreadFlag service.
 interface MBThreadModel
          The base model interface for the MBThread service.
 

Classes in com.liferay.portlet.messageboards.model that implement AuditedModel
 class MBBanWrapper
           This class is a wrapper for MBBan.
 class MBCategoryWrapper
           This class is a wrapper for MBCategory.
 class MBDiscussionWrapper
           This class is a wrapper for MBDiscussion.
 class MBMailingListWrapper
           This class is a wrapper for MBMailingList.
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 class MBThreadFlagWrapper
           This class is a wrapper for MBThreadFlag.
 class MBThreadWrapper
           This class is a wrapper for MBThread.
 

Uses of AuditedModel in com.liferay.portlet.ratings.model
 

Subinterfaces of AuditedModel in com.liferay.portlet.ratings.model
 interface RatingsEntry
          The extended model interface for the RatingsEntry service.
 interface RatingsEntryModel
          The base model interface for the RatingsEntry service.
 

Classes in com.liferay.portlet.ratings.model that implement AuditedModel
 class RatingsEntryWrapper
           This class is a wrapper for RatingsEntry.
 


Liferay 7.0-ce-b4