public final class BusinessDomainHome extends Object
Modifier and Type | Method and Description |
---|---|
static BusinessDomain |
create(BusinessDomain businessDomain)
Create an instance of the businessDomain class
|
static BusinessDomain |
findByPrimaryKey(int nKey)
Returns an instance of a businessDomain whose identifier is specified in parameter
|
static List<BusinessDomain> |
getBusinessDomainsList()
Load the data of all the businessDomain objects and returns them in form of a collection
|
static List<Integer> |
getIdBusinessDomainsList()
Load the id of all the businessDomain objects and returns them in form of a collection
|
static void |
remove(int nKey)
Remove the businessDomain whose identifier is specified in parameter
|
static BusinessDomain |
update(BusinessDomain businessDomain)
Update of the businessDomain which is specified in parameter
|
public static BusinessDomain create(BusinessDomain businessDomain)
businessDomain
- The instance of the BusinessDomain which contains the informations to storepublic static BusinessDomain update(BusinessDomain businessDomain)
businessDomain
- The instance of the BusinessDomain which contains the data to storepublic static void remove(int nKey)
nKey
- The businessDomain Idpublic static BusinessDomain findByPrimaryKey(int nKey)
nKey
- The businessDomain primary keypublic static List<BusinessDomain> getBusinessDomainsList()
Copyright © 2016 City of Paris. All rights reserved.