|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleUtil
@ProviderType public class MDRRuleUtil
The persistence utility for the m d r rule service. This utility wraps MDRRulePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
MDRRulePersistence,
MDRRulePersistenceImpl| Constructor Summary | |
|---|---|
MDRRuleUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<MDRRule> mdrRules)
Caches the m d r rules in the entity cache if it is enabled. |
static void |
cacheResult(MDRRule mdrRule)
Caches the m d r rule in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(MDRRule mdrRule)
|
static int |
countAll()
Returns the number of m d r rules. |
static int |
countByRuleGroupId(long ruleGroupId)
Returns the number of m d r rules where ruleGroupId = ?. |
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of m d r rules where uuid = ? and companyId = ?. |
static int |
countByUUID_G(String uuid,
long groupId)
Returns the number of m d r rules where uuid = ? and groupId = ?. |
static int |
countByUuid(String uuid)
Returns the number of m d r rules where uuid = ?. |
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static MDRRule |
create(long ruleId)
Creates a new m d r rule with the primary key. |
static MDRRule |
fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found. |
static Map<Serializable,MDRRule> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static MDRRule |
fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
fetchByUuid_First(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRule |
fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found. |
static MDRRule |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MDRRule |
fetchByUuid_Last(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static List<MDRRule> |
findAll()
Returns all the m d r rules. |
static List<MDRRule> |
findAll(int start,
int end)
Returns a range of all the m d r rules. |
static List<MDRRule> |
findAll(int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules. |
static MDRRule |
findByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or throws a NoSuchRuleException if it could not be found. |
static MDRRule |
findByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule[] |
findByRuleGroupId_PrevAndNext(long ruleId,
long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where ruleGroupId = ?. |
static List<MDRRule> |
findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?. |
static List<MDRRule> |
findByRuleGroupId(long ruleGroupId,
int start,
int end)
Returns a range of all the m d r rules where ruleGroupId = ?. |
static List<MDRRule> |
findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where ruleGroupId = ?. |
static MDRRule |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule[] |
findByUuid_C_PrevAndNext(long ruleId,
String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?. |
static List<MDRRule> |
findByUuid_C(String uuid,
long companyId)
Returns all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRule> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRule> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?. |
static MDRRule |
findByUuid_First(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRule |
findByUUID_G(String uuid,
long groupId)
Returns the m d r rule where uuid = ? and groupId = ? or throws a NoSuchRuleException if it could not be found. |
static MDRRule |
findByUuid_Last(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRule[] |
findByUuid_PrevAndNext(long ruleId,
String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ?. |
static List<MDRRule> |
findByUuid(String uuid)
Returns all the m d r rules where uuid = ?. |
static List<MDRRule> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rules where uuid = ?. |
static List<MDRRule> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ?. |
static List<MDRRule> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MDRRule> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MDRRule> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
|
static MDRRulePersistence |
getPersistence()
|
static MDRRule |
remove(long ruleId)
Removes the m d r rule with the primary key from the database. |
static void |
removeAll()
Removes all the m d r rules from the database. |
static void |
removeByRuleGroupId(long ruleGroupId)
Removes all the m d r rules where ruleGroupId = ? from the database. |
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the m d r rules where uuid = ? and companyId = ? from the database. |
static MDRRule |
removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule where uuid = ? and groupId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the m d r rules where uuid = ? from the database. |
void |
setPersistence(MDRRulePersistence persistence)
Deprecated. As of 6.2.0 |
static MDRRule |
update(MDRRule mdrRule)
|
static MDRRule |
update(MDRRule mdrRule,
ServiceContext serviceContext)
|
static MDRRule |
updateImpl(MDRRule mdrRule)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MDRRuleUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(MDRRule mdrRule)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static List<MDRRule> findWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<MDRRule> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<MDRRule> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static MDRRule update(MDRRule mdrRule)
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static MDRRule update(MDRRule mdrRule,
ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)public static List<MDRRule> findByUuid(String uuid)
uuid - the uuid
public static List<MDRRule> findByUuid(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 MDRRuleModelImpl. 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 m d r rulesend - the upper bound of the range of m d r rules (not inclusive)
public static List<MDRRule> findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRRule> 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 MDRRuleModelImpl. 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 m d r rulesend - the upper bound of the range of m d r rules (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static MDRRule findByUuid_First(String uuid,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
public static MDRRule fetchByUuid_First(String uuid,
OrderByComparator<MDRRule> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
public static MDRRule findByUuid_Last(String uuid,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
public static MDRRule fetchByUuid_Last(String uuid,
OrderByComparator<MDRRule> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
public static MDRRule[] findByUuid_PrevAndNext(long ruleId,
String uuid,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
ruleId - the primary key of the current m d r ruleuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a m d r rule with the primary key could not be foundpublic static void removeByUuid(String uuid)
uuid - the uuidpublic static int countByUuid(String uuid)
uuid - the uuid
public static MDRRule findByUUID_G(String uuid,
long groupId)
throws NoSuchRuleException
NoSuchRuleException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchRuleException - if a matching m d r rule could not be found
public static MDRRule fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching m d r rule could not be found
public static MDRRule fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
null if a matching m d r rule could not be found
public static MDRRule removeByUUID_G(String uuid,
long groupId)
throws NoSuchRuleException
uuid - the uuidgroupId - the group ID
NoSuchRuleException
public static int countByUUID_G(String uuid,
long groupId)
uuid - the uuidgroupId - the group ID
public static List<MDRRule> findByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static List<MDRRule> findByUuid_C(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 MDRRuleModelImpl. 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 m d r rulesend - the upper bound of the range of m d r rules (not inclusive)
public static List<MDRRule> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRule> 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 MDRRuleModelImpl. 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 m d r rulesend - the upper bound of the range of m d r rules (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static MDRRule findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
public static MDRRule fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
public static MDRRule findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
public static MDRRule fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
public static MDRRule[] findByUuid_C_PrevAndNext(long ruleId,
String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
ruleId - the primary key of the current m d r ruleuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a m d r rule with the primary key could not be found
public static void removeByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static int countByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static List<MDRRule> findByRuleGroupId(long ruleGroupId)
ruleGroupId - the rule group ID
public static List<MDRRule> findByRuleGroupId(long ruleGroupId,
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 MDRRuleModelImpl. 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.
ruleGroupId - the rule group IDstart - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)
public static List<MDRRule> findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator<MDRRule> 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 MDRRuleModelImpl. 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.
ruleGroupId - the rule group IDstart - the lower bound of the range of m d r rulesend - the upper bound of the range of m d r rules (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static MDRRule findByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
ruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
public static MDRRule fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
ruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
public static MDRRule findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
ruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a matching m d r rule could not be found
public static MDRRule fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
ruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching m d r rule could not be found
public static MDRRule[] findByRuleGroupId_PrevAndNext(long ruleId,
long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
throws NoSuchRuleException
ruleId - the primary key of the current m d r ruleruleGroupId - the rule group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRuleException - if a m d r rule with the primary key could not be foundpublic static void removeByRuleGroupId(long ruleGroupId)
ruleGroupId - the rule group IDpublic static int countByRuleGroupId(long ruleGroupId)
ruleGroupId - the rule group ID
public static void cacheResult(MDRRule mdrRule)
mdrRule - the m d r rulepublic static void cacheResult(List<MDRRule> mdrRules)
mdrRules - the m d r rulespublic static MDRRule create(long ruleId)
ruleId - the primary key for the new m d r rule
public static MDRRule remove(long ruleId)
throws NoSuchRuleException
ruleId - the primary key of the m d r rule
NoSuchRuleException - if a m d r rule with the primary key could not be foundpublic static MDRRule updateImpl(MDRRule mdrRule)
public static MDRRule findByPrimaryKey(long ruleId)
throws NoSuchRuleException
NoSuchRuleException if it could not be found.
ruleId - the primary key of the m d r rule
NoSuchRuleException - if a m d r rule with the primary key could not be foundpublic static MDRRule fetchByPrimaryKey(long ruleId)
null if it could not be found.
ruleId - the primary key of the m d r rule
null if a m d r rule with the primary key could not be foundpublic static Map<Serializable,MDRRule> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<MDRRule> findAll()
public static List<MDRRule> 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 MDRRuleModelImpl. 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 m d r rulesend - the upper bound of the range of m d r rules (not inclusive)
public static List<MDRRule> findAll(int start,
int end,
OrderByComparator<MDRRule> 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 MDRRuleModelImpl. 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 m d r rulesend - the upper bound of the range of m d r rules (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static void removeAll()
public static int countAll()
public static MDRRulePersistence getPersistence()
@Deprecated public void setPersistence(MDRRulePersistence persistence)
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||