@ProviderType public interface SAPEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SAPEntry>
Caching information and settings can be found in portal.properties
com.liferay.portal.security.service.access.policy.service.persistence.impl.SAPEntryPersistenceImpl
,
SAPEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<SAPEntry> sapEntries)
Caches the sap entries in the entity cache if it is enabled.
|
void |
cacheResult(SAPEntry sapEntry)
Caches the sap entry in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of sap entries.
|
int |
countByC_D(long companyId,
boolean defaultSAPEntry)
Returns the number of sap entries where companyId = ? and defaultSAPEntry = ?.
|
int |
countByC_N(long companyId,
java.lang.String name)
Returns the number of sap entries where companyId = ? and name = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of sap entries where companyId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of sap entries where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of sap entries where uuid = ?.
|
SAPEntry |
create(long sapEntryId)
Creates a new sap entry with the primary key.
|
SAPEntry |
fetchByC_D_First(long companyId,
boolean defaultSAPEntry,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the first sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
|
SAPEntry |
fetchByC_D_Last(long companyId,
boolean defaultSAPEntry,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the last sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
|
SAPEntry |
fetchByC_N(long companyId,
java.lang.String name)
Returns the sap entry where companyId = ? and name = ? or returns
null if it could not be found. |
SAPEntry |
fetchByC_N(long companyId,
java.lang.String name,
boolean retrieveFromCache)
Returns the sap entry where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
SAPEntry |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the first sap entry in the ordered set where companyId = ?.
|
SAPEntry |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the last sap entry in the ordered set where companyId = ?.
|
SAPEntry |
fetchByPrimaryKey(long sapEntryId)
Returns the sap entry with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,SAPEntry> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
SAPEntry |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the first sap entry in the ordered set where uuid = ? and companyId = ?.
|
SAPEntry |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the last sap entry in the ordered set where uuid = ? and companyId = ?.
|
SAPEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the first sap entry in the ordered set where uuid = ?.
|
SAPEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the last sap entry in the ordered set where uuid = ?.
|
int |
filterCountByC_D(long companyId,
boolean defaultSAPEntry)
Returns the number of sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of sap entries that the user has permission to view where companyId = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of sap entries that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of sap entries that the user has permission to view where uuid = ?.
|
SAPEntry[] |
filterFindByC_D_PrevAndNext(long sapEntryId,
long companyId,
boolean defaultSAPEntry,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
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 = ?.
|
java.util.List<SAPEntry> |
filterFindByC_D(long companyId,
boolean defaultSAPEntry)
Returns all the sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
|
java.util.List<SAPEntry> |
filterFindByC_D(long companyId,
boolean defaultSAPEntry,
int start,
int end)
Returns a range of all the sap entries that the user has permission to view where companyId = ? and defaultSAPEntry = ?.
|
java.util.List<SAPEntry> |
filterFindByC_D(long companyId,
boolean defaultSAPEntry,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries that the user has permissions to view where companyId = ? and defaultSAPEntry = ?.
|
SAPEntry[] |
filterFindByCompanyId_PrevAndNext(long sapEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
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 = ?.
|
java.util.List<SAPEntry> |
filterFindByCompanyId(long companyId)
Returns all the sap entries that the user has permission to view where companyId = ?.
|
java.util.List<SAPEntry> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the sap entries that the user has permission to view where companyId = ?.
|
java.util.List<SAPEntry> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries that the user has permissions to view where companyId = ?.
|
SAPEntry[] |
filterFindByUuid_C_PrevAndNext(long sapEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
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 = ?.
|
java.util.List<SAPEntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the sap entries that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<SAPEntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the sap entries that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<SAPEntry> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries that the user has permissions to view where uuid = ? and companyId = ?.
|
SAPEntry[] |
filterFindByUuid_PrevAndNext(long sapEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
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 = ?.
|
java.util.List<SAPEntry> |
filterFindByUuid(java.lang.String uuid)
Returns all the sap entries that the user has permission to view where uuid = ?.
|
java.util.List<SAPEntry> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the sap entries that the user has permission to view where uuid = ?.
|
java.util.List<SAPEntry> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries that the user has permissions to view where uuid = ?.
|
java.util.List<SAPEntry> |
findAll()
Returns all the sap entries.
|
java.util.List<SAPEntry> |
findAll(int start,
int end)
Returns a range of all the sap entries.
|
java.util.List<SAPEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries.
|
java.util.List<SAPEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the sap entries.
|
SAPEntry |
findByC_D_First(long companyId,
boolean defaultSAPEntry,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the first sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
|
SAPEntry |
findByC_D_Last(long companyId,
boolean defaultSAPEntry,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the last sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
|
SAPEntry[] |
findByC_D_PrevAndNext(long sapEntryId,
long companyId,
boolean defaultSAPEntry,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the sap entries before and after the current sap entry in the ordered set where companyId = ? and defaultSAPEntry = ?.
|
java.util.List<SAPEntry> |
findByC_D(long companyId,
boolean defaultSAPEntry)
Returns all the sap entries where companyId = ? and defaultSAPEntry = ?.
|
java.util.List<SAPEntry> |
findByC_D(long companyId,
boolean defaultSAPEntry,
int start,
int end)
Returns a range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
|
java.util.List<SAPEntry> |
findByC_D(long companyId,
boolean defaultSAPEntry,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
|
java.util.List<SAPEntry> |
findByC_D(long companyId,
boolean defaultSAPEntry,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the sap entries where companyId = ? and defaultSAPEntry = ?.
|
SAPEntry |
findByC_N(long companyId,
java.lang.String name)
Returns the sap entry where companyId = ? and name = ? or throws a
NoSuchEntryException if it could not be found. |
SAPEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the first sap entry in the ordered set where companyId = ?.
|
SAPEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the last sap entry in the ordered set where companyId = ?.
|
SAPEntry[] |
findByCompanyId_PrevAndNext(long sapEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the sap entries before and after the current sap entry in the ordered set where companyId = ?.
|
java.util.List<SAPEntry> |
findByCompanyId(long companyId)
Returns all the sap entries where companyId = ?.
|
java.util.List<SAPEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the sap entries where companyId = ?.
|
java.util.List<SAPEntry> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries where companyId = ?.
|
java.util.List<SAPEntry> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the sap entries where companyId = ?.
|
SAPEntry |
findByPrimaryKey(long sapEntryId)
Returns the sap entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
SAPEntry |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the first sap entry in the ordered set where uuid = ? and companyId = ?.
|
SAPEntry |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the last sap entry in the ordered set where uuid = ? and companyId = ?.
|
SAPEntry[] |
findByUuid_C_PrevAndNext(long sapEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the sap entries before and after the current sap entry in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<SAPEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the sap entries where uuid = ? and companyId = ?.
|
java.util.List<SAPEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the sap entries where uuid = ? and companyId = ?.
|
java.util.List<SAPEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries where uuid = ? and companyId = ?.
|
java.util.List<SAPEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the sap entries where uuid = ? and companyId = ?.
|
SAPEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the first sap entry in the ordered set where uuid = ?.
|
SAPEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the last sap entry in the ordered set where uuid = ?.
|
SAPEntry[] |
findByUuid_PrevAndNext(long sapEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns the sap entries before and after the current sap entry in the ordered set where uuid = ?.
|
java.util.List<SAPEntry> |
findByUuid(java.lang.String uuid)
Returns all the sap entries where uuid = ?.
|
java.util.List<SAPEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the sap entries where uuid = ?.
|
java.util.List<SAPEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Returns an ordered range of all the sap entries where uuid = ?.
|
java.util.List<SAPEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the sap entries where uuid = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
SAPEntry |
remove(long sapEntryId)
Removes the sap entry with the primary key from the database.
|
void |
removeAll()
Removes all the sap entries from the database.
|
void |
removeByC_D(long companyId,
boolean defaultSAPEntry)
Removes all the sap entries where companyId = ? and defaultSAPEntry = ? from the database.
|
SAPEntry |
removeByC_N(long companyId,
java.lang.String name)
Removes the sap entry where companyId = ? and name = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the sap entries where companyId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the sap entries where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the sap entries where uuid = ? from the database.
|
SAPEntry |
updateImpl(SAPEntry sapEntry) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<SAPEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<SAPEntry> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SAPEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheSAPEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sap entry could not be foundSAPEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sap entry could not be foundSAPEntry[] findByUuid_PrevAndNext(long sapEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
sapEntryId
- the primary key of the current sap entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a sap entry with the primary key could not be foundjava.util.List<SAPEntry> filterFindByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<SAPEntry> filterFindByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> filterFindByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SAPEntry[] filterFindByUuid_PrevAndNext(long sapEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
sapEntryId
- the primary key of the current sap entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a sap entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidint filterCountByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<SAPEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SAPEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SAPEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheSAPEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sap entry could not be foundSAPEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sap entry could not be foundSAPEntry[] findByUuid_C_PrevAndNext(long sapEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
sapEntryId
- the primary key of the current sap entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a sap entry with the primary key could not be foundjava.util.List<SAPEntry> filterFindByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SAPEntry> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SAPEntry[] filterFindByUuid_C_PrevAndNext(long sapEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
sapEntryId
- the primary key of the current sap entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a sap entry with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint filterCountByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SAPEntry> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<SAPEntry> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SAPEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheSAPEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sap entry could not be foundSAPEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sap entry could not be foundSAPEntry[] findByCompanyId_PrevAndNext(long sapEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
sapEntryId
- the primary key of the current sap entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a sap entry with the primary key could not be foundjava.util.List<SAPEntry> filterFindByCompanyId(long companyId)
companyId
- the company IDjava.util.List<SAPEntry> filterFindByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SAPEntry[] filterFindByCompanyId_PrevAndNext(long sapEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
sapEntryId
- the primary key of the current sap entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a sap entry with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDint filterCountByCompanyId(long companyId)
companyId
- the company IDjava.util.List<SAPEntry> findByC_D(long companyId, boolean defaultSAPEntry)
companyId
- the company IDdefaultSAPEntry
- the default sap entryjava.util.List<SAPEntry> findByC_D(long companyId, boolean defaultSAPEntry, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDdefaultSAPEntry
- the default sap entrystart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> findByC_D(long companyId, boolean defaultSAPEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDdefaultSAPEntry
- the default sap entrystart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SAPEntry> findByC_D(long companyId, boolean defaultSAPEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDdefaultSAPEntry
- the default sap entrystart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheSAPEntry findByC_D_First(long companyId, boolean defaultSAPEntry, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDdefaultSAPEntry
- the default sap entryorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByC_D_First(long companyId, boolean defaultSAPEntry, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
companyId
- the company IDdefaultSAPEntry
- the default sap entryorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sap entry could not be foundSAPEntry findByC_D_Last(long companyId, boolean defaultSAPEntry, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDdefaultSAPEntry
- the default sap entryorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByC_D_Last(long companyId, boolean defaultSAPEntry, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
companyId
- the company IDdefaultSAPEntry
- the default sap entryorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sap entry could not be foundSAPEntry[] findByC_D_PrevAndNext(long sapEntryId, long companyId, boolean defaultSAPEntry, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
sapEntryId
- the primary key of the current sap entrycompanyId
- the company IDdefaultSAPEntry
- the default sap entryorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a sap entry with the primary key could not be foundjava.util.List<SAPEntry> filterFindByC_D(long companyId, boolean defaultSAPEntry)
companyId
- the company IDdefaultSAPEntry
- the default sap entryjava.util.List<SAPEntry> filterFindByC_D(long companyId, boolean defaultSAPEntry, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDdefaultSAPEntry
- the default sap entrystart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> filterFindByC_D(long companyId, boolean defaultSAPEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDdefaultSAPEntry
- the default sap entrystart
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SAPEntry[] filterFindByC_D_PrevAndNext(long sapEntryId, long companyId, boolean defaultSAPEntry, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) throws NoSuchEntryException
sapEntryId
- the primary key of the current sap entrycompanyId
- the company IDdefaultSAPEntry
- the default sap entryorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a sap entry with the primary key could not be foundvoid removeByC_D(long companyId, boolean defaultSAPEntry)
companyId
- the company IDdefaultSAPEntry
- the default sap entryint countByC_D(long companyId, boolean defaultSAPEntry)
companyId
- the company IDdefaultSAPEntry
- the default sap entryint filterCountByC_D(long companyId, boolean defaultSAPEntry)
companyId
- the company IDdefaultSAPEntry
- the default sap entrySAPEntry findByC_N(long companyId, java.lang.String name) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.companyId
- the company IDname
- the nameNoSuchEntryException
- if a matching sap entry could not be foundSAPEntry fetchByC_N(long companyId, java.lang.String name)
null
if it could not be found. Uses the finder cache.companyId
- the company IDname
- the namenull
if a matching sap entry could not be foundSAPEntry fetchByC_N(long companyId, java.lang.String name, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDname
- the nameretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching sap entry could not be foundSAPEntry removeByC_N(long companyId, java.lang.String name) throws NoSuchEntryException
companyId
- the company IDname
- the nameNoSuchEntryException
int countByC_N(long companyId, java.lang.String name)
companyId
- the company IDname
- the namevoid cacheResult(SAPEntry sapEntry)
sapEntry
- the sap entryvoid cacheResult(java.util.List<SAPEntry> sapEntries)
sapEntries
- the sap entriesSAPEntry create(long sapEntryId)
sapEntryId
- the primary key for the new sap entrySAPEntry remove(long sapEntryId) throws NoSuchEntryException
sapEntryId
- the primary key of the sap entryNoSuchEntryException
- if a sap entry with the primary key could not be foundSAPEntry findByPrimaryKey(long sapEntryId) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.sapEntryId
- the primary key of the sap entryNoSuchEntryException
- if a sap entry with the primary key could not be foundSAPEntry fetchByPrimaryKey(long sapEntryId)
null
if it could not be found.sapEntryId
- the primary key of the sap entrynull
if a sap entry with the primary key could not be foundjava.util.Map<java.io.Serializable,SAPEntry> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<SAPEntry>
java.util.List<SAPEntry> findAll()
java.util.List<SAPEntry> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)java.util.List<SAPEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SAPEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SAPEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of sap entriesend
- the upper bound of the range of sap entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<SAPEntry>