Package | Description |
---|---|
com.liferay.asset.kernel.service |
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.blogs.kernel.service | |
com.liferay.document.library.kernel.service |
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.exportimport.kernel.service | |
com.liferay.message.boards.kernel.service | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.ratings.kernel.service |
Modifier and Type | Method and Description |
---|---|
AssetCategory |
AssetCategoryLocalService.deleteCategory(AssetCategory category,
boolean skipRebuildTree) |
void |
AssetTagLocalService.deleteTag(AssetTag tag)
Deletes the asset tag.
|
AssetVocabulary |
AssetVocabularyLocalService.deleteVocabulary(AssetVocabulary vocabulary) |
Modifier and Type | Method and Description |
---|---|
BlogsEntry |
BlogsEntryLocalService.deleteEntry(BlogsEntry entry) |
Modifier and Type | Method and Description |
---|---|
DLFileEntry |
DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry) |
void |
DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType) |
void |
DLFileRankLocalService.deleteFileRank(DLFileRank dlFileRank) |
void |
DLFileShortcutLocalService.deleteFileShortcut(DLFileShortcut fileShortcut) |
DLFolder |
DLFolderLocalService.deleteFolder(DLFolder dlFolder) |
DLFolder |
DLFolderLocalService.deleteFolder(DLFolder dlFolder,
boolean includeTrashedEntries) |
Modifier and Type | Method and Description |
---|---|
ExportImportConfiguration |
ExportImportConfigurationLocalService.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
Deletes the export import configuration from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
MBBanLocalService.deleteBan(MBBan ban) |
void |
MBCategoryLocalService.deleteCategory(MBCategory category,
boolean includeTrashedEntries) |
MBMessage |
MBMessageLocalService.deleteMessage(MBMessage message) |
void |
MBThreadLocalService.deleteThread(MBThread thread) |
void |
MBThreadFlagLocalService.deleteThreadFlag(MBThreadFlag threadFlag) |
Modifier and Type | Method and Description |
---|---|
Address |
AddressLocalService.deleteAddress(Address address)
Deletes the address from the database.
|
EmailAddress |
EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database.
|
void |
LayoutLocalService.deleteLayout(Layout layout,
boolean updateLayoutSet,
ServiceContext serviceContext)
Deletes the layout, its child layouts, and its associated resources.
|
LayoutPrototype |
LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database.
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database.
|
Organization |
OrganizationLocalService.deleteOrganization(Organization organization)
Deletes the organization from the database.
|
PasswordPolicy |
PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
Deletes the password policy from the database.
|
Phone |
PhoneLocalService.deletePhone(Phone phone)
Deletes the phone from the database.
|
Repository |
RepositoryLocalService.deleteRepository(Repository repository)
Deletes the repository from the database.
|
Role |
RoleLocalService.deleteRole(Role role)
Deletes the role from the database.
|
UserGroup |
UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database.
|
Website |
WebsiteLocalService.deleteWebsite(Website website)
Deletes the website from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
RatingsEntryLocalService.deleteEntry(RatingsEntry entry,
long userId,
String className,
long classPK) |