|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Agency | |
---|---|
com.hack23.cia.model.internal.application.system.impl | |
com.hack23.cia.service.api | |
com.hack23.cia.service.impl |
Uses of Agency in com.hack23.cia.model.internal.application.system.impl |
---|
Fields in com.hack23.cia.model.internal.application.system.impl with type parameters of type Agency | |
---|---|
static javax.persistence.metamodel.SingularAttribute<Agency,String> |
Agency_.description
|
static javax.persistence.metamodel.SingularAttribute<Agency,Integer> |
Agency_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<Agency,Long> |
Agency_.hjid
|
static javax.persistence.metamodel.SingularAttribute<Agency,Integer> |
Agency_.modelObjectId
|
static javax.persistence.metamodel.SingularAttribute<Agency,Integer> |
Agency_.modelObjectVersion
|
static javax.persistence.metamodel.SingularAttribute<Agency,String> |
Agency_.name
|
static javax.persistence.metamodel.ListAttribute<Agency,Portal> |
Agency_.portals
|
Methods in com.hack23.cia.model.internal.application.system.impl that return Agency | |
---|---|
Agency |
ObjectFactory.createAgency()
Create an instance of Agency |
Agency |
Agency.withDescription(String value)
|
Agency |
Agency.withModelObjectId(Integer value)
|
Agency |
Agency.withModelObjectVersion(Integer value)
|
Agency |
Agency.withName(String value)
|
Agency |
Agency.withPortals(Collection<Portal> values)
|
Agency |
Agency.withPortals(List<Portal> portals)
|
Agency |
Agency.withPortals(Portal... values)
|
Uses of Agency in com.hack23.cia.service.api |
---|
Methods in com.hack23.cia.service.api that return Agency | |
---|---|
Agency |
UserConfiguration.getAgency()
Gets the agency. |
Uses of Agency in com.hack23.cia.service.impl |
---|
Methods in com.hack23.cia.service.impl that return Agency | |
---|---|
Agency |
UserConfigurationImpl.getAgency()
|
Constructors in com.hack23.cia.service.impl with parameters of type Agency | |
---|---|
UserConfigurationImpl(Agency agency,
Portal portal)
Instantiates a new user configuration impl. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |