Skip navigation links
A C D E F G I M N O P R S T U W 

A

ACTION_ADD_SAP_ENTRY - Static variable in class com.liferay.portal.security.service.access.policy.constants.SAPActionKeys
 
addSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
addSAPEntry(SAPEntry) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Adds the sap entry to the database.
addSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
addSAPEntry(SAPEntry) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Adds the sap entry to the database.
addSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
addSAPEntry(SAPEntry) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Adds the sap entry to the database.
addSAPEntry(String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
addSAPEntry(String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
addSAPEntry(String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
allowedServiceSignatures - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 

C

cacheResult(SAPEntry) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Caches the sap entry in the entity cache if it is enabled.
cacheResult(List<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Caches the sap entries in the entity cache if it is enabled.
cacheResult(SAPEntry) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Caches the sap entry in the entity cache if it is enabled.
cacheResult(List<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Caches the sap entries in the entity cache if it is enabled.
checkSystemSAPEntries(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
checkSystemSAPEntries(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
checkSystemSAPEntries(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
clearCache() - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
clearCache(SAPEntry) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
cloneWithOriginalValues() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
cloneWithOriginalValues() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
com.liferay.portal.security.service.access.policy.configuration - package com.liferay.portal.security.service.access.policy.configuration
 
com.liferay.portal.security.service.access.policy.constants - package com.liferay.portal.security.service.access.policy.constants
 
com.liferay.portal.security.service.access.policy.exception - package com.liferay.portal.security.service.access.policy.exception
 
com.liferay.portal.security.service.access.policy.model - package com.liferay.portal.security.service.access.policy.model
 
com.liferay.portal.security.service.access.policy.service - package com.liferay.portal.security.service.access.policy.service
 
com.liferay.portal.security.service.access.policy.service.persistence - package com.liferay.portal.security.service.access.policy.service.persistence
 
com.liferay.portal.security.service.access.policy.util.comparator - package com.liferay.portal.security.service.access.policy.util.comparator
 
companyId - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
compare(SAPEntry, SAPEntry) - Method in class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 
countAll() - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries.
countAll() - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries.
countByC_D(long, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries where companyId = ? and defaultSAPEntry = ?.
countByC_D(long, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries where companyId = ? and defaultSAPEntry = ?.
countByC_N(long, String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries where companyId = ? and name = ?.
countByC_N(long, String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries where companyId = ? and name = ?.
countByCompanyId(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries where companyId = ?.
countByCompanyId(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries where companyId = ?.
countByUuid(String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries where uuid = ?.
countByUuid(String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries where uuid = ?.
countByUuid_C(String, long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries where uuid = ? and companyId = ?.
countByUuid_C(String, long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries where uuid = ? and companyId = ?.
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
create(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Creates a new sap entry with the primary key.
create(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Creates a new sap entry with the primary key.
createDate - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
createPersistedModel(Serializable) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
createPersistedModel(Serializable) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
createPersistedModel(Serializable) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
createSAPEntry(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Creates a new sap entry with the primary key.
createSAPEntry(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Creates a new sap entry with the primary key.
createSAPEntry(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Creates a new sap entry with the primary key.

D

defaultSAPEntry - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
deletePersistedModel(PersistedModel) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
deleteSAPEntry(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Deletes the sap entry with the primary key from the database.
deleteSAPEntry(SAPEntry) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Deletes the sap entry from the database.
deleteSAPEntry(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Deletes the sap entry with the primary key from the database.
deleteSAPEntry(SAPEntry) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Deletes the sap entry from the database.
deleteSAPEntry(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Deletes the sap entry with the primary key from the database.
deleteSAPEntry(SAPEntry) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Deletes the sap entry from the database.
deleteSAPEntry(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
deleteSAPEntry(SAPEntry) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
deleteSAPEntry(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
deleteSAPEntry(SAPEntry) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
deleteSAPEntry(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
deleteSAPEntry(SAPEntry) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
dslQuery(DSLQuery) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
dslQuery(DSLQuery) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
dslQuery(DSLQuery) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
dslQueryCount(DSLQuery) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
dslQueryCount(DSLQuery) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
dslQueryCount(DSLQuery) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
DuplicateSAPEntryNameException - Exception in com.liferay.portal.security.service.access.policy.exception
 
DuplicateSAPEntryNameException() - Constructor for exception com.liferay.portal.security.service.access.policy.exception.DuplicateSAPEntryNameException
 
DuplicateSAPEntryNameException(String) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.DuplicateSAPEntryNameException
 
DuplicateSAPEntryNameException(String, Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.DuplicateSAPEntryNameException
 
DuplicateSAPEntryNameException(Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.DuplicateSAPEntryNameException
 
dynamicQuery() - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
dynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.

E

enabled - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 

F

fetchByC_D_First(long, boolean, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the first sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
fetchByC_D_First(long, boolean, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the first sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
fetchByC_D_Last(long, boolean, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the last sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
fetchByC_D_Last(long, boolean, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the last sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
fetchByC_N(long, String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entry where companyId = ? and name = ? or returns null if it could not be found.
fetchByC_N(long, String, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entry where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
fetchByC_N(long, String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entry where companyId = ? and name = ? or returns null if it could not be found.
fetchByC_N(long, String, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entry where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
fetchByCompanyId_First(long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the first sap entry in the ordered set where companyId = ?.
fetchByCompanyId_First(long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the first sap entry in the ordered set where companyId = ?.
fetchByCompanyId_Last(long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the last sap entry in the ordered set where companyId = ?.
fetchByCompanyId_Last(long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the last sap entry in the ordered set where companyId = ?.
fetchByPrimaryKey(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entry with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entry with the primary key or returns null if it could not be found.
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
fetchByUuid_C_First(String, long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the first sap entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_First(String, long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the first sap entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the last sap entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the last sap entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_First(String, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the first sap entry in the ordered set where uuid = ?.
fetchByUuid_First(String, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the first sap entry in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the last sap entry in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the last sap entry in the ordered set where uuid = ?.
fetchSAPEntry(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
fetchSAPEntry(long, String) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
fetchSAPEntry(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
fetchSAPEntry(long, String) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
fetchSAPEntry(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
fetchSAPEntry(long, String) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
fetchSAPEntry(long, String) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
fetchSAPEntry(long, String) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
fetchSAPEntry(long, String) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
fetchSAPEntryByUuidAndCompanyId(String, long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Returns the sap entry with the matching UUID and company.
fetchSAPEntryByUuidAndCompanyId(String, long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Returns the sap entry with the matching UUID and company.
fetchSAPEntryByUuidAndCompanyId(String, long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Returns the sap entry with the matching UUID and company.
filterCountByC_D(long, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
filterCountByC_D(long, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
filterCountByCompanyId(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries that the user has permission to view where companyId = ?.
filterCountByCompanyId(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries that the user has permission to view where companyId = ?.
filterCountByUuid(String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries that the user has permission to view where uuid = ?.
filterCountByUuid(String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries that the user has permission to view where uuid = ?.
filterCountByUuid_C(String, long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the number of sap entries that the user has permission to view where uuid = ? and companyId = ?.
filterCountByUuid_C(String, long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the number of sap entries that the user has permission to view where uuid = ? and companyId = ?.
filterFindByC_D(long, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
filterFindByC_D(long, boolean, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
filterFindByC_D(long, boolean, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries that the user has permissions to view where companyId = ? and defaultSAPEntry = ?.
filterFindByC_D(long, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
filterFindByC_D(long, boolean, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
filterFindByC_D(long, boolean, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries that the user has permissions to view where companyId = ? and defaultSAPEntry = ?.
filterFindByC_D_PrevAndNext(long, long, boolean, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entries before and after the current sap entry in the ordered set of sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
filterFindByC_D_PrevAndNext(long, long, boolean, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entries before and after the current sap entry in the ordered set of sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
filterFindByCompanyId(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries that the user has permission to view where companyId = ?.
filterFindByCompanyId(long, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries that the user has permission to view where companyId = ?.
filterFindByCompanyId(long, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries that the user has permissions to view where companyId = ?.
filterFindByCompanyId(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries that the user has permission to view where companyId = ?.
filterFindByCompanyId(long, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries that the user has permission to view where companyId = ?.
filterFindByCompanyId(long, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries that the user has permissions to view where companyId = ?.
filterFindByCompanyId_PrevAndNext(long, long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entries before and after the current sap entry in the ordered set of sap entries that the user has permission to view where companyId = ?.
filterFindByCompanyId_PrevAndNext(long, long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entries before and after the current sap entry in the ordered set of sap entries that the user has permission to view where companyId = ?.
filterFindByUuid(String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries that the user has permission to view where uuid = ?.
filterFindByUuid(String, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries that the user has permission to view where uuid = ?.
filterFindByUuid(String, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries that the user has permissions to view where uuid = ?.
filterFindByUuid(String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries that the user has permission to view where uuid = ?.
filterFindByUuid(String, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries that the user has permission to view where uuid = ?.
filterFindByUuid(String, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries that the user has permissions to view where uuid = ?.
filterFindByUuid_C(String, long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries that the user has permission to view where uuid = ? and companyId = ?.
filterFindByUuid_C(String, long, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries that the user has permission to view where uuid = ? and companyId = ?.
filterFindByUuid_C(String, long, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries that the user has permissions to view where uuid = ? and companyId = ?.
filterFindByUuid_C(String, long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries that the user has permission to view where uuid = ? and companyId = ?.
filterFindByUuid_C(String, long, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries that the user has permission to view where uuid = ? and companyId = ?.
filterFindByUuid_C(String, long, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries that the user has permissions to view where uuid = ? and companyId = ?.
filterFindByUuid_C_PrevAndNext(long, String, long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entries before and after the current sap entry in the ordered set of sap entries that the user has permission to view where uuid = ? and companyId = ?.
filterFindByUuid_C_PrevAndNext(long, String, long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entries before and after the current sap entry in the ordered set of sap entries that the user has permission to view where uuid = ? and companyId = ?.
filterFindByUuid_PrevAndNext(long, String, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entries before and after the current sap entry in the ordered set of sap entries that the user has permission to view where uuid = ?.
filterFindByUuid_PrevAndNext(long, String, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entries before and after the current sap entry in the ordered set of sap entries that the user has permission to view where uuid = ?.
findAll() - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries.
findAll(int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries.
findAll(int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries.
findAll(int, int, OrderByComparator<SAPEntry>, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries.
findAll() - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries.
findAll(int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries.
findAll(int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries.
findAll(int, int, OrderByComparator<SAPEntry>, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries.
findByC_D(long, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries where companyId = ? and defaultSAPEntry = ?.
findByC_D(long, boolean, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
findByC_D(long, boolean, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
findByC_D(long, boolean, int, int, OrderByComparator<SAPEntry>, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
findByC_D(long, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries where companyId = ? and defaultSAPEntry = ?.
findByC_D(long, boolean, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
findByC_D(long, boolean, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
findByC_D(long, boolean, int, int, OrderByComparator<SAPEntry>, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
findByC_D_First(long, boolean, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the first sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
findByC_D_First(long, boolean, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the first sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
findByC_D_Last(long, boolean, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the last sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
findByC_D_Last(long, boolean, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the last sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
findByC_D_PrevAndNext(long, long, boolean, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entries before and after the current sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
findByC_D_PrevAndNext(long, long, boolean, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entries before and after the current sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
findByC_N(long, String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entry where companyId = ? and name = ? or throws a NoSuchEntryException if it could not be found.
findByC_N(long, String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entry where companyId = ? and name = ? or throws a NoSuchEntryException if it could not be found.
findByCompanyId(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries where companyId = ?.
findByCompanyId(long, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<SAPEntry>, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries where companyId = ?.
findByCompanyId(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries where companyId = ?.
findByCompanyId(long, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<SAPEntry>, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries where companyId = ?.
findByCompanyId_First(long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the first sap entry in the ordered set where companyId = ?.
findByCompanyId_First(long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the first sap entry in the ordered set where companyId = ?.
findByCompanyId_Last(long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the last sap entry in the ordered set where companyId = ?.
findByCompanyId_Last(long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the last sap entry in the ordered set where companyId = ?.
findByCompanyId_PrevAndNext(long, long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entries before and after the current sap entry in the ordered set where companyId = ?.
findByCompanyId_PrevAndNext(long, long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entries before and after the current sap entry in the ordered set where companyId = ?.
findByPrimaryKey(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entry with the primary key or throws a NoSuchEntryException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entry with the primary key or throws a NoSuchEntryException if it could not be found.
findByUuid(String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries where uuid = ?.
findByUuid(String, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<SAPEntry>, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries where uuid = ?.
findByUuid(String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries where uuid = ?.
findByUuid(String, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<SAPEntry>, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries where uuid = ?.
findByUuid_C(String, long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns all the sap entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns a range of all the sap entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<SAPEntry>, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns an ordered range of all the sap entries where uuid = ? and companyId = ?.
findByUuid_C(String, long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns all the sap entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns a range of all the sap entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<SAPEntry>, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns an ordered range of all the sap entries where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the first sap entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the first sap entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the last sap entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the last sap entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entries before and after the current sap entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entries before and after the current sap entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_First(String, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the first sap entry in the ordered set where uuid = ?.
findByUuid_First(String, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the first sap entry in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the last sap entry in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the last sap entry in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Returns the sap entries before and after the current sap entry in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Returns the sap entries before and after the current sap entry in the ordered set where uuid = ?.
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 

G

getActionableDynamicQuery() - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getAllowedServiceSignatures() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the allowed service signatures of this sap entry.
getAllowedServiceSignatures() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the allowed service signatures of this sap entry.
getAllowedServiceSignaturesList() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntry
 
getAllowedServiceSignaturesList() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
getAvailableLanguageIds() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
getAvailableLanguageIds() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
getBasePersistence() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getCompanyId() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the company ID of this sap entry.
getCompanyId() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the company ID of this sap entry.
getCompanySAPEntries(long, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getCompanySAPEntries(long, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getCompanySAPEntries(long, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getCompanySAPEntries(long, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getCompanySAPEntries(long, int, int) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getCompanySAPEntries(long, int, int, OrderByComparator<SAPEntry>) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getCompanySAPEntries(long, int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
getCompanySAPEntries(long, int, int, OrderByComparator<SAPEntry>) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
getCompanySAPEntries(long, int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
getCompanySAPEntries(long, int, int, OrderByComparator<SAPEntry>) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
getCompanySAPEntries(long, int, int) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
getCompanySAPEntries(long, int, int, OrderByComparator<SAPEntry>) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
getCompanySAPEntriesCount(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getCompanySAPEntriesCount(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getCompanySAPEntriesCount(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getCompanySAPEntriesCount(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
getCompanySAPEntriesCount(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
getCompanySAPEntriesCount(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
getCreateDate() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the create date of this sap entry.
getCreateDate() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the create date of this sap entry.
getDefaultLanguageId() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
getDefaultLanguageId() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
getDefaultSAPEntries(long, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getDefaultSAPEntries(long, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getDefaultSAPEntries(long, boolean) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getDefaultSAPEntry() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the default sap entry of this sap entry.
getDefaultSAPEntry() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the default sap entry of this sap entry.
getEnabled() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the enabled of this sap entry.
getEnabled() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the enabled of this sap entry.
getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getIndexableActionableDynamicQuery() - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getModelAttributes() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
getModifiedDate() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the modified date of this sap entry.
getModifiedDate() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the modified date of this sap entry.
getName() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the name of this sap entry.
getName() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the name of this sap entry.
getOrderBy() - Method in class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 
getOrderByFields() - Method in class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 
getOSGiServiceIdentifier() - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
Returns the OSGi service identifier.
getPersistedModel(Serializable) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getPersistence() - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
getPrimaryKey() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the primary key of this sap entry.
getPrimaryKey() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the primary key of this sap entry.
getSAPEntries(int, int) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Returns a range of all the sap entries.
getSAPEntries(int, int) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Returns a range of all the sap entries.
getSAPEntries(int, int) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Returns a range of all the sap entries.
getSAPEntriesCount() - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Returns the number of sap entries.
getSAPEntriesCount() - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Returns the number of sap entries.
getSAPEntriesCount() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Returns the number of sap entries.
getSAPEntry(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Returns the sap entry with the primary key.
getSAPEntry(long, String) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
getSAPEntry(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Returns the sap entry with the primary key.
getSAPEntry(long, String) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getSAPEntry(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Returns the sap entry with the primary key.
getSAPEntry(long, String) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getSAPEntry(long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
getSAPEntry(long, String) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
getSAPEntry(long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
getSAPEntry(long, String) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
getSAPEntry(long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
getSAPEntry(long, String) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
getSAPEntryByUuidAndCompanyId(String, long) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Returns the sap entry with the matching UUID and company.
getSAPEntryByUuidAndCompanyId(String, long) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Returns the sap entry with the matching UUID and company.
getSAPEntryByUuidAndCompanyId(String, long) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Returns the sap entry with the matching UUID and company.
getSapEntryId() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the sap entry ID of this sap entry.
getSapEntryId() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the sap entry ID of this sap entry.
getService() - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
getService() - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
getStagedModelType() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
getTitle() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the title of this sap entry.
getTitle(Locale) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the localized title of this sap entry in the language.
getTitle(Locale, boolean) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the localized title of this sap entry in the language, optionally using the default language if no localization exists for the requested language.
getTitle(String) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the localized title of this sap entry in the language.
getTitle(String, boolean) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the localized title of this sap entry in the language, optionally using the default language if no localization exists for the requested language.
getTitle() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the title of this sap entry.
getTitle(Locale) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the localized title of this sap entry in the language.
getTitle(Locale, boolean) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the localized title of this sap entry in the language, optionally using the default language if no localization exists for the requested language.
getTitle(String) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the localized title of this sap entry in the language.
getTitle(String, boolean) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the localized title of this sap entry in the language, optionally using the default language if no localization exists for the requested language.
getTitleCurrentLanguageId() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
getTitleCurrentLanguageId() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
getTitleCurrentValue() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
getTitleCurrentValue() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
getTitleMap() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns a map of the locales and localized titles of this sap entry.
getTitleMap() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns a map of the locales and localized titles of this sap entry.
getUserId() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the user ID of this sap entry.
getUserId() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the user ID of this sap entry.
getUserName() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the user name of this sap entry.
getUserName() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the user name of this sap entry.
getUserUuid() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the user uuid of this sap entry.
getUserUuid() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the user uuid of this sap entry.
getUuid() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns the uuid of this sap entry.
getUuid() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns the uuid of this sap entry.
getWrappedService() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
getWrappedService() - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 

I

INSTANCE - Static variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
isAscending() - Method in class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 
isDefaultSAPEntry() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns true if this sap entry is default sap entry.
isDefaultSAPEntry() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns true if this sap entry is default sap entry.
isEnabled() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Returns true if this sap entry is enabled.
isEnabled() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Returns true if this sap entry is enabled.
isSystem() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntry
 
isSystem() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 

M

modifiedDate - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 

N

name - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
NAME_ALLOWED_CHARACTERS - Static variable in interface com.liferay.portal.security.service.access.policy.constants.SAPEntryConstants
 
NAME_ALLOWED_CHARACTERS - Static variable in interface com.liferay.portal.security.service.access.policy.model.SAPEntryConstants
Deprecated.
 
NoSuchEntryException - Exception in com.liferay.portal.security.service.access.policy.exception
 
NoSuchEntryException() - Constructor for exception com.liferay.portal.security.service.access.policy.exception.NoSuchEntryException
 
NoSuchEntryException(String) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.NoSuchEntryException
 
NoSuchEntryException(String, Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.NoSuchEntryException
 
NoSuchEntryException(Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.NoSuchEntryException
 

O

ORDER_BY_ASC - Static variable in class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 
ORDER_BY_DESC - Static variable in class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 
ORDER_BY_FIELDS - Static variable in class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 

P

persist() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
prepareLocalizedFieldsForImport() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
prepareLocalizedFieldsForImport(Locale) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
prepareLocalizedFieldsForImport() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
prepareLocalizedFieldsForImport(Locale) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 

R

remove(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Removes the sap entry with the primary key from the database.
remove(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Removes the sap entry with the primary key from the database.
removeAll() - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Removes all the sap entries from the database.
removeAll() - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Removes all the sap entries from the database.
removeByC_D(long, boolean) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Removes all the sap entries where companyId = ? and defaultSAPEntry = ? from the database.
removeByC_D(long, boolean) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Removes all the sap entries where companyId = ? and defaultSAPEntry = ? from the database.
removeByC_N(long, String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Removes the sap entry where companyId = ? and name = ? from the database.
removeByC_N(long, String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Removes the sap entry where companyId = ? and name = ? from the database.
removeByCompanyId(long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Removes all the sap entries where companyId = ? from the database.
removeByCompanyId(long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Removes all the sap entries where companyId = ? from the database.
removeByUuid(String) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Removes all the sap entries where uuid = ? from the database.
removeByUuid(String) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Removes all the sap entries where uuid = ? from the database.
removeByUuid_C(String, long) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
Removes all the sap entries where uuid = ? and companyId = ? from the database.
removeByUuid_C(String, long) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
Removes all the sap entries where uuid = ? and companyId = ? from the database.
RequiredSAPEntryException - Exception in com.liferay.portal.security.service.access.policy.exception
 
RequiredSAPEntryException() - Constructor for exception com.liferay.portal.security.service.access.policy.exception.RequiredSAPEntryException
 
RequiredSAPEntryException(String) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.RequiredSAPEntryException
 
RequiredSAPEntryException(String, Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.RequiredSAPEntryException
 
RequiredSAPEntryException(Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.RequiredSAPEntryException
 
RESOURCE_NAME - Static variable in class com.liferay.portal.security.service.access.policy.constants.SAPConstants
 

S

SAP_ENTRY_ID_ACCESSOR - Static variable in interface com.liferay.portal.security.service.access.policy.model.SAPEntry
 
SAPActionKeys - Class in com.liferay.portal.security.service.access.policy.constants
 
SAPActionKeys() - Constructor for class com.liferay.portal.security.service.access.policy.constants.SAPActionKeys
 
SAPConfiguration - Interface in com.liferay.portal.security.service.access.policy.configuration
 
SAPConstants - Class in com.liferay.portal.security.service.access.policy.constants
 
SAPConstants() - Constructor for class com.liferay.portal.security.service.access.policy.constants.SAPConstants
 
SAPEntry - Interface in com.liferay.portal.security.service.access.policy.model
The extended model interface for the SAPEntry service.
SAPEntryConstants - Interface in com.liferay.portal.security.service.access.policy.constants
 
SAPEntryConstants - Interface in com.liferay.portal.security.service.access.policy.model
Deprecated.
As of Athanasius (7.3.x), replaced by SAPEntryConstants
sapEntryId - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
SAPEntryLocalService - Interface in com.liferay.portal.security.service.access.policy.service
Provides the local service interface for SAPEntry.
SAPEntryLocalServiceUtil - Class in com.liferay.portal.security.service.access.policy.service
Provides the local service utility for SAPEntry.
SAPEntryLocalServiceUtil() - Constructor for class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
SAPEntryLocalServiceWrapper - Class in com.liferay.portal.security.service.access.policy.service
Provides a wrapper for SAPEntryLocalService.
SAPEntryLocalServiceWrapper() - Constructor for class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
SAPEntryLocalServiceWrapper(SAPEntryLocalService) - Constructor for class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
SAPEntryModel - Interface in com.liferay.portal.security.service.access.policy.model
The base model interface for the SAPEntry service.
SAPEntryNameComparator - Class in com.liferay.portal.security.service.access.policy.util.comparator
 
SAPEntryNameComparator() - Constructor for class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 
SAPEntryNameComparator(boolean) - Constructor for class com.liferay.portal.security.service.access.policy.util.comparator.SAPEntryNameComparator
 
SAPEntryNameException - Exception in com.liferay.portal.security.service.access.policy.exception
 
SAPEntryNameException() - Constructor for exception com.liferay.portal.security.service.access.policy.exception.SAPEntryNameException
 
SAPEntryNameException(String) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.SAPEntryNameException
 
SAPEntryNameException(String, Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.SAPEntryNameException
 
SAPEntryNameException(Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.SAPEntryNameException
 
SAPEntryPersistence - Interface in com.liferay.portal.security.service.access.policy.service.persistence
The persistence interface for the sap entry service.
SAPEntryService - Interface in com.liferay.portal.security.service.access.policy.service
Provides the remote service interface for SAPEntry.
SAPEntryServiceUtil - Class in com.liferay.portal.security.service.access.policy.service
Provides the remote service utility for SAPEntry.
SAPEntryServiceUtil() - Constructor for class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
SAPEntryServiceWrapper - Class in com.liferay.portal.security.service.access.policy.service
Provides a wrapper for SAPEntryService.
SAPEntryServiceWrapper() - Constructor for class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
SAPEntryServiceWrapper(SAPEntryService) - Constructor for class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
SAPEntryTable - Class in com.liferay.portal.security.service.access.policy.model
The table class for the "SAPEntry" database table.
SAPEntryTitleException - Exception in com.liferay.portal.security.service.access.policy.exception
 
SAPEntryTitleException() - Constructor for exception com.liferay.portal.security.service.access.policy.exception.SAPEntryTitleException
 
SAPEntryTitleException(String) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.SAPEntryTitleException
 
SAPEntryTitleException(String, Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.SAPEntryTitleException
 
SAPEntryTitleException(Throwable) - Constructor for exception com.liferay.portal.security.service.access.policy.exception.SAPEntryTitleException
 
SAPEntryUtil - Class in com.liferay.portal.security.service.access.policy.service.persistence
The persistence utility for the sap entry service.
SAPEntryUtil() - Constructor for class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
SAPEntryWrapper - Class in com.liferay.portal.security.service.access.policy.model
This class is a wrapper for SAPEntry.
SAPEntryWrapper(SAPEntry) - Constructor for class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
SERVICE_NAME - Static variable in class com.liferay.portal.security.service.access.policy.constants.SAPConstants
 
setAllowedServiceSignatures(String) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the allowed service signatures of this sap entry.
setAllowedServiceSignatures(String) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the allowed service signatures of this sap entry.
setCompanyId(long) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the company ID of this sap entry.
setCompanyId(long) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the company ID of this sap entry.
setCreateDate(Date) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the create date of this sap entry.
setCreateDate(Date) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the create date of this sap entry.
setDefaultSAPEntry(boolean) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets whether this sap entry is default sap entry.
setDefaultSAPEntry(boolean) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets whether this sap entry is default sap entry.
setEnabled(boolean) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets whether this sap entry is enabled.
setEnabled(boolean) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets whether this sap entry is enabled.
setModelAttributes(Map<String, Object>) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
setModifiedDate(Date) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the modified date of this sap entry.
setModifiedDate(Date) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the modified date of this sap entry.
setName(String) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the name of this sap entry.
setName(String) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the name of this sap entry.
setPersistence(SAPEntryPersistence) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
setPrimaryKey(long) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the primary key of this sap entry.
setPrimaryKey(long) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the primary key of this sap entry.
setSapEntryId(long) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the sap entry ID of this sap entry.
setSapEntryId(long) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the sap entry ID of this sap entry.
setTitle(String) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the title of this sap entry.
setTitle(String, Locale) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the localized title of this sap entry in the language.
setTitle(String, Locale, Locale) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the localized title of this sap entry in the language, and sets the default locale.
setTitle(String) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the title of this sap entry.
setTitle(String, Locale) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the localized title of this sap entry in the language.
setTitle(String, Locale, Locale) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the localized title of this sap entry in the language, and sets the default locale.
setTitleCurrentLanguageId(String) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
setTitleCurrentLanguageId(String) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
setTitleMap(Map<Locale, String>) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the localized titles of this sap entry from the map of locales and localized titles.
setTitleMap(Map<Locale, String>, Locale) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the localized titles of this sap entry from the map of locales and localized titles, and sets the default locale.
setTitleMap(Map<Locale, String>) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the localized titles of this sap entry from the map of locales and localized titles.
setTitleMap(Map<Locale, String>, Locale) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the localized titles of this sap entry from the map of locales and localized titles, and sets the default locale.
setUserId(long) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the user ID of this sap entry.
setUserId(long) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the user ID of this sap entry.
setUserName(String) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the user name of this sap entry.
setUserName(String) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the user name of this sap entry.
setUserUuid(String) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the user uuid of this sap entry.
setUserUuid(String) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the user uuid of this sap entry.
setUuid(String) - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
Sets the uuid of this sap entry.
setUuid(String) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
Sets the uuid of this sap entry.
setWrappedService(SAPEntryLocalService) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
setWrappedService(SAPEntryService) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
systemDefaultSAPEntryDescription() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
systemDefaultSAPEntryName() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
systemDefaultSAPEntryServiceSignatures() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
systemRESTClientTemplateObjectSAPEntryDescription() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
systemRESTClientTemplateObjectSAPEntryName() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
systemRESTClientTemplateObjectSAPEntryServiceSignatures() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
systemUserPasswordSAPEntryDescription() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
systemUserPasswordSAPEntryName() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
systemUserPasswordSAPEntryServiceSignatures() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 

T

title - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
toXmlString() - Method in interface com.liferay.portal.security.service.access.policy.model.SAPEntryModel
 
toXmlString() - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 

U

update(SAPEntry) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
update(SAPEntry, ServiceContext) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
updateImpl(SAPEntry) - Method in interface com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryPersistence
 
updateImpl(SAPEntry) - Static method in class com.liferay.portal.security.service.access.policy.service.persistence.SAPEntryUtil
 
updateSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
 
updateSAPEntry(SAPEntry) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryLocalService
Updates the sap entry in the database or adds it if it does not yet exist.
updateSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
 
updateSAPEntry(SAPEntry) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceUtil
Updates the sap entry in the database or adds it if it does not yet exist.
updateSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
 
updateSAPEntry(SAPEntry) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryLocalServiceWrapper
Updates the sap entry in the database or adds it if it does not yet exist.
updateSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Method in interface com.liferay.portal.security.service.access.policy.service.SAPEntryService
 
updateSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Static method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceUtil
 
updateSAPEntry(long, String, boolean, boolean, String, Map<Locale, String>, ServiceContext) - Method in class com.liferay.portal.security.service.access.policy.service.SAPEntryServiceWrapper
 
userId - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
userName - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 
useSystemSAPEntries() - Method in interface com.liferay.portal.security.service.access.policy.configuration.SAPConfiguration
 
uuid - Variable in class com.liferay.portal.security.service.access.policy.model.SAPEntryTable
 

W

wrap(SAPEntry) - Method in class com.liferay.portal.security.service.access.policy.model.SAPEntryWrapper
 
A C D E F G I M N O P R S T U W 
Skip navigation links