Liferay 6.1.2-ce-ga3

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.cmis.model   
com.liferay.portal.repository.liferayrepository.model   
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.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.announcements.model   
com.liferay.portlet.announcements.model.impl   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.model.impl   
com.liferay.portlet.calendar.model   
com.liferay.portlet.calendar.model.impl   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.model.impl   
com.liferay.portlet.polls.model   
com.liferay.portlet.polls.model.impl   
com.liferay.portlet.ratings.model   
com.liferay.portlet.ratings.model.impl   
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.model.impl   
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.model.impl   
 

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

Subinterfaces of AuditedModel in com.liferay.portal.kernel.repository.model
 interface FileEntry
           
 interface FileVersion
           
 interface Folder
           
 

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 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 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 RepositoryModel
          The base model interface for the Repository service.
 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 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 LayoutRevisionWrapper
           This class is a wrapper for LayoutRevision.
 class LayoutSetBranchWrapper
           This class is a wrapper for LayoutSetBranch.
 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 RepositoryWrapper
           This class is a wrapper for Repository.
 class SubscriptionWrapper
           This class is a wrapper for Subscription.
 class TeamWrapper
           This class is a wrapper for Team.
 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 AccountBaseImpl
          The extended model base implementation for the Account service.
 class AccountImpl
           
 class AccountModelImpl
          The base model implementation for the Account service.
 class AddressBaseImpl
          The extended model base implementation for the Address service.
 class AddressImpl
           
 class AddressModelImpl
          The base model implementation for the Address service.
 class ContactBaseImpl
          The extended model base implementation for the Contact service.
 class ContactImpl
           
 class ContactModelImpl
          The base model implementation for the Contact service.
 class EmailAddressBaseImpl
          The extended model base implementation for the EmailAddress service.
 class EmailAddressImpl
           
 class EmailAddressModelImpl
          The base model implementation for the EmailAddress service.
 class LayoutRevisionBaseImpl
          The extended model base implementation for the LayoutRevision service.
 class LayoutRevisionImpl
           
 class LayoutRevisionModelImpl
          The base model implementation for the LayoutRevision service.
 class LayoutSetBranchBaseImpl
          The extended model base implementation for the LayoutSetBranch service.
 class LayoutSetBranchImpl
           
 class LayoutSetBranchModelImpl
          The base model implementation for the LayoutSetBranch service.
 class PasswordPolicyBaseImpl
          The extended model base implementation for the PasswordPolicy service.
 class PasswordPolicyImpl
           
 class PasswordPolicyModelImpl
          The base model implementation for the PasswordPolicy service.
 class PhoneBaseImpl
          The extended model base implementation for the Phone service.
 class PhoneImpl
           
 class PhoneModelImpl
          The base model implementation for the Phone service.
 class PortletItemBaseImpl
          The extended model base implementation for the PortletItem service.
 class PortletItemImpl
           
 class PortletItemModelImpl
          The base model implementation for the PortletItem service.
 class RepositoryBaseImpl
          The extended model base implementation for the Repository service.
 class RepositoryImpl
           
 class RepositoryModelImpl
          The base model implementation for the Repository service.
 class SubscriptionBaseImpl
          The extended model base implementation for the Subscription service.
 class SubscriptionImpl
           
 class SubscriptionModelImpl
          The base model implementation for the Subscription service.
 class TeamBaseImpl
          The extended model base implementation for the Team service.
 class TeamImpl
           
 class TeamModelImpl
          The base model implementation for the Team service.
 class WebsiteBaseImpl
          The extended model base implementation for the Website service.
 class WebsiteImpl
           
 class WebsiteModelImpl
          The base model implementation for the Website service.
 class WorkflowDefinitionLinkBaseImpl
          The extended model base implementation for the WorkflowDefinitionLink service.
 class WorkflowDefinitionLinkImpl
           
 class WorkflowDefinitionLinkModelImpl
          The base model implementation for the WorkflowDefinitionLink service.
 class WorkflowInstanceLinkBaseImpl
          The extended model base implementation for the WorkflowInstanceLink service.
 class WorkflowInstanceLinkImpl
           
 class WorkflowInstanceLinkModelImpl
          The base model implementation for the WorkflowInstanceLink service.
 

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

Classes in com.liferay.portal.repository.cmis.model that implement AuditedModel
 class CMISFileEntry
           
 class CMISFileVersion
           
 class CMISFolder
           
 

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

Classes in com.liferay.portal.repository.liferayrepository.model that implement AuditedModel
 class LiferayFileEntry
           
 class LiferayFileVersion
           
 class LiferayFolder
           
 

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

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

Uses of AuditedModel in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type AuditedModel
 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.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.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.deleteResource(AuditedModel auditedModel, int scope)
          Deletes the resource associated with the model at the scope.
 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 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 ServiceContext.validateModifiedDate(AuditedModel auditedModel, Class<? extends PortalException> clazz)
           
 

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

Methods in com.liferay.portal.service.impl with parameters of type AuditedModel
 void ResourceLocalServiceImpl.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 ResourceLocalServiceImpl.deleteResource(AuditedModel auditedModel, int scope)
          Deletes the resource associated with the model at the scope.
protected  long ResourceLocalServiceImpl.getGroupId(AuditedModel auditedModel)
           
protected  PermissionedModel ResourceLocalServiceImpl.getPermissionedModel(AuditedModel auditedModel)
           
 void ResourceLocalServiceImpl.updateModelResources(AuditedModel auditedModel, ServiceContext serviceContext)
          Updates the resources for the model, replacing their group and guest permissions with new ones from the service context.
 

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.announcements.model.impl
 

Classes in com.liferay.portlet.announcements.model.impl that implement AuditedModel
 class AnnouncementsEntryBaseImpl
          The extended model base implementation for the AnnouncementsEntry service.
 class AnnouncementsEntryImpl
           
 class AnnouncementsEntryModelImpl
          The base model implementation for the AnnouncementsEntry service.
 

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 AssetTagProperty
          The extended model interface for the AssetTagProperty service.
 interface AssetTagPropertyModel
          The base model interface for the AssetTagProperty 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 AssetTagPropertyWrapper
           This class is a wrapper for AssetTagProperty.
 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.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AuditedModel
 class AssetCategoryBaseImpl
          The extended model base implementation for the AssetCategory service.
 class AssetCategoryImpl
           
 class AssetCategoryModelImpl
          The base model implementation for the AssetCategory service.
 class AssetCategoryPropertyBaseImpl
          The extended model base implementation for the AssetCategoryProperty service.
 class AssetCategoryPropertyImpl
           
 class AssetCategoryPropertyModelImpl
          The base model implementation for the AssetCategoryProperty service.
 class AssetEntryBaseImpl
          The extended model base implementation for the AssetEntry service.
 class AssetEntryImpl
           
 class AssetEntryModelImpl
          The base model implementation for the AssetEntry service.
 class AssetTagBaseImpl
          The extended model base implementation for the AssetTag service.
 class AssetTagImpl
           
 class AssetTagModelImpl
          The base model implementation for the AssetTag service.
 class AssetTagPropertyBaseImpl
          The extended model base implementation for the AssetTagProperty service.
 class AssetTagPropertyImpl
           
 class AssetTagPropertyModelImpl
          The base model implementation for the AssetTagProperty service.
 class AssetVocabularyBaseImpl
          The extended model base implementation for the AssetVocabulary service.
 class AssetVocabularyImpl
           
 class AssetVocabularyModelImpl
          The base model implementation for the AssetVocabulary service.
 

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.blogs.model.impl
 

Classes in com.liferay.portlet.blogs.model.impl that implement AuditedModel
 class BlogsEntryBaseImpl
          The extended model base implementation for the BlogsEntry service.
 class BlogsEntryImpl
           
 class BlogsEntryModelImpl
          The base model implementation for the BlogsEntry service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.bookmarks.model
 interface BookmarksEntry
          The extended model interface for the BookmarksEntry service.
 interface BookmarksEntryModel
          The base model interface for the BookmarksEntry service.
 interface BookmarksFolder
          The extended model interface for the BookmarksFolder service.
 interface BookmarksFolderModel
          The base model interface for the BookmarksFolder service.
 

Classes in com.liferay.portlet.bookmarks.model that implement AuditedModel
 class BookmarksEntryWrapper
           This class is a wrapper for BookmarksEntry.
 class BookmarksFolderWrapper
           This class is a wrapper for BookmarksFolder.
 

Uses of AuditedModel in com.liferay.portlet.bookmarks.model.impl
 

Classes in com.liferay.portlet.bookmarks.model.impl that implement AuditedModel
 class BookmarksEntryBaseImpl
          The extended model base implementation for the BookmarksEntry service.
 class BookmarksEntryImpl
           
 class BookmarksEntryModelImpl
          The base model implementation for the BookmarksEntry service.
 class BookmarksFolderBaseImpl
          The extended model base implementation for the BookmarksFolder service.
 class BookmarksFolderImpl
           
 class BookmarksFolderModelImpl
          The base model implementation for the BookmarksFolder service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.calendar.model
 interface CalEvent
          The extended model interface for the CalEvent service.
 interface CalEventModel
          The base model interface for the CalEvent service.
 

Classes in com.liferay.portlet.calendar.model that implement AuditedModel
 class CalEventWrapper
           This class is a wrapper for CalEvent.
 

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

Classes in com.liferay.portlet.calendar.model.impl that implement AuditedModel
 class CalEventBaseImpl
          The extended model base implementation for the CalEvent service.
 class CalEventImpl
           
 class CalEventModelImpl
          The base model implementation for the CalEvent service.
 

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.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement AuditedModel
 class DLFileEntryBaseImpl
          The extended model base implementation for the DLFileEntry service.
 class DLFileEntryImpl
           
 class DLFileEntryModelImpl
          The base model implementation for the DLFileEntry service.
 class DLFileEntryTypeBaseImpl
          The extended model base implementation for the DLFileEntryType service.
 class DLFileEntryTypeImpl
           
 class DLFileEntryTypeModelImpl
          The base model implementation for the DLFileEntryType service.
 class DLFileShortcutBaseImpl
          The extended model base implementation for the DLFileShortcut service.
 class DLFileShortcutImpl
           
 class DLFileShortcutModelImpl
          The base model implementation for the DLFileShortcut service.
 class DLFileVersionBaseImpl
          The extended model base implementation for the DLFileVersion service.
 class DLFileVersionImpl
           
 class DLFileVersionModelImpl
          The base model implementation for the DLFileVersion service.
 class DLFolderBaseImpl
          The extended model base implementation for the DLFolder service.
 class DLFolderImpl
           
 class DLFolderModelImpl
          The base model implementation for the DLFolder service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.dynamicdatalists.model
 interface DDLRecord
          The extended model interface for the DDLRecord service.
 interface DDLRecordModel
          The base model interface for the DDLRecord service.
 interface DDLRecordSet
          The extended model interface for the DDLRecordSet service.
 interface DDLRecordSetModel
          The base model interface for the DDLRecordSet service.
 

Classes in com.liferay.portlet.dynamicdatalists.model that implement AuditedModel
 class DDLRecordSetWrapper
           This class is a wrapper for DDLRecordSet.
 class DDLRecordWrapper
           This class is a wrapper for DDLRecord.
 

Uses of AuditedModel in com.liferay.portlet.dynamicdatalists.model.impl
 

Classes in com.liferay.portlet.dynamicdatalists.model.impl that implement AuditedModel
 class DDLRecordBaseImpl
          The extended model base implementation for the DDLRecord service.
 class DDLRecordImpl
           
 class DDLRecordModelImpl
          The base model implementation for the DDLRecord service.
 class DDLRecordSetBaseImpl
          The extended model base implementation for the DDLRecordSet service.
 class DDLRecordSetImpl
           
 class DDLRecordSetModelImpl
          The base model implementation for the DDLRecordSet service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.dynamicdatamapping.model
 interface DDMContent
          The extended model interface for the DDMContent service.
 interface DDMContentModel
          The base model interface for the DDMContent service.
 interface DDMStructure
          The extended model interface for the DDMStructure service.
 interface DDMStructureModel
          The base model interface for the DDMStructure service.
 interface DDMTemplate
          The extended model interface for the DDMTemplate service.
 interface DDMTemplateModel
          The base model interface for the DDMTemplate service.
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement AuditedModel
 class DDMContentWrapper
           This class is a wrapper for DDMContent.
 class DDMStructureWrapper
           This class is a wrapper for DDMStructure.
 class DDMTemplateWrapper
           This class is a wrapper for DDMTemplate.
 

Uses of AuditedModel in com.liferay.portlet.dynamicdatamapping.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement AuditedModel
 class DDMContentBaseImpl
          The extended model base implementation for the DDMContent service.
 class DDMContentImpl
           
 class DDMContentModelImpl
          The base model implementation for the DDMContent service.
 class DDMStructureBaseImpl
          The extended model base implementation for the DDMStructure service.
 class DDMStructureImpl
           
 class DDMStructureModelImpl
          The base model implementation for the DDMStructure service.
 class DDMTemplateBaseImpl
          The extended model base implementation for the DDMTemplate service.
 class DDMTemplateImpl
           
 class DDMTemplateModelImpl
          The base model implementation for the DDMTemplate service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.journal.model
 interface JournalArticle
          The extended model interface for the JournalArticle service.
 interface JournalArticleModel
          The base model interface for the JournalArticle service.
 interface JournalFeed
          The extended model interface for the JournalFeed service.
 interface JournalFeedModel
          The base model interface for the JournalFeed service.
 interface JournalStructure
          The extended model interface for the JournalStructure service.
 interface JournalStructureModel
          The base model interface for the JournalStructure service.
 interface JournalTemplate
          The extended model interface for the JournalTemplate service.
 interface JournalTemplateModel
          The base model interface for the JournalTemplate service.
 

Classes in com.liferay.portlet.journal.model that implement AuditedModel
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 class JournalFeedWrapper
           This class is a wrapper for JournalFeed.
 class JournalStructureWrapper
           This class is a wrapper for JournalStructure.
 class JournalTemplateWrapper
           This class is a wrapper for JournalTemplate.
 

Uses of AuditedModel in com.liferay.portlet.journal.model.impl
 

Classes in com.liferay.portlet.journal.model.impl that implement AuditedModel
 class JournalArticleBaseImpl
          The extended model base implementation for the JournalArticle service.
 class JournalArticleImpl
           
 class JournalArticleModelImpl
          The base model implementation for the JournalArticle service.
 class JournalFeedBaseImpl
          The extended model base implementation for the JournalFeed service.
 class JournalFeedImpl
           
 class JournalFeedModelImpl
          The base model implementation for the JournalFeed service.
 class JournalStructureBaseImpl
          The extended model base implementation for the JournalStructure service.
 class JournalStructureImpl
           
 class JournalStructureModelImpl
          The base model implementation for the JournalStructure service.
 class JournalTemplateBaseImpl
          The extended model base implementation for the JournalTemplate service.
 class JournalTemplateImpl
           
 class JournalTemplateModelImpl
          The base model implementation for the JournalTemplate service.
 

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 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.
 

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 MBMailingListWrapper
           This class is a wrapper for MBMailingList.
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 

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

Classes in com.liferay.portlet.messageboards.model.impl that implement AuditedModel
 class MBBanBaseImpl
          The extended model base implementation for the MBBan service.
 class MBBanImpl
           
 class MBBanModelImpl
          The base model implementation for the MBBan service.
 class MBCategoryBaseImpl
          The extended model base implementation for the MBCategory service.
 class MBCategoryImpl
           
 class MBCategoryModelImpl
          The base model implementation for the MBCategory service.
 class MBMailingListBaseImpl
          The extended model base implementation for the MBMailingList service.
 class MBMailingListImpl
           
 class MBMailingListModelImpl
          The base model implementation for the MBMailingList service.
 class MBMessageBaseImpl
          The extended model base implementation for the MBMessage service.
 class MBMessageImpl
           
 class MBMessageModelImpl
          The base model implementation for the MBMessage service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.mobiledevicerules.model
 interface MDRAction
          The extended model interface for the MDRAction service.
 interface MDRActionModel
          The base model interface for the MDRAction service.
 interface MDRRule
          The extended model interface for the MDRRule service.
 interface MDRRuleGroup
          The extended model interface for the MDRRuleGroup service.
 interface MDRRuleGroupInstance
          The extended model interface for the MDRRuleGroupInstance service.
 interface MDRRuleGroupInstanceModel
          The base model interface for the MDRRuleGroupInstance service.
 interface MDRRuleGroupModel
          The base model interface for the MDRRuleGroup service.
 interface MDRRuleModel
          The base model interface for the MDRRule service.
 

Classes in com.liferay.portlet.mobiledevicerules.model that implement AuditedModel
 class MDRActionWrapper
           This class is a wrapper for MDRAction.
 class MDRRuleGroupInstanceWrapper
           This class is a wrapper for MDRRuleGroupInstance.
 class MDRRuleGroupWrapper
           This class is a wrapper for MDRRuleGroup.
 class MDRRuleWrapper
           This class is a wrapper for MDRRule.
 

Uses of AuditedModel in com.liferay.portlet.mobiledevicerules.model.impl
 

Classes in com.liferay.portlet.mobiledevicerules.model.impl that implement AuditedModel
 class MDRActionBaseImpl
          The extended model base implementation for the MDRAction service.
 class MDRActionImpl
           
 class MDRActionModelImpl
          The base model implementation for the MDRAction service.
 class MDRRuleBaseImpl
          The extended model base implementation for the MDRRule service.
 class MDRRuleGroupBaseImpl
          The extended model base implementation for the MDRRuleGroup service.
 class MDRRuleGroupImpl
           
 class MDRRuleGroupInstanceBaseImpl
          The extended model base implementation for the MDRRuleGroupInstance service.
 class MDRRuleGroupInstanceImpl
           
 class MDRRuleGroupInstanceModelImpl
          The base model implementation for the MDRRuleGroupInstance service.
 class MDRRuleGroupModelImpl
          The base model implementation for the MDRRuleGroup service.
 class MDRRuleImpl
           
 class MDRRuleModelImpl
          The base model implementation for the MDRRule service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.polls.model
 interface PollsQuestion
          The extended model interface for the PollsQuestion service.
 interface PollsQuestionModel
          The base model interface for the PollsQuestion service.
 interface PollsVote
          The extended model interface for the PollsVote service.
 interface PollsVoteModel
          The base model interface for the PollsVote service.
 

Classes in com.liferay.portlet.polls.model that implement AuditedModel
 class PollsQuestionWrapper
           This class is a wrapper for PollsQuestion.
 class PollsVoteWrapper
           This class is a wrapper for PollsVote.
 

Uses of AuditedModel in com.liferay.portlet.polls.model.impl
 

Classes in com.liferay.portlet.polls.model.impl that implement AuditedModel
 class PollsQuestionBaseImpl
          The extended model base implementation for the PollsQuestion service.
 class PollsQuestionImpl
           
 class PollsQuestionModelImpl
          The base model implementation for the PollsQuestion service.
 class PollsVoteBaseImpl
          The extended model base implementation for the PollsVote service.
 class PollsVoteImpl
           
 class PollsVoteModelImpl
          The base model implementation for the PollsVote service.
 

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.
 

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

Classes in com.liferay.portlet.ratings.model.impl that implement AuditedModel
 class RatingsEntryBaseImpl
          The extended model base implementation for the RatingsEntry service.
 class RatingsEntryImpl
           
 class RatingsEntryModelImpl
          The base model implementation for the RatingsEntry service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.shopping.model
 interface ShoppingCart
          The extended model interface for the ShoppingCart service.
 interface ShoppingCartModel
          The base model interface for the ShoppingCart service.
 interface ShoppingCategory
          The extended model interface for the ShoppingCategory service.
 interface ShoppingCategoryModel
          The base model interface for the ShoppingCategory service.
 interface ShoppingCoupon
          The extended model interface for the ShoppingCoupon service.
 interface ShoppingCouponModel
          The base model interface for the ShoppingCoupon service.
 interface ShoppingItem
          The extended model interface for the ShoppingItem service.
 interface ShoppingItemModel
          The base model interface for the ShoppingItem service.
 interface ShoppingOrder
          The extended model interface for the ShoppingOrder service.
 interface ShoppingOrderModel
          The base model interface for the ShoppingOrder service.
 

Classes in com.liferay.portlet.shopping.model that implement AuditedModel
 class ShoppingCartWrapper
           This class is a wrapper for ShoppingCart.
 class ShoppingCategoryWrapper
           This class is a wrapper for ShoppingCategory.
 class ShoppingCouponWrapper
           This class is a wrapper for ShoppingCoupon.
 class ShoppingItemWrapper
           This class is a wrapper for ShoppingItem.
 class ShoppingOrderWrapper
           This class is a wrapper for ShoppingOrder.
 

Uses of AuditedModel in com.liferay.portlet.shopping.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement AuditedModel
 class ShoppingCartBaseImpl
          The extended model base implementation for the ShoppingCart service.
 class ShoppingCartImpl
           
 class ShoppingCartModelImpl
          The base model implementation for the ShoppingCart service.
 class ShoppingCategoryBaseImpl
          The extended model base implementation for the ShoppingCategory service.
 class ShoppingCategoryImpl
           
 class ShoppingCategoryModelImpl
          The base model implementation for the ShoppingCategory service.
 class ShoppingCouponBaseImpl
          The extended model base implementation for the ShoppingCoupon service.
 class ShoppingCouponImpl
           
 class ShoppingCouponModelImpl
          The base model implementation for the ShoppingCoupon service.
 class ShoppingItemBaseImpl
          The extended model base implementation for the ShoppingItem service.
 class ShoppingItemImpl
           
 class ShoppingItemModelImpl
          The base model implementation for the ShoppingItem service.
 class ShoppingOrderBaseImpl
          The extended model base implementation for the ShoppingOrder service.
 class ShoppingOrderImpl
           
 class ShoppingOrderModelImpl
          The base model implementation for the ShoppingOrder service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.softwarecatalog.model
 interface SCFrameworkVersion
          The extended model interface for the SCFrameworkVersion service.
 interface SCFrameworkVersionModel
          The base model interface for the SCFrameworkVersion service.
 interface SCProductEntry
          The extended model interface for the SCProductEntry service.
 interface SCProductEntryModel
          The base model interface for the SCProductEntry service.
 interface SCProductVersion
          The extended model interface for the SCProductVersion service.
 interface SCProductVersionModel
          The base model interface for the SCProductVersion service.
 

Classes in com.liferay.portlet.softwarecatalog.model that implement AuditedModel
 class SCFrameworkVersionWrapper
           This class is a wrapper for SCFrameworkVersion.
 class SCProductEntryWrapper
           This class is a wrapper for SCProductEntry.
 class SCProductVersionWrapper
           This class is a wrapper for SCProductVersion.
 

Uses of AuditedModel in com.liferay.portlet.softwarecatalog.model.impl
 

Classes in com.liferay.portlet.softwarecatalog.model.impl that implement AuditedModel
 class SCFrameworkVersionBaseImpl
          The extended model base implementation for the SCFrameworkVersion service.
 class SCFrameworkVersionImpl
           
 class SCFrameworkVersionModelImpl
          The base model implementation for the SCFrameworkVersion service.
 class SCProductEntryBaseImpl
          The extended model base implementation for the SCProductEntry service.
 class SCProductEntryImpl
           
 class SCProductEntryModelImpl
          The base model implementation for the SCProductEntry service.
 class SCProductVersionBaseImpl
          The extended model base implementation for the SCProductVersion service.
 class SCProductVersionImpl
           
 class SCProductVersionModelImpl
          The base model implementation for the SCProductVersion service.
 

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

Subinterfaces of AuditedModel in com.liferay.portlet.wiki.model
 interface WikiNode
          The extended model interface for the WikiNode service.
 interface WikiNodeModel
          The base model interface for the WikiNode service.
 interface WikiPage
          The extended model interface for the WikiPage service.
 interface WikiPageModel
          The base model interface for the WikiPage service.
 

Classes in com.liferay.portlet.wiki.model that implement AuditedModel
 class WikiNodeWrapper
           This class is a wrapper for WikiNode.
 class WikiPageWrapper
           This class is a wrapper for WikiPage.
 

Uses of AuditedModel in com.liferay.portlet.wiki.model.impl
 

Classes in com.liferay.portlet.wiki.model.impl that implement AuditedModel
 class WikiNodeBaseImpl
          The extended model base implementation for the WikiNode service.
 class WikiNodeImpl
           
 class WikiNodeModelImpl
          The base model implementation for the WikiNode service.
 class WikiPageBaseImpl
          The extended model base implementation for the WikiPage service.
 class WikiPageImpl
           
 class WikiPageModelImpl
          The base model implementation for the WikiPage service.
 


Liferay 6.1.2-ce-ga3