Liferay 6.1.2-ce-ga3

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

Packages that use AttachedModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portlet.announcements.model   
com.liferay.portlet.asset.model   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.expando.model   
com.liferay.portlet.journal.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.ratings.model   
com.liferay.portlet.social.model   
 

Uses of AttachedModel in com.liferay.portal.model
 

Subinterfaces of AttachedModel in com.liferay.portal.model
 interface Address
          The extended model interface for the Address service.
 interface AddressModel
          The base model interface for the Address service.
 interface EmailAddress
          The extended model interface for the EmailAddress service.
 interface EmailAddressModel
          The base model interface for the EmailAddress service.
 interface Group
          The extended model interface for the Group service.
 interface GroupModel
          The base model interface for the Group service.
 interface PasswordPolicyRel
          The extended model interface for the PasswordPolicyRel service.
 interface PasswordPolicyRelModel
          The base model interface for the PasswordPolicyRel service.
 interface Phone
          The extended model interface for the Phone service.
 interface PhoneModel
          The base model interface for the Phone service.
 interface Role
          The extended model interface for the Role service.
 interface RoleModel
          The base model interface for the Role service.
 interface Shard
          The extended model interface for the Shard service.
 interface ShardModel
          The base model interface for the Shard service.
 interface Subscription
          The extended model interface for the Subscription service.
 interface SubscriptionModel
          The base model interface for the Subscription service.
 interface Ticket
          The extended model interface for the Ticket service.
 interface TicketModel
          The base model interface for the Ticket service.
 interface WebDAVProps
          The extended model interface for the WebDAVProps service.
 interface WebDAVPropsModel
          The base model interface for the WebDAVProps 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 AttachedModel
 class AddressWrapper
           This class is a wrapper for Address.
 class EmailAddressWrapper
           This class is a wrapper for EmailAddress.
 class GroupWrapper
           This class is a wrapper for Group.
 class PasswordPolicyRelWrapper
           This class is a wrapper for PasswordPolicyRel.
 class PhoneWrapper
           This class is a wrapper for Phone.
 class RoleWrapper
           This class is a wrapper for Role.
 class ShardWrapper
           This class is a wrapper for Shard.
 class SubscriptionWrapper
           This class is a wrapper for Subscription.
 class TicketWrapper
           This class is a wrapper for Ticket.
 class WebDAVPropsWrapper
           This class is a wrapper for WebDAVProps.
 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 AttachedModel in com.liferay.portlet.announcements.model
 

Subinterfaces of AttachedModel 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 AttachedModel
 class AnnouncementsEntryWrapper
           This class is a wrapper for AnnouncementsEntry.
 

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

Subinterfaces of AttachedModel in com.liferay.portlet.asset.model
 interface AssetEntry
          The extended model interface for the AssetEntry service.
 interface AssetEntryModel
          The base model interface for the AssetEntry service.
 

Classes in com.liferay.portlet.asset.model that implement AttachedModel
 class AssetEntryWrapper
           This class is a wrapper for AssetEntry.
 

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

Subinterfaces of AttachedModel in com.liferay.portlet.dynamicdatamapping.model
 interface DDMStorageLink
          The extended model interface for the DDMStorageLink service.
 interface DDMStorageLinkModel
          The base model interface for the DDMStorageLink service.
 interface DDMStructureLink
          The extended model interface for the DDMStructureLink service.
 interface DDMStructureLinkModel
          The base model interface for the DDMStructureLink service.
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement AttachedModel
 class DDMStorageLinkWrapper
           This class is a wrapper for DDMStorageLink.
 class DDMStructureLinkWrapper
           This class is a wrapper for DDMStructureLink.
 

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

Subinterfaces of AttachedModel in com.liferay.portlet.expando.model
 interface ExpandoValue
          The extended model interface for the ExpandoValue service.
 interface ExpandoValueModel
          The base model interface for the ExpandoValue service.
 

Classes in com.liferay.portlet.expando.model that implement AttachedModel
 class ExpandoValueWrapper
           This class is a wrapper for ExpandoValue.
 

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

Subinterfaces of AttachedModel 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.
 

Classes in com.liferay.portlet.journal.model that implement AttachedModel
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 

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

Subinterfaces of AttachedModel in com.liferay.portlet.messageboards.model
 interface MBDiscussion
          The extended model interface for the MBDiscussion service.
 interface MBDiscussionModel
          The base model interface for the MBDiscussion 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 AttachedModel
 class MBDiscussionWrapper
           This class is a wrapper for MBDiscussion.
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 

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

Subinterfaces of AttachedModel 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 MDRRuleGroupInstance
          The extended model interface for the MDRRuleGroupInstance service.
 interface MDRRuleGroupInstanceModel
          The base model interface for the MDRRuleGroupInstance service.
 

Classes in com.liferay.portlet.mobiledevicerules.model that implement AttachedModel
 class MDRActionWrapper
           This class is a wrapper for MDRAction.
 class MDRRuleGroupInstanceWrapper
           This class is a wrapper for MDRRuleGroupInstance.
 

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

Subinterfaces of AttachedModel 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.
 interface RatingsStats
          The extended model interface for the RatingsStats service.
 interface RatingsStatsModel
          The base model interface for the RatingsStats service.
 

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

Uses of AttachedModel in com.liferay.portlet.social.model
 

Subinterfaces of AttachedModel in com.liferay.portlet.social.model
 interface SocialActivity
          The extended model interface for the SocialActivity service.
 interface SocialActivityCounter
          The extended model interface for the SocialActivityCounter service.
 interface SocialActivityCounterModel
          The base model interface for the SocialActivityCounter service.
 interface SocialActivityLimit
          The extended model interface for the SocialActivityLimit service.
 interface SocialActivityLimitModel
          The base model interface for the SocialActivityLimit service.
 interface SocialActivityModel
          The base model interface for the SocialActivity service.
 interface SocialRequest
          The extended model interface for the SocialRequest service.
 interface SocialRequestModel
          The base model interface for the SocialRequest service.
 

Classes in com.liferay.portlet.social.model that implement AttachedModel
 class SocialActivityCounterWrapper
           This class is a wrapper for SocialActivityCounter.
 class SocialActivityLimitWrapper
           This class is a wrapper for SocialActivityLimit.
 class SocialActivityWrapper
           This class is a wrapper for SocialActivity.
 class SocialRequestWrapper
           This class is a wrapper for SocialRequest.
 


Liferay 6.1.2-ce-ga3