Liferay 6.0.5

com.liferay.portal.upgrade.v4_3_0.util
Class AvailableMappersUtil

java.lang.Object
  extended by com.liferay.portal.upgrade.v4_3_0.util.AvailableMappersUtil

public class AvailableMappersUtil
extends Object


Constructor Summary
AvailableMappersUtil()
           
 
Method Summary
static ValueMapper getBlogsEntryIdMapper()
           
static ValueMapper getBookmarksEntryIdMapper()
           
static ValueMapper getBookmarksFolderIdMapper()
           
static ValueMapper getCalEventIdMapper()
           
static ValueMapper getCompanyIdMapper()
           
static ValueMapper getContactIdMapper()
           
static ValueMapper getDLFileEntryIdMapper()
           
static ValueMapper getDLFileShortcutIdMapper()
           
static ValueMapper getDLFolderIdMapper()
           
static ValueMapper getGroupIdMapper()
           
static ValueMapper getIGFolderIdMapper()
           
static ValueMapper getIGImageIdMapper()
           
static ValueMapper getImageIdMapper()
           
static ValueMapper getJournalArticleIdMapper()
           
static ValueMapper getJournalStructureIdMapper()
           
static ValueMapper getJournalTemplateIdMapper()
           
static ValueMapper getLayoutPlidMapper()
           
static ValueMapper getMBCategoryIdMapper()
           
static ValueMapper getMBMessageIdMapper()
           
static ValueMapper getMBThreadIdMapper()
           
static ValueMapper getOrganizationIdMapper()
           
static ValueMapper getPollsQuestionIdMapper()
           
static ValueMapper getRoleIdMapper()
           
static ValueMapper getShoppingCategoryIdMapper()
           
static ValueMapper getShoppingItemIdMapper()
           
static ValueMapper getUserGroupIdMapper()
           
static ValueMapper getUserIdMapper()
           
static ValueMapper getWikiNodeIdMapper()
           
static ValueMapper getWikiPageIdMapper()
           
static void setBlogsEntryIdMapper(ValueMapper blogsEntryIdMapper)
           
static void setBookmarksEntryIdMapper(ValueMapper bookmarksEntryIdMapper)
           
static void setBookmarksFolderIdMapper(ValueMapper bookmarksFolderIdMapper)
           
static void setCalEventIdMapper(ValueMapper calEventIdMapper)
           
static void setCompanyIdMapper(ValueMapper companyIdMapper)
           
static void setContactIdMapper(ValueMapper contactIdMapper)
           
static void setDLFileEntryIdMapper(ValueMapper dlFileEntryIdMapper)
           
static void setDLFileShortcutIdMapper(ValueMapper dlFileShortcutIdMapper)
           
static void setDLFolderIdMapper(ValueMapper dlFolderIdMapper)
           
static void setGroupIdMapper(ValueMapper groupIdMapper)
           
static void setIGFolderIdMapper(ValueMapper igFolderIdMapper)
           
static void setIGImageIdMapper(ValueMapper igImageIdMapper)
           
static void setImageIdMapper(ValueMapper imageIdMapper)
           
static void setJournalArticleIdMapper(ValueMapper journalArticleIdMapper)
           
static void setJournalStructureIdMapper(ValueMapper journalStructureIdMapper)
           
static void setJournalTemplateIdMapper(ValueMapper journalTemplateIdMapper)
           
static void setLayoutPlidMapper(ValueMapper layoutPlidMapper)
           
static void setMBCategoryIdMapper(ValueMapper mbCategoryIdMapper)
           
static void setMBMessageIdMapper(ValueMapper mbMessageIdMapper)
           
static void setMBThreadIdMapper(ValueMapper mbThreadIdMapper)
           
static void setOrganizationIdMapper(ValueMapper organizationIdMapper)
           
static void setPollsQuestionIdMapper(ValueMapper pollsQuestionIdMapper)
           
static void setRoleIdMapper(ValueMapper roleIdMapper)
           
static void setShoppingCategoryIdMapper(ValueMapper shoppingCategoryIdMapper)
           
static void setShoppingItemIdMapper(ValueMapper shoppingItemIdMapper)
           
static void setUserGroupIdMapper(ValueMapper userGroupIdMapper)
           
static void setUserIdMapper(ValueMapper userIdMapper)
           
static void setWikiNodeIdMapper(ValueMapper wikiNodeIdMapper)
           
static void setWikiPageIdMapper(ValueMapper wikiPageIdMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableMappersUtil

public AvailableMappersUtil()
Method Detail

getBlogsEntryIdMapper

public static ValueMapper getBlogsEntryIdMapper()

setBlogsEntryIdMapper

public static void setBlogsEntryIdMapper(ValueMapper blogsEntryIdMapper)

getBookmarksEntryIdMapper

public static ValueMapper getBookmarksEntryIdMapper()

setBookmarksEntryIdMapper

public static void setBookmarksEntryIdMapper(ValueMapper bookmarksEntryIdMapper)

getBookmarksFolderIdMapper

public static ValueMapper getBookmarksFolderIdMapper()

setBookmarksFolderIdMapper

public static void setBookmarksFolderIdMapper(ValueMapper bookmarksFolderIdMapper)

getCalEventIdMapper

public static ValueMapper getCalEventIdMapper()

setCalEventIdMapper

public static void setCalEventIdMapper(ValueMapper calEventIdMapper)

getCompanyIdMapper

public static ValueMapper getCompanyIdMapper()

setCompanyIdMapper

public static void setCompanyIdMapper(ValueMapper companyIdMapper)

getContactIdMapper

public static ValueMapper getContactIdMapper()

setContactIdMapper

public static void setContactIdMapper(ValueMapper contactIdMapper)

getDLFileEntryIdMapper

public static ValueMapper getDLFileEntryIdMapper()

setDLFileEntryIdMapper

public static void setDLFileEntryIdMapper(ValueMapper dlFileEntryIdMapper)

getDLFileShortcutIdMapper

public static ValueMapper getDLFileShortcutIdMapper()

setDLFileShortcutIdMapper

public static void setDLFileShortcutIdMapper(ValueMapper dlFileShortcutIdMapper)

getDLFolderIdMapper

public static ValueMapper getDLFolderIdMapper()

setDLFolderIdMapper

public static void setDLFolderIdMapper(ValueMapper dlFolderIdMapper)

getGroupIdMapper

public static ValueMapper getGroupIdMapper()

setGroupIdMapper

public static void setGroupIdMapper(ValueMapper groupIdMapper)

getIGFolderIdMapper

public static ValueMapper getIGFolderIdMapper()

setIGFolderIdMapper

public static void setIGFolderIdMapper(ValueMapper igFolderIdMapper)

getIGImageIdMapper

public static ValueMapper getIGImageIdMapper()

setIGImageIdMapper

public static void setIGImageIdMapper(ValueMapper igImageIdMapper)

getImageIdMapper

public static ValueMapper getImageIdMapper()

setImageIdMapper

public static void setImageIdMapper(ValueMapper imageIdMapper)

getJournalArticleIdMapper

public static ValueMapper getJournalArticleIdMapper()

setJournalArticleIdMapper

public static void setJournalArticleIdMapper(ValueMapper journalArticleIdMapper)

getJournalStructureIdMapper

public static ValueMapper getJournalStructureIdMapper()

setJournalStructureIdMapper

public static void setJournalStructureIdMapper(ValueMapper journalStructureIdMapper)

getJournalTemplateIdMapper

public static ValueMapper getJournalTemplateIdMapper()

setJournalTemplateIdMapper

public static void setJournalTemplateIdMapper(ValueMapper journalTemplateIdMapper)

getLayoutPlidMapper

public static ValueMapper getLayoutPlidMapper()

setLayoutPlidMapper

public static void setLayoutPlidMapper(ValueMapper layoutPlidMapper)

getMBCategoryIdMapper

public static ValueMapper getMBCategoryIdMapper()

setMBCategoryIdMapper

public static void setMBCategoryIdMapper(ValueMapper mbCategoryIdMapper)

getMBMessageIdMapper

public static ValueMapper getMBMessageIdMapper()

setMBMessageIdMapper

public static void setMBMessageIdMapper(ValueMapper mbMessageIdMapper)

getMBThreadIdMapper

public static ValueMapper getMBThreadIdMapper()

setMBThreadIdMapper

public static void setMBThreadIdMapper(ValueMapper mbThreadIdMapper)

getOrganizationIdMapper

public static ValueMapper getOrganizationIdMapper()

setOrganizationIdMapper

public static void setOrganizationIdMapper(ValueMapper organizationIdMapper)

getPollsQuestionIdMapper

public static ValueMapper getPollsQuestionIdMapper()

setPollsQuestionIdMapper

public static void setPollsQuestionIdMapper(ValueMapper pollsQuestionIdMapper)

getRoleIdMapper

public static ValueMapper getRoleIdMapper()

setRoleIdMapper

public static void setRoleIdMapper(ValueMapper roleIdMapper)

getShoppingCategoryIdMapper

public static ValueMapper getShoppingCategoryIdMapper()

setShoppingCategoryIdMapper

public static void setShoppingCategoryIdMapper(ValueMapper shoppingCategoryIdMapper)

getShoppingItemIdMapper

public static ValueMapper getShoppingItemIdMapper()

setShoppingItemIdMapper

public static void setShoppingItemIdMapper(ValueMapper shoppingItemIdMapper)

getUserGroupIdMapper

public static ValueMapper getUserGroupIdMapper()

setUserGroupIdMapper

public static void setUserGroupIdMapper(ValueMapper userGroupIdMapper)

getUserIdMapper

public static ValueMapper getUserIdMapper()

setUserIdMapper

public static void setUserIdMapper(ValueMapper userIdMapper)

getWikiNodeIdMapper

public static ValueMapper getWikiNodeIdMapper()

setWikiNodeIdMapper

public static void setWikiNodeIdMapper(ValueMapper wikiNodeIdMapper)

getWikiPageIdMapper

public static ValueMapper getWikiPageIdMapper()

setWikiPageIdMapper

public static void setWikiPageIdMapper(ValueMapper wikiPageIdMapper)

Liferay 6.0.5